- Sep 30, 2013
-
-
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>
-
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>
-
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>
-
- Sep 27, 2013
-
-
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
Change-Id: Id50643364b174e150666f4591fa6eaf91144336b Reviewed-by:
Joerg Bornemann <joerg.bornemann@digia.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>
-
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>
-
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>
-
Christian Kandeler authored
It's no longer necessary to forward the project properties like that. Change-Id: I751388e042e6c5a3bfb23a29f56a4d8b34b422dd Reviewed-by:
Joerg Bornemann <joerg.bornemann@digia.com>
-
Christian Kandeler authored
We now use Qt Webkit in the qbs build as well. Change-Id: Ib27a0d795bca3b266ee405ce2d925a96297f8c25 Reviewed-by:
Joerg Bornemann <joerg.bornemann@digia.com>
-
Lorenz Haas authored
Task-number: QTCREATORBUG-9893 Change-Id: I019ddd28235ae34c70d59bb1c0059b1a6732f433 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Friedemann Kleint authored
Change-Id: I5f16e01754b84e024b33d9addee94352c69c8a25 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
Orgad Shaneh authored
Change-Id: I39069e1da20d34f9d5fd0f3caa996b13600ee5bb Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Orgad Shaneh authored
Duplicate dependencies Change-Id: I23e931cd6e75494a8ec7e099b0f2549764e5924b Reviewed-by:
Joerg Bornemann <joerg.bornemann@digia.com>
-
jkobus authored
Task-number: QTCREATORBUG-10221 Change-Id: I215460b11fa02605151523c8d4439b369fe7c3aa Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
- Sep 26, 2013
-
-
Orgad Shaneh authored
Change-Id: Ifdaf901611e2b780defacb95f2b579d706e0343b Reviewed-by:
Petar Perisin <petar.perisin@gmail.com>
-
Francois Ferrand authored
Add context menu in diff editor to stage/unstage a single chunk from the diff. Task-number: QTCREATORBUG-5875 Change-Id: Ic244a0d84b5ed5f66b90d7fe8784fc1b8041d183 Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
hluk authored
Task-number: QTCREATORBUG-10226 Change-Id: Ib58d43dc11071a5dc28bad53e13213a4413fca71 Reviewed-by:
hjk <hjk121@nokiamail.com>
-