Skip to content
Snippets Groups Projects
  1. Dec 07, 2009
  2. Nov 30, 2009
  3. Nov 27, 2009
  4. Nov 19, 2009
  5. Nov 11, 2009
  6. Nov 10, 2009
  7. Oct 29, 2009
  8. Oct 28, 2009
  9. Oct 22, 2009
    • dt's avatar
      The qtversions's toolchain now depends on the actual compiler not mkspec · cfc7040e
      dt authored
      That is we actually parse the mkspec and evaluate QMAKE_CXX (and a few
      other variables) to figure out the correct mkspec. This makes using
      custom mkspecs easier and is also cleaner. I also changed mkspec() and
      mkspecPath() to behave a little diffrent, essentialy mkspec() will
      return only the name (the actual dir name) of the mkspec. That is in
      general not sufficient for passing on to qmake. mkspecPath() only
      returns the correct path to mkspecs/default.
      Hopefully I haven't broken WinCE/Maemo/MinGW.
      cfc7040e
  10. Oct 06, 2009
  11. Oct 05, 2009
  12. Oct 01, 2009
  13. Sep 17, 2009
    • dt's avatar
      The project pane rewrite version 2. · 65648ee1
      dt authored
      This splits up the edit and active settings. Let people try it and
      report usability problems. I'm not 100% convinced of the layout either.
      65648ee1
  14. Sep 03, 2009
  15. Aug 28, 2009
  16. Aug 26, 2009
  17. Aug 20, 2009
  18. Aug 19, 2009
  19. Aug 14, 2009
  20. Aug 13, 2009
  21. Aug 11, 2009
    • 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
  22. Aug 06, 2009
    • dt's avatar
      Rework the project settings. · dbe5a6f3
      dt authored
      This has still a few missing things, but this enough to start getting
      some feedback. Missing are non qt projects, a solution for the
      runconfiguration, a missing black line between the treeview on top and
      the project settings at the bottom. Some flickering with removing/adding
      widgets to the QScrollArea and not showing the expanded widget if the
      Details button is right at the bottom.
      dbe5a6f3
Loading