- Nov 04, 2010
-
-
Daniel Molkentin authored
Reviewed-by: dt
-
- 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
-
-
con authored
-
- 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 08, 2010
-
-
hjk authored
-
- Oct 07, 2010
-
-
hjk authored
-
- Oct 05, 2010
-
-
Daniel Molkentin authored
-
- 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.
-
- Sep 27, 2010
-
-
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
-
- Sep 20, 2010
-
-
Denis Mingulov authored
Merge-request: 178 Reviewed-by:
Daniel Molkentin <daniel.molkentin@nokia.com>
-
- Sep 16, 2010
-
-
Friedemann Kleint authored
Introduce some more private classes for the coreplugin, use header include convention <QtModule/QClass>, de-qobjectify VariableManager.
-
- Sep 15, 2010
-
-
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 10, 2010
-
-
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 07, 2010
-
-
dt authored
It's more complicated then expected, to be detangled another day
-
- Sep 06, 2010
-
-
dt authored
Switch to Edit Mode once we constructed it in Core::init(). Switch to a the Welcome Mode in Core::extensionsInitialized. Also works
-
- Aug 30, 2010
-
-
hjk authored
-
- Aug 26, 2010
-
-
Daniel Molkentin authored
Task-number: QTCREATORBUG-2071
-
- 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.
-
- Jul 22, 2010
-
-
con authored
-
- Jun 25, 2010
- Jun 11, 2010
- Jun 07, 2010
-
-
con authored
-
Daniel Molkentin authored
Reviewed-By: kh1
-
- May 27, 2010
-
-
Daniel Molkentin authored
Reviewed-by: Oswald Buddenhagen
-
- May 26, 2010
-
-
Jens Bache-Wiig authored
I now cache the scaled welcomemode background so it feels more responsive when toggeling back and forth between modes. Reviewed-by: joao
-
- May 11, 2010
-
-
Jens Bache-Wiig authored
The scaled pixmap has been reduced in size to speed up the plugin loading and refresh times. Stylesheet has been slightly optimized as well.
-
- May 10, 2010
-
-
Jens Bache-Wiig authored
The text color was incorrect for certain dark color schemes, including the latest Ubuntu theme.
-
- May 05, 2010
-
-
Daniel Molkentin authored
This should keep QNAM from blocking the startup in some network setups. Reviewed-by: dt Task-number: QTCREATORBUG-1250
-
- Apr 30, 2010
-
-
con authored
-
- Apr 27, 2010
-
-
Daniel Molkentin authored
-
- Apr 26, 2010
-
-
Jens Bache-Wiig authored
I introduced some graphical details in the background that replaces the gradient. I also fixed the foreground square a bit to get rid of the blurry line at the bottom. Reviewed-by: danimo
-
- Apr 21, 2010
-
-
Daniel Molkentin authored
-
Daniel Molkentin authored
No need for scrolling after my last commit. This reverts commit 577057d2.
-
- Apr 16, 2010
-
-
Friedemann Kleint authored
to able to scroll long lists again.
-
- Apr 15, 2010
-
-
Friedemann Kleint authored
Remove HTML-formatting and replace by properties set in constructor. Use in forms.
-