- Nov 22, 2010
-
-
Friedemann Kleint authored
Run some commands synchronously. This avoids issues with the UI reacting to file changes done by the VCS on windows which can lead to crashes. Task-number: QTCREATORBUG-3021 Reviewed-by: Tobias Hunger
-
Tobias Hunger authored
Allow to do codefolding on files and hunks in the diff editor
-
Tobias Hunger authored
-
- 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
-
-
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 08, 2010
-
-
Tobias Hunger authored
Bring the submit to the front when asking whether the change should get committed or not. This is useful when e.g. closing creator while a submiteditor is open somewhere (but not visible).
-
hjk authored
-
- Oct 07, 2010
-
-
hjk authored
-
- Oct 05, 2010
-
-
Tobias Hunger authored
Abort a commit when pressing ESC in the "Do you want to commit?" dialog. Task-number: QTCREATORBUG-2616
-
- Oct 04, 2010
-
-
Tobias Hunger authored
* Polish the base checkout wizard * Make UI easier to grasp * Add tooltips explaining things Task-number: QTCREATORBUG-2540 Reviewed-by: Robert Loehning
-
dt 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
-
-
Tobias Hunger authored
-
- Sep 21, 2010
-
-
Leena Miettinen authored
-
- Sep 20, 2010
-
-
Leena Miettinen authored
-
- Sep 17, 2010
-
-
hjk authored
-
- 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
-
- Sep 06, 2010
-
-
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
-
- Aug 30, 2010
-
-
hjk authored
-
- Aug 27, 2010
-
-
Tobias Hunger authored
* Fix all warnings about non-explicit constructors except for those in 3rdparty code.
-
- Aug 23, 2010
-
-
Friedemann Kleint authored
Task-number: QTCREATORBUG-1642
-
- Aug 13, 2010
-
-
Friedemann Kleint authored
... for git, hg as it is not obvious from the SHA1 displayed.
-
- Aug 12, 2010
-
-
Friedemann Kleint authored
Provide UI with manual refresh button in BaseCheckoutWizardPage. Change ProcessCheckoutJob to be able to execute several steps. Implement in git.
-
Friedemann Kleint authored
Add some missing updates. Task-number: QTCREATORBUG-2046
-
- Jul 22, 2010
-
-
con authored
-
- Jul 12, 2010
-
-
Friedemann Kleint authored
in VCSBaseEditor and BaseTextEditor::createNew to the size used for limiting file size. Reviewed-by:
Robert Loehning <robert.loehning@nokia.com> Task-number: QTCREATORBUG-1847
-
- Jul 09, 2010
-
-
Roberto Raggi authored
We need our very own syntax highlighter in Qt Creator.
-
- Jul 05, 2010
-
-
Friedemann Kleint authored
Task-number: QTCREATORBUG-1795
-
- 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
-
hjk authored
-
- Jun 25, 2010
- Jun 16, 2010
-
-
Tobias Hunger authored
Reviewed-by: dt
-
- Jun 15, 2010
-
-
Friedemann Kleint authored
Introduce extra flag. Task-number: QTCREATORBUG-1623
-
- Jun 11, 2010
-
-
con authored
-