- Mar 30, 2012
-
-
Kai Koehne authored
Change-Id: I6971b8889052e26f00badf759b4b7872092f8ab2 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
Tobias Hunger authored
Change-Id: I85141f08bf875e1cc999bd183a4a6d3567756a15 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Erik Verbruggen authored
When setting the environment variable QTCREATOR_DUMP_FILENAME_WHILE_PARSING, the indexer will write the file name of the file it is processing to stderr. Change-Id: Iaed582512b87fd0584feb4e459a4094be32d5745 Reviewed-by:
Roberto Raggi <roberto.raggi@nokia.com>
-
Aurindam Jana authored
Regression introduced by 47fea305 Change-Id: Ic007ac00e86f26bd3959b3bea0831b4d2cf41182 Reviewed-by:
hjk <qthjk@ovi.com>
-
Aurindam Jana authored
Regression introduced by 47fea305 Change-Id: I9157ab5c1a43525c563c79213c450e481fec41d5 Reviewed-by:
hjk <qthjk@ovi.com>
-
Aurindam Jana authored
Fetch objects on demand. Update objects that are currently in the crumble path rather than query the complete tree. Change-Id: Id4e263fa7a35c90248444461210dbba32dd61b12 Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
Nikolai Kosjar authored
The remoteDir started with "//" for an empty installPrefix. Change-Id: I2fa5614369a4186502ec666e9202a0f8976b5318 Reviewed-by:
Alessandro Portale <alessandro.portale@nokia.com> Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com>
-
- Mar 29, 2012
-
-
hjk authored
Change-Id: Id029d72dee0301cb441777472d79f38323a5af31 Reviewed-by:
hjk <qthjk@ovi.com>
-
Christian Kandeler authored
Until now, the mapping was based exclusively on the device type. The new approach is more flexible and less static, allowing e.g. the set of supported devices to depend on the current build settings. Change-Id: Iec92bdf9fee647477b166f7624c2364a821e5cbd Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com>
-
hjk authored
This reverts most of commit 32ec6095 and keeps the tree widgets fully accessible. Change-Id: I34422c175bc43261bb8fe48e0130acb71cdfd721 Reviewed-by:
hjk <qthjk@ovi.com>
-
Tobias Hunger authored
Allow DCs to be enabled/disabled. Add infrastructure to target to propagate enabled signals of BCs, RCs and DCs. Change-Id: I8ae27a943953228b18e61396a22a2d7a2e4e9694 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Tobias Hunger authored
Rename signal isEnabledChanged(bool) to enabledChanged() as that is also used by the BuildConfigurations. Change-Id: I9fc8906a2abbf9d19e21129309bee6ff5a142117 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
Tobias Hunger authored
Pick up Qt version changes as they are written into the qtversion.xml file by the installer. Change-Id: I6cf9f96242d2a7af08c6207be32beeb15e7891df Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
Friedemann Kleint authored
Change-Id: Iad63cf336d468f4ef96a5b3c997c5c6a1502d3a9 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
Kai Koehne authored
It's an enum, so it doesn't gain anything to pass it by reference. Anyhow, most slots didn't use const & in the first place ... Change-Id: I605178092167a455db73dd6773725763b361b4d0 Reviewed-by:
hjk <qthjk@ovi.com>
-
Kai Koehne authored
Change-Id: Ic4e38065a60acf940563a4f99b290f92045e30ed Reviewed-by:
hjk <qthjk@ovi.com>
-
Erik Verbruggen authored
This reverts commit e3e67467cfea5934f16a95385761455b0c495a0d Reason is that it shows errors for calls to function-like macros. For example, any use of Q_DISABLE_COPY results in invalid errors. Change-Id: I1fd1473ac5a30da5b9aebf6a3f0f11055bdbe8ad Reviewed-by:
Erik Verbruggen <erik.verbruggen@nokia.com>
-
Daniel Teske authored
The projects mode should be enabled whenever there are projects in the session. Task-number: QTCREATORBUG-7208 Task-number: QTCREATORBUG-7207 Change-Id: I924a82283a4e69ebd342a01df9004818e898809b Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
Daniel Teske authored
Taking a item out of the list and reinserting it changes the current item, so we need to set it again. Change-Id: Iefcf5adc7a22d9d8b799963a584d496067f233f3 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Francois Ferrand authored
- Highlight all function/methods (not just virtual methods). - Highlight as a function even if number of arguments does not match. In that case, add a diagnostic message to indicate there are too many/too few arguments. - Fix highlighting of parameters in function declarations. These used to be handled indiferently, and they could be mistaken for type or field references. - Properly highlight template method calls. Change-Id: I6ab463996dda47554839f482da47f561f76663a7 Reviewed-by:
Erik Verbruggen <erik.verbruggen@nokia.com>
-
Daniel Teske authored
Task-number: QTCREATORBUG-7023 Change-Id: I1e45c5658f90b4643bfa1216a50e105df482f091 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Daniel Teske authored
Task-number: QTCREATORBUG-7152 Change-Id: I4c7c0d2f89cdde2ed8dc13adc4187adf91b10f29 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Andre Hartmann authored
Now truncates the displayed line at the first Newline character after the Macro name. Task-number: QTCREATORBUG-7113 Change-Id: Ifb13c01d10b97098b54ac4346a80f0dcff3a35f3 Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Erik Verbruggen <erik.verbruggen@nokia.com>
-
Erik Verbruggen authored
This rewrite fixes a couple of issues with the pre-processor. It now supports: - macros in macro bodies - stringification of parameters [cpp.stringize] - the concatenation operator [cpp.concat] - #include MACRO_HERE - defined() inside macro bodies used in pp-conditions. Change-Id: Ifdb78041fb6afadf44f939a4bd66ce2832b8601f Reviewed-by:
Roberto Raggi <roberto.raggi@nokia.com>
-
Aurindam Jana authored
The dock widgets are always enabled. Follow same behaviour for QmlJSInspector. Change-Id: Ia13a8041c96c0ff92d6f67920c2a5f908f520ad0 Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
Christian Kandeler authored
Specifying relative remote paths is problematic, since they can easily be expanded locally. So we just prepend the prefix to all paths. Change-Id: I629ec49ed219440c70bf3ab75024e2cec2bd83a5 Reviewed-by:
Alessandro Portale <alessandro.portale@nokia.com>
-
Francois Ferrand authored
In the edit files dialog and project wizard, initial filtering of files was done by checking the file suffix in mime database. This does not work for all files (e.g. makefiles), and is not needed: filtering is done afterwards using a user-editable filter string. Change-Id: I0664aa5b3c52b663d6d94020df4e1986dd7c69a5 Reviewed-by: Thorbjørn Lindeijer Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
Aurindam Jana authored
Change-Id: If006ecaf09314c00822a70f790a69eb73edc2d28 Reviewed-by:
hjk <qthjk@ovi.com>
-
Orgad Shaneh authored
Change-Id: Ia392b8dc566e1d4ffadd67c09a30ace7f64b9f3f Reviewed-by:
Joerg Bornemann <joerg.bornemann@nokia.com>
-
Aurindam Jana authored
Regression introduced by 47fedc3d Change-Id: I0c51c5503d94bab63842224e06c6bee391c93d70 Reviewed-by:
hjk <qthjk@ovi.com> Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
hjk authored
Change-Id: I1a23cdc0926b94cefbc9953d4fcb9e0d38379bfe Reviewed-by:
hjk <qthjk@ovi.com>
-
hjk authored
Change-Id: I896a361ba01e675872eaedbfb73c6c2117ef14a4 Reviewed-by:
hjk <qthjk@ovi.com> (cherry picked from commit 327b991c)
-
hjk authored
Change-Id: I7a5442428cba0b316ad5e420b37bf3e180c0c9f7 Reviewed-by:
hjk <qthjk@ovi.com>
-
Orgad Shaneh authored
Task-number: QTCREATORBUG-7191 Change-Id: I0198eb6909e5e250831f2031b1245e8e955d49ff Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- Mar 28, 2012
-
-
Tobias Hunger authored
Do not get stuck with the busy cursor spinning on windows whenever a page is not found. Change-Id: I4596b6ec0d3de4005bc60422e4fe19142600e336 Reviewed-by:
Karsten Heimrich <karsten.heimrich@nokia.com>
-
Daniel Teske authored
addProject() is called from 2 places: openProject and restoreSession openProject() takes care of setting a startup project itself and restoreSession sets it explicitly after opening the projects. So the code in addProject() is not needed. Change-Id: Iaa5de3e36fd4b60c8ceb79b8ea3ca68dbc9b491c Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
Daniel Teske authored
Task-number: QTCREATORBUG-7161 Change-Id: Ie83961b35f2d7d4419a519a2fe6e4df601a67d1c Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
hjk authored
Change-Id: I896a361ba01e675872eaedbfb73c6c2117ef14a4 Reviewed-by:
hjk <qthjk@ovi.com>
-
Daniel Teske authored
Task-number: QTCREATORBUG-7143 Change-Id: I0bf4e0e45367c361bd3efa5e2db9349d438184ab Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Daniel Teske authored
Task-number: QTCREATORBUG-7183 Change-Id: Ib917c8990c698b7315ebb79083bf71623b3ae6e7 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-