Skip to content
Snippets Groups Projects
  1. Dec 20, 2011
  2. Dec 19, 2011
  3. Dec 09, 2011
  4. Dec 08, 2011
  5. Dec 02, 2011
  6. Nov 25, 2011
    • Jarek Kobus's avatar
      Transform always old code style settings · 3d57758d
      Jarek Kobus authored
      
      Before, we didn't transform the code style settings
      if they were defaults (so no entries were written
      for them in the settings). In case someone
      changed global tab settings and didn't touch
      code style settings in 2.3, the code style settings
      were not transformed. Now, we transform them too
      so that legacy code style settings in 2.4
      (named: "Old Creator") contains old global tab settings.
      We also take care of not creating legacy settings
      in case neither textTabPreferences nor CppTabPreferences
      nor CppCodeStyleSettings were saved (when creator 2.3 used only
      defaults or when it's a first run of creator 2.4 without
      old settings).
      Handle legacy transformation for qml too.
      Make a code bit more readable.
      
      Task-number: QTCREATORBUG-6614
      Change-Id: I37b8dd4d1170f397b7d304c59575d9ae37884564
      Reviewed-by: default avatarLeandro Melo <leandro.melo@nokia.com>
      Reviewed-by: default avatarChristian Kamm <christian.d.kamm@nokia.com>
      3d57758d
  7. Nov 24, 2011
  8. Nov 22, 2011
  9. Nov 15, 2011
  10. Nov 10, 2011
    • hjk's avatar
      more Id type fixes · 82f55736
      hjk authored
      
      Change-Id: I3720946ba5485696822976567d83b4d6cb1fb283
      
      x
      
      Change-Id: Iab58bc34bc56371405d132315573b484a533b77c
      Reviewed-by: default avatarhjk <qthjk@ovi.com>
      82f55736
  11. Nov 03, 2011
  12. Nov 02, 2011
  13. Oct 28, 2011
  14. Oct 26, 2011
  15. Oct 25, 2011
  16. Oct 18, 2011
  17. Oct 17, 2011
    • Yuchen Deng's avatar
      C++: Improve completion assist · 4ea9c219
      Yuchen Deng authored
      
      Avoid inserting characters that are already there.
      e.g.
      int testFly() {}
      te|Fly()
      When triggers a completion, the code will changed to:
      testFly()|
      But in before, the code will changed to:
      testFly()|Fly()
      
      Notice:  Character of '|' show the cursor position.
      
      Change-Id: I6c111e30356b2549aebc6fbea05608e70d6ab41f
      Merge-request: 398
      Reviewed-by: default avatarLeandro T. C. Melo <leandro.melo@nokia.com>
      4ea9c219
  18. Oct 12, 2011
  19. Oct 11, 2011
  20. Oct 05, 2011
  21. Sep 28, 2011
  22. Sep 26, 2011
  23. Sep 23, 2011
  24. Sep 21, 2011
  25. Sep 14, 2011
  26. Sep 13, 2011
  27. Sep 12, 2011
  28. Sep 08, 2011
Loading