Skip to content
Snippets Groups Projects
  1. Apr 29, 2010
  2. Apr 28, 2010
  3. Apr 27, 2010
  4. Apr 26, 2010
  5. Apr 23, 2010
  6. Apr 21, 2010
  7. Apr 20, 2010
  8. Apr 19, 2010
  9. Apr 16, 2010
    • Friedemann Kleint's avatar
      Wizards: Open a relevant file in editor after the wizard run · 0a643a19
      Friedemann Kleint authored
      Remove all hacks/conventions of considering the last generated
      file as project file, etc. and instead add attributes flags to
      Core::GeneratedFile, giving fine-grained control of what to do
      with the file. Implement static utility functions in wizards
      that handle it. Add boolean XML-attributes "openeditor"/"openproject"
      to the file elements used by the CustomWizard XML-specification.
      Manually set the attributes in all wizards.
      
      Task-number: QTCREATORBUG-1166
      0a643a19
    • con's avatar
      Mac: Show modified state in window decoration. · da5ba10f
      con authored
      Task-number: QTCREATORBUG-1118
      da5ba10f
  10. Apr 15, 2010
  11. Apr 14, 2010
  12. Apr 13, 2010
  13. Apr 12, 2010
    • Jens Bache-Wiig's avatar
      Improved fancylineedit and consistency · 894fd9d7
      Jens Bache-Wiig authored
      - fixed some RTL issues. I removed isSideStored
      and useLayoutDirection. Instead we simply flip the
      sides if RTL is in use.
      - added the fader animation and clear icon that we
      use in Designer already.
      - fixed the double toplevel popup focus issues we
      had with the locator menu.
      - removed some redundant labels and reset buttons
      894fd9d7
    • Thorbjørn Lindeijer's avatar
      Override IOptionsPage::matches for ShortcutSettings page · 394cad3f
      Thorbjørn Lindeijer authored
      It wasn't finding this page when looking for 'shortcut'.
      394cad3f
    • dt's avatar
      Fix crash · 48ee8247
      dt authored
      Nowadays we don't use QString::null for special cases, thus the
      filemanager can allow that.
      
      Task-Nr: QTCREATORBUG-1072
      48ee8247
    • dt's avatar
      Fix openEditorWithContents to not crash · 6bb9fb26
      dt authored
      We don't call EditorManager::openEditorWithContents without a
      titlepattern, but that would crash
      6bb9fb26
Loading