Commit Graph

2267 Commits

Author SHA1 Message Date
hjk
615660c021 Fixes: qtestlibplugin: some care for dead code 2009-01-28 13:40:59 +01:00
hjk
6bf55b6184 Fixes: snippet: compile fix for dead code 2009-01-28 13:24:43 +01:00
hjk
d9da6dccf6 Fixes: snippets: compile fix for dead code 2009-01-28 13:23:45 +01:00
dt
b43094f8c7 Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-01-28 13:00:43 +01:00
hjk
3e6cf4e96c Fixes: fakevim: code cosmetics 2009-01-28 12:44:46 +01:00
hjk
eb021724df Fixes: debugger: sort array and list indices numerically 2009-01-28 12:15:40 +01:00
hjk
b06502387b Fixes: debugger: fix custom dumpers
Details:  again...
2009-01-28 10:57:23 +01:00
dt
daea8e66bf Fixes: Changing the build config should update the run config.
Task:     242465
Details:  connect quite a few signals. It doesn't work 100%, since it
really depends on to many things.
2009-01-27 18:23:02 +01:00
dt
460c7c9a22 Fixes: Crash on startup introduced while fixing a bug. 2009-01-27 17:44:40 +01:00
hjk
08e17e6e6b Fixes: debugger: more quote fixes 2009-01-27 17:41:31 +01:00
hjk
1c55964be0 Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-01-27 17:16:31 +01:00
Thorbjørn Lindeijer
484356dd33 Recognize inl files as C++
In some projects these kind of files are used for completely inlined
classes, that can be split up in a header and source file automatically.
2009-01-27 17:14:01 +01:00
hjk
4b9f407845 Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-01-27 17:11:56 +01:00
hjk
e3b273bb8f Fixes: compile fix 2009-01-27 17:11:38 +01:00
con
d22f833a9c Fixes: - Avoid some annoying debug output.
Details:  - No stupid "true" and "namespace bla already registered"
output anymore.
2009-01-27 16:55:55 +01:00
hjk
32881501e1 Fixes: fakevim: ignore remaining Ctrl combinations in insert mode 2009-01-27 16:44:04 +01:00
hjk
d8005df09a Fixes: fakevim: put text cut by 'X' into proper register 2009-01-27 16:28:42 +01:00
hjk
1108d23cf4 Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-01-27 16:08:23 +01:00
hjk
5044d07e60 Fixes: fakevim: remove '-- PASSING --' message when 'passing'
mode is over.
2009-01-27 16:07:47 +01:00
hjk
f56869224e Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-01-27 15:54:46 +01:00
Jens Bache-Wiig
fe4f03caa0 Fixes: Don't hover disabled buttons
Details:
Manhattan would incorrectly hover a disabled toolbutton.
This fixes it.
2009-01-27 15:54:42 +01:00
hjk
75aaeff2c4 Fixes: immediately rebuild view if custom dumpers are selected in
optiosn
2009-01-27 15:53:50 +01:00
Jens Bache-Wiig
ce2ad5f259 Fixes: Add outline to sidebar icon
Details:
Just a quick fix so it doesnt look odd
in the menu.
2009-01-27 15:30:54 +01:00
Thorbjørn Lindeijer
5dbcc615c2 Split up general text editor settings
The page had grown too large so now the display settings have been split
off onto their own page.
2009-01-27 15:23:19 +01:00
hjk
5e941eec37 Fixes: fakevim: make 'd' use the yank buffer also in visual line mode
Details:
2009-01-27 15:17:03 +01:00
hjk
fd90f88866 Fixes: fakevim: disable main cursor in search mode 2009-01-27 15:09:56 +01:00
Jens Bache-Wiig
e33c21934a Fixes: Kill alternate row colors
Details:
It was worth a try but it seems redundant, so
we might as well kill it.
2009-01-27 15:01:54 +01:00
dt
d21668d868 Fixes: Run from the sidebar running the wrong project.
Task:     242196
Details:  Introduced while fixing the run from context menu runs wrong project fix.
2009-01-27 14:53:42 +01:00
hjk
e71c9807e3 Fixes: fakevim: use proper QObject parent for handler
Details:  before that it was the plugin, so there was a lot of
inactive handlers left around
2009-01-27 14:50:36 +01:00
hjk
ad76902f86 Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-01-27 14:08:48 +01:00
hjk
9d8fc28706 Fixes: fakevim: show column/line information in standalone application 2009-01-27 14:08:17 +01:00
Jens Bache-Wiig
4362285c8a Fixes: Improved outputpane buttons
Details:
I was not entirely happy about how they looked.
This should fix a text centering issue as well as
improve shadows and reduce hover glare. I also made
them slightly transparent to blend them into the
background color a bit.
2009-01-27 13:37:13 +01:00
hjk
ac8ed036d5 Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-01-27 13:23:25 +01:00
hjk
f449bc6f91 Fixes: fakevim: fix cursor positioning after search 2009-01-27 13:23:02 +01:00
Jens Bache-Wiig
4038641db3 Fixes: Desaturate qt file icon a bit 2009-01-27 13:00:27 +01:00
mae
1cd553e6b8 Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-01-27 12:51:44 +01:00
Jens Bache-Wiig
bd15f2b308 Fixes: Set alternate base on light themes
Details:
Not all themes have ok contrast for alternate base and
we want to keep it light, so I'm enforcing it for
themes with white background.
2009-01-27 12:51:14 +01:00
hjk
21f15207fb Fixes: fakevim: more 'z' commands 2009-01-27 12:44:42 +01:00
con
cc65b3949a Fixes: - Resources (templates etc) on Mac 2009-01-27 12:42:28 +01:00
Jens Bache-Wiig
629a4778a2 Fixes: Improved file icons
Details:
This patch makes use of system icons as a base
and draws overlay on top. This should blend a bit better
into the native icon theme.
2009-01-27 12:42:19 +01:00
hjk
ccfbdf5b1b Fixes: fakevim: implement 'zz' 2009-01-27 12:29:14 +01:00
hjk
598df2baba Fixes: fakevim: implement 'z.' 2009-01-27 12:11:08 +01:00
hjk
06762b4c96 Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-01-27 11:41:49 +01:00
hjk
01933445da Fixes: find: make "item activated" in the search treeview jump to
the file.
2009-01-27 11:41:05 +01:00
Friedemann Kleint
55c55d5282 Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-01-27 11:20:51 +01:00
Friedemann Kleint
6cf47088fa Fixes: Ship Qt Designer private Headers
Task: 205821
Details: Added script to copy them over, swapping license headers, added directory qt_private.
2009-01-27 11:19:41 +01:00
Jens Bache-Wiig
e4876723a4 Fixes: Use alternate row colors for sidebar
Task:     As discussed with b_lindeijer
Details:
This enables alternate row colors, with filled empty
area on the side bar for improved usability.
2009-01-27 10:10:24 +01:00
hjk
2c8635efe4 Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-01-27 09:47:14 +01:00
hjk
6058a885f2 Fixes: fakevim: improvements for 'o' and 's' 2009-01-27 09:46:57 +01:00
Friedemann Kleint
1143636775 Fixes: Reduce dependencies to Designer headers/Kick out the unused "Generate Code" action 2009-01-27 09:18:14 +01:00