con
f5dfeaad1e
Merge branch '0.9.1-beta' of git@scm.dev.nokia.troll.no:creator/mainline into 0.9.1-beta
2008-12-15 11:38:41 +01:00
Roberto Raggi
fc28553573
Initial work on a test suite for our C++ engine.
2008-12-15 11:35:38 +01:00
hjk
11df4166a8
Merge branch '0.9.1-beta' of git@scm.dev.nokia.troll.no:creator/mainline into 0.9.1-beta
2008-12-15 11:29:20 +01:00
hjk
dea1f3be3b
comment out some debug output when adding an environment variable
2008-12-15 11:28:43 +01:00
Kavindra Palaraja
3272667f23
Fixes: Documenting Locator with more screenshots
2008-12-15 11:11:18 +01:00
con
9b9e36501a
Fixes: - Compile --> Compile Output
2008-12-13 06:58:28 +01:00
Kavindra Palaraja
ed9f1cc631
Fixes: Removing unnecessary whitespace and some minor rearranging.
2008-12-12 22:05:38 +01:00
Kavindra Palaraja
d2753b164d
Fixes: More documentation cleanups for the Known Issues page.
2008-12-12 21:59:33 +01:00
Kavindra Palaraja
36e7ec989e
Fixes: Documentation - removed some repeated information; more cleanups
2008-12-12 21:50:29 +01:00
Kavindra Palaraja
33bdffed05
Fixes: More documentation cleanups, updated 1 screenshot, added 2 new ones
2008-12-12 21:35:55 +01:00
Kavindra Palaraja
5e0e40cf8a
Fixes: More documentation on Locator and a screenshot for it.
2008-12-12 20:37:17 +01:00
Kavindra Palaraja
de5cfa1ed5
Fixes: More documentation fixes as well as a screenshot to illustrate Find in Files
2008-12-12 20:11:04 +01:00
mae
ffc082a3b3
small fix for collapse/expand
2008-12-12 18:25:24 +01:00
Oswald Buddenhagen
dcb96227ab
implement actual evaluation of conditions.
...
without that, the auto-included highly complex files from mkspecs/ make
it spew out oodles of warnings.
by default, the user-provided files are still scanned in "cumulative"
mode (ignoring conditionals), so we collect as many files as possible.
(ported from qt)
2008-12-12 18:10:42 +01:00
dt
99752cd1c1
Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
2008-12-12 17:51:37 +01:00
hjk
27c4c1a7aa
fix crash dur to double deletion when text containing the debugger
...
location was removed from an editor
2008-12-12 17:49:52 +01:00
dt
c70c7ac29c
Fixes: Create a cbp file if we didn't find one, create All target
...
Task: -
RevBy: -
AutoTest: -
Details: For now create only one build configuration "AllTargets",
build only the "all" target. Create runconfigurations for all targets
with option type=4
2008-12-12 17:22:02 +01:00
dt
9ab11269f8
Fixes: Noisy debugt output from gdbmacrosbuildstep.cpp
2008-12-12 17:21:26 +01:00
hjk
c82263ac99
add a missing "return"
2008-12-12 17:02:55 +01:00
Oswald Buddenhagen
da34885420
decruft & cosmetics
2008-12-12 16:56:12 +01:00
Oswald Buddenhagen
8593b8b281
add a bunch of missing functions.
...
code mostly c&p-d from qmake (sync from qt).
2008-12-12 16:56:12 +01:00
Oswald Buddenhagen
adc58b0472
refactoring (from qt)
2008-12-12 16:56:12 +01:00
Oswald Buddenhagen
bed8c719c8
remove cruft
2008-12-12 16:56:12 +01:00
Oswald Buddenhagen
215bc29fb4
optimize
...
use qset instead of qlist
2008-12-12 16:56:12 +01:00
Oswald Buddenhagen
fe3cf383fd
remove cruft (and thus sync with qt)
2008-12-12 16:56:12 +01:00
Oswald Buddenhagen
2674153582
remove excess progress messages
2008-12-12 16:56:12 +01:00
Oswald Buddenhagen
81e039ee94
style fixes and compilation with qt_no_ascii_cast
2008-12-12 16:56:12 +01:00
Oswald Buddenhagen
cee00e2e1f
Fix some error messages (re expected argument counts)
...
(merge aa87b75910a99a26e7ec581aa38f8982fe231ad0 from qt)
2008-12-12 16:56:12 +01:00
Oswald Buddenhagen
daeb83cd21
use radio buttons instead of checkboxes to mark entries in sessions menu
...
just put the actions into an action group
2008-12-12 16:56:12 +01:00
goro
e8419795b6
Snapshot collection cleanup script and test input generator
2008-12-12 16:12:54 +01:00
dt
02965b95f9
Fixes: Don't build the cmakeprojectplugin, thus disabling it for the beta.
2008-12-12 14:37:37 +01:00
mae
2741bd7dad
Merge branch '0.9.1-beta' of git@scm.dev.nokia.troll.no:creator/mainline into 0.9.1-beta
2008-12-12 14:10:34 +01:00
mae
d937ee5570
tweak collapse/expand short cuts, and do not draw collpase boxes
...
in ifdefed out sections
2008-12-12 14:09:56 +01:00
Kavindra Palaraja
1b325ce721
Fixes: Minor documentation changes
2008-12-12 13:34:46 +01:00
mae
18d84955f7
load the current editor first when restoring, less flicker, plus the focus is
...
in the right editor from the start
2008-12-12 13:25:43 +01:00
con
6d7c9cb810
Merge commit 'origin/0.9.1-beta'
2008-12-12 13:17:54 +01:00
hjk
47c9f22f34
remove dead code from dumpers
2008-12-12 13:14:51 +01:00
hjk
96c446ffd4
remove some dead code
2008-12-12 13:09:34 +01:00
hjk
70d2bfed32
code cosmetics on std::map dumper
2008-12-12 13:02:29 +01:00
hjk
7898a499b6
add custom dumper for std::map
2008-12-12 12:55:05 +01:00
mae
5b8cff20fe
Merge branch '0.9.1-beta' of git@scm.dev.nokia.troll.no:creator/mainline into 0.9.1-beta
2008-12-12 12:36:50 +01:00
mae
ac36fac157
reduce startup flicker with editor toolbars.
2008-12-12 12:35:44 +01:00
dt
7d24f921e3
Merge branch '0.9.1-beta' of git@scm.dev.nokia.troll.no:creator/mainline into 0.9.1-beta
2008-12-12 12:13:49 +01:00
mae
364a869e38
check for !doc
2008-12-12 12:08:02 +01:00
Thorbjørn Lindeijer
8e297acedd
Plural fixes
2008-12-12 12:00:37 +01:00
Thorbjørn Lindeijer
cded30f0b4
Hide the "Available Filters" locator
...
Done based on new IQuickOpenFilter property, isHidden.
2008-12-12 12:00:37 +01:00
mae
14f916f7b2
close tab order chain the the embedded find toolbar
2008-12-12 11:22:39 +01:00
mae
9b59df0bcc
fix show on split
2008-12-12 11:14:58 +01:00
con
238b81cc9f
Merge commit 'origin/0.9.1-beta'
2008-12-12 11:09:05 +01:00
Roberto Raggi
0145a3dea9
Look at the signed/unsigned specifiers when checking function return types.
2008-12-12 10:40:25 +01:00