- 01 Nov, 2012 1 commit
-
-
David Schulz authored
Task-number: QTCREATORBUG-7298 Change-Id: I09258fa5a72d47c6a154e97d5f880ccab1b697fd Reviewed-by:
hjk <qthjk@ovi.com>
-
- 17 Oct, 2012 1 commit
-
-
hjk authored
Feels less obfuscated. Change-Id: Ide0ec1f38762038ddbb1eddb4f70f7d6acdf1ff7 Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
- 16 Oct, 2012 1 commit
-
-
hjk authored
Change-Id: I9fe462a61f32884b422ad402b18f17b44b60c7ab Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
David Schulz <david.schulz@digia.com>
-
- 15 Oct, 2012 1 commit
-
-
Erik Verbruggen authored
Record revisions of documents in macro definitions and usages. Then, when searching for usages, check the revision of the documents against the revision of the macros. If they are out-of-sync, repreprocess the documents to get up-to-date info. Task-number: QTCREATORBUG-7872 Change-Id: I846bb52ec660024728ab117a9fb7e43382a50e63 Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
- 11 Oct, 2012 2 commits
-
-
hjk authored
Change-Id: Id79b69b271ad90c742a3884f8b818a7ee7f26a5b Reviewed-by:
hjk <qthjk@ovi.com>
-
hjk authored
Change-Id: Ie09c1fc59dd54d2302a78cfc9769d5cda6012be7 Reviewed-by:
hjk <qthjk@ovi.com>
-
- 09 Oct, 2012 1 commit
-
-
Friedemann Kleint authored
Task-number: QTBUG-27450 Change-Id: I521823dc586c304a5242a79f04489e5bc0fdb702 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 05 Oct, 2012 2 commits
-
-
hjk authored
Change-Id: Ice592c6de9951ee3b2c4cb52ed0bb3b6770e0825 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Orgad Shaneh authored
Avoid using "." as includePath when it is unneeded Change-Id: I9bc6f4ebe50409f49782520033fd5f098aed10d0 Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
- 03 Oct, 2012 1 commit
-
-
Orgad Shaneh authored
Change-Id: I6514deb70162bd52687e6143813bcf1325a797db Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
- 01 Oct, 2012 1 commit
-
-
Tobias Hunger authored
This makes it possible to close all editors and still have the typehierarchy visible. It used to close for no apparent reason. Change-Id: I4d1500b5402905c6a04623ea60247c9d746acab8 Reviewed-by:
David Schulz <david.schulz@digia.com>
-
- 21 Sep, 2012 2 commits
-
-
Christian Kandeler authored
They are deprecated in Qt 5. Use fromLatin1() and toLatin1() instead. In Qt 5, these always do the same thing as their "Ascii" counterparts. The same goes for Qt 4, provided QTextCodec::setCodecForCStrings has not been set, which it hasn't. Change-Id: I04edeb376762b6671eff8156094f0d5e2cb8e1ea Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
Eike Ziller authored
Mind that the mouse wheel doesn't really work on the combo box as expected, because it only cycles through toplevel items. Task-number: QTCREATORBUG-7894 Change-Id: I6e22b6c7d7256c16c81280e80652cf1350166f83 Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
- 29 Aug, 2012 2 commits
-
-
David Schulz authored
in comments and strings Change-Id: I94cb478419afde77299b3be1ec252a21c17a1658 Reviewed-by:
Leandro Melo <leandro.melo@nokia.com>
-
David Schulz authored
to more clearer "Enumeration" Change-Id: I785edb6d31a4cd6a0875549f80bcf791ad61587a Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Leandro Melo <leandro.melo@nokia.com>
-
- 28 Aug, 2012 1 commit
-
-
Orgad Shaneh authored
Current display doesn't make sense (to me :)) Active class is the middle one, derived classes should be top-down, but base classes should be bottom-up. That's easier to understand. Change-Id: I06693da37c834f5a99fd62ae29a91d958bafe136 Reviewed-by:
Leandro Melo <leandro.melo@nokia.com>
-
- 27 Aug, 2012 1 commit
-
-
Christian Kandeler authored
The class' member functions are intended to be used instead of the Q_OS_* macros in all contexts where the latter are not syntactically required. This lowers the likelihood of changes made on one platform breaking the build on another, e.g. due to the code model missing symbols in #ifdef'ed out code when refactoring. Change-Id: I4a54788591b4c8f8d589b8368a6c683d4155c9fa Reviewed-by:
hjk <qthjk@ovi.com>
-
- 30 Jul, 2012 2 commits
-
-
Sergey Shambir authored
Change-Id: I6dfe9dd606781046ff5a1ed61315741d2f332cb8 Reviewed-by:
Christian Kamm <christian.d.kamm@nokia.com>
-
Konstantin Tokarev authored
Also, it's 2012 now. Change-Id: I69a8d1d77658b2bb2cb547362d5e3163385cab3b Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- 27 Jul, 2012 1 commit
-
-
Friedemann Kleint authored
- ProjectExplorer::Profile should appear as 'Target' in the UI. - Fix messagebox title capitalization - Fix Q_DECLARE_TR_FUNCTIONS to contain fully qualified class names, add where applicable to replace QCoreApplication::translate(). - Introduce message utility function for the commonly used 'No tool chain set up for this profile' message to ToolChainProfileInformation. - Introduce message utility functions related to adding files to version control to VcsManager to be shared by QmlJsEditor. - Fix typos. - Remove QObject::tr(), QCoreApplication::tr(). - Do not translate diagnostic console warnings of QmlProfiler. Change-Id: I6cee717a504796ef39f6eae58f552c5c8630adf3 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
- 19 Jul, 2012 2 commits
-
-
Konstantin Tokarev authored
Also removed all <QMainWindow> includes which are not needed anymore. Change-Id: I393c9a62a5c6df95d9f35d872e1473a4f13bcdc4 Reviewed-by:
hjk <qthjk@ovi.com>
-
Eike Ziller authored
Change-Id: I7134d7de30bcf9f9dcfad42520dd45ee083a852d Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
- 28 Jun, 2012 1 commit
-
-
Francois Ferrand authored
This makes navigation through large files much easier. Change-Id: Ie55f75078a1727949db6e8824af4795deb96292e Reviewed-by:
Leandro Melo <leandro.melo@nokia.com>
-
- 19 Jun, 2012 2 commits
-
-
Eike Ziller authored
Change-Id: Ib938aa4999c7c418a82304c5cca2e8748ef9d228 Reviewed-by:
hjk <qthjk@ovi.com>
-
Yuchen Deng authored
Change-Id: Ia3e4df528d391580064efbeeab75016335a4299d Reviewed-by:
Joerg Bornemann <joerg.bornemann@nokia.com>
-
- 11 Jun, 2012 1 commit
-
-
Eike Ziller authored
Task-number: QTCREATORBUG-7446 Change-Id: Ibad8f06e5f65bc01dc9fca6e9d900e24c5fc55a1 Reviewed-by:
Karsten Heimrich <karsten.heimrich@nokia.com>
-
- 06 Jun, 2012 2 commits
-
-
Leandro Melo authored
Those are the types char16_t and char32_t along with the new char/string literals u'', U'', u"", u8"", and U"". This is particularly important for the use of QStringLiteral since in some platforms it relies on expansion such as above. Note: The string literals quickfixes still need some tunning. Task-number: QTCREATORBUG-7449 Change-Id: Iebcfea15677dc8e0ebb6143def89a5477e1be7d4 Reviewed-by:
hjk <qthjk@ovi.com>
-
Andre Hartmann authored
Works the same way as Rename Usages for C++ Symbols. For now, no Search Again as this requieres further work. Task-number: QTCREATORBUG-413 Change-Id: I09e85ea1e8c247f5ce0b6bc566aba8018c1569e4 Reviewed-by:
Leandro Melo <leandro.melo@nokia.com>
-
- 05 Jun, 2012 2 commits
-
-
Eike Ziller authored
Gets rid of a lot of code duplication. Change-Id: I2ce38fb38a0b61cb821e0bdc7bcc9a7ccdf9da72 Reviewed-by:
hjk <qthjk@ovi.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: I6e61c9ee47763db95c62314f9cc1c4d398df38b3 Reviewed-by:
Leandro Melo <leandro.melo@nokia.com>
-
- 25 May, 2012 1 commit
-
-
Eike Ziller authored
d-pointer instead of inheritance static methods Change-Id: I7b2f0c8b05ad3951e1ff26a7d4e08e195d2dd258 Reviewed-by:
hjk <qthjk@ovi.com>
-
- 15 May, 2012 1 commit
-
-
hjk authored
Change-Id: I33a0c4e60701f2d859b52063b7aaf4c1ebfdc1ea Reviewed-by:
Leandro Melo <leandro.melo@nokia.com>
-
- 11 May, 2012 1 commit
-
-
hjk authored
Less code on the user side, same meaning. Change-Id: I14e54a5d2ed8e024a51cce74eaf7c8419ad544be Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- 10 May, 2012 1 commit
-
-
Kai Koehne authored
Always use camel case for actions in context menu. Change-Id: Iafa0569c4bca4ecb858fe618780208322379b979 Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@nokia.com> Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@nokia.com>
-
- 07 May, 2012 1 commit
-
-
Konstantin Tokarev authored
These strings were internationalized long ago, but wrong context prevented them from being actually tranlated in GUI. This patch won't break anything - if these strings were not translated for particular language, they stay untranslated, but if they were, translations are used (e.g. for RU). Change-Id: I175e29e8b0cee2bff9306623dad4a5956db69288 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com> Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- 03 May, 2012 1 commit
-
-
hjk authored
Change-Id: I658412c18d5ccfe978ec444451c6417ffb18d71c Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- 30 Apr, 2012 1 commit
-
-
Bradley T. Hughes authored
Commit 75a0c7f9b52cde47f20fdc1b89e1264d60350848 in qt5/qtbase changed some QRegExp methods to be non-const (they were previously const). This change makes Qt Creator compile again. Change-Id: Ibc98c678126c3b3189df7fcc043463b940951445 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com> Reviewed-by:
Thiago Macieira <thiago.macieira@intel.com> Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- 27 Apr, 2012 2 commits
-
-
David Schulz authored
First character in a multiline comment line will now be recognized as a comment by the autocompleter. Task-number: QTCREATORBUG-6459 Change-Id: I7103d90e808d40b5a48b7654340954323026a3f7 Reviewed-by:
Leandro Melo <leandro.melo@nokia.com>
-
David Schulz authored
Task-number: QTCREATORBUG-7330 Change-Id: I5c76e5ce4e3ab7f0659a7df82301b853a9983da1 Reviewed-by:
hjk <qthjk@ovi.com>
-
- 20 Apr, 2012 1 commit
-
-
David Schulz authored
Task-Number: QTCREATORBUG-7327 Change-Id: Ied364e53ed8d7378e960b14f64e30c83b22a4cd8 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com> Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-