Skip to content
Snippets Groups Projects
  1. Mar 26, 2010
  2. Mar 24, 2010
  3. Mar 18, 2010
  4. Mar 17, 2010
  5. Mar 15, 2010
  6. Mar 12, 2010
  7. Mar 11, 2010
    • Christian Kamm's avatar
      Make sure the BackwardScanner has tokenized before asking for a string. · 5a7858f5
      Christian Kamm authored
      The problem was that for
      
      Foo::Foo
      (|)
      
      when the user triggers completion at |, startOfLine() returns a token
      that's not on the current line and not yet tokenized by that instance
      of the BackwardScanner.
      
      As a fix I explicitly ask the instance to tokenize up to the given
      index.
      
      Task-number: QTCREATORBUG-673
      Reviewed-by: Roberto Raggi
      5a7858f5
  8. Mar 10, 2010
  9. Mar 09, 2010
    • Erik Verbruggen's avatar
      Fixed QTCREATORBUG-745. · 417a1c9f
      Erik Verbruggen authored
      Fixed crash in FindUsages on a dirty file in a large project, which is saved
      while the FindUsages is still running.
      417a1c9f
  10. Mar 05, 2010
  11. Mar 01, 2010
  12. Feb 23, 2010
  13. Feb 22, 2010
  14. Feb 15, 2010
  15. Feb 04, 2010
  16. Feb 03, 2010
  17. Feb 01, 2010
  18. Jan 29, 2010
  19. Jan 26, 2010
  20. Jan 20, 2010
  21. Jan 19, 2010
  22. Jan 14, 2010
  23. Jan 12, 2010
  24. Jan 11, 2010
  25. 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
  26. Dec 21, 2009
Loading