Skip to content
Snippets Groups Projects
  1. Jan 12, 2010
  2. Jan 11, 2010
  3. 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
  4. 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
  5. Dec 18, 2009
  6. Dec 15, 2009
  7. 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
  8. Dec 10, 2009
  9. Dec 09, 2009
  10. Dec 08, 2009
  11. Dec 07, 2009
  12. Dec 04, 2009
  13. Dec 03, 2009
  14. Dec 02, 2009
  15. Dec 01, 2009
  16. Nov 30, 2009
  17. Nov 27, 2009
Loading