- Sep 28, 2010
-
-
Christian Kandeler authored
Workaround for proxy problems on Windows (Qt bug?). Reviewed-by: kh1 (cherry picked from commit f3ac8e43)
-
- Sep 27, 2010
-
-
Christian Kandeler authored
Workaround for proxy problems on Windows (Qt bug?). Reviewed-by: kh1
-
hjk authored
-
- 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
-
Friedemann Kleint authored
Fix Basefilewizard to use ModeSwitch flag.
-
- 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 17, 2010
- Sep 16, 2010
-
-
hjk authored
Reviewed-By: dt
-
Friedemann Kleint authored
Introduce some more private classes for the coreplugin, use header include convention <QtModule/QClass>, de-qobjectify VariableManager.
-
Friedemann Kleint authored
-
- Sep 15, 2010
-
-
Leandro Melo authored
Sometimes the role is not enough. In some systems we don't have a nice looking widget. The info bar is now always black on light yellow. The fake vim command status is using default colors. Task-number: QTCREATORBUG-2182 Reviewed-by: Thorbjorn Lindeijer
-
Friedemann Kleint authored
Rename 'QML standalone application' to 'QML application' and the 'old-style' QML applications to 'QML Viewer based applications'. For the QML renaming: Rubber-stamped-by:
Alessandro Portale <alessandro.portale@nokia.com>
-
- 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 13, 2010
-
-
Friedemann Kleint authored
-
Leandro Melo authored
This affects how files are identified by the MIME database. Although this is a general improvement, it was triggered by the following bug report. Task-number: QTCREATORBUG-1793 Reviewed-by: Friedemann Kleint
-
- Sep 10, 2010
-
-
hjk authored
-
hjk authored
to identify actions etc.
-
kh1 authored
Reviewed-by: ck
-
Fathi Boudra authored
Merge-request: 2175 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
- Sep 09, 2010
-
-
Denis Mingulov authored
Merge-request: 176 Reviewed-by:
hjk <qtc-committer@nokia.com>
-
- Sep 08, 2010
- Sep 07, 2010
-
-
dt authored
It's more complicated then expected, to be detangled another day
-
Leandro Melo authored
There is still an open issue in this fix since the new extension might be of a different mime type (and our editors are attached to it currently). More details documented in the code. Task-number: QTCREATORBUG-2094 Reviewed-by: Thorbjorn Lindeijer
-
Friedemann Kleint authored
Task-number: QTCREATORBUG-2279
-
- Sep 06, 2010
-
-
dt authored
-
dt authored
-
dt authored
-
kh1 authored
work. Task-number: QTCREATORBUG-2255
-
dt authored
-
dt authored
Switch to Edit Mode once we constructed it in Core::init(). Switch to a the Welcome Mode in Core::extensionsInitialized. Also works
-
dt authored
The function always switched to Edit Mode, which was the cause for several bugs. Since openEditor() already does switch to the right mode, the function is not really needed. The following actions now respect the prefered mode of the editor: "f file"-locator The Open Documents list Editor history navigation
-
- Sep 03, 2010
-
-
Friedemann Kleint authored
On that occasion, rename Designer to show up as 'Form Editor' instead of Xml Editor in 'Open With'. Task-number: QTCREATORBUG-2246
-
- Sep 02, 2010
-
-
Jarek Kobus authored
-
- Sep 01, 2010
-
-
Friedemann Kleint authored
Add attribute to XML syntax specifying a script to generate files. The script must provide a --dry-run mode in which it prints the files it intends to create and their attributes to stdout. Rework the CustomWizardContext structure to contain target path and parameter mappings, simplify some code there.
-
- Aug 31, 2010
-
-
Friedemann Kleint authored
Fixes e5f60a95
-
- Aug 30, 2010
-
-
hjk authored
-
- Aug 27, 2010
-
-
Tobias Hunger authored
* Fix all warnings about non-explicit constructors except for those in 3rdparty code.
-