Commit Graph

941 Commits

Author SHA1 Message Date
Thorbjørn Lindeijer
5b50ffc20d Cleaned up usages of CoreImpl::instance
The instance method has been moved to ICore, so there is generally no
need to include coreimpl.h anymore. Many objects accessed through this
core instance also had their own static instance methods.
2009-01-21 13:37:58 +01:00
Thorbjørn Lindeijer
95aad08aad Some shortcut settings improvements
Don't display the useless "Other" category, since the categorization of
commands isn't used anywhere (candidate for removal).

Filter out accelerator ampersands, since they aren't interesting here
and reduce the effectiveness of searching.
2009-01-21 13:13:02 +01:00
hjk
e60fc535f5 Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-01-21 12:18:05 +01:00
hjk
59f45976be debugger: use single instead of double quotes for dumper output.
This makes both source and log files more readable and also prevents
gdb from applying extra quoting of its own.
2009-01-21 12:16:27 +01:00
Friedemann Kleint
31f7b0fbad Fixes: Unified debug enum in the designer plugin 2009-01-21 12:07:19 +01:00
hjk
df92275f46 Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-01-21 11:57:42 +01:00
hjk
f93bd26a3a debugger: signal incomplete responses 2009-01-21 11:57:14 +01:00
Thorbjørn Lindeijer
8a322699c2 Added spaces to silence MSVC warnings
Requested by danimo
2009-01-21 11:46:26 +01:00
hjk
f58e1c108b some cleanup after switching the dumper output to 'p' 2009-01-21 11:41:32 +01:00
hjk
076488bfbb Use gdb's 'print' command to access dumper output.
Simple solution after all. This idea got initially dropped early in the
process because it does not handle binary data and using x/x was
way to slow. But since we use only printable characters now thanks
to base64 encoding etc using 'p' becomes feasible again and simplifies
the process vastly as no additional communication channel is needed anymore.
2009-01-21 11:12:12 +01:00
Patrick Star
f1a7c95813 Fixes: - small mem leak
Task:     - none
RevBy:    - Andre
2009-01-20 19:04:40 +01:00
hjk
40a91b315b fix access to uninitialized m_core member that should have not been
there anymore
2009-01-20 17:57:07 +01:00
hjk
757ea7210c cppplugin: remove unsued m_core member 2009-01-20 17:55:19 +01:00
hjk
d19ba169c2 Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-01-20 17:14:12 +01:00
hjk
667255c4d1 some more ICore related cleanup 2009-01-20 17:14:00 +01:00
Thorbjørn Lindeijer
a654dc0b3a Renamed 'Toggle Sidebar' to 'Show Sidebar'
Since it's checkable now, "Show Sidebar" is more suitable. Also changed
the interface a bit to allow more than just toggling.
2009-01-20 15:58:27 +01:00
hjk
897c05f57c replace Core::ICore::instance()->pluginManager() by ExtensionSystem::PluginManager::instance() 2009-01-20 15:31:33 +01:00
hjk
67437acf49 Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-01-20 11:54:28 +01:00
hjk
f6b0820315 forgot this 2009-01-20 11:54:18 +01:00
hjk
113b81e9db replace ExtensionSystem::PluginManager::instance()->getObject<Core::ICore>() by Core::ICore::instance() 2009-01-20 11:52:04 +01:00
Roberto Raggi
44ed62c181 Fixes: Expand the #elif's condition. 2009-01-20 11:29:54 +01:00
Thorbjørn Lindeijer
e0a4789081 Added some structure to the advanced edit menu
It was getting a bit cluttered without any grouping of the different
actions. Also, the collapse and expand actions have been added, mainly
for discoverability.
2009-01-20 09:51:56 +01:00
Thorbjørn Lindeijer
ac6419f0d7 Fixed include when building without tests 2009-01-20 09:32:59 +01:00
hjk
d1dac15cc5 debugger: fix "ScriptFile" option (store in preferences and source file
on gdb startup)
2009-01-19 16:46:08 +01:00
hjk
57a091ac8a try to act on system's maximization attempts to toggle fullscreen mode 2009-01-19 15:49:47 +01:00
Kavindra Palaraja
ed94fcd29a Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-01-19 14:51:39 +01:00
Kavindra Palaraja
13be739360 Fixes: Documentation - swapping the order of the images to improve clarity 2009-01-19 14:51:34 +01:00
hjk
eb7d97ce25 Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-01-19 14:12:59 +01:00
hjk
76b3341009 implement "real" full screen mode 2009-01-19 14:12:39 +01:00
Kavindra Palaraja
9916e4aebd Fixes: Documentation - adding in some screenshots that Eike took 2009-01-19 13:21:22 +01:00
Thorbjørn Lindeijer
8d1edf7252 Have the editor list combo adjust size to contents
Now the box will grow larger when files with long filenames are opened.
2009-01-19 13:08:55 +01:00
hjk
cc5ff1ec74 Remove #include <extensionsystem/pluginmanager.h> from icore.h, a
forward declaration is sufficient.
2009-01-19 12:39:20 +01:00
hjk
d55d570d66 fakevim: compile fix for windows 2009-01-16 17:51:44 +01:00
hjk
1325da6345 Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-01-16 17:44:38 +01:00
hjk
dc7a94fc83 fakevim: code de-obfuscation 2009-01-16 17:44:24 +01:00
Thorbjørn Lindeijer
fc83f2bdd2 Doc: Added a section about project dependencies
Also made sure the glossary terms aren't wrapped, since that didn't look
very nice.

For the documentation about the dependencies the screenshots should be
updated again.
2009-01-16 17:41:44 +01:00
hjk
b1602738dc Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-01-16 17:38:24 +01:00
hjk
62c2688ce6 fakevim: fix 'Y' 2009-01-16 17:38:15 +01:00
hjk
cb807286be Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-01-16 16:57:13 +01:00
Kavindra Palaraja
5c2e5ffced Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-01-16 16:57:07 +01:00
hjk
ceb37c06e2 fakevim: fix 'ce' 2009-01-16 16:57:00 +01:00
Kavindra Palaraja
2b7bd51127 Fixes: Documentation - improving clarity 2009-01-16 16:57:00 +01:00
dt
0adab2e00f Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-01-16 16:46:01 +01:00
Thorbjørn Lindeijer
0728e78afb Reintroduced a way to edit project dependencies
Dependencies between projects can now be edited in the Projects mode.
You can simply check for each project the projects that it depends on,
and they will be built first. A message box pops up when you try to
create a circular dependency.

Could use some testing.
2009-01-16 16:44:25 +01:00
hjk
d78d5f564e fakevim: fix 'e' and 'E' 2009-01-16 16:42:31 +01:00
dt
9d8809e9b2 Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-01-16 16:39:32 +01:00
dt
d370b08aa8 Fixes: Make bold instead of mono spaced.
Details:  Works.
2009-01-16 16:39:08 +01:00
hjk
9100e9638f Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-01-16 16:15:28 +01:00
hjk
34583ce5c1 fakevim: improve behaviour of 'cc' 2009-01-16 16:15:01 +01:00
Kavindra Palaraja
8b4f6d36de Fixes: Documentation - fixing all the qdoc warnings 2009-01-16 16:02:14 +01:00