Skip to content
Snippets Groups Projects
  1. Jan 07, 2013
  2. Jan 04, 2013
  3. Jan 03, 2013
  4. Jan 02, 2013
  5. Jan 01, 2013
    • Daniel Teske's avatar
      Use C++11 parsing mode for CMake, AutoTools and Generic project managers · f320426c
      Daniel Teske authored
      
      Those 3 project managers can't easily figure out the right mode for code
      parsing. The code we are parsing is predominantly C++98 code. But for
      those using C++98 toolchains having valid C++11 code not be marked as a
      error is probably not much of a problem, whereas the reverse, using a
      C++11 toolchain and having valid code being marked as a error is
      annoying.
      
      Change-Id: I8dcc172029045cf591b3ba0adef1585f3f94fd39
      Reviewed-by: default avatarhjk <qthjk@ovi.com>
      f320426c
    • Ryan May's avatar
      Debugger: Make tabs in separate view closable. · 577fe8a4
      Ryan May authored
      
      Refactor the separate view from directly using a QTabWidget to a subclass
      so that the necessary signal can be hooked up.
      
      Change-Id: Ibc2653d554882a36a85162708021422843057bc1
      Reviewed-by: default avatarhjk <qthjk@ovi.com>
      577fe8a4
  6. Dec 31, 2012
  7. Dec 30, 2012
  8. Dec 29, 2012
Loading