- 30 Nov, 2009 1 commit
-
-
Daniel Molkentin authored
-
- 27 Nov, 2009 18 commits
-
-
Oswald Buddenhagen authored
Conflicts: doc/qtcreator.qdoc src/plugins/debugger/watchhandler.cpp
-
kh1 authored
-
con authored
Move the API to the progress manager. Added a first Mac implementation, other platforms are pending.
-
ck authored
-
Friedemann Kleint authored
-
Friedemann Kleint authored
Separate category and trCategory and introduce sorting characters to the categories. Same for id/name.
-
Kimitake authored
Merge-request: 2157 Reviewed-by:
hjk <qtc-committer@nokia.com>
-
Kimitake authored
Merge-request: 2157 Reviewed-by:
hjk <qtc-committer@nokia.com>
-
hjk authored
-
Christian Kamm authored
-
hjk authored
-
hjk authored
-
Friedemann Kleint authored
Use QGridLayout to align header label and QStackedLayout for the pages (in code, as it is not available in Designer). Derive new class FilterLineEdit for filter widgets based on a modified version of FancyLineEdit and use that in settings. Rubber-stamped-by:
con <qtc-committer@nokia.com>
-
Robert Loehning authored
Reviewed-by: Oswald Buddenhagen
-
Oswald Buddenhagen authored
-
Christian Kamm authored
-
Friedemann Kleint authored
-
Friedemann Kleint authored
Introduce new QString id() const-API and sort wizards by [untranslated] category and id. Introduce respective constants. Rubber-stamped-by:
con <qtc-committer@nokia.com>
-
- 26 Nov, 2009 21 commits
-
-
Oswald Buddenhagen authored
by robert
-
con authored
Reviewed-by: Daniel Molkentin Reviewed-by: Thorbjørn Lindeijer
-
con authored
Reviewed-by: Daniel Molkentin
-
Friedemann Kleint authored
-
Friedemann Kleint authored
- Introduce project directory and "use" flag to file manager, use that in new item dialog - Add configuration under Project settings, rename it to "General" - Make wizards create project names as "untitled1.." - Remove modules page from Qt application wizards (parametrizable) - Give Utils::ProjectIntroPage a "Set as default location" toggle. - Introduce wizard dialog base classes for handling that. - Introduce notion of "last visited directory to file manager" for open and non-project wizards, route open through file manager. - Clean out QmlAppWizard Task-number: QTCREATORBUG-333 Rubber-stamped-by:
con <qtc-committer@nokia.com>
-
hjk authored
-
Thorbjørn Lindeijer authored
This is necessary since a recent change in Qt 4.6 to how the WaveUnderline is drawn. It makes sure the WaveUnderline repeats correctly from one text item to another. Reviewed-by: mae
-
Thorbjørn Lindeijer authored
Null pointer reference in a case where the global namespace is explicitly specified using :: Task-number: QTCREATORBUG-351 Review-pending-by: Roberto Raggi
-
Christian Kamm authored
a op b -> !(a invop b) and a op b -> b flipop a
-
ck authored
Add a tool tip to the button and give it our standard icon. Reviewed-by: Friedemann Kleint
-
mae authored
-
hjk authored
-
hjk authored
-
hjk authored
Adding items to an empty container did not result in a [+] in front of the container in the locals view.
-
hjk authored
-
hjk authored
-
Christian Kamm authored
-
Christian Kamm authored
-
Christian Kamm authored
Instead of just flipping same-length strings. Also fix an incorrect replace position adjustment.
-
Christian Kamm authored
-
Roberto Raggi authored
-