| Age | Commit message (Collapse) | Author |
|
consistent with the naming in kdevplatform.
* Renamed VersionControlPlugin to KVersionControlPlugin so that the interface can be moved out of Dolphin.
svn path=/trunk/KDE/kdebase/apps/; revision=1011058
|
|
Dario Andres for the analyses!
BUG: 202953
svn path=/trunk/KDE/kdebase/apps/; revision=1011008
|
|
if Dolphin is closed by the session manager, i.e., if the user logs
out. The fix is inspired by the way this issue is handled in
Konqueror.
BUG: 201803
svn path=/trunk/KDE/kdebase/apps/; revision=1011002
|
|
BUG: 203455
svn path=/trunk/KDE/kdebase/apps/; revision=1010911
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1008343
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1006624
|
|
not happen and the fix in this case should be done in the corresponding IO-slave, but let's be prepared for the "worst case".
svn path=/trunk/KDE/kdebase/apps/; revision=1005715
|
|
default messages.
svn path=/trunk/KDE/kdebase/apps/; revision=1005712
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1005704
|
|
and spaceinfo is shown in the statusbar.
BUG: 202147
svn path=/trunk/KDE/kdebase/apps/; revision=1005693
|
|
the file and works reliable on multiuser system. Thanks to André Wöbbeking for the hint!
svn path=/trunk/KDE/kdebase/apps/; revision=1005674
|
|
states of subtree-items.
svn path=/trunk/KDE/kdebase/apps/; revision=1005646
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1005230
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1005229
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1004949
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1004795
|
|
description, otherwise line-break, quotes etc. don't work in comments.
Tested with local SVN repository, I hope everything works now too with this official commit...
svn path=/trunk/KDE/kdebase/apps/; revision=1004788
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1004416
|
|
menu action, the resulting update should be done silently without information messages.
svn path=/trunk/KDE/kdebase/apps/; revision=1004412
|
|
revision control observer gets deleted
svn path=/trunk/KDE/kdebase/apps/; revision=1004371
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1004351
|
|
operation-completed messages.
svn path=/trunk/KDE/kdebase/apps/; revision=1004346
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1004276
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1004107
|
|
- QProcess::waitForReadyRead() must be invoked until it returns false. BTW: this method is invoked inside a non-GUI-thread and hence does not block Dolphin
svn path=/trunk/KDE/kdebase/apps/; revision=1004044
|
|
Wöbbeking for the hint.
svn path=/trunk/KDE/kdebase/apps/; revision=1004024
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1003883
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1003848
|
|
.svn-parsing. BTW: this commit is the first done within Dolphin itself :-)
svn path=/trunk/KDE/kdebase/apps/; revision=1003845
|
|
adding and removing of files. As soon as the test plugin gets moved to kdesdk, the code should be improved to use the libsvn interface.
svn path=/trunk/KDE/kdebase/apps/; revision=1002839
|
|
context-menu-actions should get applied. Relying on the directory that has been used in beginRetrieval() does not work when having a treeview.
svn path=/trunk/KDE/kdebase/apps/; revision=1001388
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1001386
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1001385
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1001270
|
|
- Allow the revision plugin to emit a signal which indicates a changed revision state.
- Update the revision state if the state of file items has been changed.
- Check also the content of a file if the size of a local and revisioned file is equal.
svn path=/trunk/KDE/kdebase/apps/; revision=1000831
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=1000560
|
|
- the subversion test plugin is at least capable of indicating the revision state for files
svn path=/trunk/KDE/kdebase/apps/; revision=999489
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=998500
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=998498
|
|
plugin. To prevent that Dolphin gets blocked by a slow plugin, the updating is delegated to a thread.
Still open issue: Applying the revision control property to the model is a bottleneck in QListView (a detailed description of the reason is in kdelibs/kfile/kfilepreviewgenerator.cpp, class LayoutBlocker). But the approach used in KFilePreviewGenerator destroys the textlayout in this case and is temporary disabled until I could track down the reason.
svn path=/trunk/KDE/kdebase/apps/; revision=998492
|
|
QAbstractItemView::scrollTo() must be invoked to have autoscroll behavior.
BUG: 199833
svn path=/trunk/KDE/kdebase/apps/; revision=998474
|
|
BUG: 196243
svn path=/trunk/KDE/kdebase/apps/; revision=998153
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=996886
|
|
row using right/left arrow" and "jump to next/previous column using
down/up arrow" when using the Icon View's "Rows" and "Columns"
arrangement, respectively, in the following cases:
1. In "Columns" arrangement, if the first item is selected and
Ctrl-Down is pressed repeatedly, don't deselect the first item when
jumping to the next column.
2. In "Rows" arrangement, if the first item in the second row is
active and then Left and finally Shift-Left is pressed, don't
re-select the first item in the second row unexpectedly.
3. If an item in the middle of the second row is selected, make sure
that selection with Shift-Left/Shift-Right is reversible even if the
previous/next row is reached.
svn path=/trunk/KDE/kdebase/apps/; revision=996758
|
|
is given. Thanks to Martin Koller for the patch!
CCBUG: 198805
CCBUG: 200037
svn path=/trunk/KDE/kdebase/apps/; revision=996131
|
|
the code to use icons instead of coloring the text... The icon position at the moment is terrible, an interface extension in KFileItemDelegate is required to get the icon boundaries.
svn path=/trunk/KDE/kdebase/apps/; revision=996101
|
|
completely filled background. I'm unsure whether we should use emblems or not... The problem with emblems is that most people that work with revisioned files use the details view with very small icons. So having an emblem above an icon and additionally the selection indicator does not work. Any ideas?
svn path=/trunk/KDE/kdebase/apps/; revision=995378
|
|
Dolphin and might be useful for revision control plugins.
svn path=/trunk/KDE/kdebase/apps/; revision=995365
|
|
control systems like SVN, Git, CVS, ... The current code is an early draft and it is planned that all plugins (SVN, Git, CVS, ...) are maintained outside Dolphin. If the API is stable enough, a discussion will be done at [email protected] regarding the location of the plugins (the current implementation of SubversionPlugin is only temporary located in Dolphin for testing purposes).
RevisionControlObserver is implemented in a way that no recognizable slowdown is given for directories that are not under revision control.
CCBUG: 192158
svn path=/trunk/KDE/kdebase/apps/; revision=995351
|
|
KDirLister::itemDeleted(const KFileItem&), but KDirLister::itemsDeleted(const KFileItemList&).
svn path=/trunk/KDE/kdebase/apps/; revision=995123
|