Commit Graph

2267 Commits

Author SHA1 Message Date
hjk
92e447e987 remove some accidentally commited debug output 2009-01-07 18:11:40 +01:00
hjk
993be401ef work on fakevim integration 2009-01-07 18:05:45 +01:00
hjk
3005f28462 Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-01-07 17:41:43 +01:00
Daniel Molkentin
b3445ab65a Put completion widget on correct desktop for good. 2009-01-07 17:07:56 -08:00
hjk
634edf2aab somewhat better intergration of fakevim into creator 2009-01-07 17:41:09 +01:00
hjk
db595e2f41 Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-01-07 16:29:39 +01:00
hjk
a598aa12b6 add dumper for QMultiMap 2009-01-07 16:29:14 +01:00
con
4501ee9ed5 Fixes: - Mac build (docs) and toplevel "make docs" target
RevBy:    - bjørn
2009-01-07 15:48:44 +01:00
hjk
de37622748 Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-01-07 15:16:31 +01:00
hjk
b4c1552ec2 handle Qt 4.4 and Qt 4.5's QMap in dumpers 2009-01-07 15:03:49 +01:00
Jens Bache-Wiig
7800e33c18 Fixes: Dont use repeat on togglebutton stylesheet
RevBy:    ogoffart
Details:
These should be normal scaled fill.
2009-01-07 14:12:06 +01:00
Friedemann Kleint
352cf14353 Fixes: Add way to create a new local branch in the git plugin
Task: 205821
Details: Split up the branch model into remote branch base class and extended local branch class with <New Branch> row.
2009-01-07 12:58:31 +01:00
Daniel Molkentin
a8285c4a59 Bump copyright information. It's 2009. 2009-01-07 12:38:25 -08:00
con
2e064af15d Fixes: - Move help collection also to qtcreator subdir. 2009-01-06 18:10:33 +01:00
con
123ef3db8e Fixes: - Switch Header/Source sometimes uses wrong file
Task:     - 237723
Details:  - Look in the same directory first, then go through project's
files.
2009-01-06 17:37:45 +01:00
con
92bbbc95c8 Fixes: - Make the "Toggle Sidebar" button be a toggle button
Task:     - 235542
2009-01-06 17:03:08 +01:00
hjk
c88245ac08 Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-01-06 16:05:05 +01:00
hjk
9da009aaa1 uses enums to distinguish searching and ex commands 2009-01-06 16:04:34 +01:00
con
2f2588bee7 Fixes: - API doc main page 2009-01-06 15:57:21 +01:00
con
26c81c54e3 Fixes: - Multiple pro/pri entries in locator project filters
Task:     - 238352
Details:  - Since a while now, pro and pri files are directly part of a
project's file list.
2009-01-06 14:51:45 +01:00
con
b0dd75b460 Fixes: - Fix the unhighlight fix.
Details:  - We shouldn't do anything if the find filter doesn't change.
That probably also avoids multiple event filters on the same widget.
2009-01-06 14:34:05 +01:00
con
514b16c815 Fixes: - Unhighlight search results when search filter changes
Task:     - 237668
2009-01-06 13:59:42 +01:00
hjk
5a32af444c use textedit's overwrite modus for proper cursor display.
this works with proportional fonts, too.
2009-01-06 13:03:59 +01:00
con
e28c1255f2 Fixes: - Retain search term in locator when selecting different filter 2009-01-06 12:17:09 +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
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
con
8e261e0b3c Fixes: - Start on API documentation generation 2009-01-05 18:05:33 +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
75b7613203 Fixes: re-enable "Start External Application" in debug mode 2009-01-05 14:13:09 +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
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