Commit Graph

80529 Commits

Author SHA1 Message Date
Roberto Raggi
ecc4615d56 Added a project wizard for QML applications. 2009-05-11 10:58:04 +02:00
hjk
3d9a53cff2 debugger: replace a few '#ifdef LINUX' by '#if defined(UNIX) && !defined(MAC) 2009-05-11 10:22:03 +02:00
hjk
af367068bb debugger: work on tcf debugging 2009-05-11 09:58:41 +02:00
mae
9b82d98ede some work on the save-modified-files logic. We no longer rely
on QFileInfo to tell us that a file is not writable, but accept
that the attempt to save a file might actually fail (:-) ). This
solves the NT network domain issue without the insane slowness.

The stuff needs more work. We do not have any UI for failing save
operations when closing creator (other than it doesn't close). Bad.
2009-05-08 17:59:01 +02:00
mae
3a8fab254d small improvement to the split view: indicate in the editor view
combobox which documents are inside this view.
2009-05-08 17:59:01 +02:00
Friedemann Kleint
aa8548d37e Added Cdb Debugger path options (including symbol server).
Made pathlisteditor use a toolbutton menu as it looks too
much of a "button desert" otherwise.
2009-05-08 16:56:48 +02:00
Alessandro Portale
d971065b36 Renaming workbenchintegration.h/.cpp to qtcreatorintegration.h/.cpp 2009-05-08 16:43:26 +02:00
Alessandro Portale
0ffc9ab76a Removed unused source files that mentioned "Workbench". While at it,
also removed all code inside USE_P4_API. Gits history be our backup,
if we ever want to use the P4 Api directly in the future.
2009-05-08 16:43:18 +02:00
Alessandro Portale
b5c57d9136 Rename QtWorkbenchManifest to QtCreatorManifest 2009-05-08 16:43:17 +02:00
Alessandro Portale
0a593aa448 Rename QtWorkbenchSnippet to QtCreatorSnippet
Rename qtworkbench to qtcreator
2009-05-08 16:43:16 +02:00
Alessandro Portale
6fa838ab1b Rename "Workbench" to "Qt Creator" 2009-05-08 16:43:16 +02:00
Alessandro Portale
0b13357700 Rename AboutWorkbench to AboutQtCreator 2009-05-08 16:43:15 +02:00
Alessandro Portale
c757c3f458 Rename QWORKBENCH_UTILS_EXPORT to QTCREATOR_UTILS_EXPORT
Rename QWORKBENCH_UTILS_LIBRARY to QTCREATOR_UTILS_LIBRARY
2009-05-08 16:42:50 +02:00
Alessandro Portale
2be7226215 Rename qworkbenchplugin.pri to qtcreatorplugin.pri 2009-05-08 16:42:48 +02:00
Alessandro Portale
97b3e71d08 Rename qworkbenchlibrary.pri to qtcreatorlibrary.pri 2009-05-08 16:42:48 +02:00
Roberto Raggi
12e27549b0 Introduced IFile::checkPermission() and use it to reduce the number of calls to isWritable().
Done with: mae
2009-05-08 15:50:15 +02:00
Roberto Raggi
ec9373ba8a Introduced IFile::checkPermission() and use it to reduce the number of calls to isWritable().
Done with: mae
2009-05-08 15:49:01 +02:00
hjk
cc3f796113 debugger: work on tcf engine. first successful ping pong. 2009-05-08 15:38:34 +02:00
Roberto Raggi
762384c976 Compile 2009-05-08 15:36:53 +02:00
Roberto Raggi
c32887f6ac Compile. 2009-05-08 13:00:05 +02:00
Friedemann Kleint
8b7ee8298f Added a Path list editor widget.
On this occasion, fixed qtcreatorwidgets plugin for lib64.
2009-05-08 12:21:18 +02:00
con
a1e4421657 Build fix for non-webkit build. 2009-05-08 10:00:19 +02:00
con
1b7e4b8e64 Fixes "save modified files before build" in case of multiple projects.
Initial-patch-by: Christian Hönig
2009-05-08 09:33:52 +02:00
Alessandro Portale
8c8e9753f2 EmptyProjectWizard allows us to create an empty project. 2009-05-07 20:31:12 +02:00
hjk
b4787c0a15 debugger: remove enum DebuggerType, the engine pointer is enough. 2009-05-07 17:25:32 +02:00
hjk
f70ce8dc36 debugger: add a menu entry for the (defunct) TCF attaching 2009-05-07 17:11:19 +02:00
hjk
2fce747a6d debugger: start work "Target Communication Framework" "frontend" 2009-05-07 16:51:02 +02:00
hjk
71a05578ae compile fix for namespaced Qt 2009-05-07 15:57:37 +02:00
con
97411a7e0b More documentation. 2009-05-07 15:50:54 +02:00
Roberto Raggi
5b11a292eb Add files to the projects. 2009-05-07 15:43:59 +02:00
Friedemann Kleint
14e39ba5af Fixed translation issues. 2009-05-07 15:34:52 +02:00
Friedemann Kleint
84b3b9cba2 Continued German translation. 2009-05-07 15:34:27 +02:00
hjk
5bcc81a61e debugger: introduce an explicit detach action 2009-05-07 15:20:44 +02:00
hjk
d42a7e407e debugger: small fixes for the gdb macro based QString and QStringList dumpers 2009-05-07 14:53:53 +02:00
hjk
6200d188da debugger: fix start of remote server 2009-05-07 14:01:35 +02:00
Roberto Raggi
8f9bc24d93 Introduced LANG_QML 2009-05-07 12:42:20 +02:00
Roberto Raggi
76f4cfa0b4 Improved the QML project importer. 2009-05-07 12:31:32 +02:00
Oswald Buddenhagen
5d8bd5e031 generalize auto-continue mechanism 2009-05-07 12:30:56 +02:00
Roberto Raggi
b191f15486 Implemented the run configration factory and removed some obsoleted code. 2009-05-07 12:27:52 +02:00
Oswald Buddenhagen
12f9c7891d remove message which is immediately flushed out anyway 2009-05-07 12:26:25 +02:00
Oswald Buddenhagen
cdd1596f2d nicer QTC_ASSERT output 2009-05-07 12:26:25 +02:00
Oswald Buddenhagen
974388c131 less confusing 2009-05-07 12:26:25 +02:00
Oswald Buddenhagen
cdc1b913f9 whitespace cleanup in debug statements :D 2009-05-07 12:26:25 +02:00
Oswald Buddenhagen
115c1f1b67 add missing _() to currently commented out debugMessage() calls 2009-05-07 12:22:36 +02:00
hjk
6396d00073 debugger: move gdb macros to a resource file 2009-05-07 12:17:23 +02:00
hjk
5ff737b0df debugger: make gdb macro based debugging helpers (QString and QStringList)
also available for remote debugging.
2009-05-07 11:34:01 +02:00
hjk
979c48fd5a fakevim: show a message similar to vim when pressing Ctrl-c in command mode 2009-05-07 10:53:26 +02:00
hjk
b575e06553 fakevim: make Ctrl-c work in insert and ex mode 2009-05-07 10:48:12 +02:00
hjk
cb7bc38840 debugger: don't try to show a reason for stopping if we don't know one. 2009-05-07 10:39:49 +02:00
hjk
fae36d9ffd debugger: code cosmetics 2009-05-07 10:04:42 +02:00