Skip to content
Snippets Groups Projects
  1. Oct 05, 2012
  2. Oct 04, 2012
    • Nikolai Kosjar's avatar
      Get rid of some Q_WS_X11. · ed86a7ca
      Nikolai Kosjar authored
      
      This macro isn't defined in Qt5 anymore, so use Q_OS_* where
      appropriate.
      
      Regarding bug QTCREATORBUG-7936:
      Now the fonts look normal again on GNU/Linux, e.g. in the text editor
      and the application/compile output pane.
      
      Task-number: QTCREATORBUG-7936
      Change-Id: I501cca608f273789d095e1138b32c2c8c38b0059
      Reviewed-by: default avatarEike Ziller <eike.ziller@digia.com>
      ed86a7ca
  3. Oct 02, 2012
  4. Oct 01, 2012
  5. Sep 27, 2012
  6. Sep 20, 2012
  7. Sep 17, 2012
  8. Sep 13, 2012
  9. Sep 12, 2012
  10. Sep 07, 2012
  11. Sep 05, 2012
  12. Sep 04, 2012
  13. Sep 03, 2012
  14. Aug 29, 2012
  15. Aug 24, 2012
  16. Aug 17, 2012
  17. Aug 14, 2012
  18. Aug 13, 2012
  19. Aug 09, 2012
  20. Aug 07, 2012
  21. Aug 06, 2012
  22. Aug 01, 2012
  23. Jul 30, 2012
  24. Jul 26, 2012
  25. Jul 20, 2012
  26. Jul 19, 2012
  27. Jul 17, 2012
    • Leandro Melo's avatar
      C++: Change back highlighting of types · 441c652c
      Leandro Melo authored
      
      The type highlighting change part of the recent patch
      4a2a17af didn't seem to
      please much from a visual point of view. It's a better
      idea to keep the type highlighting as it was for now
      and in the future try again the approach with an explicit
      option and perhaps a more restrictive context.
      
      The other patch is not reverted entirely because it does
      fix a couple of bugs.
      
      Change-Id: I806afa3d8c1c4b241080b8704255d737f61ee12c
      Reviewed-by: default avatarRoberto Raggi <roberto.raggi@nokia.com>
      441c652c
    • Leandro Melo's avatar
      C++: Changes in semantic highlighting · 4a2a17af
      Leandro Melo authored
      
      - Fix issues with virtual/non-virtual destructors. They were not
        being correctly identified in some cases - in particular on certain
        uses in derived classes.
      
      - Since now we do have a highlighting item for regular functions,
        constructors and destructors are now highlighted as such. This is
        more semantically correct and actually makes navigation and readiblity
        more distinguishable, since it cleary differentiates the type itself
        from its uses in expressions and declarators. (This seems to be what
        other IDEs like Eclipse, Visual Studio, KDevelop are doing.)
      
        NOTE: There's a switch to disable this item in the case it doesn't
        get good acceptance. Actually, the switch can be made a user
        setting...?
      
      - Change the default color scheme so regular and virtual functions
        have the same color (virtuals continue to be italic). This makes
        sense given the above mentioned changes in constructors/destructors
        highlighting behavior. (In other schemes virtual funcions don't have
        different color, so this shouldn't be necessary in those.)
      
      - Small renaming: "members" are now "fields" - consistent, since
        they apply for data and it's the term used in the UI.
      
      Change-Id: Ib1aa9c0bbf28a31d09f5696460b0095fbe29de80
      Reviewed-by: default avatarRoberto Raggi <roberto.raggi@nokia.com>
      4a2a17af
    • Sergey Shambir's avatar
      Added tooltips on completions proposals · edabcb40
      Sergey Shambir authored
      
      Change-Id: Ic22b99e25159edfa4977e13c98f334ce75809af7
      Reviewed-by: default avatarOrgad Shaneh <orgads@gmail.com>
      Reviewed-by: default avatarEike Ziller <eike.ziller@nokia.com>
      edabcb40
  28. Jun 29, 2012
  29. Jun 28, 2012
    • Francois Ferrand's avatar
      [CodeAssist] Logical sort of proposals. · 0b12ed14
      Francois Ferrand authored
      
      Improve the sorting of proposals, so that "logical" sort is used: if there are
      numeric parts in the strings, these are compared as numbers instead of purely
      lexicographically.
      
      Thus, the list: [item1, item10, item1b, item2]
      gets sorted as: [item1, item1b, item2, item10]
      
      Change-Id: I16a0106d9dc9bb27731f96c3f180ad20cd9a44f5
      Reviewed-by: default avatarLeandro Melo <leandro.melo@nokia.com>
      0b12ed14
  30. Jun 19, 2012
  31. Jun 11, 2012
Loading