┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2009-08-26allow to change the order of columns in the details viewPeter Penz
2009-08-25forward port from 4.3 r1015507 to make the kcm's load the proper catalogBurkhard Lück
2009-08-23SVN_SILENT made messages (.desktop file)Script Kiddy
2009-08-20Use KApplication::sessionSaving() to determine if Dolphin is closed byFrank Reininghaus
2009-08-14- Fixed issue that the items inside the "Other" category are sorted in a wron...Peter Penz
2009-08-14SVN_SILENT made messages (.desktop file)Script Kiddy
2009-08-13* Use the term "version control" instead of "revision control" to be consiste...Peter Penz
2009-08-13Fix possible crash when opening Dolphin with an enabled Terminal. Thanks to D...Peter Penz
2009-08-13Do not warn the user about closing Dolphin windows with multiple tabsFrank Reininghaus
2009-08-13Fix infinite recursion if the default text is empty.Peter Penz
2009-08-07SVN_SILENT made messages (.desktop file)Script Kiddy
2009-08-04SVN_SILENT: use 'errorString' instead of requesting the string againPeter Penz
2009-08-01Assure that no empty error message is shown in the statusbar. This should not...Peter Penz
2009-08-01Assure that non-default messages don't get hidden after a very short time by ...Peter Penz
2009-08-01move statusbar code into the directory "statusbar"Peter Penz
2009-08-01Assure that the panels don't shrink when the view is split and the zoomslide ...Peter Penz
2009-08-01Use QTemporaryFile instead of QFile. This assures an automatic deleting of th...Peter Penz
2009-08-01Assure that the revision control observer receives the correct revision state...Peter Penz
2009-07-31SVN_SILENT: warning--, fixed indentationsPeter Penz
2009-07-31SVN_SILENT: warning--Peter Penz
2009-07-31Fix forward declarationLaurent Montel
2009-07-30provide texts for each revision statePeter Penz
2009-07-30Use "svn commit -F" instead of "svn commit -m" to provide a commit descriptio...Peter Penz
2009-07-30'PreparePeter Penz
2009-07-30If the revision states have been changed because of executing a SVN context m...Peter Penz
2009-07-29terminate the thread which checks the revision state of items if the revision...Peter Penz
2009-07-29inform the revision control observer about changed revision statesPeter Penz
2009-07-29Allow the revision control plugins to indicate information-, error- and opera...Peter Penz
2009-07-29Fix memory leak. QMenu::addAction(QMenu*) does not take ownership.Michael Jansen
2009-07-29SVN_SILENT made messages (.desktop file)Script Kiddy
2009-07-29- indicate whether the server provides an updated version of a filePeter Penz
2009-07-29Use QProcess instead of the low-level API popen(). Thanks to André Wöbbekin...Peter Penz
2009-07-28Adapt KCategorizedView and KCategoryDrawer changes from kdelibsRafael Fernández López
2009-07-28SVN_SILENT: add m_revisionInfoKeys to the initializer listPeter Penz
2009-07-28Use the output of 'svn status' instead of doing a custom and error-prone .svn...Peter Penz
2009-07-27Improved Subversion test plugin to allow committing, updating, diffing, addin...Peter Penz
2009-07-23The revision control plugin must be aware on which directory the context-menu...Peter Penz
2009-07-23replace list.count() > 0 by !list.isEmpty()Peter Penz
2009-07-23also provide revision control actions for the viewport-context-menuPeter Penz
2009-07-22show the actions of a revision control plugin in the context menuPeter Penz
2009-07-22- Documentation updates.Peter Penz
2009-07-21SVN_SILENT made messages (.desktop file)Script Kiddy
2009-07-19- interface cleanupsPeter Penz
2009-07-17no need to export this internal classPeter Penz
2009-07-17remove revision-information entries when items got deleted in the modelPeter Penz
2009-07-17The performance of updating the revision state of items depends on the used p...Peter Penz
2009-07-17When pressing a key after entering a directory, QAbstractItemView::scrollTo()...Peter Penz
2009-07-17Call MediaObject::play() on Audio files mode.Darío Andrés Rodríguez
2009-07-15simplify the revision control APIPeter Penz
2009-07-14Improve selection behaviour concerning the new "jump to next/previousFrank Reininghaus