Skip to content
Snippets Groups Projects
  1. Sep 02, 2010
  2. Aug 26, 2010
  3. Aug 09, 2010
  4. Apr 16, 2010
    • Friedemann Kleint's avatar
      Wizards: Open a relevant file in editor after the wizard run · 0a643a19
      Friedemann Kleint authored
      Remove all hacks/conventions of considering the last generated
      file as project file, etc. and instead add attributes flags to
      Core::GeneratedFile, giving fine-grained control of what to do
      with the file. Implement static utility functions in wizards
      that handle it. Add boolean XML-attributes "openeditor"/"openproject"
      to the file elements used by the CustomWizard XML-specification.
      Manually set the attributes in all wizards.
      
      Task-number: QTCREATORBUG-1166
      0a643a19
  5. Apr 13, 2010
    • Friedemann Kleint's avatar
      Polish the Qt Designer custom widget wizard · 44ce228a
      Friedemann Kleint authored
      Start editing the class name when wizard page
      is initialized. Show a disabled widget page
      for the dummy widget item (least surprise).
      Add +/- buttons. Refuse invalid class names
      (by introducing an item model with setData()
      validation. Code polishing, explicitness, etc.
      Task-number: QTCREATORBUG-1123
      44ce228a
  6. Mar 31, 2010
  7. Mar 29, 2010
  8. Mar 18, 2010
  9. Mar 05, 2010
  10. Feb 08, 2010
    • Kai Koehne's avatar
      Reapply unconnected changes from reverted commit · 6c4b9ba2
      Kai Koehne authored
      Only revert stuff that is linked to fast string concat.
      6c4b9ba2
    • Kai Koehne's avatar
      Revert "compile everything with QT_USE_FAST_CONCATENATION" · 999c73ad
      Kai Koehne authored
      This reverts commit e70530c5. It
      did break builds on older gcc versions (gcc 4.1.2 64 bit Linux,
      gcc 4.0.1 on Mac OS X):
      
      parser/qmljsgrammar_p.h: In static member function ???static int
      QmlJSGrammar::nt_action(int, int)???:
      parser/qmljsgrammar_p.h:188: error: ???QmlJSGrammar::<anonymous enum>???
      is/uses anonymous type
      parser/qmljsgrammar_p.h:188: error:   trying to instantiate
      ???template<class T> struct QConcatenable???
      ...
      999c73ad
  11. Feb 05, 2010
  12. Jan 29, 2010
  13. Jan 15, 2010
  14. 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
  15. Nov 27, 2009
  16. Nov 26, 2009
    • Friedemann Kleint's avatar
      Project Wizards: Introduce notion of project directory, polish. · 3e34a9ae
      Friedemann Kleint authored
      
      - Introduce project directory and "use" flag to file manager, use that
        in new item dialog
      - Add configuration under Project settings, rename it to "General"
      - Make wizards create project names as "untitled1.."
      - Remove modules page from Qt application wizards (parametrizable)
      - Give Utils::ProjectIntroPage a "Set as default location" toggle.
      - Introduce wizard dialog base classes for handling that.
      - Introduce notion of "last visited directory to file manager" for
        open and non-project wizards, route open through file manager.
      - Clean out QmlAppWizard
      
      Task-number: QTCREATORBUG-333
      Rubber-stamped-by: default avatarcon <qtc-committer@nokia.com>
      3e34a9ae
  17. Oct 12, 2009
    • Rohan McGovern's avatar
      Fixed transient compile failure with highly parallel jom. · eacb27f1
      Rohan McGovern authored
      These .pri files which add to INCLUDEPATH and have FORMS should also add
      to DEPENDPATH.
      
      Adding to INCLUDEPATH does not add to DEPENDPATH by default with qmake.
      That means qmake may not find headers in those paths and won't
      consider them dependencies when compiling the source files which include
      them.
      
      This doesn't matter when all the headers in the new INCLUDEPATH are
      always present, but when some of them are generated (e.g. from FORMS),
      the dependencies are important and omitting them means a race condition
      in parallel builds.
      
      Fixes errors of the form:
        ..\..\shared\help\topicchooser.h(33) : fatal error C1083: Cannot open
          include file: 'ui_topicchooser.h': No such file or directory
      (cherry picked from commit 9a7e0294)
      eacb27f1
  18. Oct 08, 2009
    • Rohan McGovern's avatar
      Fixed transient compile failure with highly parallel jom. · 9a7e0294
      Rohan McGovern authored
      These .pri files which add to INCLUDEPATH and have FORMS should also add
      to DEPENDPATH.
      
      Adding to INCLUDEPATH does not add to DEPENDPATH by default with qmake.
      That means qmake may not find headers in those paths and won't
      consider them dependencies when compiling the source files which include
      them.
      
      This doesn't matter when all the headers in the new INCLUDEPATH are
      always present, but when some of them are generated (e.g. from FORMS),
      the dependencies are important and omitting them means a race condition
      in parallel builds.
      
      Fixes errors of the form:
        ..\..\shared\help\topicchooser.h(33) : fatal error C1083: Cannot open
          include file: 'ui_topicchooser.h': No such file or directory
      9a7e0294
  19. Oct 05, 2009
  20. Aug 14, 2009
  21. Jul 31, 2009
  22. Jun 30, 2009
  23. Jun 29, 2009
Loading