Skip to content
Snippets Groups Projects
  1. Sep 10, 2015
  2. Sep 09, 2015
  3. Sep 08, 2015
  4. Sep 07, 2015
  5. Sep 04, 2015
  6. Sep 03, 2015
  7. Sep 02, 2015
  8. Sep 01, 2015
  9. Aug 31, 2015
    • Daniel Teske's avatar
      Fix various context menu actions from project managers · cea36f13
      Daniel Teske authored
      
      The correct pattern is this: The actions in the build menu are supposed
      to be for the startup project. They should use the global context and be
      manually hidden/shown if the startup project changes.
      
      This fixes a crash on assigning keyboard shortcut to the edit files
      context menu action.
      
      The slot connected assumed that the action could only be triggered via
      the context menu. By using ProjectTree;:currentProject() the code now
      works even if the project tree is not actually focused.
      
      It also fixes that the "Run CMake" action was shown even in the build menu,
      even though a non cmake project was the startup project.
      
      Change-Id: I0bb8086d8b1078b4c71c3b5ba9d7f8596757e724
      Task-number: QTCREATORBUG-14728
      Task-number: QTCREATORBUG-14768
      Reviewed-by: default avatarEike Ziller <eike.ziller@theqtcompany.com>
      cea36f13
    • Christian Kandeler's avatar
      Update qbs submodule. · 513c4e0a
      Christian Kandeler authored
      
      To HEAD of 1.4 branch. Also do the necessary adaptation in
      QbsProjectManager.
      
      Change-Id: I810502c5be14ff8e93c886dae931cd4bceb81d13
      Reviewed-by: default avatarJoerg Bornemann <joerg.bornemann@theqtcompany.com>
      513c4e0a
Loading