┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2008-06-27SVN_SILENT: fix documentation typoPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=825319
2008-06-27tried to simplify the logic to decide whether the information panel should ↵Peter Penz
show the information for one file or for a multiple selection CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=825317
2008-06-27Avoid blocking of the GUI when creating previews for invisible items. The ↵Peter Penz
blocking part is a relayout, that has been done each time a group of previews have been received. Now only for the visible items a relayout is done as soon as possible, for the previews of invisible items this is postponed until all previews have been generated. svn path=/trunk/KDE/kdebase/apps/; revision=825304
2008-06-27It is hard to understand which is the actual selected item here: ↵Sebastian Trueg
m_selection, m_fileItem, or m_shownUrl. Anyway, now the descision for the metadata uses the exact same algo as for the name and preview and it works. svn path=/trunk/KDE/kdebase/apps/; revision=825279
2008-06-26Assure that the file capabilities are respected when opening the context ↵Peter Penz
menu for the Folder Panel (= treeview). Disable actions that cannot be executed. svn path=/trunk/KDE/kdebase/apps/; revision=824950
2008-06-26respect the inline-renaming setting also for the Folder Panel (= treeview)Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=824946
2008-06-26assure that the tooltip never exceeds the desktop areaPeter Penz
BUG: 161895 svn path=/trunk/KDE/kdebase/apps/; revision=824927
2008-06-26Properly handle setting of an empty tag list.Sebastian Trueg
BUG: 164705 svn path=/trunk/KDE/kdebase/apps/; revision=824616
2008-06-26fix linkingDirk Mueller
svn path=/trunk/KDE/kdebase/apps/; revision=824530
2008-06-25SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=824402
2008-06-25fixed issue that CTRL + mouseclick did not work anymore in the details view Peter Penz
BUG: 164693 svn path=/trunk/KDE/kdebase/apps/; revision=824372
2008-06-25faster + nicer (thanks to André Wöbbeking for the hint)Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=824312
2008-06-24remember old setting of the uniformItemSizes property and restore it again ↵Peter Penz
(thanks to Rafael for the hint) CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=824128
2008-06-24Performance improvement when showing previews inside directories having ↵Peter Penz
several 1000 items: temporary block the expensive layouting inside QListView until a block of previews has been applied. CCMAIL: [email protected] CCMAIL: [email protected] CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=824118
2008-06-24SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=823977
2008-06-22SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=822978
2008-06-19Assure that the keyboard focus stays inside the view when replacing the view ↵Peter Penz
implementation, otherwise when having a split view the other view gets the focus and will activate itself. BUG: 164468 svn path=/trunk/KDE/kdebase/apps/; revision=822367
2008-06-19Fix mem leakLaurent Montel
svn path=/trunk/KDE/kdebase/apps/; revision=822130
2008-06-18SVN_SILENT made messages (.desktop file, second try)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=822007
2008-06-18KFileItem::url() returns per value, not per referencePeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=822003
2008-06-18the method dropUrls(KUrl::List, KUrl) was never used as slot and is invoked ↵Peter Penz
only once -> moved to caller svn path=/trunk/KDE/kdebase/apps/; revision=822000
2008-06-18it's assured that when requesting a context menu that the column is marked ↵Peter Penz
as active svn path=/trunk/KDE/kdebase/apps/; revision=821938
2008-06-18SVN_SILENT: removed unnecessary includesPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=821923
2008-06-18Assure that when requesting the context menu for the column-view, that the ↵Peter Penz
correct items are used. TODO for 4.2: get rid of those 'if (isColumnViewActive())' special cases and provide a generic model which also works with the way the column view is implemented BUG: 164146 svn path=/trunk/KDE/kdebase/apps/; revision=821903
2008-06-17Correcting icon name from "view_icon" to "view-icon"James Richard Tyrer
svn path=/trunk/KDE/kdebase/apps/; revision=821583
2008-06-16Details view related fixes: all columns except the name column should act as ↵Peter Penz
viewport. svn path=/trunk/KDE/kdebase/apps/; revision=821229
2008-06-16also update the current index if a deselection is donePeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=821216
2008-06-16also adjust the current index when selecting an item by the (+) selectorPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=821197
2008-06-16use a smaller margin for the meta informationPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=821189
2008-06-15SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=820661
2008-06-13Runtime optimization for preview sorting: Use 2 different algorithms ↵Peter Penz
dependent on the relation between model-rows and preview items. One algorithm is faster when e. g. inserting 10 items into a directory of 2000 items, while the other algorithm is faster when initially loading the directory. svn path=/trunk/KDE/kdebase/apps/; revision=820321
2008-06-13Fix the "No text" menu appearing in konqueror while browsing directories. ↵David Faure
Sorry for message freeze breakage. svn path=/trunk/KDE/kdebase/apps/; revision=820149
2008-06-13Finally fixed problem that "Apply to all folders" did not work as expected. ↵Peter Penz
TODO: the mirrored directory still should be cleaned up, but this has to be done without deleting the view properties fallback. BUG: 163366 svn path=/trunk/KDE/kdebase/apps/; revision=820068
2008-06-13Fix the "Apply" - "OK" problem in the viewproperties dialog (patch done by ↵Peter Penz
Rafael Fernández López). One related problem still has to be solved... CCBUG: 163366 svn path=/trunk/KDE/kdebase/apps/; revision=820062
2008-06-11SVN_SILENT: comment++Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=819683
2008-06-11Simplify code:Peter Penz
* Use KFileItems for all lists instead a mixture of KFileItemList and QList<KUrl>. * Use a common helper method for generatePreviews() and resumePreviews() to order the visible items at the beginning of the list. svn path=/trunk/KDE/kdebase/apps/; revision=819681
2008-06-11cancel previews if the URL has been changedPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=819665
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