Commit Graph

2267 Commits

Author SHA1 Message Date
hjk
0c68708cbf Fixes: fakevim: improve behaviour of '.' after 'i' 2009-03-11 13:56:23 +01:00
hjk
d3f8d16f88 Fixes: debugger: implement custom dumpers for std::set
Task:     246286
2009-03-11 13:31:38 +01:00
Roberto Raggi
99805d3c3e Prune the list of the futures. 2009-03-11 12:21:02 +01:00
dt
047e5af24a Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-03-11 12:07:26 +01:00
dt
caf86a8c27 Fixes: Compile 2009-03-11 12:07:05 +01:00
Roberto Raggi
ecab2093ae Wait the future values. 2009-03-11 12:00:20 +01:00
dt
c395680eb6 Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
Conflicts:
	src/plugins/debugger/gdbengine.cpp
2009-03-11 11:49:38 +01:00
dt
e8d990e72c Fixes: Compilation on other non unix systems
Task:     Reported on ML
RevBy:    con
2009-03-11 11:46:29 +01:00
hjk
c0b1386361 Fixes: use less static variables in patchedpluginloader.cpp
Details: confused designer plugins
2009-03-11 10:54:31 +01:00
hjk
9a70ea1823 Fixes: coreplugin: use QAction->data instead of a helper map 2009-03-10 20:01:09 +01:00
hjk
4ca765ed65 Fixes: projectexplorer: use QAction::setData instead of a helper map
RevBy:    ossi
2009-03-10 19:54:41 +01:00
hjk
6594529f3b Fixes: debugger: easy access to source files and modules from the
context menu
2009-03-10 19:35:17 +01:00
Roberto Raggi
c581285c85 Fixed quickopen for project files. 2009-03-10 19:05:50 +01:00
hjk
c37e4426ed Fixes: debugger: write current settings to log file 2009-03-10 18:38:14 +01:00
Roberto Raggi
7e1ee7d1e5 Use the _right_ project path. 2009-03-10 18:29:20 +01:00
Roberto Raggi
a24ad17145 Merge branch 'fakeproject' of ../fakeproject 2009-03-10 17:55:44 +01:00
Roberto Raggi
013441d5f4 Generic project manager. 2009-03-10 17:35:05 +01:00
hjk
4a57295da9 Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-03-10 17:30:58 +01:00
hjk
341de778ef Fixes: debugger: make loading list of source files optional 2009-03-10 17:30:11 +01:00
dt
8d5832808f Revert "Revert "Fixes: debugger: disable automatic loading list of source files""
This reverts commit dcb43b04cc.
2009-03-10 16:14:57 +01:00
Dean Dettman
29b1f841c4 Fixes: Doc - fixed a typo
RevBy: Kavindra
2009-03-10 15:31:52 +01:00
mae
f3f9718fb7 Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-03-10 15:16:55 +01:00
mae
73b886fcce make "close all" work with fake-restored editors 2009-03-10 15:16:27 +01:00
dt
711d73fa1f Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-03-10 14:08:06 +01:00
dt
dcb43b04cc Revert "Fixes: debugger: disable automatic loading list of source files"
This reverts commit b99f3b61b4.
2009-03-10 14:01:10 +01:00
con
5b683c84ef Fixes: Don't explicitly link against svg and dbus
Details: Since we now set LD_LIBRARY_PATH. Missing part is
that we need to ship Qt3Support with creator.
2009-03-10 12:08:12 +01:00
con
f5fa4cf6ff Fixes: cmd+h (hide) is overridden by designer's layout horizontally
Task:     243962
2009-03-10 12:00:15 +01:00
dt
46d507eed3 Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-03-10 11:49:25 +01:00
dt
d73ac37b8a Fixes: Use the correct generator/make for MinGW
Details:  Patch by Antoine Requet
2009-03-10 11:48:37 +01:00
dt
488b04aa39 Fixes: Uninitialized value of m_buildParser
Details:  Patch by Antoine Requet
2009-03-10 11:47:23 +01:00
Friedemann Kleint
6ffdf7cf40 Fixes: Add a combo for diff file browsing, bring diff editors to front, exclude qconfig.pri from files examined by p4.
Task: 234842
2009-03-10 11:02:12 +01:00
qtc-committer@nokia.com
f2550c2ca7 add forgotten files 2009-03-10 09:39:40 +01:00
Roberto Raggi
e0df247d21 Fixed: Possible crash in MimeType::matchesFile(). 2009-03-09 19:34:55 +01:00
mae
0ef7f31ab3 Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-03-09 19:04:40 +01:00
mae
ba4dd0013f when closing a document, auto-load "restored" editors if required 2009-03-09 19:03:57 +01:00
dt
de6d615086 Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-03-09 18:17:22 +01:00
dt
ef1693e9a3 Fixes: Add a smarter cmake open project wizard.
Details:  That fixes a few bugs, while still having a few missing
things. Don't allow the user to set a shadow build directory, if there
is already a in source build. Detect if a cbp file is already existing
and recent enough, don't rerun cmake then. Ensure that the user runs
cmake with the cbp generator on opening the project. Show the output of
the cmake generator while running. Remove the unecessary cmake step.
2009-03-09 18:13:19 +01:00
con
bbfc1013f0 Fixes: "Return to editor" functionality suboptimal in debug mode 2009-03-09 17:19:35 +01:00
con
7b38d9c8d3 Fixes: - Proparser handling of '=' operator.
Details:
"CONFIG = foo bar" resulted in "CONFIG = bar"
"CONFIG = foo
CONFIG = bar $$CONFIG"
resulted in "CONFIG = bar bar"
2009-03-09 15:57:55 +01:00
con
fe9b2ce6ab Fixes: - Friendlier forward slash
RevBy:    - hjk
2009-03-09 15:57:54 +01:00
Kavindra Palaraja
370e30513e Fixes: Adjusting the Project Wizard's last page in the dialog so that the
generated files are listed properly (with 2 scroll bars).
Revby:   dt
Details: Merely an aesthetic fix.
2009-03-09 15:22:01 +01:00
Roberto Raggi
2780999d53 Improved the way we merge environments. 2009-03-09 12:51:48 +01:00
hjk
7a9536c123 Fixes: core: remove ViewManagerInterface
Details:  was a needless layer
2009-03-09 12:41:34 +01:00
hjk
b99f3b61b4 Fixes: debugger: disable automatic loading list of source files
Details:  accounted for >60% startup time in some cases and was
presumably only needed as help for a fallback when setting breakpoints
with gdb 6.5 on Windows
2009-03-09 10:13:05 +01:00
Friedemann Kleint
c83782043a Attach properly, first glimpse of symbols. 2009-03-06 17:10:23 +01:00
hjk
41535ff25b Fixes: fakevim: work on shifting lines
Task:     180315
RevBy:
Details:
2009-03-06 13:22:39 +01:00
hjk
dc8045f5be Fixes: fakevim: work on indentation 2009-03-06 13:03:33 +01:00
hjk
e8703854a2 Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-03-06 12:12:57 +01:00
hjk
fe5492f0ad Fixes: fakevim: << and >> for visual mode 2009-03-06 12:12:35 +01:00
mae
0b237f23bf Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-03-06 12:00:57 +01:00