Skip to content
Snippets Groups Projects
  1. Jan 19, 2016
  2. Aug 24, 2015
  3. May 13, 2015
  4. Jan 16, 2015
  5. Dec 18, 2014
  6. Oct 09, 2014
  7. Jun 24, 2014
  8. Jun 17, 2014
  9. Jun 16, 2014
  10. May 06, 2014
  11. Mar 31, 2014
    • Eike Ziller's avatar
      WelcomePage: Support additional (non-qt) example sets · 29b0c102
      Eike Ziller authored
      
      Added with setting "Help/InstalledExamples" which is a string list, each
      string is a triple of (display name, manifest parse path, examples
      path), joined with '|'.
      If a documentationPath for a Qt version is already added through the
      InstalledExamples setting, we do not show an extra combo box item for
      it. That makes it possible for an installer to register a single example
      set for the same Qt version in different variants (e.g. iOS, Android
      x86, Android arm)
      
      Change-Id: I42dd8f9ca9cb6cee247e3dc8ce9d014e56852e79
      Reviewed-by: default avatarKai Koehne <kai.koehne@digia.com>
      29b0c102
  12. Mar 24, 2014
  13. Mar 12, 2014
  14. Feb 20, 2014
  15. Jan 08, 2014
  16. Dec 09, 2013
  17. Nov 26, 2013
  18. Oct 24, 2013
  19. Oct 08, 2013
  20. Sep 16, 2013
  21. Sep 09, 2013
  22. Aug 30, 2013
  23. Jun 05, 2013
    • Eike Ziller's avatar
      Switch less often to edit mode · 7c8db798
      Eike Ziller authored
      
      This change
      * Removes IMode::type, ModeManager::activateModeType, and
        IEditor::preferredModeType, and adds IEditor::isDesignModePreferred
        instead
      * Adapts the mode switching code in EditorManager to handle multiple
        windows, for example switching to edit mode should only happen if
        the editor/view is in the main window. Otherwise the editor window
        should be raised and focused
      * Renames EditorManager::NoActivate --> DoNotChangeCurrentEditor
      * Reverts the EditorManager::ModeSwitch logic to switch mode or
        make the current editor visible by default, introducing
        DoNotMakeVisible flag instead
      * Fixes a few instances where EditorManager::ModeSwitch should have been
        used
      
      One non-trivial problem left: If you open a .ui file and switch to an
      external editor window, edit mode is activated, because the current
      editor no longer is a .ui file, which means that the design mode gets
      deactivated.
      
      Change-Id: I76c5c2391eb4090143b778fb103acff3a5a1ff41
      Reviewed-by: default avatarDavid Schulz <david.schulz@digia.com>
      7c8db798
  24. Mar 27, 2013
  25. Mar 04, 2013
  26. Jan 31, 2013
  27. Jan 29, 2013
  28. Nov 29, 2012
  29. Nov 27, 2012
  30. Oct 05, 2012
  31. Sep 25, 2012
  32. Sep 21, 2012
  33. Sep 07, 2012
  34. Jul 27, 2012
    • Friedemann Kleint's avatar
      tr()-Fixes for 2.6. · bf980649
      Friedemann Kleint authored
      
      - ProjectExplorer::Profile should appear as 'Target' in the UI.
      - Fix messagebox title capitalization
      - Fix Q_DECLARE_TR_FUNCTIONS to contain fully qualified class
        names, add where applicable to replace
        QCoreApplication::translate().
      - Introduce message utility function for the commonly used
        'No tool chain set up for this profile' message to
        ToolChainProfileInformation.
      - Introduce message utility functions related to adding files
        to version control to VcsManager to be shared by QmlJsEditor.
      - Fix typos.
      - Remove QObject::tr(), QCoreApplication::tr().
      - Do not translate diagnostic console warnings of
        QmlProfiler.
      
      Change-Id: I6cee717a504796ef39f6eae58f552c5c8630adf3
      Reviewed-by: default avatarTobias Hunger <tobias.hunger@nokia.com>
      bf980649
  35. Jul 19, 2012
  36. May 08, 2012
  37. Apr 10, 2012
  38. Apr 02, 2012
  39. Mar 27, 2012
Loading