- Feb 25, 2009
- Feb 24, 2009
-
-
con authored
-
- Feb 19, 2009
-
-
dt authored
Details: If p4 is in path, but the server isn't configured correctly we were pretty slow, this fixes that by running p4 client -o after the settings have changed, if that doesn't return after 2 seconds, then we cache that as a invalid configuration.
-
- Feb 16, 2009
-
-
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.
-
- Feb 11, 2009
-
-
dt authored
Details: We now get the system includes and system defines.
-
- Feb 04, 2009
-
-
con authored
-
- Jan 23, 2009
-
-
dt authored
-
dt authored
-
dt authored
Details: Add a dialog asking for command line options and build directory. This dialog pops up if you don't have a .user file. Note, though that it also pops up if there is already a in source build. (The build directory lineedit should be read only then.) The cmake button in that dialog and the output pane need more polish to make them better. With those changes you can now build and run marble from Qt Creator. (For marble you need to pass a few options to cmake.) Also add a configuration page to the Tools/Options dialog, where you can specify the cmake executable path. And add a class which runs cmake in the background to find out which version and wheter that cmake version has Qt Creator generator. (Which I did begin to write.)
-
- Jan 22, 2009
-
-
dt authored
-
- Jan 21, 2009
-
-
dt authored
Details: We don't act on that information yet.
-
dt authored
Details: There's a linedit on there, we restore and save the settings, only thing missing is actually using it.
-
Thorbjørn Lindeijer authored
Many singletons have their own instance() method, in which case there is no need to use ICore::instance() to get access to them.
-
- Jan 20, 2009
-
-
hjk authored
replace ExtensionSystem::PluginManager::instance()->getObject<Core::ICore>() by Core::ICore::instance()
-
- Jan 19, 2009
-
-
hjk authored
forward declaration is sufficient.
-
- Jan 16, 2009
-
-
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.
-
dt authored
Details: I haven't checked, but according to the cmake sources I need to change this.
-
- Jan 15, 2009
-
-
Fred Emmott authored
- avoid polution of the source. - required for KDE apps.
-
Fred Emmott authored
-
dt authored
-
Fred Emmott authored
-
- Jan 13, 2009
-
-
Daniel Molkentin authored
-
Daniel Molkentin authored
-
hjk authored
-
- Jan 12, 2009
-
-
dt authored
Details: Copy and paste error
-
dt authored
Details: One step at a time.
-
dt authored
Task: CMake support Details: we don't pass those to the cbp file generation, that might create problems.
-
dt authored
Details: Forgot to add the factories, also the configuration options for the cmakestep don't work atm.
-
dt authored
Details: Not yet usable, but at least you get a list of build targets now.
-
- Dec 19, 2008
-
-
Friedemann Kleint authored
-
- Dec 18, 2008
-
-
goro authored
-
- Dec 17, 2008
- Dec 16, 2008
-
-
hjk authored
-
- Dec 12, 2008
-
-
dt authored
Task: - RevBy: - AutoTest: - Details: For now create only one build configuration "AllTargets", build only the "all" target. Create runconfigurations for all targets with option type=4
-
- Dec 09, 2008
-
-
hjk authored
-
dt authored
Task: - RevBy: - AutoTest: - Details: -
-
dt authored
-
dt authored
Task: - RevBy: - AutoTest: - Details: Note: I need to refactor the code significantly, i'm more or less convinced that one build configuration per target is wrong. We probably want one build configuration per build directory and instead build all targets that we are interested then in the makestep. This means we won't have any cmake support for the beta.
-