- Nov 18, 2010
-
-
Daniel Molkentin authored
Reviewed-by: dt
-
- Nov 05, 2010
-
-
Daniel Molkentin authored
Task-number: QTCREATORBUG-2984 Reviewed-by: dt
-
- Nov 02, 2010
-
-
Friedemann Kleint authored
Clean icore.h.
-
- Nov 01, 2010
-
-
Friedemann Kleint authored
- Unexport Core::Internal::MainWindow and remove its includes. - Move RssFetcher from Core::Internal to Core. - Unexport CopyTaskHandler. - Move TextEditor's completion support and Refactor Overlay helper classes from TextEditor::Internal to TextEditor as they are exported. - Move internal BaseTextBlockSelection into private header. - Unexport TextEditorOverlay as they are not used.
-
- Oct 27, 2010
-
-
Daniel Molkentin authored
Also center images, don't scale, and be less jumpy on startup Reviewed-By: con
-
- Oct 22, 2010
-
-
Daniel Molkentin authored
Reviewed-By: con
-
- Oct 21, 2010
-
-
Friedemann Kleint authored
In Debugger and WelcomePageWidget. Reviewed-by:
Daniel Molkentin <daniel.molkentin@trolltech.com>
-
- Oct 19, 2010
-
-
Tobias Hunger authored
When choosing an example from the welcome screen and the user cancels loading the project: * Do not switch to edit mode * Do not load main.cpp * Do not pop up help Task-number: QTCREATORBUG-2774 Reviewed-by: Daniel Molkentin
-
- Oct 15, 2010
-
-
Daniel Molkentin authored
QML examples are now read like any other Qt example, but still get their own dropdown box. Advantages: Less code, proper naming, also loads the help if available Disadvantage: Only contains a few examples, instead of all. We now trust whoever made the selection for Qt Demo. Reviewed-by: con
-
- Oct 05, 2010
-
-
Daniel Molkentin authored
Task-Number: QTCREATORBUG-2587
-
Daniel Molkentin authored
Task-Number: QTCREATORBUG-1769
-
Friedemann Kleint authored
-
- Sep 27, 2010
-
-
hjk authored
This incorporates the last hunk of qt-creator/merge_requests/180 by Nikita V.
-
- Sep 25, 2010
-
-
Daniel Molkentin authored
Task-number: QTCREATORBUG-2454
-
- Sep 24, 2010
-
-
Daniel Molkentin authored
- Move RSSFetcher to CorePlugin - Rename RSSFetcher to RssFetcher - Make RssFetcher more generic, allow multiple sources to be fetched - Introduce Featured Items on Getting Started page - Introduce dummy entry for Mobile examples, needs implementation once they are ready
-
- Sep 23, 2010
-
-
dt authored
And make use of it to accept on the command line the patterns: "filename" "+45", "filename" ":23", "filename:12" and "filename+42" Task-Nr: QTCREATORBUG-2428
-
- Sep 22, 2010
-
-
dt authored
Readd a few mode switchings that I accidentally removed. Task-Nr: QTCREATORBUG-2405
-
- Sep 20, 2010
-
-
Leena Miettinen authored
-
- Aug 25, 2010
-
-
Robert Loehning authored
(cherry picked from commit c3649d4f)
-
- Aug 23, 2010
-
-
hjk authored
-
- Jul 30, 2010
-
-
Alessandro Portale authored
Using more *::Constants::ICON_* where it makes sense and wrapping the file names into QLatin1String where they were missing. The increased usage of the ICON constants needed a few more cross plugin includes of *constants.h, here and there. I think that it is OK, since the dependencies were alredy there icon resource wise.
-
- Jun 28, 2010
-
-
Friedemann Kleint authored
Move open project dialog handling into ProjectExplorer and make it use its list of project file patterns. Same in Checkout wizards. Task-number: QTCREATORBUG-1759 Reviewed-by: dt
-
- Jun 11, 2010
-
-
kh1 authored
- lessens open file handles - improves help plugin startup further Task-number: QTCREATORBUG-337 Reviewed-by: ck
-
- Jun 07, 2010
-
-
Kai Koehne authored
This reverts commit 5234c775 and 21065291.
-
- Jun 04, 2010
-
-
Daniel Molkentin authored
Task-number: QTCREATORBUG-1571 Reviewed-by: Leena Miettinen
-
- Jun 01, 2010
-
-
Daniel Molkentin authored
To get QML functionality back, export QTCREATOR_WITH_QML before running qmake Reviewed-by: Kai Koehne
-
- May 31, 2010
-
-
Daniel Molkentin authored
Reviewed-by: Leena Miettinen
-
Daniel Molkentin authored
Reviewed-by: Leena Miettinen
-
Daniel Molkentin authored
This is not only a waste of ressources, but breaks a check later on which tries to load the QML examples from Creators ressource path if no QML capable Qt version is found (included with Creator packages) Reviewed-by: dt
-
- May 25, 2010
-
-
Daniel Molkentin authored
Reviewed-by: dt
-
- May 07, 2010
-
-
con authored
-
- Apr 29, 2010
-
-
Jens Bache-Wiig authored
We already have it in the projects mode so we might as well use the same in "Getting Started". Reviewed-by: danimo
-
Jens Bache-Wiig authored
By popular request I added a "open project" option. We don't currently have a way of differentiating project types from other files so I had to hardcode .pro and .qmlproject for now. Themed icons was also added to the new and open buttons. Reviewed-by: danimo Task-number: QTCREATORBUG-1142
-
Daniel Molkentin authored
Reviewed-By: Jens Bache-Wiig
-
- Apr 19, 2010
-
-
Daniel Molkentin authored
Task-number: QTCREATORBUG-1116
-
- Apr 15, 2010
-
-
Friedemann Kleint authored
Remove HTML-formatting and replace by properties set in constructor. Use in forms.
-
- Apr 09, 2010
-
-
Daniel Molkentin authored
- Fix typos - Fix layout on OS X
-
Daniel Molkentin authored
-
Jens Bache-Wiig authored
Done with Danimo. Most changes are cosmetic but we modified the tutorial listing and re-arranged some of the layouts to better reflect the suggestions by Ergosign and Nigel.
-
- Apr 07, 2010
-
-
Daniel Molkentin authored
Looks more structured now.
-