Skip to content
Snippets Groups Projects
  1. Dec 17, 2010
  2. Dec 13, 2010
  3. Dec 10, 2010
  4. Dec 09, 2010
    • dt's avatar
      ProjectExplorer, FlatModel: Crash fix · 216bdca7
      dt authored
      sortNodes only ensured a partial ordering, we need a total ordering.
      
      Reviewed-By: con
      
      Task-Nr: QTCREATORBUG-3317
      Task-Nr: QTCREATORBUG-3302
      216bdca7
  5. Dec 07, 2010
  6. Dec 06, 2010
  7. Dec 02, 2010
  8. Nov 30, 2010
  9. Nov 26, 2010
  10. Nov 25, 2010
    • con's avatar
      Fix debugging Symbian gcce raptor built apps. · fb3524af
      con authored
      Local executable is put into a different folder
      (always 'armv5' despite it being a 'gcce' build, changed in qmake),
      and the symbol file is named 'foo.exe.sym' instead of 'foo.sym'.
      
      Done-by: Friedemann Kleint
      Reviewed-by: Pawel Polanski
      fb3524af
    • Kai Koehne's avatar
      JsDebugger: Open original file if breakpoint is hit · ea0dd4ad
      Kai Koehne authored
      Hotfix for Qt Quick Applications: Try to open the original file
      by stripping "X.app/Contents/Resources" from the path.
      
      Reviewed-by: Christiaan Janssen
      ea0dd4ad
  11. Nov 24, 2010
  12. Nov 23, 2010
  13. Nov 22, 2010
  14. Nov 18, 2010
  15. Nov 17, 2010
    • Friedemann Kleint's avatar
      CodePaster: Fix listing of pastebin.com. · 79aad2eb
      Friedemann Kleint authored
      
      Skip multiple left-boxes (mobile section).
      
      Reviewed-by: default avatarLeandro T. C. Melo <leandro.melo@nokia.com>
      Rubber-stamped-by: dt
      Task-number: QTCREATORBUG-3118
      79aad2eb
    • Thomas Hartmann's avatar
      QmlDesigner: adding a distinguished context for the form editor · 71d98970
      Thomas Hartmann authored
      Since Actions like copy/paste and delete interfiere
      with controls like LineEdit, I added a special context
      for the form editor. Now copy/paste/delete on the Qml items
      are only registered for the form editor context and copying the contens
      of a LineEdit will not lead to copy an item instead, anymore.
      
      Reviewed-by: Kai Koehne
      71d98970
    • Tobias Hunger's avatar
      Symbian: Fix pathes · 9f824f41
      Tobias Hunger authored
      Fix pathes for Nokia Qt SDK:
       * Set SBS path in one location only
       * Fix up perl path
       * Set path to CMD on windows. Both ABLD and SBSv2 actually need this.
       * Set GCC path only if the directory actually exists
      
      These fixes allow for building both ABLD and SBSv2 based projects in
      a clean environment.
      
      Reviewed-by: Tim Jenssen
      9f824f41
    • Leandro Melo's avatar
      Tooltips: Fix brief description for QML elements · 1800e98e
      Leandro Melo authored
      The brief description was not being shown. The help id for a
      QML element is something like QML.Item while the extraction
      mark is simply Item.
      
      Reviewed-by: Thomas Hartmann
      Reviewed-by: con
      1800e98e
  16. Nov 16, 2010
  17. Nov 15, 2010
Loading