Commit Graph

2267 Commits

Author SHA1 Message Date
Roberto Raggi
0b4802c682 Fixes: Possible crash in buildHelpId 2009-02-13 17:43:26 +01:00
Roberto Raggi
d98c141918 Improved the type pretty printer.
(cherry picked from commit e801434799)
2009-02-13 17:36:47 +01:00
Thorbjørn Lindeijer
a0f521c7b6 Allow opening/closing debugger mode dockwidgets in locked mode
There is no particular reason to disallow changing the visiblity of the
dockwidgets in the debug mode in locked mode.
2009-02-13 17:35:39 +01:00
Thorbjørn Lindeijer
cbcc2e518d Don't move cursor on collapse/uncollapse
When the cursor isn't within the block that's being collapsed, it
shouldn't be moved. When it is, it will now move upwards instead of to
the start of the line.

Reviewed-by: mae
2009-02-13 17:29:59 +01:00
hjk
373a05af82 Fixes: debugger: try to extact pid from 'info threads' on windows 2009-02-13 17:11:34 +01:00
hjk
7c5fa0f06b Fixes: debugger: try fixing startup break on make 2009-02-13 16:55:24 +01:00
mae
799686602d update current history position also when switching editors 2009-02-13 16:07:59 +01:00
mae
33e8783338 update current navigation history position only for the current position 2009-02-13 15:59:14 +01:00
Thorbjørn Lindeijer
5a0a084c31 Reuse the function argument widget when possible
Now that we're showing this thing instantly, we can no longer rely on
the thing hiding cause of a focus change.
2009-02-13 15:58:12 +01:00
con
b8726d503f Merge commit 'origin/1.0.0' 2009-02-13 15:56:18 +01:00
Roberto Raggi
88bb93a665 --debug 2009-02-13 15:54:50 +01:00
Roberto Raggi
e801434799 Improved the type pretty printer. 2009-02-13 15:37:42 +01:00
hjk
1f9a83e073 Fixes: debugger: remove some dead code 2009-02-13 14:57:24 +01:00
hjk
755dadfa7f Fixes: debugger: don't run -file-list-exec-source-files too often 2009-02-13 14:54:36 +01:00
hjk
68d645fbf2 Fixes: debugger: put error message into log if loading of dumpers
failed
2009-02-13 14:45:46 +01:00
lowinu
b6c15d1ba9 Fixes: add timeout value to git plugin
RevBy:    tba
Details:  - as on windows some git commands take much longer it happens fairly often, that git timeouts.
          - added a timeout value to the option to let the user choose maximum timeout value (minimum is 10 seconds, maximum 5 minutes)
2009-02-13 14:09:48 +01:00
lowinu
ae7864f9c0 Fixes: cpaster plugin options
RevBy:    andre
Details:  - the settings have not been taken into respect so far.
2009-02-13 14:09:48 +01:00
hjk
632326f8c9 Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-02-13 13:51:34 +01:00
hjk
b2387fdda8 Fixes: debugger: load modules list early
Details:  feels better
2009-02-13 13:50:50 +01:00
Thorbjørn Lindeijer
581dae100a Fixed dock widget features on startup in locked state
In locked state the dock widgets shouldn't have AllDockWidgetFeatures
set, but rather NoDockWidgetFeatures. Otherwise a hidden one-pixel wide
area exists that allows people to move/float a dockwidget, which can be
confusing.

Task: 244531

(cherry picked from commit ba9ade6d0c)
2009-02-13 13:02:42 +01:00
Thorbjørn Lindeijer
ba9ade6d0c Fixed dock widget features on startup in locked state
In locked state the dock widgets shouldn't have AllDockWidgetFeatures
set, but rather NoDockWidgetFeatures. Otherwise a hidden one-pixel wide
area exists that allows people to move/float a dockwidget, which can be
confusing.

Task: 244531
2009-02-13 13:00:50 +01:00
hjk
5f33b124e3 Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-02-13 12:35:18 +01:00
hjk
7ad54e6313 Fixes: debugger: start symbol is WinMainCRTStartup, not _start
sometimes...
2009-02-13 12:34:10 +01:00
dt
9cb615609c Fixes: Another crash
Task:     Also from irc.
2009-02-13 12:02:58 +01:00
dt
e3f748b54f Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-02-13 11:13:26 +01:00
dt
f25638f7f5 Fixes: Another crash
Task:     Found on irc.
2009-02-13 11:12:52 +01:00
Friedemann Kleint
79a99acd1b Fixes: Context help in Designer
Task: 235520
Details: Display help of current property editor object
2009-02-13 09:55:21 +01:00
dt
f867061d5b Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-02-12 16:09:57 +01:00
dt
f60dcda6b6 Fixes: Adjust the toolchain classes to make them work on windows. 2009-02-12 16:09:23 +01:00
Friedemann Kleint
7d15c4beee Fixes: uic warning about duplicate name
Details: Give the layout a name.
2009-02-12 16:06:23 +01:00
mae
957710f464 update history position of the current editor when navigating
RevBy: eike
2009-02-12 14:23:25 +01:00
hjk
dee68a29c1 Fixes: debugger: work on breakpoints in plugins 2009-02-12 13:31:19 +01:00
hjk
308edee44c Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-02-12 13:04:42 +01:00
hjk
6f64b19ebf Fixes: debugger: work on plugin breakpoints 2009-02-12 13:04:01 +01:00
dt
73ff2581c7 Fixes: Add Linux icc to the supported toolchains.
Details:  Treat it the same as g++.
2009-02-12 12:44:49 +01:00
dt
113723bb0e Fixes: Don't crash if we don't get any toolchain.
Details:  Stupid me.
2009-02-12 12:39:19 +01:00
Thorbjørn Lindeijer
8b9dd766c8 More intelligent function argument widget
Now it shows immediately when there is only a single signature of a
given method/constructor.
2009-02-12 12:06:32 +01:00
hjk
4839cc9392 Fixes: debugger: work on more fine-grained breakpoints-in-plugins
setting
2009-02-12 11:18:38 +01:00
hjk
d5dc6d10d7 Fixes: debugger: introduce early break after application
initialization
2009-02-12 09:55:59 +01:00
hjk
faacf69a5b Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-02-12 08:23:27 +01:00
hjk
dd97e034c6 Fixes: debuger: don't try to build cdbengine as long as it does
not compile
2009-02-12 08:22:39 +01:00
Daniel Molkentin
c29a2429b9 Fixes: Play nice with the NSIS installer, accept the Installer hints under a group name, too. 2009-02-11 19:41:01 +01:00
con
bf4a890e67 Merge commit 'origin/1.0.0' 2009-02-11 18:36:39 +01:00
con
bcc2a195a3 Fixes: - Html used for "No Documentation found" was invalid
RevBy:    - dt
2009-02-11 18:35:29 +01:00
con
4a3b4acbed Fixes: - Don't use web plugins or java in QtCreator
RevBy:    - dt
2009-02-11 18:12:10 +01:00
hjk
350c0796de Merge branch '0.9.2-rc1' into 1.0.0 2009-02-11 16:11:33 +01:00
hjk
b9c86e8b7f Merge commit 'c9a54c975d004916669d3a3ef062e3c0b2c21512' 2009-02-11 16:07:31 +01:00
hjk
c9a54c975d Fixes: compile fix mac/win 2009-02-11 16:05:46 +01:00
Roberto Raggi
c3b5202eef Compile. 2009-02-11 15:55:55 +01:00
dt
243a90d2b5 Fixes: -Wno-undefined would have saved me. 2009-02-11 15:50:37 +01:00