Skip to content
Snippets Groups Projects
  1. Jan 24, 2014
  2. Jan 21, 2014
  3. Jan 15, 2014
  4. Jan 08, 2014
  5. Dec 10, 2013
    • Eike Ziller's avatar
      Preferences: Add default implementation for filtering · deb43b4c
      Eike Ziller authored
      
      The default "matches" method now takes the widget and looks for all
      child labels, checkboxes, push buttons and group boxes.
      Because of that, the former "createWidget" method
      can be called multiple times without creating a new widget
      (-->widget()), and the "finished" method must ensure that the created
      widget gets deleted, since not all widgets that were created are added
      to the UI anymore.
      
      Change-Id: Ia231c7c78dd8819146668e6447d36d22e7836904
      Reviewed-by: default avatarEike Ziller <eike.ziller@digia.com>
      deb43b4c
  6. Sep 20, 2013
  7. May 29, 2013
  8. Apr 10, 2013
  9. Apr 03, 2013
  10. Mar 12, 2013
  11. Jan 29, 2013
  12. 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
  13. Jan 17, 2013
  14. Dec 29, 2012
  15. Nov 22, 2012
  16. Oct 05, 2012
  17. Jul 19, 2012
  18. Jun 19, 2012
  19. May 23, 2012
  20. Feb 15, 2012
  21. Jan 26, 2012
  22. Jan 24, 2012
  23. Nov 03, 2011
  24. Sep 23, 2011
  25. Jul 06, 2011
  26. Jun 22, 2011
  27. Jun 08, 2011
  28. Jun 01, 2011
  29. 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
  30. May 24, 2011
Loading