- Nov 03, 2010
-
-
Oswald Buddenhagen authored
-
Oswald Buddenhagen authored
- unify unix and windows paths - on windows: - we don't need to care for trailing backslashes, as we never append directly to quoted strings - simplify, as this doesn't need to be fast. unfortunately, it's impossible to use ret.replace(QRegExp(QLatin1String("(\\\\*)$")), QLatin1String("\"\\1")); as that matches foo\ twice (once one backslash and once an empty string).
-
Christian Kandeler authored
Probably fixed some subtle error handling bugs along the way. Task-number: QTCREATORBUG-2705
-
Christian Kandeler authored
-
Friedemann Kleint authored
Task-number: QTCREATORBUG-2975
-
Friedemann Kleint authored
- Remove non-executable entries on reading (check only absolute paths since path search is too expensive). - Make sure gdb binary settings are not written out unless the user really changes them. Reviewed-by:
aep <arvid.picciani@nokia.com> Acked-By: hjk Reviewed-by:
Tim Jenssen <tim.jenssen@nokia.com>
-
Tobias Hunger authored
Krazy was complaining about this. Reviewed-by: Friedemann Kleint
-
Tobias Hunger authored
Krazy was complaining about those.
-
Tobias Hunger authored
Krazy complained about missing Q_OBJECT macros. Fix them.
-
Tobias Hunger authored
Krazy complained about those.
-
Roman Kovalev authored
Subversion stores log in UTF-8 and returns it back in user system locale. So we do not need to encode it. Merge-request: 213 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
con authored
-
Friedemann Kleint authored
-
Friedemann Kleint authored
-
Friedemann Kleint authored
Move 64bit-binary detection into Utils library.
-
- Nov 02, 2010
-
-
hjk authored
-
hjk authored
-
Friedemann Kleint authored
Clean icore.h.
-
dt authored
-
dt authored
-
Christian Kandeler authored
But never strip debug binaries. Task-number: QTCREATORBUG-2981
-
Friedemann Kleint authored
-
Christian Kandeler authored
Pipes and mount points for debugging with on-device gdb now have unique names. Also give mount point for deploying via UTFS per-project file name. Task-number: QTCREATORBUG-2702
-
Christian Kandeler authored
-
Christian Kandeler authored
-
Christian Kandeler authored
-
Christian Kandeler authored
Check whether the ports we need are actually available on the device. As a side effect, this makes it possible to debug more than one application at the same time on Maemo. Task-number: QTCREATORBUG-2702
-
mae authored
text on top of seach results on top of find scope on top of ifdefed out lines.
-
hjk authored
-
con authored
We were handling it ourselves, now we let saveGeometry and saveState do its job. This also takes care of making the geometry valid for offscreen saved states. Task-number: QTCREATORBUG-1689
-
Arvid Ephraim Picciani authored
Reviewed-by: hjk
-
Friedemann Kleint authored
-
Thomas Hartmann authored
Deleting an items might have a side effect that turns the qml code invalid. (e. g. alias properties) We catch this an show a proper error message. Task-number: QTCREATORBUG-2973 Reviewed-by: Kai Koehne
-
con authored
-
Friedemann Kleint authored
Move internal classes QmlJSEditorEditable/SemanticHighlighter out of qmljseditor.h. Move QmlJSEditor from namespace QmlJSEditor::Internal to QmlJSEditor. Reviewed-by:
Christian Kamm <christian.d.kamm@nokia.com>
-
- Nov 01, 2010
-
-
hjk authored
This creates a .pro from all "source" files below a given directory. As I'd like to use Qt Creator as tool to quickly inspect and navigate "alien" codebases a way to easily set up dummy .pro files is needed. qmake -project takes far too long on projects of the size of Qt itself.
-
Friedemann Kleint authored
-
Alessandro Portale authored
- Renaming the screen orientation enum and keys - Explicit constructors - Virtual destructors - Renamed some occurences of 'Qml' in comments to 'QML' - Adding descriptive comments to all generated files which should not be touched by the user. - Adding missing license headers to the qmljsdebugger sources Task-Number: QTCREATORBUG-2885 Reviewed-by: Friedemann Kleint Reviewed-by: dt
-