Skip to content
Snippets Groups Projects
  1. Aug 13, 2009
  2. Aug 12, 2009
  3. Aug 11, 2009
    • dt's avatar
      Fixes: Correctly disable buttons for moving build steps after · 45c358e8
      dt authored
      add/remove.
      45c358e8
    • dt's avatar
      Fix flickering in the project pane. · 1aa05ae5
      dt authored
      This isn't a nice fix but the least evil version of a hack i could come
      up. The source of the flickering is: We have a deeply nested structure
      of widgets on the project pane. If we call hide() on such a deeply
      nested widget, it will activate() it's parent layout synchronously.
      That will then post an event (via updateGeometries() ) to its parent
      layout that it needs relayouting. Which then will post to its parent
      layout the same. And for each LayoutRequested, there's a painting in
      between. The fix instead calls activate() up the chain until we are at
      the viewport. This immediately relayouts everything. This adds a non
      obvoius potentially for breakeage if the widgets are embedded in a
      different widget hierarchy. But well, that's life.
      1aa05ae5
    • dt's avatar
      Remove duplicated Details button. · 9f1a8114
      dt authored
      9f1a8114
  4. Aug 10, 2009
  5. Aug 07, 2009
  6. Aug 06, 2009
  7. Aug 05, 2009
  8. Aug 04, 2009
  9. Jul 31, 2009
    • Denis Dzyubenko's avatar
      Changed the 'session manager' dialog · 8f869c30
      Denis Dzyubenko authored
      There is not much sense to have Ok and Cancel button that just close
      the dialog, so instead there should be a Close button and a button to
      switch to the currently selected session.
      
      Reviewed-by: dt
      8f869c30
  10. Jul 28, 2009
    • Daniel Molkentin's avatar
      Make the welcome screen into plugins. · 5633de2a
      Daniel Molkentin authored
      This removes the all hard dependencies to and from welcome screen,
      except the one to the core plugin. More in detail:
      
      - Add IWelcomePage to add a tab to the welcome screen
      - Move tabs in the modules where they belong
      - Enables QHelpManager to open help fullscreen and contextually
      - "Getting Started" moves to Qt4ProjectManager
      - Projects & Sessions (aka "Develop") moves to ProjectExplorer
      - "Community" remains in the welcome plugin for simplicity
      5633de2a
  11. Jul 27, 2009
  12. Jul 23, 2009
  13. Jul 22, 2009
  14. Jul 21, 2009
Loading