Commit Graph

50929 Commits

Author SHA1 Message Date
Daniel Molkentin
1279d10cff Merge branch 'master' of git://scm.dev.nokia.troll.no/creator/mainline 2009-01-22 12:25:18 +01:00
dt
e97889c782 Fixes: Remove ui file from pro file. 2009-01-22 11:56:52 +01:00
dt
3bcbd0782b Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-01-22 11:37:43 +01:00
Daniel Molkentin
5ed76b9621 Merge branch 'master' of git://scm.dev.nokia.troll.no/creator/mainline into make_install/master 2009-01-22 10:28:15 +01:00
Daniel Molkentin
aec1e26228 Fixes: Document rpath, fix resource targets on mac and linux 2009-01-22 10:14:09 +01:00
hjk
592560b578 Fixes: rempve unnneded icore.h #include
Task:     180315
    RevBy:
    Details:
2009-01-21 18:30:45 +01:00
hjk
09316a10df Fixes: remove unneeded #include from header 2009-01-21 18:12:38 +01:00
hjk
2362432109 Fixes: some ICore::instance() related cleanup 2009-01-21 18:09:37 +01:00
dt
38471eebfe Fixes: Run cmake to get the version and check for the QtCreator generator
Details:  We don't act on that information yet.
2009-01-21 17:21:59 +01:00
hjk
bc0717d06a Fixes: fakevim: work on undo 2009-01-21 17:08:47 +01:00
dt
db20c44d40 Fixes: Add a settings page to the cmake plugin.
Details:  There's a linedit on there, we restore and save the settings,
only thing missing is actually using it.
2009-01-21 16:25:21 +01:00
hjk
7ce2676c6a Fixes: fakevim: better undo behaviour
Details:  prevent creation of empty "groups" that required
additional 'u' key strokes to 'undo'
2009-01-21 16:18:20 +01:00
hjk
a18770548e Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-01-21 16:05:19 +01:00
hjk
64d058a81b Fixes: fakevim: fix df<x>
Details:  was broken due to wrong cursor selection approach
2009-01-21 16:04:34 +01:00
Thorbjørn Lindeijer
6adecf3767 Avoid going through ICore when it's not necessary
Many singletons have their own instance() method, in which case there is
no need to use ICore::instance() to get access to them.
2009-01-21 15:55:33 +01:00
mae
7cfa4dbe5b Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
Conflicts:
	src/plugins/coreplugin/editormanager/editormanager.cpp
	src/plugins/coreplugin/editormanager/openeditorsview.cpp
	src/plugins/coreplugin/editormanager/stackededitorgroup.cpp
2009-01-21 15:24:20 +01:00
mae
3b04ed3184 getting closer to working split 2009-01-21 15:20:44 +01:00
hjk
f73861d458 Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-01-21 14:00:06 +01:00
hjk
47f4ccada7 Fixes: coding style: mention order #includes
RevBy:    partially by dt
2009-01-21 13:58:04 +01:00
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
Daniel Molkentin
5e7116e0e3 Fixes: RPATH for plugins 2009-01-21 11:27:42 +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
Daniel Molkentin
b18fe47043 Fixes: make install works on linux
Details:  Creator on Linux works now in two modes:
          1) out of the build dir (shadow builds to be tested)
          2) make INSTALL_ROOT=/prefix install
2009-01-21 09:14:22 +01:00
Daniel Molkentin
194175cce7 Fixes: make install workd
Details:  Make install works now, we just have to agree on layout
details and check for mac compatibility.

Also, plugins will carry no version in their filename anymore starting with
this commit. Versioning happens in the creators pluginloader using the pluginspec file.
2009-01-21 08:52:19 +01:00
Daniel Molkentin
a534a1e4d7 More work toward make install on Linux. 2009-01-21 08:52:19 +01:00
Daniel Molkentin
0f20a20b4c Fixes: Implement make install target, Step 1
Details: Moving files so that the local layout corresponds to the layout pushed by make install.
Adjust Make target, modify the resource path of the loader to find the resources in the
right place. All pathes are still looked up relative to binaryPath(), libs are found via
relative rpath.
2009-01-21 08:52:19 +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
mae
145f9c24ba Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline
Conflicts:
	src/plugins/perforce/perforceplugin.cpp
2009-01-20 17:10:34 +01:00
mae
ed5afa14dd added new empty split actions and fixed a few loopy bugs with double select files. 2009-01-20 17:06:46 +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