┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2008-06-11Improve the performance of the code part which checks which items are ↵Peter Penz
visible. Although the code is less readable now, it requires only 0,5 seconds for 2500 items instead of 2 seconds. svn path=/trunk/KDE/kdebase/apps/; revision=819663
2008-06-10SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=819272
2008-06-10don't forget to delete the MIME type resolver when the IconManager gets ↵Peter Penz
destructed svn path=/trunk/KDE/kdebase/apps/; revision=819163
2008-06-10only resolve the MIME-types asynchronously, if no preview is generatedPeter Penz
CCMAIL: [email protected] CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=819162
2008-06-10remove KDE 3 relict (the preview action does not exist anymore since about ↵Peter Penz
more than 1 year) svn path=/trunk/KDE/kdebase/apps/; revision=819151
2008-06-10Just use KMimeType::extractKnownExtension() instead of the custom ↵Peter Penz
implementation. Thanks to David Faure for the hint! svn path=/trunk/KDE/kdebase/apps/; revision=819137
2008-06-10Move code for disabling the paste action into DolphinView::pasteInfo() -> ↵Peter Penz
Dolphin KPart now also is aware about the disabled paste action. @David: Konqueror hides the paste action in the context menu now, but still the action in the edit menu stays enabled CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=819116
2008-06-10SVN_SILENT: documentation fixesPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=819108
2008-06-10Argh my last patch broke plugins. So revert 818988 and do it properly, for ↵David Faure
real this time :) KPluginFactory can take the catalog name as second argument, this is the best fix. CCMAIL: Chusslove Illich <[email protected]> svn path=/trunk/KDE/kdebase/apps/; revision=818989
2008-06-10Revert 818910 and do it properly (patch by dfaure).Chusslove Illich
svn path=/trunk/KDE/kdebase/apps/; revision=818988
2008-06-09Another fix for redirections: "Create New" was missing from the ↵David Faure
konqpopupmenu when doing RMB on ftp://user@host, because after the redirection, part->url() was still the old url (so it didn't look like a popup opened for the current directory, in the konqpopupemenu code) svn path=/trunk/KDE/kdebase/apps/; revision=818721
2008-06-08disable the paste action if no writing is supported for the paste-destinationPeter Penz
BUG: 161639 svn path=/trunk/KDE/kdebase/apps/; revision=818445
2008-06-08* use a default size where the height of the line editor is not too smallPeter Penz
* remember the size set by the user CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=818381
2008-06-08fixed issue that "Apply to all folders" in the view properties dialog might ↵Peter Penz
forget some settings when pressing first "Apply" and then "OK" BUG: 163366 svn path=/trunk/KDE/kdebase/apps/; revision=818368
2008-06-08SVN_SILENT: removed trailing spacesPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=818367
2008-06-08;--Albert Astals Cid
svn path=/trunk/KDE/kdebase/apps/; revision=818343
2008-06-08fixed possible crash when showing tooltips and switching between viewsPeter Penz
BUG: 161201 CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=818325
2008-06-08added missing virtualsPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=818316
2008-06-08SVN_SILENT: minor coding style fixPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=818305
2008-06-08fix memory leakPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=818303
2008-06-07Update the keypress state before invoking QTreeView::keyPressEvent(), as ↵Peter Penz
this call invokes QTreeView::currentChanged(), where the value is needed. This fix assures that the selection is changed when the current index is changed like in QListView. svn path=/trunk/KDE/kdebase/apps/; revision=818070
2008-06-071) Make sure that size qprogressbar is really updated after each changeJakub Stachowski
2) Get rid of flicker when after changing partition new size is smaller than used space on old one - in this case setMaximum calls reset() 3) User proper value for comparison when checking if progressbar should be changed BUG: 163343 svn path=/trunk/KDE/kdebase/apps/; revision=818066
2008-06-07Request item information when the current directory has been (re-) entered. ↵Peter Penz
This e. g. occurs if a media has been unmounted and remounted again. svn path=/trunk/KDE/kdebase/apps/; revision=818013
2008-06-07Fixed the following Information Panel issues:Peter Penz
* Trash icon is not updated when trash has been emptied or got filled. * When renaming an item the old name will be shown in the Information Panel. * When unmounting media, still the mounted icon is shown. BUG: 161385 BUG: 153514 BUG: 154747 CCBUG: 159366 svn path=/trunk/KDE/kdebase/apps/; revision=818005
2008-06-07Do a delayed initialization of all widgets when showing the the Information ↵Peter Penz
Panel. This assures that no expensive initializations are done when the Information Panel is not shown at all. svn path=/trunk/KDE/kdebase/apps/; revision=817992
2008-06-07* use cmake macro to install preview iconUrs Wolfer
* install icons to global icon dir, otherwise it seems not to work when using dolpin part in konqueror svn path=/trunk/KDE/kdebase/apps/; revision=817991
2008-06-07fix crash when e. g. right clicking on a file using SMB inside KonquerorPeter Penz
BUG: 163358 svn path=/trunk/KDE/kdebase/apps/; revision=817974
2008-06-05When "move_to_trash" is disabled and "delete" is enabled (e.g. non-local files),David Faure
enable a hidden action with Key_Del as shortcut, so that the user can press Del to delete the file. BUG: 76016 svn path=/trunk/KDE/kdebase/apps/; revision=817389
2008-06-05Move the "Create New" action (for the Edit menu, not for the context menu) ↵David Faure
to dolphinpart, so that it doesn't appear while browsing the web [with a filemanagement profile initially]. The point is to make the GUI sensible whatever initial profile was selected and hopefully get rid of konq-filemanagement.rc/konq-webbrowsing.rc. svn path=/trunk/KDE/kdebase/apps/; revision=817326
2008-06-05SVN_SILENT made messages (.desktop file, second try)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=817018
2008-06-04Continue cleaning up the menus of "konqueror as a webbrowser" : moved "Tools ↵David Faure
/ Open Terminal" action to DolphinPart. Thanks to Kevin for reminding me of this one. svn path=/trunk/KDE/kdebase/apps/; revision=816632
2008-06-03jump to the URL of the clipboard content if a middle click on an empty area ↵Peter Penz
inside the view is done svn path=/trunk/KDE/kdebase/apps/; revision=816421
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