Skip to content
Snippets Groups Projects
  1. Jan 15, 2010
  2. Jan 14, 2010
  3. Jan 13, 2010
    • dt's avatar
      Add Build to the right click menu of sub projects for Qt4 Projects · fb3ae97d
      dt authored
      They do what you expect them to do, that is build only a subtree.
      The implementation is a little bit strange. We temporarly set the sub
      node to be built on the BuildConfiguration, enqueue that
      BuildConfiguration (which calls BuildStep::init()), and then reset that
      temporary value.
      
      A more general way would be to have the ability to extend
      BuildConfiguration::buildProject() in a way that additional data can be
      passed to the BuildSteps.
      
      Task-Nr: QTCREATOR-5
      Task-Nr: QTCREATORBUG-44
      fb3ae97d
    • dt's avatar
      Move BuildStep::init() to where they are added to the buildqueue · 407b7f1f
      dt authored
      Actually that's more correct. E.g. imagine building a project, and while
      the qmake step runs changing the working directory. The make step would
      be affected by that. With the change both the qmake and make step get
      their working directory on beeing added to the queue and so don't care
      if the setting is changed afterwards.
      407b7f1f
    • Marco Bubke's avatar
      Change id removing · dd14b75f
      Marco Bubke authored
      dd14b75f
    • Thorbjørn Lindeijer's avatar
      Made "All Files" filter always available · c47f1e3a
      Thorbjørn Lindeijer authored
      Needed to be able to open text files with arbitrary or no extension.
      Previously, the "All Files" filter would disappear when there was no
      plugin with an empty filter string, like the BinEditor plugin.
      
      Reviewed-by: con
      c47f1e3a
    • Thorbjørn Lindeijer's avatar
      Fixed an issue with keeping a shipped color scheme selected · 87a7ed94
      Thorbjørn Lindeijer authored
      When the path to the shipped color schemes changes, Qt Creator was
      unable to load the chosen color scheme. Now, when it can't find the
      color scheme, it will look for it in the default color scheme path.
      
      Reviewed-by: con
      87a7ed94
    • ck's avatar
      Botan lib: Add missing flag to link with librt. · 355d5a32
      ck authored
      355d5a32
Loading