- 30 Sep, 2013 16 commits
-
-
Marco Bubke authored
Otherwise it is so easy to use a old puppet. Change-Id: Ibe4cb8a783b88805db836fbb5874c349bb3976ea Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Orgad Shaneh authored
Change-Id: I536618e9b80f3ed213c6c54dd6c2becbb64c709b Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Orgad Shaneh authored
Use the diff switcher state as a permanent setting Change-Id: I6c3669090082787ae750596cf3e62973c04d94c3 Reviewed-by:
Jarek Kobus <jaroslaw.kobus@digia.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Orgad Shaneh authored
It is very common to have output from a previous (longer) command appear instead of the newly created one. For example: Open a log. Check "Show Diff" and immediately uncheck it. If this is done fast enough (or with a high Log Count limit) the output with the diff will appear instead of the normal log. Change-Id: Ie64cc4a383a261f5328a4d0486eec93f73766679 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Orgad Shaneh authored
If the user cancels a command, output and error text might still be interesting. When aborting a command internally (when Creator is closed, or later when a command is re-executed for the same editor), we don't want any of those, and they have a destructive potential. Change-Id: I5e35fdf59c0fcdc0af45f13ac142da31edf18bd7 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Orgad Shaneh authored
Also add in Projects view Change-Id: I42145c742a38f5538a4ed44574963136aa18e134 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Orgad Shaneh authored
Change-Id: Id350ef638b3db769ba07abba1dcddeec05eff713 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Orgad Shaneh authored
Change-Id: Id99b5c06eedd014e5845a1b4642901e4b222090a Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
Marco Bubke authored
Change-Id: I22440c949f634b60ec90803aa6b61bbcf819ea48 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Eike Ziller authored
Adds macx-ios-clang to the list of "suggested" mkspecs for Clang/Mac. Change-Id: I3c3f803d651c42e1c2ed7a0f77047a531acf6a0c Reviewed-by:
Tor Arne Vestbø <tor.arne.vestbo@digia.com> Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@digia.com>
-
Friedemann Kleint authored
Such that QLayout properly handles it. Fixes warnings about resizing violating size constraints on Windows. Task-number: QTCREATORBUG-10251 Change-Id: I25361fbc994f23d5616c240663d64f8b3474e7f7 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Erik Verbruggen authored
fakevimhandler.cpp:941:43: warning: comparison of integers of different signs: 'Int' (aka 'unsigned int') and 'int' [-Wsign-compare] return m_xkey == c && m_modifiers != int(HostOsInfo::controlModifier()); ~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Change-Id: I360873f0c74512d95ca8ecaac4f1ab0a477877e7 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
Christian Kandeler authored
Change-Id: I8a8c727fca12fc5ad67e8137f0c730be66e445bd Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
Kai Koehne authored
Task-number: QTCREATORBUG-10257 Change-Id: If12f3ee18dda18da13fe2ea39af42cae4fe21ddf Reviewed-by:
Robert Loehning <robert.loehning@digia.com> Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Friedemann Kleint authored
Prevent creation of native windows for subwidgets, caused by the welcome screen. Task-number: QTCREATORBUG-10251 Change-Id: I2b475e963c5dfd1485f0876817c88d80fc2abd25 Reviewed-by:
Eike Ziller <eike.ziller@digia.com> Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Orgad Shaneh authored
symbolgroupnode.obj:-1: error: LNK2019: unresolved external symbol "char const * const stdWStringWCharTypeC" (?stdWStringWCharTypeC@@3PBDB) referenced in function "public: static class std::map<class std::basic_string <char,struct std::char_traits<char>,class std::allocator<char> >,int, struct std::less<class std::basic_string<char,struct std::char_traits<char>, class std::allocator<char> > >,class std::allocator<struct std::pair<class std::basic_string <char,struct std::char_traits<char>,class std::allocator<char> > const ,int> > > __cdecl DumpParameters::decodeFormatArgument(class std::basic_string<char,struct std::char_traits<char>, class std::allocator<char> > const &,bool)" (?decodeFormatArgument@DumpParameters@@SA?AV?$map@V?$basic_string@DU?$char_traits@D@std@@V?$ allocator@D@2@@std@@HU?$less@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@V?$ allocator@U?$pair@$$CBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@std@@@2@@ std@@ABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@3@_N@Z) Change-Id: I64b1bc2b07df5da199a14c743f919fca4c0c22b3 Reviewed-by:
Yuchen Deng <loaden@gmail.com> Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
- 27 Sep, 2013 24 commits
-
-
David Kaspar authored
BlackBerryDeviceConfiguration is using the same QnxDeviceProcessList as QnxDeviceConfiguration. Task-number: QTCREATORBUG-9976 Change-Id: Ic07297619d4d5d4280918df4e1ea21b958fd1050 Reviewed-by:
Fanda Vacek <fvacek@blackberry.com> Reviewed-by:
Nicolas Arnaud-Cormos <nicolas@kdab.com> Reviewed-by:
David Kaspar <dkaspar@blackberry.com>
-
Christian Kandeler authored
Change-Id: Ic20ecea9affd6297c7b8b89a08a5487240c18928 Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
Martin Bohacek authored
Change-Id: I87d9557c1e5b945972ddf3f63f8cb064514a3b54 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Christian Kandeler authored
Change-Id: I50cc1f3281167d2435dafbcd9ea4076ca88caa74 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Christian Kandeler authored
Change-Id: I403cfcef7c99e2963c60f332ecd24eb8e07db89a Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
hjk authored
Change-Id: I874803659543003dca9db14cd9b05f79da7ea19c Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Joerg Bornemann authored
Change-Id: I86abdc7ec79c86e8007a3e994627ab0e51b3ff48 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
Joerg Bornemann authored
Change-Id: I57394be40b85eb907d9c7d0ebb713685f9651a4d Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
Orgad Shaneh authored
Valgrind doesn't work on Windows, and the compiler flags for those test apps are incompatible with MSVC Change-Id: I9c17c29759d18434ef4a14cc57bcfde8405d770f Reviewed-by:
Joerg Bornemann <joerg.bornemann@digia.com>
-
Orgad Shaneh authored
Change-Id: Id50643364b174e150666f4591fa6eaf91144336b Reviewed-by:
Joerg Bornemann <joerg.bornemann@digia.com>
-
David Kaspar authored
Now it uses ProjectName:s and ProjectName:h so source code is generated correctly. Task-number: QTCREATORBUG-10227 Change-Id: Iecf5250e765def70d7a1d2833a02f3b2a7c3e863 Reviewed-by:
David Kaspar <dkaspar@blackberry.com> Reviewed-by:
Tobias Nätterlund <tobias.naetterlund@kdab.com> Reviewed-by:
Mehdi Fekari <mfekari@blackberry.com> Reviewed-by:
Nicolas Arnaud-Cormos <nicolas@kdab.com>
-
David Kaspar authored
Task-number: QTCREATORBUG-10228 Change-Id: I0660619b3279ff4889091c19622a98771c213a3e Reviewed-by:
David Kaspar <dkaspar@blackberry.com> Reviewed-by:
Tobias Nätterlund <tobias.naetterlund@kdab.com> Reviewed-by:
Mehdi Fekari <mfekari@blackberry.com> Reviewed-by:
Nicolas Arnaud-Cormos <nicolas@kdab.com>
-
hjk authored
Change-Id: If36658de6f68f552f93830ba4f1cfa9994a2e44c Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Tobias Hunger authored
Generalize the target setup page and move it into projectexplorer Move the qmake specific code into a projectimporter class with a specialization for qmake projects in the qt4projectmanager. This change depends heavily on the BuildConfigurationFactory cleanups done earlier and completes that change in such a way that generic build configuration factories are now in theory possible. The remaining problem is how to select the best factory of several that claim to be able to handle a kit and that is left for the next patch. Change-Id: I47134cb1938c52adebcdc1ddfe8dbf26abbbbeee Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Robert Loehning authored
Change-Id: I529d5cbd017f7d17fbe2f38fc539583e96d835cf Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
Orgad Shaneh authored
Command is threaded, so it can be destructed after VcsManager is gone Change-Id: I9618412aec502218f3c6b656ad2145b6a0aa28b5 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Robert Loehning authored
QTCREATORBUG-10045 which tst_openqt_creator found was fixed. Change-Id: I804427276d37ca97ce4577e40cfa73d515218de5 Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
Robert Loehning authored
Change-Id: Id876fca6e2b192097fed802eca4fe28533a7d4e9 Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
Orgad Shaneh authored
Unlike nmake, jom (currently) outputs errors to stderr Change-Id: I11d679095a0c281fd926e5b8e328a6578f25981e Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Friedemann Kleint authored
To ease debugging. Change-Id: I5c2166fcbcc7355ef8d88feb1cbf3503fcd82580 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Robert Loehning authored
Done-by: hjk Task-number: QTCREATORBUG-10236 Change-Id: Iba97b6ebbd4fee8a4ab52a3986a2f79c7344b75b Reviewed-by:
Lukas Holecek <hluk@email.cz> Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
Change-Id: I8651d396563dd82da2103c0a8c9fcd3fded6c5e3 Reviewed-by:
Lukas Holecek <hluk@email.cz> Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Christian Kamm authored
Currently the line is completely reintented whenever an autoText insert is being done (like inserting a matching paren). This is un- necessary as well as actively harmful. Unnecessary, because the electric character mechanism is already supposed to trigger reindents where necessary. Harmful, because the reindent method that is used does not take care to preserve explicit user indentation. The electric character reindent does that (by only changing indentation if the actual current indent is the same as the previously expected indent). Change-Id: I19db853b6c30792f867baad919bd4eb9b4c23361 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
-