Skip to content
Snippets Groups Projects
  1. Jul 09, 2013
  2. Jul 05, 2013
  3. Jul 03, 2013
  4. Jul 01, 2013
    • Thiago Macieira's avatar
      Don't accept a column/line number selection just because of ":" · 11da2fdc
      Thiago Macieira authored
      
      If you had typed "filename.cpp:142" in the Locator field, Creator
      would offer "Column 142" the first option. At the very least, that's
      confusing because the user intended to select line 142, not column --
      for a while I thought someone had typed the wrong word in the source
      code.
      
      But even worse, this selection was the first entry, so instead of
      jumping to filename.cpp on line 142, the user ended up still on the
      same file and line, but on a different column.
      
      Instead, simply validate that the parts before and after the colon are
      actually numbers.
      
      Change-Id: I1f1fbd33d702ae26c41fd2485aa99fae800e1410
      Reviewed-by: default avatarEike Ziller <eike.ziller@digia.com>
      11da2fdc
  5. Jun 24, 2013
  6. Jun 20, 2013
  7. Jun 12, 2013
  8. Jun 11, 2013
  9. Jun 10, 2013
  10. Jun 07, 2013
  11. Jun 06, 2013
  12. Jun 05, 2013
    • Orgad Shaneh's avatar
      Doc: Remove \fn lines adjacent to functions · 81fc8ff2
      Orgad Shaneh authored
      
      They are unneeded, some of them are unmaintained
      
      Change-Id: I0ad87e152d8e2328b486b2f904f7cf9613004afe
      Reviewed-by: default avatarEike Ziller <eike.ziller@digia.com>
      81fc8ff2
    • 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
  13. Jun 04, 2013
  14. Jun 03, 2013
  15. May 31, 2013
  16. May 30, 2013
  17. May 28, 2013
  18. May 27, 2013
  19. May 24, 2013
  20. May 23, 2013
  21. May 21, 2013
  22. May 15, 2013
  23. May 06, 2013
  24. Apr 26, 2013
  25. Apr 24, 2013
  26. Apr 23, 2013
  27. Apr 22, 2013
Loading