- Feb 09, 2011
-
-
hjk authored
-
- Feb 04, 2011
-
-
con authored
-
Jarek Kobus authored
Currently creator assumes that "save" is synchronous and doesn't enter internal event loop. Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com> Task-number: QTCREATORBUG-3678
-
- Feb 03, 2011
-
-
Leena Miettinen authored
Reviewed-by: dt
-
- Jan 24, 2011
-
-
Friedemann Kleint authored
-
- Jan 18, 2011
-
-
Jarek Kobus authored
Task: QTCREATORBUG-2724 RevBy: Friedemann Kleint <qtc-committer@nokia.com>
-
- Jan 12, 2011
- Jan 10, 2011
-
-
Friedemann Kleint authored
(Cmake/Qt4). Use PluginManager invocation facility for the form class code generation. Do the rest (testing for form editor, retrieving the editor contents). Acked-By: hjk
-
- Jan 05, 2011
-
-
hjk authored
-
- Jan 04, 2011
-
-
Christian Kamm authored
-
- Dec 17, 2010
-
-
con authored
-
- Dec 16, 2010
-
-
Roberto Raggi authored
-
- Dec 06, 2010
-
-
Jarek Kobus authored
So that now when you do "Go to slot" for "valueChanged(QString)" signal the newly created slot will get (const QString &) decoration. RevBy: Friedemann Kleint <qtc-committer@nokia.com>
-
Jarek Kobus authored
Task: QTCREATORBUG-1721 RevBy: Friedemann Kleint <qtc-committer@nokia.com>
-
con authored
Also add the alternative way: IOptionsPageProvider, which states a category, and is asked for a list of options pages for that category when it is shown. Task-number: QTCREATORBUG-3131
-
- Dec 03, 2010
-
-
Friedemann Kleint authored
-
- Dec 02, 2010
-
-
con authored
-
- Nov 30, 2010
-
-
con authored
Use the editor's displayName for the window title. Also there were missing change signal emissions in setDisplayName implementations. Moves the actual handling of the window title from Session to EditorManager (so it now is also done for the hypothetical case of no project explorer plugin). Task-number: QTCREATORBUG-3207
-
- Nov 11, 2010
-
-
con authored
Introduces a ICore::userInterfaceLanguage method, which centralizes the previous qApp property hack for help and designer integration. Reviewed-by: Friedemann Kleint
-
- Nov 03, 2010
-
-
Oswald Buddenhagen authored
... instead of running a sed script over a lot of files on each version increment.
-
Oswald Buddenhagen authored
-
- Nov 02, 2010
-
-
Friedemann Kleint authored
Clean icore.h.
-
con authored
-
- Nov 01, 2010
-
-
con authored
qtLibraryTarget is only defined if used with TEMPLATE=lib, which makes it fail in pri files that are used for app pro files. The tests still don't run because of run time linking issues.
-
- Oct 21, 2010
-
-
Friedemann Kleint authored
Reviewed-by:
Kai Köhne <kai.koehne@nokia.com> Task-number: QTCREATORBUG-2779
-
- Oct 19, 2010
-
-
Friedemann Kleint authored
As they do not look nice in the layouts and several options pages are involved in the case of the form class wizard. Reviewed-by: con Task-number: QTCREATORBUG-2778
-
- Oct 08, 2010
-
-
hjk authored
-
- Oct 07, 2010
-
-
hjk authored
-
- Oct 04, 2010
-
-
dt authored
That makes CppEditor almost a leaf node in the project dependencies.
-
- Sep 30, 2010
-
-
hjk authored
Should have been done earlier. 2.1.80 was burned in the pre-2.1.0->2.0.1 days, and we'd like to have odd subminor for 'working' and even subminor numbers for pure cherry-picking release branches anyway.
-
Erik Verbruggen authored
Reviewed-by: Christian Kamm
-
- Sep 27, 2010
-
-
Erik Verbruggen authored
(cherry picked from commit 519f1d11947ff3109850e559fae868c4a55deb43)
-
hjk authored
-
- Sep 24, 2010
-
-
Friedemann Kleint authored
in case Designer shows messages about missing resources or such.
-
- Sep 16, 2010
-
-
Friedemann Kleint authored
Introduce some more private classes for the coreplugin, use header include convention <QtModule/QClass>, de-qobjectify VariableManager.
-
- Sep 14, 2010
-
-
dt authored
Also introduce a indirection, modes have now types, edit and debug have the same type, and editors do have a prefered type of modes instead of a prefered mode. That fixes the bug that if the prefered qml editing mode was set to design, then in switching between qml editors would - in Edit Mode: stay in edit mode - in Debug Mode: switch to debug mode
-
- Sep 10, 2010
-
-
hjk authored
-
Friedemann Kleint authored
Fix README, some spelling errors, remove contractions, exclamation marks, correct some plural forms, join split messages. Add QCoreApplication::translate to non-Q_OBJECT-classes. Fix some lupdate warnings about discarding meta-data (//:).
-
- Sep 08, 2010
-
-
Leandro Melo authored
The wizards already provide a default suffix for file creation. But since the user is still free to specify something else it's better to leave it to Creator to decide which one is the proper editor. After all, this reflects how the file will be treated by Creator (including the next time it's opened). Task-number: QTCREATORBUG-2006
-