hjk
|
7f3ac4614b
|
debugger: use a new action for "executing a line"
|
2009-04-03 15:47:11 +02:00 |
|
hjk
|
e3aa983000
|
Update changelog (debugger)
|
2009-04-03 15:47:11 +02:00 |
|
hjk
|
37ac1bee95
|
fakevim: fix several issues related to cursor column positioning, also
handle a few instances of "startofline" properly
|
2009-04-03 15:47:11 +02:00 |
|
mae
|
5849db0817
|
Merge branch '1.1' of git@scm.dev.nokia.troll.no:creator/mainline into 1.1
|
2009-04-03 15:33:29 +02:00 |
|
mae
|
fa63474898
|
emacs functionality, but more creator-style names
|
2009-04-03 15:32:33 +02:00 |
|
mae
|
be736eddf2
|
Make emacs-like splitting more emacs like. Introduction of Ctrl+E,1 for
delete-other-windows
|
2009-04-03 15:12:28 +02:00 |
|
con
|
085dcd7db2
|
Only use lib64 on 64 bit Linux, not Windows or Mac.
|
2009-04-03 14:36:14 +02:00 |
|
hjk
|
5266f16cc6
|
debugger: new test case for char arrays
|
2009-04-03 13:40:18 +02:00 |
|
hjk
|
b4b23ea981
|
fakevim: fix some autoindent issues
|
2009-04-03 13:40:17 +02:00 |
|
con
|
06911c66cc
|
Don't crash under certain weird conditions.
In case of 'version 1' navigation settings, and only a 'Open Documents'
panel visible, we ended up in an endless loop.
|
2009-04-03 13:13:57 +02:00 |
|
Friedemann Kleint
|
e5c7e5cdd1
|
Completed changelog.
|
2009-04-03 12:29:47 +02:00 |
|
Friedemann Kleint
|
935cf11470
|
Make svn plugin work with svn 1.6.
Handle modified 'status' formatting (starting at column 8).
|
2009-04-03 12:17:33 +02:00 |
|
Roberto Raggi
|
62d5b16a5b
|
Fixed QScriptParser::loc(n)
|
2009-04-02 19:53:39 +02:00 |
|
Roberto Raggi
|
979d9b362b
|
Show the warning messages.
|
2009-04-02 19:53:26 +02:00 |
|
con
|
cd638b98bd
|
Keep cursor position and scroll state when reloading text editors.
Regression coming from the new navigation history mechanism.
|
2009-04-02 17:56:38 +02:00 |
|
mae
|
9867b7b5e3
|
sort open editors based on displayName() not full file path
|
2009-04-02 17:43:44 +02:00 |
|
Jarek Kobus
|
6746a87365
|
My change for changelog
|
2009-04-02 16:54:25 +02:00 |
|
dt
|
09d5ec7dc2
|
Fix quoting in git commit, fixes committing for me on windows
Reviewed-By: Ossi
|
2009-04-02 17:35:56 +02:00 |
|
hjk
|
5ec0b72a44
|
Merge branch '1.1'
|
2009-04-02 16:31:55 +02:00 |
|
dt
|
d76d490284
|
Fix quoting in git commit, fixes committing for me on windows
Reviewed-By: Ossi
|
2009-04-02 17:20:27 +02:00 |
|
dt
|
4fec64a233
|
Some internal qmake files were listed in the project tree.
Checking paths against each other is a little more complex.
|
2009-04-02 16:26:57 +02:00 |
|
hjk
|
bcd279a198
|
debugger: make maximal number of stack entries configurable
|
2009-04-02 16:26:33 +02:00 |
|
hjk
|
4198ffa193
|
utils: make QSpinBox useable for SavedAction
|
2009-04-02 16:26:10 +02:00 |
|
dt
|
5ea40c095e
|
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
|
2009-04-02 15:47:41 +02:00 |
|
dt
|
f7bb169de4
|
Unused variables
|
2009-04-02 15:46:41 +02:00 |
|
dt
|
d89c8ade0c
|
Fix struct/class inconsistency.
|
2009-04-02 15:46:32 +02:00 |
|
dt
|
8df9aaf5c7
|
Qt Creator didn't always find the ui files for SUBDIRS projects
In case no UIDIR was set, we always searched in the toplevel
buildDirectory instead of the buildDirectory conresponding to the actual
pro file.
|
2009-04-02 15:46:20 +02:00 |
|
Kavindra Devi Palaraja
|
37ac4bf132
|
Doc - Adding another video to the documentation, main page.
|
2009-04-02 14:45:39 +02:00 |
|
Kavindra Devi Palaraja
|
8c58a2b35c
|
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
|
2009-04-02 13:33:58 +02:00 |
|
Kavindra Devi Palaraja
|
1e8e1c0536
|
Doc - making the code snippet quoting more consistent by removing more
of the \code tags and using \snippet tags instead
|
2009-04-02 13:33:40 +02:00 |
|
Roberto Raggi
|
3ba52b2505
|
Fixed the diagnostic message for syntax errors.
|
2009-04-02 13:15:08 +02:00 |
|
hjk
|
9d42fb36d7
|
fackevim: move cursor to first non-blank on line after 'p'
|
2009-04-02 12:04:29 +02:00 |
|
hjk
|
81562dce7a
|
debugger: compile fix
include <ctype.h> is needed on some systems
|
2009-04-02 11:41:36 +02:00 |
|
hjk
|
0f4aa33596
|
projectexplorer: use QString::fromLocal8Bit instead fromAscii
Patch from Asaki Takumi.
Reviewed-by: Oswald Buddenhagen
|
2009-04-02 11:03:27 +02:00 |
|
hjk
|
47995286b5
|
debugger: show non-ASCII in QString, too
|
2009-04-02 10:58:52 +02:00 |
|
Roberto Raggi
|
afa7aec596
|
Simple code completion for QtScript.
|
2009-04-02 10:48:42 +02:00 |
|
Roberto Raggi
|
6635ddbde5
|
Introduced ICompletionCollector::isValid(editor).
|
2009-04-02 10:41:37 +02:00 |
|
Kavindra Devi Palaraja
|
1997d8fb9a
|
Doc - Adding in the tutorial, needs to be customized for Creator.
|
2009-04-02 10:41:35 +02:00 |
|
Kavindra Devi Palaraja
|
939345c6b2
|
Doc - fixing a merge conflict.
|
2009-04-02 10:40:37 +02:00 |
|
Kavindra Devi Palaraja
|
a68f604965
|
Doc - Moving all the images to a doc/images folder instead of leaving
them lying around in the doc folder.
|
2009-04-02 10:34:16 +02:00 |
|
Kavindra Devi Palaraja
|
2383659de0
|
Doc - Renamed the "example" folder to "examples" so there can be more than 1 example there.
|
2009-04-02 10:30:45 +02:00 |
|
Roberto Raggi
|
d2e14e3e1f
|
Fixed the automatic insertion of `;' tokens and improved the QtScriptParser.
|
2009-04-02 09:50:46 +02:00 |
|
hjk
|
4d3c555a78
|
take the sessionUnloaded stuff out again as it makes Creator crash on
startup
|
2009-04-02 09:40:38 +02:00 |
|
Kavindra Devi Palaraja
|
b781012bc7
|
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
|
2009-04-01 17:48:17 +02:00 |
|
Kavindra Devi Palaraja
|
79f99fea2d
|
Doc - adding in documentation on support for generic projects (more to
come).
|
2009-04-01 17:48:05 +02:00 |
|
hjk
|
c1e0a788ff
|
debugger: don't dead-lock when switching sessions while debugging
|
2009-04-01 16:50:21 +02:00 |
|
hjk
|
18061710e7
|
debugger: handle archer's thread creation messages
|
2009-04-01 16:50:21 +02:00 |
|
hjk
|
8285584f33
|
fakevim: handle '$s' properly
|
2009-04-01 16:50:21 +02:00 |
|
hjk
|
e4bd6c55c4
|
debugger: don't consider archer's "library-loaded" as a reason for a
warning
|
2009-04-01 16:50:21 +02:00 |
|
hjk
|
fbb4288eae
|
fakevim: removing whitespace at end of line
|
2009-04-01 16:50:21 +02:00 |
|