- Nov 02, 2010
-
-
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
-
Robert Loehning authored
Reviewed-by: hjk
-
Arvid Ephraim Picciani authored
Reviewed-by: hjk
-
con authored
-
con authored
Conflicts: README doc/qt-html-templates.qdocconf doc/qtcreator.qdoc doc/qtcreator.qdocconf share/qtcreator/templates/wizards/qtcreatorplugin/MyPlugin.pluginspec src/app/Info.plist src/plugins/bineditor/BinEditor.pluginspec src/plugins/bookmarks/Bookmarks.pluginspec src/plugins/classview/ClassView.pluginspec src/plugins/cmakeprojectmanager/CMakeProjectManager.pluginspec src/plugins/coreplugin/Core.pluginspec src/plugins/coreplugin/coreconstants.h src/plugins/cpaster/CodePaster.pluginspec src/plugins/cppeditor/CppEditor.pluginspec src/plugins/cpptools/CppTools.pluginspec src/plugins/cvs/CVS.pluginspec src/plugins/debugger/Debugger.pluginspec src/plugins/designer/Designer.pluginspec src/plugins/fakevim/FakeVim.pluginspec src/plugins/find/Find.pluginspec src/plugins/genericprojectmanager/GenericProjectManager.pluginspec src/plugins/git/ScmGit.pluginspec src/plugins/helloworld/HelloWorld.pluginspec src/plugins/help/Help.pluginspec src/plugins/imageviewer/ImageViewer.pluginspec src/plugins/locator/Locator.pluginspec src/plugins/mercurial/Mercurial.pluginspec src/plugins/perforce/Perforce.pluginspec src/plugins/projectexplorer/ProjectExplorer.pluginspec src/plugins/qmldesigner/QmlDesigner.pluginspec src/plugins/qmljseditor/QmlJSEditor.pluginspec src/plugins/qmljsinspector/QmlJSInspector.pluginspec src/plugins/qmlprojectmanager/QmlProjectManager.pluginspec src/plugins/qt4projectmanager/Qt4ProjectManager.pluginspec src/plugins/regexp/RegExp.pluginspec src/plugins/resourceeditor/ResourceEditor.pluginspec src/plugins/snippets/Snippets.pluginspec src/plugins/subversion/Subversion.pluginspec src/plugins/tasklist/TaskList.pluginspec src/plugins/texteditor/TextEditor.pluginspec src/plugins/vcsbase/VCSBase.pluginspec src/plugins/welcome/Welcome.pluginspec
-
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
-
con authored
-
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>
-
con authored
-
hjk authored
Reviewed-By: Friedemann Kleint
-
hjk authored
Reviewed-by: Oswald Buddenhagen
-
hjk authored
Reviewed-by: Alessandro Portale
-
- Nov 01, 2010
-
-
Alessandro Portale authored
Reviewed-By: TrustMe
-
Alessandro Portale authored
...and do not call it show(), because that is the signature of a non-virtual base class function. showExpanded() sucks as name, and hjk, who reviewed this is not convinced. But showExpanded() is still better than show(). Task-Number: QTCREATORBUG-2979 Reviewed-By: hjk
-
Leena Miettinen authored
Apparently, the forward merges lost quite some information. Reviewed-by: ossi
-
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
-
Friedemann Kleint authored
- Unexport Core::Internal::MainWindow and remove its includes. - Move RssFetcher from Core::Internal to Core. - Unexport CopyTaskHandler. - Move TextEditor's completion support and Refactor Overlay helper classes from TextEditor::Internal to TextEditor as they are exported. - Move internal BaseTextBlockSelection into private header. - Unexport TextEditorOverlay as they are not used.
-
con authored
-
con authored
Because executable_path and loader_path are just too inflexible for some stuff. The rpath is supposed to be set to the Qt Creator app's Contents folder. Compiling on 10.4 now requires to enter compatibility mode via QTC_TIGER_COMPAT env variable or TIGER_COMPAT_MODE qmake variable.
-
con authored
qtLibraryTarget is only defined if used with TEMPLATE=lib, which makes it fail in pri files that are used for app pro files. The tests still don't run because of run time linking issues.
-
Friedemann Kleint authored
Reviewed-by: dt Task-number: QTCREATORBUG-2947
-
Friedemann Kleint authored
Acked-By: dt
-
dt authored
Use the same code that is used for figuring out a good directory for adding new files. Task-Nr: QTCREATORBUG-2682
-
Oswald Buddenhagen authored
this is a team work by the following people: Beaver Xu <xtfllbl@hotmail.com> cch123 <cao1988228@163.com> shiroki <shiroki@cuteqt.com> Rei <chloerei@gmail.com> Merge-request: 210
-
Oswald Buddenhagen authored
-
Oswald Buddenhagen authored
Conflicts: doc/qtcreator.qdoc
-