Skip to content
Snippets Groups Projects
  1. Feb 04, 2010
  2. Feb 02, 2010
  3. Jan 29, 2010
  4. Jan 27, 2010
  5. Jan 22, 2010
  6. Jan 19, 2010
  7. Jan 18, 2010
  8. Jan 15, 2010
  9. Jan 14, 2010
  10. Jan 07, 2010
    • Tobias Hunger's avatar
      Add copyright headers. · f5a893bc
      Tobias Hunger authored
       * Make sure all non-empty source files found below ./src have
         a copyright header.
      
      Reviewed-by: con
      f5a893bc
    • Kai Koehne's avatar
      New QmlDesigner plugin & Design mode · 818a7b22
      Kai Koehne authored
      This adds a new "Design" mode that can be used to manipulate qml files
      in a visual way. It will only get build if you have the declarativeui
      module in Qt.
      
      This is a squashed import from the Bauhaus project. Share & enjoy :)
      818a7b22
  11. Jan 06, 2010
  12. Dec 16, 2009
  13. Dec 14, 2009
    • Friedemann Kleint's avatar
      Debugger: Enable attaching with -client option. · bd8d2b0b
      Friedemann Kleint authored
      
      Make it possible to trigger a debug-attach in a running instance
      of Qt Creator by means of -client, use that in qtcdebugger, thus
      enabling it to attaching to crashing executables in run mode
      (Windows/CDB).
      
      Modify IPlugin and application so that the complete command line is
      serialized and transmitted to a running instance via QtSingleApplication
      if -client is specified. Introduce IPlugin::remoteArgument and use that
      in core for opening files and in the debugger for attaching.
      
      Use -client in qtcdebugger with some logic to keep it alive as long as
      the debuggee, make CDB break in that case as the events are not replayed
      correctly in case the debugger is not spawned by the registered handler.
      Rubber-stamped-by: default avatarcon <qtc-committer@nokia.com>
      bd8d2b0b
  14. Dec 07, 2009
  15. Dec 01, 2009
  16. Nov 30, 2009
  17. Nov 27, 2009
    • Friedemann Kleint's avatar
      SettingsDialog: Polish · bf738969
      Friedemann Kleint authored
      
      Use QGridLayout to align header label and QStackedLayout for the pages
      (in code, as it is not available in Designer).
      Derive new class FilterLineEdit for filter widgets based on a modified
      version of FancyLineEdit and use that in settings.
      Rubber-stamped-by: default avatarcon <qtc-committer@nokia.com>
      bf738969
  18. Nov 26, 2009
  19. Nov 23, 2009
  20. Nov 16, 2009
  21. Nov 13, 2009
  22. Nov 12, 2009
  23. Nov 11, 2009
  24. Nov 10, 2009
  25. Nov 09, 2009
Loading