Skip to content
Snippets Groups Projects
  1. Apr 17, 2009
  2. Apr 08, 2009
  3. Mar 27, 2009
    • Oswald Buddenhagen's avatar
      re-use pre-existing builds · deff5ac2
      Oswald Buddenhagen authored
      run "cmake . [...]" if a build already exists in the build dir. this
      saves the user from reproducing all the arguments he may need.
      
      on the downside, this will go utterly awry if the source dir of the
      existing build is a different one than known to creator. this should be
      a rather rare corner case, so ignore it for now. the nice solution would
      be a checkbox (on by default) to request this new behavior.
      deff5ac2
  4. Mar 25, 2009
  5. Mar 18, 2009
    • Friedemann Kleint's avatar
      Fixes: Introduce a cpp settingspage containing file naming conventions (lower... · bccf4a1f
      Friedemann Kleint authored
      Fixes: Introduce a cpp settingspage containing file naming conventions (lower case and suffixes). Reorder VCS settings pages.
      
      Task: 241959, 248085
      
      RevBy: Optics/Naming checked by con
      Details: Give IOptionPage an id() to differentiate from trName(). Make showOptionsDialog return a bool (applied) and give it an optional parent. Change Cpp and form class wizards, give them a Configure... button to change those settings.
      bccf4a1f
  6. Mar 10, 2009
  7. Mar 09, 2009
    • dt's avatar
      Fixes: Add a smarter cmake open project wizard. · ef1693e9
      dt authored
      Details:  That fixes a few bugs, while still having a few missing
      things. Don't allow the user to set a shadow build directory, if there
      is already a in source build. Detect if a cbp file is already existing
      and recent enough, don't rerun cmake then. Ensure that the user runs
      cmake with the cbp generator on opening the project. Show the output of
      the cmake generator while running. Remove the unecessary cmake step.
      ef1693e9
  8. Mar 03, 2009
  9. Feb 25, 2009
  10. Jan 23, 2009
    • dt's avatar
      Fixes: Progress to the cmake plugin · e8e2e4f4
      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.)
      e8e2e4f4
  11. Jan 21, 2009
  12. Jan 20, 2009
  13. Jan 13, 2009
  14. Dec 16, 2008
  15. Dec 02, 2008
Loading