Skip to content
Snippets Groups Projects
  1. Mar 01, 2010
  2. Feb 23, 2010
  3. Feb 22, 2010
  4. Feb 15, 2010
  5. Feb 04, 2010
  6. Feb 03, 2010
  7. Feb 01, 2010
  8. Jan 29, 2010
  9. Jan 26, 2010
  10. Jan 20, 2010
  11. Jan 19, 2010
  12. Jan 14, 2010
  13. Jan 12, 2010
  14. Jan 11, 2010
  15. Jan 07, 2010
    • Tobias Hunger's avatar
      Make method naming more consistent. · a6ad7737
      Tobias Hunger authored
        * Use id() for methods returning a string used to represent
          some type of object.
        * Use displayName() for strings that are meant to be user
          visible.
        * Quieten some warnings while touching the files anyway.
        * Move Factories to their products in the plugins where that
          was not done before.
      
      Reviewed-by: dt
      a6ad7737
    • con's avatar
      Version bump. · 2e495e70
      con authored
      2e495e70
    • Thorbjørn Lindeijer's avatar
      Use the completion case sensitivity settings also for relevance · aeaaa392
      Thorbjørn Lindeijer authored
      Avoids some annoyance for people using case-sensitive completion, when
      unrelated completions items would get higher relevance because they
      start with the typed string when matched case-insensitively.
      
      In case-insensitive mode, a case-sensitive prefix match now does get a
      higher relevance than a case-insensitive match.
      
      Reviewed-by: con
      aeaaa392
    • ck's avatar
      Move Q_DECLARE_OPERATORS_FOR_FLAGS out of namespaces. · dedea5ea
      ck authored
      If this macro is used inside a namespace, it hides global operators.
      
      Reviewed-by: hjk
      dedea5ea
  16. Dec 21, 2009
    • Christian Kamm's avatar
      Find macro uses. · f90f9e48
      Christian Kamm authored
      Reviewed-by: Erik Verbruggen
      f90f9e48
    • Christian Kamm's avatar
      Enhance data stored for macros and macro uses. · c3cc7cf4
      Christian Kamm authored
      In preparation for finding macro uses.
      
      * Macro: add offset and length
      * MacroUse: add line
      * Document: add convenience functions for finding a macro definition, use
        or undefined use at a given location.
      
      Reviewed-by: Erik Verbruggen
      c3cc7cf4
    • con's avatar
      Remove unused code. · 6c27faf0
      con authored
      6c27faf0
    • con's avatar
      Implement string based search & replace in multiple files. · 1a95f6f2
      con authored
      This uses the same UI as "Rename Symbol".
      Moves the actual rename implementation to a static method in
      BaseFileFind and uses it for rename symbol and search & replace.
      Moves the signal notification for the code model from VCSManager to
      the more general FileManager.
      Note that as for rename symbol, there's no undo yet.
      
      Task-number: QTCREATORBUG-73
      1a95f6f2
  17. Dec 18, 2009
  18. Dec 15, 2009
  19. Dec 11, 2009
    • Thorbjørn Lindeijer's avatar
      Be smarter about CamelCase when doing case-insensitive completion · 46e61276
      Thorbjørn Lindeijer authored
      Even when an upper case character can also match a lower case one, it
      should only be treated as a CamelCase match when the matched character
      is also upper case. This avoids some false positives.
      
      Also, the part that allows a word in a CamelCase identifier to be
      truncated should never be matched case-insensitively.
      46e61276
  20. Dec 10, 2009
  21. Dec 09, 2009
  22. Dec 08, 2009
  23. Dec 07, 2009
Loading