- 27 May, 2009 2 commits
- 25 May, 2009 1 commit
-
-
dt authored
-
- 20 May, 2009 2 commits
-
-
Daniel Molkentin authored
-
dt authored
That is: Using the Run action, which fails due to build errors. Using the Build action afterwards to rebuild. This starts the executable.
-
- 19 May, 2009 2 commits
-
-
dt authored
TaskModel::firstError() and TaskWindow::gotoFirstError()
-
Friedemann Kleint authored
Added IExternalEditor which knows a kind and a mimetype. Make EditorManager and ProjectExplorer "Open With" query the interface and add the respective kinds. Add "openExternalEditor" to EditorManager. Add External editors for Designer and Linguist, making use of Mac 'open' or Designer's Tcp socket mechanism to ensure files are opened in the same instance (per Qt version). Task-number: 249392 Reviewed-by:
con <qtc-committer@nokia.com>
-
- 18 May, 2009 3 commits
-
-
Thorbjørn Lindeijer authored
Mainly removed the "Settings" part, since we don't use that in our settings pages generally. Also merged the build and run group boxes, since they both have only a single checkbox currently. Easy enough to add more structure when necessary.
-
Daniel Molkentin authored
At this point, compiling projects and debugger helpers works. The speciality with this is that Qt does not provide distinct mkspecs, because MSVC draws the line between 32 and 64 bit solely by the environment.
-
Alessandro Portale authored
Using default margins. Spacer outside lower Groupbox.
-
- 15 May, 2009 2 commits
-
-
Friedemann Kleint authored
Reduce inconsistencies in tr()-Strings provided for QActions that act on a current <something> (mostly files) by introducing a ParameterAction class that takes the tr()-Strings at construction time and provides a setParameter(QString) slot, allows for setting that parameter or an empty string, which will cause the displayed text to be updated.
-
Friedemann Kleint authored
-
- 13 May, 2009 4 commits
-
-
Thorbjørn Lindeijer authored
Reviewed-by: dt
-
Thorbjørn Lindeijer authored
See commit b53fbe80
-
Thorbjørn Lindeijer authored
This makes sure the context-specific names don't show up in the settings dialog. Also fixed the variable names to conform better to our standards. Reviewed-by: con
-
Christian Hoenig authored
-
- 12 May, 2009 3 commits
-
-
dt authored
-
dt authored
-
Thorbjørn Lindeijer authored
Setting a parent makes sure the dialog is correctly centered and shares the taskbar entry.
-
- 11 May, 2009 4 commits
-
-
Enrico Ros authored
-
con authored
Previously there was a lot of logic figuring out which files have changed that are referenced a project. Leading to e.g. header files that are part of the project, but not in a pro file, not being saved.
-
Oswald Buddenhagen authored
-
con authored
They don't have anything to do specifically with file wizards.
-
- 08 May, 2009 2 commits
-
-
Alessandro Portale authored
-
con authored
Initial-patch-by: Christian Hönig
-
- 07 May, 2009 1 commit
-
-
Friedemann Kleint authored
-
- 06 May, 2009 4 commits
-
-
Roberto Raggi authored
-
mae authored
focus should be on the editor, not on some hidden tab widget on the projects pane.
-
dt authored
-
dt authored
-
- 05 May, 2009 4 commits
-
-
dt authored
So now you can choose not to automatically build before running. And you can chose to automatically save all files before building. The options are global and the default is the same as before.
-
dt authored
-
dt authored
-
dt authored
The common code for all makesteps i mainly tracking in which directories we are currently building. And guessing the filename from that information. And creating a buildparser from a name.
-
- 04 May, 2009 1 commit
-
-
dt authored
This is a step towards fixing Task: 243747
-
- 30 Apr, 2009 3 commits
-
-
dt authored
-
dt authored
This one has some magic inside to always use the current outputpane. This solves the issue that I don't want Search and Build Issues list to have its own set of next/prev shortcuts. todo is a better definition of next for the build issues and/or a way to restrict it only to errors.
-
dt authored
-
- 29 Apr, 2009 2 commits