con
9ba5a81e9b
Switch header source between .h and .mm files.
2009-05-04 17:11:10 +02:00
con
e33508b2c0
Add "Close all except 'foo.bar'" action.
2009-05-04 16:39:02 +02:00
Roberto Raggi
454c89ecaa
Merge branch 'master' of ../mainline into dui-editor
2009-05-04 16:25:31 +02:00
Roberto Raggi
fbbee00b9f
Cleanup
2009-05-04 15:44:39 +02:00
con
38d7c52d49
Some more documentation about contexts and action containers.
2009-05-04 15:10:23 +02:00
Roberto Raggi
cbb87a0f5e
Set the name of the QML Viewer run configuration.
2009-05-04 14:58:04 +02:00
hjk
b2598d0030
debugger: initial work on remote debugging
2009-05-04 14:48:06 +02:00
mae
78e4822390
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
2009-05-04 14:47:36 +02:00
Roberto Raggi
a956a0bccf
Cleanup
2009-05-04 14:33:32 +02:00
Roberto Raggi
cba6b3cadc
Removed obsolete code.
2009-05-04 14:14:58 +02:00
mae
a1d7db7e15
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
2009-05-04 13:47:39 +02:00
Thorbjørn Lindeijer
9cd7d3ac10
Fixed folding markers not showing up with the Mac style
2009-05-04 13:46:55 +02:00
mae
7a1fe81426
give the wave underline more priority, so it will be above search results
...
and find scopes (but below the main selection)
2009-05-04 13:46:50 +02:00
Roberto Raggi
8a97b54012
Initial implementation of ApplicationRunConfiguration for QML projects.
2009-05-04 13:38:14 +02:00
Roberto Raggi
9d676f75db
Initial work on the QML project manager.
2009-05-04 12:19:22 +02:00
Friedemann Kleint
7f5dbc8d7c
Fixed crash when evaluating dumpers.
2009-05-04 12:12:45 +02:00
con
a9621e70f6
Don't crash when opening external editor help dialog.
2009-05-04 12:11:07 +02:00
Thorbjørn Lindeijer
baeb67133b
Removed the fancy folding bar
...
The improved traditional bar will hopefully keep everybody happy.
2009-05-04 12:04:40 +02:00
Thorbjørn Lindeijer
3236678c7b
Fixed resetting of block highlighting when leaving the extra area
...
When the block highlighting was enabled, it would still get removed when
the mouse left the extra area. Now it changes back to the text cursor
position.
Done with mae.
2009-05-04 11:47:28 +02:00
Thorbjørn Lindeijer
0c0cacb71e
Fixed the block highlighting in combination with right margin
...
The highlights would extend on top of the right column margin. It looks
better when they don't.
Done with mae.
2009-05-04 11:33:59 +02:00
Thorbjørn Lindeijer
b7e12e23f4
Changed classic folding markers
...
This new look fits better with the new behaviour. Also, the
collapse/expand markers are now drawn by the style.
2009-05-04 11:13:31 +02:00
Roberto Raggi
eafa7a07e2
Merge branch 'dui-editor' of git@scm.dev.nokia.troll.no:creator/robraggis-creator into dui-editor
2009-05-04 10:47:13 +02:00
Roberto Raggi
715ac380bd
Merge branch 'master' of ../mainline into dui-editor
2009-05-04 10:42:03 +02:00
hjk
ab47d78c0c
fakevim: handle Key_Insert
2009-05-04 09:36:26 +02:00
con
9adb6855c3
Compile on Mac.
2009-05-04 09:14:59 +02:00
Friedemann Kleint
e0de78f04d
Compile on Windows.
2009-05-04 08:19:56 +02:00
Michael Brasser
32d09a7dd8
Cosmetic fixes for New/Open of QML files.
2009-05-01 15:59:50 +10:00
Oswald Buddenhagen
71db47c467
make findChild take a "const char *" as the name arg
...
this avoids unnecessary QByteArray constructions
2009-04-30 22:49:02 +02:00
Oswald Buddenhagen
522006fcf1
remove unused findChild overload with default arg
2009-04-30 22:49:01 +02:00
Oswald Buddenhagen
9937ef8ea2
disable unused jump-to-line handler
2009-04-30 22:49:01 +02:00
Oswald Buddenhagen
f6bf2e9745
simplify conditions
2009-04-30 22:49:01 +02:00
Oswald Buddenhagen
3e01e57345
translatability improvements
2009-04-30 22:49:01 +02:00
Oswald Buddenhagen
a799be539b
encoding cleanup
...
added *lots* of missing QLatin1*(). to avoid making the code too
unreadable i added the macros _(), __() and _c().
also added local8Bit conversions for everything which might contain
file names.
2009-04-30 22:48:58 +02:00
Oswald Buddenhagen
78d09e7868
disable pwd querying code, as it is unused and broken.
2009-04-30 22:03:10 +02:00
mae
b837849859
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
2009-04-30 19:32:26 +02:00
mae
c94456763c
experiment with splitted views based on karsten's input.
...
The goal is to support both the emacs usecase and the
usecase with fixed views for certain sets of files. The changes
gives the user more control where the files are. Effectively
it should be easy now to put your cpp files in the left pane,
and the header files in the right pane, and use F4 to toggle
between them.
Also make the 'x' in the toolbar close the document, and not the view.
2009-04-30 19:30:14 +02:00
Roberto Raggi
4c4df832de
Improved the highlighting of qualified ids.
2009-04-30 17:26:16 +02:00
Roberto Raggi
d95dd54fa8
Some work on the QML overview.
2009-04-30 17:23:32 +02:00
Roberto Raggi
b958bbee39
Highlight the bindings using the C_LABEL attribute.
2009-04-30 16:57:27 +02:00
dt
20c8899e95
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
2009-04-30 16:55:54 +02:00
dt
769f065d34
Add custom dumpers to custom run executables
2009-04-30 16:54:51 +02:00
Friedemann Kleint
2f129dfad3
Fixed some translation errors.
2009-04-30 16:09:57 +02:00
Roberto Raggi
d31b365d56
Visit the AST.
2009-04-30 15:22:16 +02:00
Roberto Raggi
7f65b9eaa5
Improved the auto indenter for QML files.
2009-04-30 15:01:54 +02:00
Roberto Raggi
5154b4e2d9
Merge branch 'master' of ../mainline into dui-editor
2009-04-30 13:58:10 +02:00
dt
53d62b0b8a
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
2009-04-30 12:53:32 +02:00
dt
540ddcd562
Add a next/prev shortcut (F6 for now) for outputpanes.
...
This one has some magic inside to always use the current outputpane.
This solves the issue that I don't want Search and Build Issues list to
have its own set of next/prev shortcuts. todo is a better definition of
next for the build issues and/or a way to restrict it only to errors.
2009-04-30 12:50:52 +02:00
dt
4e6e540893
Remove code that was long obsoleted and commented out.
2009-04-30 12:45:02 +02:00
hjk
b68a06799c
debugger: code cosmetics
2009-04-30 12:16:48 +02:00
Roberto Raggi
5ec805a0ce
Merge branch 'master' of ../mainline into dui-editor
2009-04-30 12:12:19 +02:00