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
hjk
cc5ff1ec74
Remove #include <extensionsystem/pluginmanager.h> from icore.h, a
...
forward declaration is sufficient.
2009-01-19 12:39:20 +01:00
mae
c0c5342386
first edition of the new editor view, splitting still missing
2009-01-16 17:34:34 +01:00
hjk
266ee2a468
remove ProjectExplorerInterface and ExtensionSystemInterfaces files
2009-01-14 15:08:46 +01:00
con
fbfcc9a484
Fixes: - ICommand --> Command
...
Details: - Naming convention
2009-01-14 13:18:25 +01:00
con
1e4c48a173
Fixes: - IActionContainer --> ActionContainer
...
Details: - Conform to naming convention
2009-01-14 13:18:24 +01:00
Daniel Molkentin
59affcfffc
Bump year in licence header.
2009-01-13 19:22:14 +01:00
Friedemann Kleint
e2ef36a65d
Fixes: Enable multiselection in file list of git submit editor
...
Details: Refactor the git command to be able to run a batch. Run diff and diff --cached in a batch
2009-01-13 17:25:09 +01:00
Thorbjørn Lindeijer
59c8b93309
Modified IOptionsPage interface for Apply button
...
The previous interface wasn't sufficient to properly support the Apply
button, since it didn't separate applying the changes from the cleanup
phase.
Designer settings pages still need some fixing.
Fixes Apply button causing problems for certain plugins, for example the
QuickOpen.
2009-01-13 16:03:55 +01:00
con
281c462d24
Fixes: - ProgressManagerInterface --> ProgressManager
...
Details: - Conform to conventions.
2009-01-13 15:44:26 +01:00
con
c9889120c3
Fixes: - Rename ActionManagerInterface --> ActionManager
...
Details: - To make it conform to naming convention.
2009-01-13 15:44:25 +01:00
Friedemann Kleint
dd235e2b48
Fixes: Random enabling of submit/diff buttons when switching contexts (viewing diffs) from the submit editor
...
Details: Register actions directly
2009-01-13 14:06:42 +01:00
Friedemann Kleint
4741a7282d
Fixes: Make git diff work for staged files, do not launch submit if file list empty, make file model read only, add conveniences
...
Details: Add a type data field to the git file model
2009-01-13 10:06:06 +01:00
Friedemann Kleint
17daca603a
Fixes: Use a model for the submit file list (to resolve the git diff mess)
2009-01-12 17:44:04 +01:00
Friedemann Kleint
05033a9d36
Fixes: Show untracked files in git submit dialog
...
Details: Move routine to get project file list into VCSBase, use it in p4 and git to filter submit lists.
2009-01-09 17:52:41 +01:00
Friedemann Kleint
94d646a206
Fixes: Added dbl-click handling for remote branches
...
Task:
RevBy:
AutoTest:
Details: Moved code to create a local branch from model to dialog which is slightly better since all the modifying app code is there.
2009-01-09 16:27:42 +01:00
Friedemann Kleint
352cf14353
Fixes: Add way to create a new local branch in the git plugin
...
Task: 205821
Details: Split up the branch model into remote branch base class and extended local branch class with <New Branch> row.
2009-01-07 12:58:31 +01:00
Friedemann Kleint
b8f013ce4a
Fixes: Remove whatsthis
2008-12-19 17:49:14 +01:00
Friedemann Kleint
5b8008609c
Compile Windows
2008-12-19 17:44:11 +01:00
Friedemann Kleint
defc270896
Fixes: Start a git branch dialog.
2008-12-19 17:42:08 +01:00
Friedemann Kleint
4db2f99836
Fixes: Add ensureStashed() method asking user to stash before a change such as pull
2008-12-19 11:45:30 +01:00
Friedemann Kleint
d6fbb1b573
Fixes: gcc 4.3.2 compile warnings
2008-12-19 10:49:29 +01:00
goro
a51b70b51c
Bump version from 0.9.1 to 0.9.2
2008-12-18 12:51:08 +01:00
dt
791217bad4
Merge branch '0.9.1-beta' of git@scm.dev.nokia.troll.no:creator/mainline into 0.9.1-beta
2008-12-16 17:25:17 +01:00
dt
29dfc72f1a
Fixes: Nokia Technology Preview License -> Nokia Beta Version License
...
Details: in all pluginspecs.
2008-12-16 17:24:14 +01:00
hjk
da3cb14483
chancge Nokia GPL exception version from 1.2 to 1.3
2008-12-16 17:20:00 +01:00
hjk
a556ddada8
start sanitizing gdb options dialog
2008-12-11 14:01:53 +01:00
Thorbjørn Lindeijer
09da60f050
Fix git configuration page resize behaviour
...
Now it uses all the available space.
2008-12-10 16:42:31 +01:00
con
0722e95682
Fixes: - Don't popup the git output window at all operations
2008-12-10 15:22:45 +01:00
con
766ca41cec
Fixes: - Give show commit dialog a window title
2008-12-10 12:36:02 +01:00
con
7a4ef123ef
Fixes: - tools->git->show commit dialog broken
...
Task: - 237689
Details: - .git is a hidden file, so we need the QDir::Hidden flag as well
2008-12-10 12:27:42 +01:00
hjk
4a552ead9f
use QTC_ASSERT instead of Q_ASSERT
2008-12-09 15:25:01 +01:00
hjk
342caa2141
some more whitespace changes
2008-12-09 11:07:24 +01:00
goro
38b04c737b
Bump two plugins from version 0.1 to 0.9.1
2008-12-05 17:55:09 +01:00
Friedemann Kleint
c149046b15
Fixes: Add revert to git, name stage options according to git gui
2008-12-04 15:35:16 +01:00
Friedemann Kleint
d63c68f39a
Fixes: Refactor git settings code, add some more menu options
2008-12-04 11:23:03 +01:00
Friedemann Kleint
d1ebbcb810
Fixes: git commit fails due to wrong working directory
...
Details: Execute git status from repo directory
2008-12-03 15:56:24 +01:00
Friedemann Kleint
0b99d82d4e
Fixes: Enable switching of VCS according to currentProject
...
Task: 205821
RevBy: con
Details: Add a IVersionControl to git. Extend IF to able to return a name and add enabling options. Connect project explorer to enable the right VCS.
2008-12-03 15:04:51 +01:00
Friedemann Kleint
876c775805
Fixes: Enable switching of VCS according to currentProject
...
Task: 205821
RevBy: Eike
Details: Add a IVersionControl to git. Extend IF to able to return a name and add enabling options. Connect project explorer to enable the right VCS.
2008-12-03 14:17:39 +01:00
Thorbjørn Lindeijer
b8ce2b1031
Disambiguation for files in git commands
...
With many git commands it is safer to disambiguate files from refs by
putting '--' in front of the list of files.
Also corrected a margin in the git submit panel.
2008-12-03 13:27:00 +01:00
dt
4eaa9f5052
Fixes: Mem leak in gitplugin.
...
Task: -
RevBy: -
AutoTest: -
Details: -
2008-12-02 18:10:28 +01:00
Friedemann Kleint
5d316a4919
Fixes: Move icons into VCSBase, use buttons for submit
2008-12-02 17:05:53 +01:00
Friedemann Kleint
c4c2437dd4
Fixes: Ability to uncheck files in git.
2008-12-02 15:43:58 +01:00
hjk
df7aacd637
more file cosmetics
2008-12-02 15:08:31 +01:00
hjk
ab83dcd87c
off-by-one in headers
2008-12-02 14:20:25 +01:00
hjk
8a43d9b9f3
end-of-line whitespace correction of the new headers
2008-12-02 14:17:16 +01:00
con
05c35356ab
Initial import
2008-12-02 12:01:29 +01:00