- 20 Aug, 2009 1 commit
-
-
con authored
-
- 28 Jul, 2009 1 commit
-
-
Daniel Molkentin authored
This removes the all hard dependencies to and from welcome screen, except the one to the core plugin. More in detail: - Add IWelcomePage to add a tab to the welcome screen - Move tabs in the modules where they belong - Enables QHelpManager to open help fullscreen and contextually - "Getting Started" moves to Qt4ProjectManager - Projects & Sessions (aka "Develop") moves to ProjectExplorer - "Community" remains in the welcome plugin for simplicity
-
- 17 Jul, 2009 1 commit
-
-
dt authored
Not finished 100%
-
- 08 May, 2009 1 commit
-
-
Alessandro Portale authored
-
- 05 May, 2009 2 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
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.
-
- 28 Apr, 2009 1 commit
-
-
dt authored
After all I don't need all that stuff in the cmakeplugin, all i needed is now bundled in debugginghelper.h/cpp
-
- 23 Apr, 2009 1 commit
-
-
dt authored
QtOptionsPage now has its own page.
-
- 22 Apr, 2009 2 commits
- 26 Mar, 2009 1 commit
-
-
dt authored
Rerun cmake and reparse the file. Add new files to the tree, remove old ones from th tree. Add/removing targets should also work.
-
- 27 Feb, 2009 1 commit
-
-
Oswald Buddenhagen authored
will use it also in the debugger, and pulling it in from projectexplorer just seems wrong.
-
- 16 Feb, 2009 1 commit
-
-
dt authored
Details: This enables us to parse the build errors correctly. The makesteps of the qt4project and cmakeproject have some code dupliaction, which could be refactored. And the code to find out the correct build parser could probably also be done better, but we are now parsing the build output for cmake.
-
- 11 Feb, 2009 2 commits
-
-
dt authored
-
dt authored
Details: These classes replace a number of classes with differing interfaces by just one class. The design isn't quite perfect, but a lot better than what it used to be. Also moved the ToolChain classes to the projectexplorerm so that eventually the cmake plugin can also use them.
-
- 26 Jan, 2009 1 commit
-
-
hjk authored
-
- 16 Jan, 2009 1 commit
-
-
Thorbjørn Lindeijer authored
Dependencies between projects can now be edited in the Projects mode. You can simply check for each project the projects that it depends on, and they will be built first. A message box pops up when you try to create a circular dependency. Could use some testing.
-
- 02 Dec, 2008 1 commit
-
-
con authored
-