┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2008-11-19* fixed issue that the autoresizing of columns is applied when ↵Peter Penz
adding/removing columns * assure that QTreeView::resizeEvent() is called before applying the autoresizing for having an updated state BUG: 175603 svn path=/trunk/KDE/kdebase/apps/; revision=886690
2008-11-19Disable the "quick view" feature: I like the Previewer plasmoid, but I think ↵Peter Penz
after a few months of trying to use it there is no need for having a separate menu entry (shortcut: CTRL+Return) in Dolphin: Doing a drag & drop operation to the previewer plasmoid is faster than selecting a file and pressing CTRL+Return (or selecting the menu entry). Using "Space" as shortcut conflicts with the Terminal and is still slower than simply just opening the file... The i18n() string is still part of the code, so that it could be reactivated during the 4.2 cycle. svn path=/trunk/KDE/kdebase/apps/; revision=886672
2008-11-19assure that no expensive operations are done when the Information Panel has ↵Peter Penz
been opened at least once and closed again CCBUG: 151496 svn path=/trunk/KDE/kdebase/apps/; revision=886642
2008-11-19don't request a tooltip during a selectionPeter Penz
CCBUG: 151496 svn path=/trunk/KDE/kdebase/apps/; revision=886635
2008-11-19removed unnecessary linePeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=886627
2008-11-19fixed issue that the zoom slider might not have enough vertical space when ↵Peter Penz
having small fonts svn path=/trunk/KDE/kdebase/apps/; revision=886624
2008-11-18makeItCompile, sorry and thanks to Tm_TAlbert Astals Cid
svn path=/trunk/KDE/kdebase/apps/; revision=886290
2008-11-18more correct englishAlbert Astals Cid
svn path=/trunk/KDE/kdebase/apps/; revision=886283
2008-11-18Use i18ncp for proper plural handlingAlbert Astals Cid
svn path=/trunk/KDE/kdebase/apps/; revision=886278
2008-11-17i18n style guide fixesStephan Binner
svn path=/trunk/KDE/kdebase/apps/; revision=885752
2008-11-17SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=885550
2008-11-17replace "Show selection toggle" by "Show selection marker"Peter Penz
BUG: 175341 svn path=/trunk/KDE/kdebase/apps/; revision=885347
2008-11-15added metainfo-support for album, artist, genre, width, height, lines, ↵Peter Penz
title, type and tracknumber BUG: 163066 BUG: 164695 svn path=/trunk/KDE/kdebase/apps/; revision=884782
2008-11-14disable the 'Create New' entry in the context menu, if the directory does ↵Peter Penz
not support writing svn path=/trunk/KDE/kdebase/apps/; revision=884396
2008-11-14provide a 'Create New' entry for a context menu above a directoryPeter Penz
BUG: 169880 svn path=/trunk/KDE/kdebase/apps/; revision=884373
2008-11-14when renaming a variable number of items, it is important that the selection ↵Peter Penz
order does not define the new sort order -> the sort order with the renamed files should stay similar with the old sort order svn path=/trunk/KDE/kdebase/apps/; revision=884344
2008-11-13used 18ncp() in a wrong manner: for a single selection a different number of ↵Peter Penz
parameters should be shown svn path=/trunk/KDE/kdebase/apps/; revision=883998
2008-11-13we can rely on having Qt 4.4 with KDE 4.2Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=883983
2008-11-13* get rid of magic values like QSize(20 + 5, 5)Peter Penz
* coding style cleanups svn path=/trunk/KDE/kdebase/apps/; revision=883974
2008-11-13minor fix when no desktop effects are enabledPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=883941
2008-11-13improved look of tooltipsPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=883932
2008-11-13When only one item is selected, show the item name in the statusbar instead ↵Peter Penz
of "1 Folder selected" or "1 File selected". This is useful in combination with the keyboard navigation. BUG: 172564 svn path=/trunk/KDE/kdebase/apps/; revision=883928
2008-11-13when changing the view mode if the preview is turned on, the directory must ↵Peter Penz
get reloaded so that the KFilePreviewGenerator can update the previews svn path=/trunk/KDE/kdebase/apps/; revision=883921
2008-11-13fixed issue that the preview size might get applied to the previous view ↵Peter Penz
when switching to a new view svn path=/trunk/KDE/kdebase/apps/; revision=883912
2008-11-13* don't launch Konqueror when the protocol is invalidPeter Penz
* launch default browser when the protocol is http CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=883858
2008-11-13* show an error message instead of an information message when an invalid ↵Peter Penz
dragging is done * show an error message if a folder is dropped on to itself svn path=/trunk/KDE/kdebase/apps/; revision=883836
2008-11-12typoJordi Polo
svn path=/trunk/KDE/kdebase/apps/; revision=883287
2008-11-12Changed a bunch of QCombobox to KCombobox and other similar classes as Jordi Polo
suggested by Krazy. But I didn't see any improvement in the style or funcionality... svn path=/trunk/KDE/kdebase/apps/; revision=883286
2008-11-12Launch Konqueror if the user enters an unsupported protocolJordi Polo
BUG:171626 svn path=/trunk/KDE/kdebase/apps/; revision=883279
2008-11-10Fix "two instances of the DragAndDropHelper" singleton: Vir found the ↵David Faure
reason, draganddrophelper.cpp was compiled both into libdolphinprivate and into dolphin. Also fix missing newline in copyright header. svn path=/trunk/KDE/kdebase/apps/; revision=882336
2008-11-08* implement the DragAndDropHelper as singleton derived from QObject, so that ↵Peter Penz
emitting of signals is possible * show an information message in the statusbar, if items are dragged into the same directory TODO: although the signal seems to get connected correctly, the slot DolphinMainWindow::showInformationMessage() is not invoked when the signal is emitted -> will debug this later, it is important that the new string is added before the message freeze svn path=/trunk/KDE/kdebase/apps/; revision=881627
2008-11-05If the elastic band ventures beyond the logical top-left of the view (NOTE: ↵Simon Paul St James
not the viewport), then startIndex will likely be invalid, resulting in broken selection behaviour. Prevent this. CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=880585
2008-11-05Allow to configure no grid spacing. This is useful if the icons view is used ↵Peter Penz
in the "column mode" with very small icons. BUG: 151164 svn path=/trunk/KDE/kdebase/apps/; revision=880540
2008-11-05Allow having a smaller text width for the icons view (Text size: "Small"), ↵Peter Penz
so that the same grid size can be achieved like in Konqueror for KDE 3. The default size for Dolphin will stay on "Medium". CCBUG: 174342 svn path=/trunk/KDE/kdebase/apps/; revision=880533
2008-11-05* use KIO::itemsSummaryString() againPeter Penz
* assure that the strings for selections can be translated in a correct manner svn path=/trunk/KDE/kdebase/apps/; revision=880527
2008-11-04SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=879953
2008-11-03* Show the total size of files in the statusbar (thanks to Bram Schoenmakers ↵Peter Penz
for the patch). * Changed the format of the string to be consistent with the format used when doing a selection. Maybe it would be useful adjusting KIO::itemsSummaryString() instead using a custom output format. Currently KIO::itemsSummaryString() shows "20 Items (5 Files, 15 Folders) - (200 KiB Total)", which is quite confusing IMO, as the total size is only counted for the files. Dolphin currently shows: "15 Folders, 5 Files (200 KiB)" BUG: 161462 svn path=/trunk/KDE/kdebase/apps/; revision=879405
2008-11-02when a drag operation is done above an inactive view, activate the view ↵Peter Penz
automatically svn path=/trunk/KDE/kdebase/apps/; revision=879233
2008-11-02assure that the autoresizing still works in combination with the ↵Peter Penz
"automatically expand folders during drag operations" feature svn path=/trunk/KDE/kdebase/apps/; revision=879152
2008-11-02Assure that automatically expanding of a folder also works when the new ↵Peter Penz
folder has a different view mode. CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=879143
2008-11-01initialise in the correct orderPino Toscano
svn path=/trunk/KDE/kdebase/apps/; revision=878498
2008-10-31Be better behaved in the presence of scroll events in the middle of an ↵Simon Paul St James
elastic band selection by storing the last selection elastic band in view (rather than viewport) coordinates. svn path=/trunk/KDE/kdebase/apps/; revision=878316
2008-10-28Yet more corner cases in commitToggleIndexRange - include them, and refactor ↵Simon Paul St James
to make things a bit more logical. svn path=/trunk/KDE/kdebase/apps/; revision=877164
2008-10-28If ignoreOldInfo, we should manually clear oldSelectionRect - an obscure bug ↵Simon Paul St James
where it is no longer possible to use rubber band selection(!) occurs otherwise! svn path=/trunk/KDE/kdebase/apps/; revision=877160
2008-10-28Use nameColumnRect rather than duplicating code (change the local variable ↵Simon Paul St James
of the same name to prevent clashes!) Use KFileItem::text() instead of KFileItem::name() there, too. svn path=/trunk/KDE/kdebase/apps/; revision=877159
2008-10-27Sometimes, the penultimate item in the bounds would get deselected when it ↵Simon Paul St James
shouldn't - this is because lastIndex is always included in the toggle range, even if it needn't be toggled. Fixed now - hopefully, there are no more "elastic band selection" bugs, now :) svn path=/trunk/KDE/kdebase/apps/; revision=876724
2008-10-27Restore behaviour (I don't have an old version to check against, though!) - ↵Simon Paul St James
if CTRL is pressed when initiating elastic band, respect the item selection at that time while dragging the band. CCMAIL : [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=876690
2008-10-27Essential validity check that fell through the cracks when ↵Simon Paul St James
setSelectionRecursive was removed. svn path=/trunk/KDE/kdebase/apps/; revision=876682
2008-10-27KFileItem name() and text() needn't be the same, and we should prefer ↵Simon Paul St James
text(). Testcase - very (very) recent settings:/ in Konqueror. Thanks to dfaure for clairvoyant diagnosis! CCMAIL : [email protected] CCMAIL : [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=876681
2008-10-26link with goldAndreas Hartmetz
svn path=/trunk/KDE/kdebase/apps/; revision=876282