┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2008-06-03SVN_SILENT: removed obsolete (now: wrong) commentPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=816420
2008-06-03no need to request a thumbnailPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=816400
2008-06-03move the create config-nepomuk.h higher so dolphinprivate sources can find it.Allen Winter
add a macro_log_feature() message svn path=/trunk/KDE/kdebase/apps/; revision=816293
2008-06-03Fixed Nepomuk dependancy checkingSebastian Trueg
svn path=/trunk/KDE/kdebase/apps/; revision=816282
2008-06-03SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=816270
2008-06-02Use KonqMenuActions to add the "open with" actions to the popupmenu, to ↵David Faure
avoid this independent reimplementation, which brought back bug 121728 ('&' in application name treated as accelerator) svn path=/trunk/KDE/kdebase/apps/; revision=815838
2008-06-02Use KonqFileItemCapabilities in KonqPopupMenuInformation instead of the ↵David Faure
too-basic bool readOnly(). Ported KonqPopupMenu to KonqFileItemCapabilities. svn path=/trunk/KDE/kdebase/apps/; revision=815688
2008-06-02Fix the edit-menu action disabling/enabling bug in dolphinpart finally! ↵George Goldberg
Also, move FileItemCapabilities from dolphin to KonqFileItemCapabilities at dfaure's request (making it implicitly shared along the way). BUGS:161594 svn path=/trunk/KDE/kdebase/apps/; revision=815584
2008-06-02dolphin part context menu now displays delete and not send to trash for ↵George Goldberg
remote files. (Makes behaviour same is in dolphin itself). CCBUGS: 161594 svn path=/trunk/KDE/kdebase/apps/; revision=815519
2008-06-02Fix dolphinpart context menu so that the delete/rename/send to trash options ↵George Goldberg
are disabled when the directory containing the selected files/dirs is not writable. CCBUGS: 161594 Issues remaining: Send to trash should be disabled on remote files (and replaced with delete) and edit menu of konqueror still has the actions like cut/delete/rename always enabled. svn path=/trunk/KDE/kdebase/apps/; revision=815517
2008-06-01Improve the performance when creating previews for thousands of items by the ↵Peter Penz
following strategy: - The previews for currently visible items are created before the previews for invisible items. - If the user changes the visible area by using the scrollbars, all pending previews get paused. As soon as the user stays on the same position for a short delay, the previews are resumed. Also in this case the previews for the visible items are generated first. svn path=/trunk/KDE/kdebase/apps/; revision=815480
2008-06-01increase the readability of the codePeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=815420
2008-06-01Fix dolphin to only enable the Cut context menu option if the file ↵George Goldberg
capabilites supportsMoving(). CCBUGS: 161594 Still need to fix Send to trash Context Option in Konqueror svn path=/trunk/KDE/kdebase/apps/; revision=815362
2008-06-01Fix problem when descending order on "Today" and "Thursday" for example. Now ↵Rafael Fernández López
we also have week independant maths, so we get a Yesterday tag even if yesterday was 31st and today is 1st. Peter, the order should be correct now, please recheck (I added a '-', so the order now is the inverse that the one shown on the kfm-devel thread). CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=815341
2008-05-31SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=814782
2008-05-31There are some extractable strings in subdirs too.Chusslove Illich
svn path=/trunk/KDE/kdebase/apps/; revision=814642
2008-05-30revert last (wrong) commitPeter Penz
CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=814581
2008-05-30Fix compilAlexis Ménard
svn path=/trunk/KDE/kdebase/apps/; revision=814574
2008-05-29assure that the cut item cache gets updated too when invoking ↵Peter Penz
IconManager::updatePreviews() svn path=/trunk/KDE/kdebase/apps/; revision=814274
2008-05-29Before applying the cut item effect to a preview, assure that the cut items ↵Peter Penz
cache gets an update of the preview without effect. This assures that when cutting other items that the state of the previously cut items can be restored in any case. svn path=/trunk/KDE/kdebase/apps/; revision=814273
2008-05-29don't clear the selection when the view gets inactivePeter Penz
BUG: 162432 svn path=/trunk/KDE/kdebase/apps/; revision=814244
2008-05-29Assure that the item view gets the keyboard focus when it was activated. ↵Peter Penz
This fixes the issue that when the view gets split, that the keyboard focus remained on the inactive view. svn path=/trunk/KDE/kdebase/apps/; revision=814237
2008-05-29Only select an item if the current item has been changed by a key press (e. ↵Peter Penz
g. QTreeView sets the current item when the view loses the focus). svn path=/trunk/KDE/kdebase/apps/; revision=814234
2008-05-29SVN_SILENT: minor coding style fixPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=814019
2008-05-29fix wrong connectDavid Faure
svn path=/trunk/KDE/kdebase/apps/; revision=813967
2008-05-28Handle redirections (e.g. from fish://localhost) without breaking the column ↵David Faure
view -- thanks Peter for the advice on how to separate the two cleanly. svn path=/trunk/KDE/kdebase/apps/; revision=813954
2008-05-28Wow, giving fileItem.url().url() to KFileMetaInfo is a bad idea -- it takes ↵David Faure
that as a path, so you end up with QFile("file://fish://hostname")... I guess the only solution is to skip the whole KFileMetaInfo stuff for non-local-files. But then we shouldn't see size 0 modified 12:00 am... svn path=/trunk/KDE/kdebase/apps/; revision=813953
2008-05-28SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=813908
2008-05-28Assure that tabs always have a text. If the file name is empty, use the ↵Peter Penz
protocol instead. This fixes the issue that for "trash://" no text is shown in the tab. svn path=/trunk/KDE/kdebase/apps/; revision=813844
2008-05-28Move the code for restoring the current item from DolphinViewContainer to ↵Peter Penz
DolphinView, as the DolphinView must be able to do this without advice from the container. Beside that this simplifies the code it also fixes a regression of having empty tabs. svn path=/trunk/KDE/kdebase/apps/; revision=813828
2008-05-28assure that the preview widget of the information bar gets not overlapped by ↵Peter Penz
other widgets when having a very small height BUG: 162674 svn path=/trunk/KDE/kdebase/apps/; revision=813780
2008-05-27people want tabs, give them tabsDirk Mueller
svn path=/trunk/KDE/kdebase/apps/; revision=813401
2008-05-27Give dialog a parent.Craig Drummond
svn path=/trunk/KDE/kdebase/apps/; revision=813386
2008-05-27Use INSTALL_TARGETS_DEFAULT_ARGSLaurent Montel
svn path=/trunk/KDE/kdebase/apps/; revision=813304
2008-05-26SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=813137
2008-05-20when going back in history apply the keyboard focus to the the previously ↵Peter Penz
shown directory BUG: 156550 BUG: 158590 svn path=/trunk/KDE/kdebase/apps/; revision=810493
2008-05-20remove (another) unused methodPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=810459
2008-05-20remove unused methodPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=810455
2008-05-20The Oxygen style provides now a nicer progress bar -> increase the content ↵Peter Penz
height of the statusbar so that no text is cut (tested also with other styles) svn path=/trunk/KDE/kdebase/apps/; revision=810430
2008-05-19Argh, I knew I forgot to commit this dir. Sorry about that.David Faure
svn path=/trunk/KDE/kdebase/apps/; revision=809960
2008-05-19This compiles and may or may not work as intended.Andreas Hartmetz
CCMAIL: [email protected], [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=809914
2008-05-19SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=809748
2008-05-18Adding icon name "tab-close-other" to replace "tab-close" where the action ↵James Richard Tyrer
is to close other tabs. svn path=/trunk/KDE/kdebase/apps/; revision=809235
2008-05-17SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=808727
2008-05-17Use a quint64 (always 64 bits) instead of a unsigned long int (32 bits Ivo Anjo
on x86) for summing file sizes of multiple selected files. BUG: 156911 svn path=/trunk/KDE/kdebase/apps/; revision=808698
2008-05-14Fixed following issue for the information sidebar:Peter Penz
- select n files - hover one selected file (-> old selection preview gets grey, new preview gets started) - go to the viewport before the preview has been finished Result: new preview has been displayed, although the viewport has been entered Wanted behavior: old selection preview should be shown svn path=/trunk/KDE/kdebase/apps/; revision=807837
2008-05-14Only the infosidebar panel is interested in selections -> move it from the ↵Peter Penz
sidebar panel to the infosidebar panel. svn path=/trunk/KDE/kdebase/apps/; revision=807729
2008-05-14SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=807573
2008-05-12SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=806903
2008-05-12Icon renaming (code changes):Jakob Petsovits
edit-create-symbolic-link -> edit-link svn path=/trunk/KDE/kdebase/apps/; revision=806725