Commit Graph

1857 Commits

Author SHA1 Message Date
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
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
Roberto Raggi
6b9444e150 Simple manual test for the preprocessor. 2009-03-09 15:49:51 +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
Bradley T. Hughes
ba511b4731 Fixes: don't override LD_LIBRARY_PATH, don't depend on /bin/bash
RevBy: hjk
2009-03-09 12:54:49 +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
d9cbcdc94b Fixes: use LD_LIBRARY_PATH in wrapper script 2009-03-06 14:51:33 +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
mae
3f9580fe0e fake session restored editors in the open documents widget and the tab history.
This makes restoring sessions faster, but switching to restored documents for the first time
a bit slower.
2009-03-06 11:59:16 +01:00
Roberto Raggi
ed97c785bc Removed the blockingMap, but continue to parse the collected documents in parallel. 2009-03-06 11:53:15 +01:00
hjk
215d102aba Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-03-06 11:22:44 +01:00
hjk
ff5f9af9e7 Fixes: fakevime: some basic implementation for << and >> 2009-03-06 11:22:16 +01:00
Roberto Raggi
66a3e71579 Added ASTVisitor::getTokenStartPosition() and ASTVisitor::getTokenEndPosition(). 2009-03-06 10:45:41 +01:00
Roberto Raggi
5e3921d2bd Added a fwd declaration for the class Token. 2009-03-06 10:45:41 +01:00
hjk
1f32ba9227 Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-03-06 09:34:33 +01:00
hjk
850102307d Fixes: add startup script for creator
Details:  LD_LIBRARY_PATH setting still missing
2009-03-06 09:34:00 +01:00
Friedemann Kleint
355f44fe8f Fixes: Error logging, polish attach remote dialog 2009-03-05 17:30:29 +01:00
Thorbjørn Lindeijer
cb2cce5139 Adapt generated header guards to the filename
Use _HPP for example for .hpp files, for example. Based on simply
putting the chosen extension in uppercase.
2009-03-05 17:14:37 +01:00
Thorbjørn Lindeijer
1f3908e0a5 Avoid adding navigation history twice
This code is already in TextEditor::BaseTextEditor::openEditorAt.
2009-03-05 17:14:37 +01:00
Thorbjørn Lindeijer
166a4086c9 --warnings
Small bugfix for column to jump to.
2009-03-05 17:14:37 +01:00
David Boddie
ba1d742461 Fixes: Doc: Update the Known Issues page with a report about a crash discovered after the release.
Task:     None
RevBy:    Kavindra
AutoTest: None
Details:  None
2009-03-05 16:27:28 +01:00
Thorbjørn Lindeijer
bb8ff39ae3 Don't crash while printing debug info
Current node can be 0.
2009-03-05 15:52:05 +01:00
con
bcf559cd50 Fixes: - Don't use multiple key shortcuts on Mac
Task:     - 244529
Details:  - It just doesn't work in Mac menus (at least not with Qt, but
I suspect it's some Mac thingy), so just don't do it.
2009-03-05 15:28:20 +01:00
Oswald Buddenhagen
70f08bdf03 inferior interruption improvements
- on windows, use the recommended way to interrupt a debugged process
- on unix, use SIGTRAP
- assorted minor improvements
2009-03-05 15:26:23 +01:00
Oswald Buddenhagen
6e118e72a0 process interruption improvements
rely on the inferior's pid being available. consequently, remove the
bizarre findChild stuff.
2009-03-05 15:26:23 +01:00
Oswald Buddenhagen
445e409db7 improve the windows thread info parsing regexp
fixes interrupting processes with some versions of gdb
2009-03-05 15:26:23 +01:00
Oswald Buddenhagen
220907b238 fix compile 2009-03-05 15:26:23 +01:00
Kavindra Palaraja
57c4dd6c30 Fixes: Doc - beautifying the main page
RevBy: TrustMe
2009-03-05 15:05:39 +01:00
hjk
c9e2af0b3b Fixes: fakevim: fix . after <n>x 2009-03-05 14:08:42 +01:00
hjk
b706f8573f Fixes: fakevim: disable auto-indentation 2009-03-05 13:51:27 +01:00
hjk
5d1d429b55 Fixes: git: try to disable actions that do not make sense in a given
context
2009-03-05 13:30:38 +01:00
hjk
5d38fc44ae Fixes: debugger: surround the function name "main" in the menu with double quotes
Details:  more consistent with the File menu
2009-03-05 12:44:59 +01:00
hjk
2f41680a6e Fixes: git: surround filenames in the menu with double quotes
Details:  more consistent with the File menu
2009-03-05 12:42:17 +01:00
hjk
9bf4d03600 Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-03-05 12:31:01 +01:00