- 29 Jun, 2012 1 commit
-
-
hjk authored
Change-Id: I02667ed57ce68702d8be5cac24614f3b9d713ded Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
- 28 Jun, 2012 24 commits
-
-
Orgad Shaneh authored
Change-Id: I15982b746656536ae79a612ee563f69b58a4baa7 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Tobias Hunger authored
Change-Id: I556ef0db09ceedd32e005b7057c56629d6fda5ec Reviewed-by:
Thiago Macieira <thiago.macieira@intel.com>
-
Tobias Hunger authored
Change-Id: Icff504ca751e5ad6619b6c0caf72942227dbc7e0 Reviewed-by:
Thiago Macieira <thiago.macieira@intel.com>
-
Daniel Teske authored
Task-number: QTCREATORBUG-7447 Change-Id: I421d93ccd9e12de854bd5a0ab35158b450863fec Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
Nicolas Arnaud-Cormos authored
When switching from a header to a source file, the source->header mapping is cached. It's not the case anymore for private headers (_p). Change-Id: I481c0613e29db0a3fb4e17f339626abb49ffa8e2 Reviewed-by:
Leandro Melo <leandro.melo@nokia.com>
-
Friedemann Kleint authored
Change-Id: I4ace07cb2255ed8231659253f72a16cf626a077a Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
Friedemann Kleint authored
Breakage introduced by ded2dd12 . Change-Id: I2293024c42c0b237960ad0a1dee06a01dd777ba8 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
Francois Ferrand authored
This makes navigation through large files much easier. Change-Id: Ie55f75078a1727949db6e8824af4795deb96292e Reviewed-by:
Leandro Melo <leandro.melo@nokia.com>
-
hjk authored
Change-Id: I97b4222d4482d59fa875b016eb3bf248969bbadc Reviewed-by:
hjk <qthjk@ovi.com>
-
Francois Ferrand authored
Improve the sorting of proposals, so that "logical" sort is used: if there are numeric parts in the strings, these are compared as numbers instead of purely lexicographically. Thus, the list: [item1, item10, item1b, item2] gets sorted as: [item1, item1b, item2, item10] Change-Id: I16a0106d9dc9bb27731f96c3f180ad20cd9a44f5 Reviewed-by:
Leandro Melo <leandro.melo@nokia.com>
-
hjk authored
This replaces the debugger command, sysroot and target abi fields with a profile id. Change-Id: I831c42ff8624fcfa520c2f28f6f06d73191b2680 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
hjk authored
Change-Id: I51db82d982351cdcf8ef64ba00521cb4d260bd45 Reviewed-by:
hjk <qthjk@ovi.com>
-
Daniel Teske authored
Change-Id: I23869f5669bf06b599454702b45d2b3140252935 Reviewed-by:
Leandro Melo <leandro.melo@nokia.com>
-
Leandro Melo authored
Just in case compilers id defining such things. Change-Id: Ica6af8462e90bfab2bfa883ec12d5e648d6d33db Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
Leandro Melo authored
Change-Id: Ifb708cb875aa1403de66a4c3302f70e0d1b4d2ac Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
Daniel Teske authored
Change-Id: Ifda897b1dc61a964ef6f4f0fb57b82b08d7a28f3 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Daniel Teske authored
Change-Id: Id40b94c088a398daa599d91a9310c6a4accd4ed0 Reviewed-by:
Konstantin Tokarev <annulen@yandex.ru> Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Daniel Teske authored
Change-Id: Ie6faa0ba729e5359c64ea684c85fab1e188e2136 Reviewed-by:
hjk <qthjk@ovi.com>
-
Christian Kandeler authored
Not used anywhere currently, but should still be correct, of course. Change-Id: I163bd94b87af8b0e71caa2cfdafd1551a4de86a4 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Christian Kandeler authored
Otherwise a new client acquiring the connection could be affected by things happening in channels that were not opened by that client, which would certainly be unexpected. In particular, if the new owner of the connection runs in a different thread than the old one, crashes could occur since the connection assumes its channels run in the same thread. Change-Id: I4fdf2b5a3751ed506631d6878e94342da033c31c Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Leandro Melo authored
The parser now understands emit/Q_EMIT as an expression statement. Also, the recent fixes in the preprocessor introduced a side-effect in the hanlding of code such as: emit signal(); Member signal started being treated as a local use (parsed as a declaration) and possibily being highlighted as unused variable. Previously that worked by accident since there was an inconsistency in the preprocessor on which only object-like macros were being expanded even when the "no expand" flag was set. Then, the code mentioned above was being parsed as an expression, what kind of worked. Change-Id: I47a68ed4c1c1702872620b8ed7c7264fb0997034 Reviewed-by:
Roberto Raggi <roberto.raggi@nokia.com>
-
Tobias Hunger authored
Change-Id: If630ba9b3d108c2b81316555e67d4bc6a6beb098 Reviewed-by:
hjk <qthjk@ovi.com>
-
hjk authored
Change-Id: Ie2171e0afdc0e3296f57974b1e4e5ee952658626 Reviewed-by:
hjk <qthjk@ovi.com>
-
hjk authored
Change-Id: I5878f69257dd396e52c2835413d7045ed5c71f02 Reviewed-by:
hjk <qthjk@ovi.com>
-
- 27 Jun, 2012 13 commits
-
-
hjk authored
Change-Id: I09ff0bf0c5fcc7df5c5dc9a05752754faee9320a Reviewed-by:
hjk <qthjk@ovi.com>
-
Robert Loehning authored
Change-Id: If69721980c2fe42f27e08d7448e67e35a53784f8 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Orgad Shaneh authored
Change-Id: I516e9e4a3a267bcaf17038cd79298358d93d0ec0 Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com>
-
Orgad Shaneh authored
Change-Id: Ia4e356a38e63f426b40b384a066744aa7746f86e Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com>
-
hjk authored
Change-Id: Icb7f62da5a23e3208e1b75524118f1b75bd7a4c8 Reviewed-by:
hjk <qthjk@ovi.com>
-
hjk authored
Change-Id: I6893ab74d8c35a92a9493fc5601ef52f4c66bf01 Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com>
-
Tobias Hunger authored
This stops certain profiles from being recreated during import of a project. Task-number: QTCREATORBUG-7564 Change-Id: I2194ec704484bfd9c5a52608e2b03272d544ab82 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
Tobias Hunger authored
Change-Id: Ibb34cfc837850803befe8ba4cd1696e2988bc738 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
Tobias Hunger authored
Change-Id: Ie11b8f1efaf4d6b5c6b0f2838bcf7ac36ac434ba Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
Tobias Hunger authored
Always use the full path to avoid spurious warnings about the debugger being missing. Change-Id: I8ffe768f71fa89327f711752d6339ab969a8d34e Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
Tobias Hunger authored
Task-number: QTCREATORBUG-7560 Change-Id: I194ab0084f57c266e1a712ec31873a826a61ae4a Reviewed-by:
Daniel Teske <daniel.teske@nokia.com> Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Tobias Hunger authored
This allows our users to change/remove it. Task-number: QTCREATORBUG-7568 Change-Id: Ie004eb73ceb4a4c77882db037609af4a3f226081 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
Christian Kandeler authored
Change-Id: I9d5e7c1e39c9536a33f6eb0d8f3e1002a2ed0a96 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
- 26 Jun, 2012 2 commits
-
-
Christian Kandeler authored
Old version was 1.8.8, new one is 1.10.2. We now put all the code into one pair of files (via a botan configure option) and move platform-specific defines into the pro/qbs files. Besides drastically reducing the number of files, this is expected to make future updates less messy. Change-Id: I004166b2ab15b6a699d69aebfcfd9999c5ccdb91 Reviewed-by:
hjk <qthjk@ovi.com>
-
Christian Kandeler authored
Change-Id: I6710a934531286181decd628b6826c03c33aa6e7 Reviewed-by:
Joerg Bornemann <joerg.bornemann@nokia.com>
-