┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2009-08-26allow to change the order of columns in the details viewPeter Penz
BUG: 164696 svn path=/trunk/KDE/kdebase/apps/; revision=1015987
2009-08-25forward port from 4.3 r1015507 to make the kcm's load the proper catalogBurkhard Lück
BUG:204859 svn path=/trunk/KDE/kdebase/apps/; revision=1015509
2009-08-23SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=1014621
2009-08-20Use KApplication::sessionSaving() to determine if Dolphin is closed byFrank Reininghaus
the session manager - there's no need to reinvent the wheel ;-) Thanks to Lubos Lunak for the hint. svn path=/trunk/KDE/kdebase/apps/; revision=1013726
2009-08-14- Fixed issue that the items inside the "Other" category are sorted in a ↵Peter Penz
wrong manner. - Removed redundant code. BUG: 173027 svn path=/trunk/KDE/kdebase/apps/; revision=1011495
2009-08-14SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=1011290
2009-08-13* Use the term "version control" instead of "revision control" to be ↵Peter Penz
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
2009-08-13Fix possible crash when opening Dolphin with an enabled Terminal. Thanks to ↵Peter Penz
Dario Andres for the analyses! BUG: 202953 svn path=/trunk/KDE/kdebase/apps/; revision=1011008
2009-08-13Do not warn the user about closing Dolphin windows with multiple tabsFrank Reininghaus
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
2009-08-13Fix infinite recursion if the default text is empty.Peter Penz
BUG: 203455 svn path=/trunk/KDE/kdebase/apps/; revision=1010911
2009-08-07SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=1008343
2009-08-04SVN_SILENT: use 'errorString' instead of requesting the string againPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1006624
2009-08-01Assure that no empty error message is shown in the statusbar. This should ↵Peter Penz
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
2009-08-01Assure that non-default messages don't get hidden after a very short time by ↵Peter Penz
default messages. svn path=/trunk/KDE/kdebase/apps/; revision=1005712
2009-08-01move statusbar code into the directory "statusbar"Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1005704
2009-08-01Assure that the panels don't shrink when the view is split and the zoomslide ↵Peter Penz
and spaceinfo is shown in the statusbar. BUG: 202147 svn path=/trunk/KDE/kdebase/apps/; revision=1005693
2009-08-01Use QTemporaryFile instead of QFile. This assures an automatic deleting of ↵Peter Penz
the file and works reliable on multiuser system. Thanks to André Wöbbeking for the hint! svn path=/trunk/KDE/kdebase/apps/; revision=1005674
2009-08-01Assure that the revision control observer receives the correct revision ↵Peter Penz
states of subtree-items. svn path=/trunk/KDE/kdebase/apps/; revision=1005646
2009-07-31SVN_SILENT: warning--, fixed indentationsPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1005230
2009-07-31SVN_SILENT: warning--Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1005229
2009-07-31Fix forward declarationLaurent Montel
svn path=/trunk/KDE/kdebase/apps/; revision=1004949
2009-07-30provide texts for each revision statePeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1004795
2009-07-30Use "svn commit -F" instead of "svn commit -m" to provide a commit ↵Peter Penz
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
2009-07-30'PreparePeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1004416
2009-07-30If the revision states have been changed because of executing a SVN context ↵Peter Penz
menu action, the resulting update should be done silently without information messages. svn path=/trunk/KDE/kdebase/apps/; revision=1004412
2009-07-29terminate the thread which checks the revision state of items if the ↵Peter Penz
revision control observer gets deleted svn path=/trunk/KDE/kdebase/apps/; revision=1004371
2009-07-29inform the revision control observer about changed revision statesPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1004351
2009-07-29Allow the revision control plugins to indicate information-, error- and ↵Peter Penz
operation-completed messages. svn path=/trunk/KDE/kdebase/apps/; revision=1004346
2009-07-29Fix memory leak. QMenu::addAction(QMenu*) does not take ownership.Michael Jansen
svn path=/trunk/KDE/kdebase/apps/; revision=1004276
2009-07-29SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=1004107
2009-07-29- indicate whether the server provides an updated version of a filePeter Penz
- 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
2009-07-29Use QProcess instead of the low-level API popen(). Thanks to André ↵Peter Penz
Wöbbeking for the hint. svn path=/trunk/KDE/kdebase/apps/; revision=1004024
2009-07-28Adapt KCategorizedView and KCategoryDrawer changes from kdelibsRafael Fernández López
svn path=/trunk/KDE/kdebase/apps/; revision=1003883
2009-07-28SVN_SILENT: add m_revisionInfoKeys to the initializer listPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1003848
2009-07-28Use the output of 'svn status' instead of doing a custom and error-prone ↵Peter Penz
.svn-parsing. BTW: this commit is the first done within Dolphin itself :-) svn path=/trunk/KDE/kdebase/apps/; revision=1003845
2009-07-27Improved Subversion test plugin to allow committing, updating, diffing, ↵Peter Penz
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
2009-07-23The revision control plugin must be aware on which directory the ↵Peter Penz
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
2009-07-23replace list.count() > 0 by !list.isEmpty()Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1001386
2009-07-23also provide revision control actions for the viewport-context-menuPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1001385
2009-07-22show the actions of a revision control plugin in the context menuPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1001270
2009-07-22- Documentation updates.Peter Penz
- 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
2009-07-21SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=1000560
2009-07-19- interface cleanupsPeter Penz
- the subversion test plugin is at least capable of indicating the revision state for files svn path=/trunk/KDE/kdebase/apps/; revision=999489
2009-07-17no need to export this internal classPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=998500
2009-07-17remove revision-information entries when items got deleted in the modelPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=998498
2009-07-17The performance of updating the revision state of items depends on the used ↵Peter Penz
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
2009-07-17When pressing a key after entering a directory, ↵Peter Penz
QAbstractItemView::scrollTo() must be invoked to have autoscroll behavior. BUG: 199833 svn path=/trunk/KDE/kdebase/apps/; revision=998474
2009-07-17Call MediaObject::play() on Audio files mode.Darío Andrés Rodríguez
BUG: 196243 svn path=/trunk/KDE/kdebase/apps/; revision=998153
2009-07-15simplify the revision control APIPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=996886
2009-07-14Improve selection behaviour concerning the new "jump to next/previousFrank Reininghaus
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