Skip to content
Snippets Groups Projects
  1. Jun 10, 2009
  2. Jun 03, 2009
    • Oswald Buddenhagen's avatar
      ifdef Q_?S_* cleanup · d2a8449b
      Oswald Buddenhagen authored
      - clear up some Q_OS_LINUX vs. Q_OS_UNIX
      - clear up Q_WS_* vs. Q_OS_* (relatively theoretical exercise)
      - use proper #if-#else cascades instead of free-standing #ifs
      d2a8449b
  3. Jun 02, 2009
  4. May 29, 2009
    • Friedemann Kleint's avatar
      Fixed b390e56d · 07e589ef
      Friedemann Kleint authored
      Do not check for existence of the binary, breaks on Windows
      due to .exe (and potentially paths). Use waitForStarted().
      On this occasion, kill on timeout in case of password prompts.
      07e589ef
  5. May 28, 2009
  6. May 27, 2009
  7. May 15, 2009
    • Friedemann Kleint's avatar
      Added ParameterAction class for QActions acting on files. · 81d69641
      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.
      81d69641
  8. May 11, 2009
  9. May 08, 2009
  10. May 05, 2009
  11. Apr 30, 2009
    • dt's avatar
      Add a next/prev shortcut (F6 for now) for outputpanes. · 540ddcd5
      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.
      540ddcd5
  12. Apr 22, 2009
  13. Apr 20, 2009
  14. Apr 09, 2009
  15. Apr 08, 2009
  16. Apr 07, 2009
  17. Apr 02, 2009
  18. Mar 25, 2009
  19. Mar 24, 2009
  20. Mar 20, 2009
  21. Mar 19, 2009
  22. 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
  23. Mar 17, 2009
  24. Mar 05, 2009
  25. Mar 04, 2009
Loading