Skip to content
Snippets Groups Projects
  1. May 18, 2009
    • Daniel Molkentin's avatar
      Add support for AMD64 compilers for MSVC. · 15905605
      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.
      15905605
  2. May 12, 2009
    • dt's avatar
      Adds dynamic ui completion. Wohoo :) · af199594
      dt authored
      This means, creating a new project, we immediately have completion for
      the ui file. Also adding stuff to the ui file now changes the codemodel
      immediately.
      
      Yet todo, are tests under windows and suppressing a warning if the form
      contains a toplevel spacer.
      af199594
  3. Apr 28, 2009
  4. Apr 24, 2009
  5. Apr 23, 2009
  6. Apr 22, 2009
  7. Apr 03, 2009
  8. Mar 25, 2009
    • hjk's avatar
      qt4versionmanager: compile fix · 18b26939
      hjk authored
      18b26939
    • dt's avatar
      Change the way the debugging library is build and found, yet again. · e21a74cb
      dt authored
      We used to build a helper library as part of the project. First with the
      qmake -after SOURCES= stuff and after until now with the
      gdbmacrosbuildstep. Now, the all new and fancy integretation directtly
      into the qt version dialog. You build the debugger library once for
      each qt version and then it's there ready to be loaded into each
      project build against that qt version. Saves a lot of time.
      And makes it possible to also load that library into while debuggign a
      cmake project. (Need to hook that up now.)
      Unfourtanetly this breaks the custom dumpers if you use a custom run
      executable.
      e21a74cb
  9. Mar 20, 2009
  10. 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
  11. Mar 16, 2009
  12. Feb 25, 2009
  13. Feb 11, 2009
    • dt's avatar
      Fixes: Add ToolChain classes. · 15e2ac46
      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.
      15e2ac46
  14. Feb 04, 2009
  15. Jan 20, 2009
  16. Jan 14, 2009
  17. Jan 13, 2009
  18. Dec 19, 2008
  19. Dec 16, 2008
  20. Dec 08, 2008
  21. Dec 02, 2008
Loading