Skip to content
Snippets Groups Projects
  1. Feb 16, 2012
    • Denis Mingulov's avatar
      Debugger: use QString::fromLatin1 instead of QString::fromAscii · 87b1dc25
      Denis Mingulov authored
      
      By source - latin1 is really expected as there is no any check
      or usage of QTextCodec::setCodecForCStrings() currently.
      
      QString::fromAscii() might break 'Latin1' input in some cases.
      
      A quote from documentation about QString::fromAscii():
      
      "Note that, despite the name, this function actually uses the
      codec defined by QTextCodec::setCodecForCStrings() to convert str
      to Unicode. Depending on the codec, it may not accept valid
      US-ASCII (ANSI X3.4-1986) input. If no codec has been set, this
      function does the same as fromLatin1()."
      
      Change-Id: I49cf047ca674d2ec621b517c635d1927bb2e796f
      Reviewed-by: default avatarFriedemann Kleint <Friedemann.Kleint@nokia.com>
      Reviewed-by: default avatarhjk <qthjk@ovi.com>
      87b1dc25
  2. Feb 15, 2012
  3. Feb 06, 2012
    • Friedemann Kleint's avatar
      Debugger: Add "Recent:" combo for Start External/Remote. · de5ed4a0
      Friedemann Kleint authored
      
      - Add combo box listing the last 10 elements of history.
      - Introduce parameter class for the dialogs that can stored/
        retrieved as a QSettings array using template helpers.
      - Give dialogs a static 'run()' method that returns
        the DebuggerStartParameters to handle the history, move
        code from the debugger plugin to the dialogs.
      
      Change-Id: Ieb15f7c8ef9489f925b9d2f47ec09feebcf73826
      Reviewed-by: default avatarhjk <qthjk@ovi.com>
      de5ed4a0
  4. Jan 27, 2012
  5. Jan 26, 2012
  6. Jan 24, 2012
  7. Dec 21, 2011
  8. Dec 19, 2011
  9. Dec 13, 2011
  10. Dec 12, 2011
  11. Nov 23, 2011
  12. Nov 08, 2011
  13. Nov 03, 2011
  14. Oct 28, 2011
  15. Oct 12, 2011
  16. Sep 14, 2011
  17. May 30, 2011
  18. May 06, 2011
  19. May 04, 2011
  20. May 03, 2011
  21. Apr 13, 2011
  22. Mar 31, 2011
  23. Mar 30, 2011
  24. Feb 25, 2011
  25. Feb 24, 2011
    • Friedemann Kleint's avatar
      Debugger: Add toolchain combos to start dialogs, refactor detection. · 75f4b9cf
      Friedemann Kleint authored
      Add combo box listing toolchains with debuggers to start external,
      attach and core.
      Another attempt at streamlining engine detection:
      Split in detection functions that first collect a list of
      available engines by preference, then remove disabled and
      wrongly configured engines and use the remaining best.
      matching. checkconfiguration is now the central place where
      engine detection and config check takes place.
      
      Rubber-stamped-by: hjk
      75f4b9cf
  26. Feb 22, 2011
  27. Jan 12, 2011
  28. Jan 11, 2011
  29. Jan 07, 2011
  30. Dec 17, 2010
  31. Dec 01, 2010
Loading