Skip to content
Snippets Groups Projects
  1. Nov 15, 2010
  2. Nov 02, 2010
  3. Sep 10, 2010
    • Friedemann Kleint's avatar
      I10N: First translation fixes for 2.1 · 24cadd34
      Friedemann Kleint authored
      Fix README, some spelling errors, remove contractions,
      exclamation marks, correct some plural forms, join split messages.
      Add QCoreApplication::translate to non-Q_OBJECT-classes.
      Fix some lupdate warnings about discarding meta-data (//:).
      24cadd34
  4. Aug 17, 2010
  5. Aug 02, 2010
    • Tobias Hunger's avatar
      Refactor deployment · ee4a04a2
      Tobias Hunger authored
       * Add a DeployConfiguration class to hold settings related
         to deployment.
       * Add BuildStepsList to hold a list of buildsteps
       * Update BuildConfiguration to use BuildStepLists instead of
         manageing lists of buildsteps itself.
       * Update BuildManager to use BuildStepLists in its interfaces
       * Fix fallout introduced by API changes
       * Update .user file to new way of storing settings
      
      Task-number: QTCREATORBUG-1427
      Task-number: QTCREATORBUG-1428
      Task-number: QTCREATORBUG-1811
      Task-number: QTCREATORBUG-1930
      ee4a04a2
  6. Jul 30, 2010
    • Alessandro Portale's avatar
      Pedantic cleanup of filename parameters for QIcon constructor · 3aa3c568
      Alessandro Portale authored
      Using more *::Constants::ICON_* where it makes sense and
      wrapping the file names into QLatin1String where they were
      missing.
      
      The increased usage of the ICON constants needed a few more
      cross plugin includes of *constants.h, here and there.
      I think that it is OK, since the dependencies were alredy there
      icon resource wise.
      3aa3c568
  7. Jul 06, 2010
  8. May 25, 2010
  9. May 14, 2010
  10. May 07, 2010
    • 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
  11. Apr 13, 2010
  12. Mar 16, 2010
  13. Mar 05, 2010
  14. Feb 09, 2010
    • Tobias Hunger's avatar
      Integrate target support · d1bdfcc3
      Tobias Hunger authored
       * Ease cross device development by introducing 'targets' which
         group build- and runsettings that are valid for this one target
      
       Most of the kudos for the code review go to dt. Con, thorbjorn,
       ckandler and others did also review parts of this patch.
      
      Reviewed-by: dt
      d1bdfcc3
  15. Feb 01, 2010
  16. Jan 21, 2010
  17. Jan 07, 2010
    • Tobias Hunger's avatar
      Make method naming more consistent. · a6ad7737
      Tobias Hunger authored
        * Use id() for methods returning a string used to represent
          some type of object.
        * Use displayName() for strings that are meant to be user
          visible.
        * Quieten some warnings while touching the files anyway.
        * Move Factories to their products in the plugins where that
          was not done before.
      
      Reviewed-by: dt
      a6ad7737
  18. Dec 07, 2009
  19. Dec 01, 2009
    • Tobias Hunger's avatar
      Update build steps related panels · c4d12742
      Tobias Hunger authored
       * Merge BuildSettingsWidget and BuildSettingsSubWidgets. I don't
         see much need for this separation and it makes the indention harder
         to do.
       * Override contentsmargins set by the ProjectsWindow.
         This enables the toolwidget to be displayed properly.
       * Add a remove button to the toolwidget of the buildsteps. Remove the
         global one.
       * Simplify code a bit by using QSignalMapper instead of mapping signals
         manually.
      
      Reviewed-by: dt
      c4d12742
  20. Nov 30, 2009
  21. Nov 19, 2009
    • dt's avatar
      Make BuildSteps one instance per BuildConfiguration · 0d162be2
      dt authored
      Enables users to change which buildsteps get run per buildconfiguration.
      Some further tweaks are probably necessary. This is a rather big
      change, though it should work. :)
      0d162be2
  22. Oct 05, 2009
  23. Oct 01, 2009
  24. Sep 30, 2009
  25. Sep 29, 2009
  26. 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
  27. Sep 14, 2009
  28. Aug 20, 2009
  29. Aug 14, 2009
  30. Aug 11, 2009
Loading