Skip to content
Snippets Groups Projects
  1. Sep 20, 2013
  2. May 29, 2013
  3. Apr 10, 2013
  4. Apr 03, 2013
  5. Mar 12, 2013
  6. Jan 29, 2013
  7. Jan 24, 2013
    • Nikolai Kosjar's avatar
      C++: Add settings dialog for pointer declaration formatting · 8fe25d0a
      Nikolai Kosjar authored
      
      The dialog is at Tools > Options > C++ > Code Style > Edit... > Pointers
      and References.
      
      Currently the settings are referenced when applying the following
      QuickFixes:
       - Adapting function signature in declaration/definition
         (FunctionDeclDefLink)
       - Inserting declaration from definition (InsertDeclOperation)
       - Inserting definition from declaration (InsertDefOperation)
       - Extracting a function (ExtractFunctionOperation)
       - Add Local Declaration (AddLocalDeclarationOp::Operation)
      
      In these cases the code style of the current project is used. If there
      is no current project open, the current global code style is used.
      
      Task-number: QTCREATORBUG-6169
      
      Change-Id: I3e4e502b3103f7f754ac9b39594ad461d89d9304
      Reviewed-by: default avatarErik Verbruggen <erik.verbruggen@digia.com>
      8fe25d0a
  8. Jan 17, 2013
  9. Dec 29, 2012
  10. Nov 22, 2012
  11. Oct 05, 2012
  12. Jul 19, 2012
  13. Jun 19, 2012
  14. May 23, 2012
  15. Feb 15, 2012
  16. Jan 26, 2012
  17. Jan 24, 2012
  18. Nov 03, 2011
  19. Sep 23, 2011
  20. Jul 06, 2011
  21. Jun 22, 2011
  22. Jun 08, 2011
  23. Jun 01, 2011
  24. May 30, 2011
    • Thorbjørn Lindeijer's avatar
      Fixed missing border for tab widget in Projects mode · 61fc11b9
      Thorbjørn Lindeijer authored
      Usually for tab widgets we disabled the border of the first tab, since
      the tabs are generally aligned to the single pixel black splitters that
      we used in Creator (like in the case of dock widgets or application
      output).
      
      Since this particular tab widget is not aligned to such a splitter, it
      should have its own border which can be achieved by disabling the
      custom style on it.
      
      Change-Id: I8c7af60847afb5cd73ecd8c39a834ed63298ec76
      Reviewed-on: http://codereview.qt.nokia.com/122
      Reviewed-by: Jens Bache-Wiig
      61fc11b9
  25. May 24, 2011
Loading