Skip to content
Snippets Groups Projects
  1. Jun 08, 2010
  2. Jun 07, 2010
  3. May 26, 2010
  4. May 21, 2010
    • Jens Bache-Wiig's avatar
      Fix issues with long project names in the minitargetselector · 61cf2d0a
      Jens Bache-Wiig authored
      It's impossible to use very long names and some clipping
      occurs due to incorrect size hints on QLabel.
      - Made the popup minimum width depend on the longest
      project name entered. (it will not shrink)
      - The build and run labels have increased minimum size hints.
      - Combobox tooltip will be set to the project name as to
        make it possible to expand long names.
      
      Task-number: QTCREATORBUG-1278
      RevBy: joao
      61cf2d0a
    • kh1's avatar
      Make sure we can compile the debugging help for maemo. · e9d18415
      kh1 authored
      This boils down to the same problem as other calls to qmake, if we don't
      pass the target mode, qmake will prepend the current platform as target.
      Reviewed-by: dt
      e9d18415
  5. May 20, 2010
  6. May 19, 2010
  7. May 14, 2010
  8. May 10, 2010
  9. May 07, 2010
    • Jens Bache-Wiig's avatar
      Improved aestetics for the projects page · 940b47f5
      Jens Bache-Wiig authored
      I inverted the shadow because the existing one had no root in
      reality. It implied that the contents were raised, but since the
      target selector was on top of it this one should also have a
      shadow. The new shadow better communicates the order of the
      hierarchy as well.
      
      Reviewed-by: thorbjorn
      940b47f5
    • Jens Bache-Wiig's avatar
      Fix incorrect text color in project settings tabs · 5406f3e7
      Jens Bache-Wiig authored
      Non selected tabs could end up with the wrong text
      color depending on different states.
      5406f3e7
    • Jens Bache-Wiig's avatar
      Make the toolboxes in Projects Mode nicer · 344b4b38
      Jens Bache-Wiig authored
      I did a couple of changes to make these more subtle.
      - Moved inside the details widget
      - Made them fade in and out
      - Hide up/down buttons when not required
      
      Note, there are some pending changes to Qt to disable
      the graphicsevent cache that can cause issues when
      scrolling items.
      
      Reviewed-by: thorbjorn
      344b4b38
  10. May 03, 2010
  11. Apr 29, 2010
    • Jens Bache-Wiig's avatar
      Use Open Project button in Getting Started mode · c7d08f9b
      Jens Bache-Wiig authored
      We already have it in the projects mode so we might as well
      use the same in "Getting Started".
      
      Reviewed-by: danimo
      c7d08f9b
    • Jens Bache-Wiig's avatar
      Swap build/run buttons · a73a9dc3
      Jens Bache-Wiig authored
      This was unintentionally inverted after translations were
      introduced.
      a73a9dc3
    • Jens Bache-Wiig's avatar
      Add "Open Project" to welcome page · aa63a8d0
      Jens Bache-Wiig authored
      By popular request I added a "open project" option.
      We don't currently have a way of differentiating project types
      from other files so I had to hardcode .pro and .qmlproject
      for now.
      
      Themed icons was also added to the new and open buttons.
      
      Reviewed-by: danimo
      Task-number: QTCREATORBUG-1142
      aa63a8d0
  12. Apr 28, 2010
  13. Apr 26, 2010
  14. Apr 22, 2010
  15. Apr 21, 2010
Loading