Skip to content
Snippets Groups Projects
  1. Nov 25, 2010
  2. Nov 23, 2010
  3. Nov 18, 2010
  4. Nov 17, 2010
  5. Nov 15, 2010
  6. Nov 12, 2010
  7. Nov 11, 2010
  8. Nov 08, 2010
  9. Nov 05, 2010
  10. Nov 04, 2010
  11. Nov 03, 2010
  12. Nov 02, 2010
  13. Nov 01, 2010
  14. Oct 28, 2010
  15. Oct 25, 2010
  16. 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
  17. Oct 21, 2010
    • Tobias Hunger's avatar
      Stop navigationwidget from going haywire · 7b043ba1
      Tobias Hunger authored
      Stop navigationwidget from going haywire when faced with old
      configuration data. This issue could lead to different effects:
       * A crash
       * Creator not being able to exit anymore
       * The sidebar being messed up
      
      Task-number: QTCREATORBUG-2780
      Reviewed-by: con
      7b043ba1
    • con's avatar
      Fix potential crash when closing settings dialog. · 0765a981
      con authored
      We accessed the m_applied member after the dialog already was deleted.
      
      Task-number: QTCREATORBUG-2844
      Reviewed-by: Friedemann Kleint
      0765a981
  18. Oct 20, 2010
    • con's avatar
      Prevent crash when closing Qt Creator while cdb session is running. · 0d5211cc
      con authored
      The debugger plugin opens an editor in this case, leading to fakevim and
      cppeditor crashing.
      This commit doesn't fix the problem's source, but adds safeguards that
      are sensible anyhow: FakeVim should not register with editors during
      shutdown, and CppEditor should not unconditionally assume an existing
      editor manager in the destructor.
      
      Reviewed-by: Friedemann Kleint
      0d5211cc
    • con's avatar
      Avoid changing text on toggle menu item. · a1664c12
      con authored
      We actually only want to change the tool tip.
      
      Reviewed-by: Thorbjørn Lindeijer
      a1664c12
    • con's avatar
      Opening recent files wasn't opening with right encoding (Windows) · 3a82e229
      con authored
      Confusion between native and internal path representation (i.e.
      backslashes). File names should always be "portable" internally.
      
      Reviewed-by: Robert Loehning
      3a82e229
  19. Oct 19, 2010
  20. Oct 15, 2010
    • Tim Jenssen's avatar
      added possiblity to keep the progress widget · 4af1d095
      Tim Jenssen authored
        - the Nokia Qt SDK UpdateInfo plugin progress should stay in the
          progress view till the user clicks on it
        - now the futureprogress knows the difference between:
          KeepOnFinishTillUserInteraction and KeepOnFinish
      
      Reviewed-by: con
      4af1d095
  21. Oct 13, 2010
    • dt's avatar
      RssFetcher: Opt out of Bearer Management · 80f30592
      dt authored
      Since bearer mangement uses network manager, the bearer plugin has to
      use dbus to get the network configuration. Due to a bug in dbus 1.3 this
      can lead to creator beeing blocked for up to 30 seconds on startup.
      
      Task-Nr: QTCREATORBUG-2718
      
      Reviewed-By: con
      80f30592
Loading