- 09 Oct, 2013 2 commits
-
-
Christian Kandeler authored
Change-Id: I396d970fafea1fd0b4c4d73883796662a1d0064b Reviewed-by:
Joerg Bornemann <joerg.bornemann@digia.com>
-
Eike Ziller authored
QTBUG-28385 is biting us over and over (QWizard doesn't have close button nor cancel button on Mac in Qt 5), and actually there's no reason for us having a wizard without the features from Utils::Wizard. Task-number: QTCREATORBUG-10346 Task-number: QTBUG-28385 Change-Id: I80c0d82fe6738496c2ac03c31a1c2757ade8e266 Reviewed-by:
Jarek Kobus <jaroslaw.kobus@digia.com> Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- 02 Oct, 2013 2 commits
-
-
David Schulz authored
Introducing a Widget with a SnippetEditor and a C++ Highlighter which should provide additional information to the C++ preprocessor for a specific file. Change-Id: I27f9498c7e52d1493d6ea92a02a2c6d26130fe07 Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
Petar Perisin authored
predefined path was not set when path chooser was set to select files. Change-Id: I2a9b3d9f2d84b0c5f048bde8e098c6c17772e957 Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 26 Sep, 2013 2 commits
-
-
jkobus authored
Task-number: QTCREATORBUG-10207 Change-Id: I3b440d40a968f09afc613b686ee50da6465ad88e Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Tobias Hunger authored
This patch fixes ~1100 warnings from qdoc Change-Id: Ia9555db675acbf8083b2f87d9855a62a3a34ccb9 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com>
-
- 24 Sep, 2013 1 commit
-
-
jkobus authored
Change-Id: I1dca1acc82f9718b62a6026dad564430d7fa65e6 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
- 16 Sep, 2013 1 commit
-
-
Jens Bache-Wiig authored
This ports the welcome screen to use QtQuick 2.0. I have disabled the plugin on Qt4 builds. Change-Id: Ia921d0747c8f7d4441c88fc9fb77b822496091f4 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
- 13 Sep, 2013 4 commits
-
-
Kai Koehne authored
QMessageBox apparently only saves the state in the actual QMessageBox instance ... anyhow, it's the only place in QtCreator where we use QMessageBox, which makes it look somewhat alien. Instead, use CheckableMessageBox and extend it for an information dialog. Task-number: QTCREATORBUG-9876 Change-Id: I8014e972943dd4a336952325ebb9f6cbc5dd0902 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Tobias Hunger authored
Change-Id: I9e9c7192308630fd85c4ff49120f34dbc8b0c724 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
Less chance for compile fix ping pong. Change-Id: I2b055d1a12ba848f86d5246592ed7bb6d06fff51 Reviewed-by:
Nicolas Arnaud-Cormos <nicolas@kdab.com> Reviewed-by:
David Schulz <david.schulz@digia.com>
-
hjk authored
Change-Id: If4908e7a5d5ce749ff1e2efc7a026604821737be Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- 12 Sep, 2013 2 commits
-
-
Orgad Shaneh authored
Change-Id: I0088a922af7723aabb6751ac80af39467d4cfb0b Reviewed-by:
André Hartmann <aha_1980@gmx.de> Reviewed-by:
Petar Perisin <petar.perisin@gmail.com>
-
David Schulz authored
seems to be a leftover from Ie791f7b9f1a425325d0b889e73758c5f7f7e6ad2. Change-Id: I0abdbcdb2a96aa8b7b13ae044846b158cd101be8 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- 11 Sep, 2013 2 commits
-
-
Erik Verbruggen authored
These not only take less space than UTF-16 encoded QStrings, but due to the caching in the CppEditorSupport also take less time to build. This patch also fixes a number of possible encoding issues, where files and constant strings were (falsely) assumed to be UTF-8. Change-Id: Ib6f91c9a94ebed5b5dfbd4eb2998825c62c72784 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com> Reviewed-by:
hjk <hjk121@nokiamail.com>
-
David Schulz authored
Change-Id: I225de3015425297aeaa26e349da61ccac44272cf Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
- 09 Sep, 2013 8 commits
-
-
Andre Hartmann authored
Task-number: QTCREATORBUG-10133 Change-Id: I4b12568b8ca85d55a179c4f42b6adae1d97dc2a7 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Petar Perisin authored
Task-number: QTCREATORBUG-10132 Change-Id: Ib0f6deac4d66273a1a2cc59d397134588fbd3032 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Orgad Shaneh authored
\e is not recognized by MSVC. See http://msdn.microsoft.com/en-us/library/6aw8xdf2.aspx Change-Id: I2c36d9e9a613a24895dd33e37a82c0ce3d846f3d Reviewed-by:
Petar Perisin <petar.perisin@gmail.com>
-
Orgad Shaneh authored
Use it in Android plugin Change-Id: Id3ae707d5425e99a2e5b993e1ed98dddd73809a9 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Petar Perisin authored
in compile and application output pane. Only simple font and background controles added. Task-number: QTCREATORBUG-9592 Task-number: QTCREATORBUG-5956 Change-Id: Ida010ed17d34bb73ae1364a77073ff435a03a060 Reviewed-by:
André Hartmann <aha_1980@gmx.de> Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com> Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Leena Miettinen authored
Use \a for all attributes in function descriptions to avoid QDoc errors. Do not use \param, because it is not a valid QDoc command. Do not use \returns as it does not exist. Do not use \brief for functions. It is not obligatory, so rather than add them for all functions, let's consistenly leave them out. Fix typos, grammar and style issues, and punctuation. Change-Id: Ib8f296f93976265bb93dbeab40c5b47156518122 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Christian Kandeler authored
Change-Id: I7049fcaab77639c17c4d0e74f7d9360a80fafcaa Reviewed-by:
Joerg Bornemann <joerg.bornemann@digia.com>
-
David Schulz authored
Change-Id: Ibacfc31c4cd6193e85c84f8553bae7495aea08c7 Reviewed-by:
Simon Schäfer <simon.schaefer@koeln.de> Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
- 04 Sep, 2013 1 commit
-
-
Nikolai Kosjar authored
Change-Id: I177094f19978e07f85e42b34701d8f03cd26665e Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
- 02 Sep, 2013 2 commits
-
-
Christian Kandeler authored
A lot of our build system files specify unneeded include paths. These roughly fall into the following categories: a) Paths that are already set in more general files such as qtcreator.pri. b) Paths that serve no purpose at all, possibly left over from earlier versions of the project. c) Paths that act as workarounds for wrong include statements of the form '#include "xyz.h"', where xyz.h is not in the same directory as the including file. This patch removes such path specifications and fixes the offending include statements from case c). Tested on Linux, Windows and OSX with qmake and qbs. Change-Id: I039a8449f8a65df0d616b4c08081145c18ae4b15 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@digia.com> Reviewed-by:
Joerg Bornemann <joerg.bornemann@digia.com>
-
Orgad Shaneh authored
Change-Id: I2160a22e300aca9b38e28257375c8e0be2026d12 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- 29 Aug, 2013 1 commit
-
-
Friedemann Kleint authored
Change-Id: Ie66432caa250eb3122739b38b5b0a02c66942cc3 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- 28 Aug, 2013 1 commit
-
-
Tobias Hunger authored
Change-Id: Id46a239588d21b6aa5d4c43e4d85b52a04bd17ab Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- 21 Aug, 2013 1 commit
-
-
Fawzi Mohamed authored
Utils::Function wraps std::function or std::tr1::function to give polymorphic function wrappers, i.e. a way to accept function pointers or functors as arguments as long as they have the correct signature. Change-Id: I4032264cf6b84ef647f790c566543633b4d0653b Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- 20 Aug, 2013 1 commit
-
-
Orgad Shaneh authored
* Introduce a proxy class for thread synchronization * Use signals for appending text to output window Change-Id: Iecbb010e6b6e9dab27d9862a43dafa450f2bb1f8 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@digia.com> Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- 19 Aug, 2013 1 commit
-
-
Joerg Bornemann authored
We assing a DWORD to wParam when posting WM_DESTROY, thus we can be sure that there's no loss of data. Change-Id: I21c9b658ff06ea7792d0a357ff508bdab04fa5f7 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
- 16 Aug, 2013 2 commits
-
-
Christian Kandeler authored
It is used e.g. in the RemoteLinux plugin (via ProjectExplorer::EnvironmentAspect) and should therefore not assume that it's meant for a host system process. Change-Id: I9f44f862f133579b65951e43fc1e654c425fd3d7 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Christian Kandeler authored
This is basically a generalization of HostOsInfo for a system that might not be the host system. HostOsInfo is now implemented in terms of the new class. Prospective use case: Untie Utils::Environment from the host system. Change-Id: If333b96674652109fcb0ad79f75aaaf5e86e17e3 Reviewed-by:
hjk <hjk121@nokiamail.com> Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- 14 Aug, 2013 1 commit
-
-
Erik Verbruggen authored
These delegates would otherwise be leaked. This is not a serious leak, as a few (about 10) are created once and kept/used for the whole lifetime of the application, but they do show up in leak-analysis tools. Change-Id: I1e281f06f21ae828199078253ae5719668d26bbc Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- 12 Aug, 2013 1 commit
-
-
Daniel Teske authored
Change-Id: I012afcdb53b6a081eabfb0843236a25dd27d6ddb Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@digia.com> Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- 08 Aug, 2013 1 commit
-
-
Orgad Shaneh authored
Matching \n in a QByteArray is wrong. For example, it detects Ċ (U+010A) and ਛ (U+0A1B) as end-of-line Change-Id: I9c03d0b19da3d328e706ff2c89f09713be870f34 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@digia.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- 06 Aug, 2013 1 commit
-
-
Orgad Shaneh authored
Replaces \r\n? with \n. Some console applications (e.g. git-push, git-rebase) use \r alone to move the cursor to the line's beginning. This should be replaced by \n rather than just be erased. Change-Id: I8d614d2b471e59decdbfa7f173ffa7fbdb11759b Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- 05 Aug, 2013 1 commit
-
-
Daniel Teske authored
Resolve which qmake qtchooser will forward too, as that qmake will put it's path into the makefile. Task-number: QTCREATORBUG-9841 Change-Id: Ib7a17c7683550ce3bb9172c7428a0efc328652f5 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- 01 Aug, 2013 1 commit
-
-
Daniel Teske authored
Task-number: QTCREATORBUG-9740 Change-Id: I41721356b3612b6c98e774168f520ff49426271b Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@digia.com> Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-