Skip to content
Snippets Groups Projects
  1. Dec 01, 2010
  2. Nov 30, 2010
    • con's avatar
      Window title didn't show nice name for e.g. diff views. · af99e09b
      con authored
      Use the editor's displayName for the window title.
      Also there were missing change signal emissions in setDisplayName
      implementations.
      Moves the actual handling of the window title from Session to
      EditorManager (so it now is also done for the hypothetical case of no
      project explorer plugin).
      
      Task-number: QTCREATORBUG-3207
      af99e09b
    • con's avatar
      Support symbolic links in the file manager. · 14a71bc7
      con authored
      We didn't watch the symbolic link itself before, only the final link
      target. We are watching the symbolic link and the final link target now.
      Ugly hack: We need to work around QTBUG-15522. The inotify and kqueue
      based file system watcher engines (Linux + Mac) don't report changes to
      symbolic links. The workaround is to use the polling engine *only for
      the links themselves*. The only way to force the use of the polling
      engine is by using the auto test hook in QFileSystemWatcher.
      14a71bc7
  3. Nov 25, 2010
  4. Nov 23, 2010
  5. Nov 18, 2010
  6. Nov 17, 2010
  7. Nov 15, 2010
  8. Nov 12, 2010
  9. Nov 11, 2010
  10. Nov 08, 2010
  11. Nov 05, 2010
  12. Nov 04, 2010
  13. Nov 03, 2010
  14. Nov 02, 2010
  15. Nov 01, 2010
  16. Oct 28, 2010
  17. Oct 25, 2010
  18. Oct 22, 2010
    • con's avatar
      Fix closing and restoring editors in presence of temporary editors. · 3b2614c6
      con authored
      * Editor manager should abort closing core, if there's a ICoreListener
      that aborts closing of a editor.
      * Don't save state of temporary editors, and don't save them as open in
        a splitter. So restoring the editor manager state won't try to reopen
        temporary editors.
      
      Task-number: QTCREATORBUG-2845
      Task-number: QTCREATORBUG-2841
      Reviewed-by: Tobias Hunger
      3b2614c6
Loading