hjk
|
43bdddecab
|
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
|
2009-01-06 11:53:14 +01:00 |
|
hjk
|
a387eed44c
|
visual feedback for block selection. othewise block selection still does
not work..
|
2009-01-06 11:52:40 +01:00 |
|
hjk
|
8c23bb3cf7
|
some visual feedback for visual line mode
|
2009-01-06 11:52:05 +01:00 |
|
hjk
|
2d7c5de370
|
more status line work
|
2009-01-06 11:51:24 +01:00 |
|
hjk
|
d90dc9e3f2
|
work on command line display
|
2009-01-06 11:51:03 +01:00 |
|
hjk
|
69475d708d
|
add status line feedback for :r
|
2009-01-06 11:50:30 +01:00 |
|
hjk
|
2584bb928c
|
fix missing status line updates in insert mode
|
2009-01-06 11:49:33 +01:00 |
|
hjk
|
2f1e09ccc5
|
progress on homegrown undo/redo
|
2009-01-06 11:48:55 +01:00 |
|
hjk
|
b46d8faf29
|
Start with own undo/redo without depending on QTextEdit/QPlainTextEdit's undo/redo.
|
2009-01-06 11:45:56 +01:00 |
|
Roberto Raggi
|
5a06e283e8
|
QualifiedNameAST::lastToken().
|
2009-01-06 11:45:29 +01:00 |
|
Roberto Raggi
|
e0c1943c5c
|
PointerToMemberAST::lastToken().
|
2009-01-06 11:45:29 +01:00 |
|
Roberto Raggi
|
57cf35a37a
|
ParamterDeclarationAST::lastToken() and ParameterDeclarationClauseAST::lastToken().
|
2009-01-06 11:45:29 +01:00 |
|
Roberto Raggi
|
b563081e26
|
More *AST::lastToken().
|
2009-01-06 11:45:29 +01:00 |
|
Roberto Raggi
|
6f8b3d3d2d
|
Implemented NewExpressionAST::lastToken() and NewInitializerAST::lastToken().
|
2009-01-06 11:45:29 +01:00 |
|
hjk
|
8f4818989a
|
start with '.'
|
2009-01-06 11:43:49 +01:00 |
|
hjk
|
1caa69f241
|
replace a macro with a proper function
|
2009-01-06 11:43:27 +01:00 |
|
hjk
|
417032d187
|
'd' works, but no visual feedback so far
|
2009-01-06 11:42:44 +01:00 |
|
hjk
|
c729ff0f0b
|
use better a default range for :d
|
2009-01-06 11:37:24 +01:00 |
|
hjk
|
bdfd5cada1
|
implement :d, also uses ranges for :w!
|
2009-01-06 11:33:07 +01:00 |
|
hjk
|
d7bd3a0a2d
|
whitespace fixes
|
2009-01-06 11:11:31 +01:00 |
|
hjk
|
af6c607c54
|
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
|
2009-01-06 10:22:41 +01:00 |
|
hjk
|
37c67ccd98
|
remove unused mode.ui
|
2009-01-06 10:22:21 +01:00 |
|
mae
|
689e6085d5
|
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
|
2009-01-05 18:29:32 +01:00 |
|
mae
|
1187e56ba5
|
added missing cassert include
|
2009-01-05 18:28:56 +01:00 |
|
con
|
8e261e0b3c
|
Fixes: - Start on API documentation generation
|
2009-01-05 18:05:33 +01:00 |
|
Roberto Raggi
|
7cf9888a1e
|
Fixed a typo in the pretty printing of TemplateTypeParameterAST.
|
2009-01-05 16:11:28 +01:00 |
|
Roberto Raggi
|
ab474061a6
|
Pretty print declarator list.
|
2009-01-05 16:10:56 +01:00 |
|
hjk
|
129a807f21
|
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
|
2009-01-05 15:55:49 +01:00 |
|
hjk
|
8f5d55c3d8
|
remove dead code
|
2009-01-05 15:55:37 +01:00 |
|
Roberto Raggi
|
85babacb5a
|
Replace a. with a[0]. when `a' has type array of T.
|
2009-01-05 15:25:44 +01:00 |
|
hjk
|
7fbc228600
|
Fixes: Fix starting external programs
Details: Was broken due to duplicate but not synchronized internal pid data
|
2009-01-05 14:56:59 +01:00 |
|
hjk
|
6705bc7e60
|
Fixes: simplify "Attach to Running Process" code
Details: also sorts by process name by default
|
2009-01-05 14:38:51 +01:00 |
|
hjk
|
02fec25be1
|
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
|
2009-01-05 14:13:55 +01:00 |
|
hjk
|
75b7613203
|
Fixes: re-enable "Start External Application" in debug mode
|
2009-01-05 14:13:09 +01:00 |
|
Roberto Raggi
|
ce6bbe65f3
|
Implemented NestedExpressionAST::lastToken()
|
2009-01-05 14:07:57 +01:00 |
|
Roberto Raggi
|
f87c952c72
|
Merge branch 'master' of git@scm.dev.troll.no:creator/mainline
|
2009-01-05 14:07:35 +01:00 |
|
hjk
|
d54e8d95d4
|
Fixes: fix signature of FakeVimPlugin::removeHandler
Details: QObject * -> QWidget *
|
2009-01-05 13:56:31 +01:00 |
|
hjk
|
6848155c7d
|
Fixes: Add "Apply" button to Preferences dialog
RevBy: con
|
2009-01-05 13:45:30 +01:00 |
|
Roberto Raggi
|
d0793bd66f
|
Merge branch 'master' of git@scm.dev.troll.no:creator/mainline
|
2009-01-05 13:12:06 +01:00 |
|
hjk
|
808b5df55d
|
Fixes: try __dlopen and dlopen to make systems like CentOS 4.6 happy
Task: Message-ID: <b3dce35e57024e108c753d6fe40fdc23@7e24035161164d75927b8103ef1a2cdf> @qt-creator
|
2009-01-05 12:54:52 +01:00 |
|
hjk
|
c0344c6dac
|
Fixes: make "Hello World" plugin compilabe
RevBy: con
make "Hello World" plugin compilabe
|
2009-01-05 12:21:32 +01:00 |
|
Roberto Raggi
|
07211fd62c
|
Merge branch 'master' of git@scm.dev.troll.no:creator/mainline
|
2009-01-05 12:09:28 +01:00 |
|
Jens Bache-Wiig
|
b904780f0e
|
Fixes: Fix painting of tabrect with -reverse
Details:
Still not perfect due to inverted gradients, but much better.
|
2009-01-05 11:58:38 +01:00 |
|
Roberto Raggi
|
e4ffbbd97b
|
Merge branch 'master' of git@scm.dev.troll.no:creator/mainline
|
2009-01-05 11:34:34 +01:00 |
|
Jens Bache-Wiig
|
17722a6c79
|
Fixes: Fix hover on toolbuttons
RevBy: trust me
Details:
Now that hover is correctly implemented for
toolbuttons, we actually have to check the sunken
state.
|
2009-01-05 10:43:35 +01:00 |
|
Jens Bache-Wiig
|
2ec448d1d7
|
Fixes: Fix a styling issue with toolbuttons
Details:
This ensures that the manhattan button arrow does not depend on the
menubutton indicator size, which it should not.
|
2009-01-05 10:43:35 +01:00 |
|
Roberto Raggi
|
bf554cb45c
|
Implemented NestedDeclaratorAST::lastToken().
|
2009-01-05 10:41:26 +01:00 |
|
Roberto Raggi
|
ae49c6b487
|
Implemented NamespaceAliasDefinitionAST::lastToken().
|
2009-01-05 10:40:11 +01:00 |
|
Roberto Raggi
|
fdd77d8c7d
|
Implemented NamespaceAST::lastToken().
|
2009-01-05 10:34:45 +01:00 |
|
Roberto Raggi
|
cc83821890
|
Implemented MemberAccessAST::lastToken().
|
2009-01-05 10:32:28 +01:00 |
|