- 29 Mar, 2012 7 commits
-
-
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>
-
Aurindam Jana authored
Change-Id: If006ecaf09314c00822a70f790a69eb73edc2d28 Reviewed-by:
hjk <qthjk@ovi.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>
-
- 28 Mar, 2012 15 commits
-
-
Eike Ziller authored
-
Christian Stenger authored
Change-Id: I847604f81d1bdb10a56360af3d0969e451b3344c Reviewed-by:
Bill King <bill.king@nokia.com> Reviewed-by:
Robert Löhning <robert.loehning@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>
-
Erik Verbruggen authored
Task-number: QTCREATORBUG-7174 Change-Id: I653db71adc45586cd8518ffd96118425fd3763be Reviewed-by:
Roberto Raggi <roberto.raggi@nokia.com>
-
Erik Verbruggen authored
Change-Id: Ia3f248d013a1b4f98ad3e85d13cfcf214d3c97c7 Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
Aurindam Jana authored
Change-Id: I529f976e90fef1670e65b650525b6f31e8b8f397 Reviewed-by:
Kai Koehne <kai.koehne@nokia.com> Reviewed-by:
hjk <qthjk@ovi.com>
-
Aurindam Jana authored
Change-Id: I314a76ffe89268b651e4d8358e9d90072a7b747e Reviewed-by:
Christiaan Janssen <christiaan.janssen@nokia.com>
-
Aurindam Jana authored
Change-Id: I76da2c692cb1a885e670be7f27046ab68c2db860 Reviewed-by:
Christiaan Janssen <christiaan.janssen@nokia.com>
-
hjk authored
Change-Id: I2ea81b1a9407ae7e5045aadf43b0c2d971fc615b Reviewed-by:
hjk <qthjk@ovi.com>
-
hjk authored
Change-Id: I10a419a5dc538d4d42bab7f3f2070430db388eed Reviewed-by:
hjk <qthjk@ovi.com>
-
Konstantin Tokarev authored
Most of editors have "jump to file" or "follow symbol" actions. This patch reduces amount of related boilerplate code. New actions are made optional to prevent shortcut clash (both use F2). Change-Id: I2af580ed9d6789df25f4487ba001f3b83887c504 Reviewed-by:
hjk <qthjk@ovi.com>
-
- 27 Mar, 2012 17 commits
-
-
Aurindam Jana authored
Task-number: QTCREATORBUG-6898 Change-Id: Idef8eee191d6d5b8f66046a4e6c6891a54262d2e Reviewed-by:
Daniel Molkentin <daniel.molkentin@nokia.com>
-
Tobias Hunger authored
Tag examples without an existing .pro-file as "broken". That makes it possible to search for those plugins in the examples page. Change-Id: I211e7a53b395fa98fee6222a21ab5116718224c8 Reviewed-by:
Daniel Molkentin <daniel.molkentin@nokia.com>
-
Tobias Hunger authored
Do not list examples that point to non-existing project files. Change-Id: I6b7fdff3831a5a1845cf8c8d8429287abb1f86ab Reviewed-by:
Daniel Molkentin <daniel.molkentin@nokia.com>
-
Tobias Hunger authored
Do not try to open non-existant project files when asked to open an example. Change-Id: Ibcd106a0a8354f98998e61cafa3f5cd2ce2844b0 Reviewed-by:
Daniel Molkentin <daniel.molkentin@nokia.com>
-
Alessandro Portale authored
Q_GLOBAL_STATIC_WITH_INITIALIZER will be removed in Qt5, since it interferes with multi threading. Change-Id: I2013091ecb0613a168cd77f56ac88edb3b97fe1d Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
Robert Loehning authored
Change-Id: I25f857f05120882427a8ba7569a4c1b66c474f5e Reviewed-by:
Christian Stenger <christian.stenger@nokia.com>
-
Tobias Hunger authored
Change-Id: I29f09197f98ad12f3508ff2357dc294b2f820050 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
Tobias Hunger authored
Do not mark up properties using types that are not known to designer as designable. Change-Id: I45b702dc0e441998f6afa7989f8c12a3b068899e Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
Thomas Hartmann authored
Commit d86b2abc was accidentally reverted. See: d86b2abc for details Change-Id: I0efff4126f3504661957529ce98a1fc1ea169a00 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
Christian Stenger authored
This is just a preparation for the next patch. Change-Id: Icac8584029b4119ebbc70f2cb5766768a61e21a8 Reviewed-by:
Robert Löhning <robert.loehning@nokia.com>
-
Tobias Hunger authored
Fix revtrieval of environment settings for MSVC compilers. Task-number: QTCREATORBUG-7180 Task-number: QTCREATORBUG-7181 Change-Id: I30804446c629b81130e4d746d47f824c8d4693e5 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
Thomas Hartmann authored
Change-Id: Idddfe95eeee0df31c6737e11fe7b4b095b594111 Reviewed-by:
Alessandro Portale <alessandro.portale@nokia.com>
-
Thomas Hartmann authored
These webpages are likely to require account data and therefore we better open them in the system browser. Change-Id: Iccc158f3e96052fcf30001ec827c23a4a8362fff Reviewed-by:
Alessandro Portale <alessandro.portale@nokia.com>
-
Eike Ziller authored
Task-number: QTCREATORBUG-7191 Change-Id: I89889a3580f4a27a912eacb09e893b428c5c5351 Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
Erik Verbruggen authored
Change-Id: I2edff4126f3504661957529c198a1fc1ea169a08 Reviewed-by:
Erik Verbruggen <erik.verbruggen@nokia.com>
-
Eike Ziller authored
Qt 4.8 introduced QLocale::uiLanguages() and changed the behavior of QLocale::system().name(). We now retrieve the list of preferred uiLanguages when building against 4.8, and look for the first language that we have translations for. Task-number: QTCREATORBUG-7134 Change-Id: I90cdb6182732a013dc431b61a7976900e48e0d31 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
hjk authored
Change-Id: I92f47982067b57ca3d34a66977c557325d31ba09 Reviewed-by:
hjk <qthjk@ovi.com>
-
- 26 Mar, 2012 1 commit
-
-
Fawzi Mohamed authored
Task-number: QTCREATORBUG-7189 Change-Id: Ie0dfe044a5b79af1b320683d27698a9d89ab3ede Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-