┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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
2008-10-26If we commit a toggle range due to a change of parent, check to see if we ↵Simon Paul St James
should immediately form a new range with the current index. This stops child items from sometime being missed by the band. CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=876240
2008-10-26When restoring the index, we don't necessarily want to scroll to it.Simon Paul St James
BUG:165551 svn path=/trunk/KDE/kdebase/apps/; revision=876177
2008-10-26Fix a very obscure previews-in-tooltip bug.Simon Paul St James
svn path=/trunk/KDE/kdebase/apps/; revision=876175
2008-10-26Revert http://websvn.kde.org/?view=rev&revision=876107 - it introduced a ↵Simon Paul St James
massive performance regression and also didn't really fix the issue. Use new way that fixes the issue in a less direct but more general way. Also - ;-- :) svn path=/trunk/KDE/kdebase/apps/; revision=876137
2008-10-26improved drag & drop support for ArkPeter Penz
CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=876115
2008-10-26more straight forward syntax (no change of behavior is done)Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=876110
2008-10-26Minor fix - ensure that the horizontal elastic band optimisation info works ↵Simon Paul St James
with filenames that are wider than the name column. svn path=/trunk/KDE/kdebase/apps/; revision=876107
2008-10-26Improve the selection performance of the details view by factor of 5 (patch ↵Peter Penz
provided by Simon St. James). CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=876099
2008-10-26Show the iconsize of zoom sliders as tooltip (code shamelessly stolen from ↵Peter Penz
Rafael's patch in kfilewidget ;-)) svn path=/trunk/KDE/kdebase/apps/; revision=876081
2008-10-26assure that the zoom level is updated when refreshing the viewPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=876079
2008-10-25If the context menu is opened above a directory, add the actions "Open in ↵Peter Penz
New Window" and "Open in New Tab" to the context menu. Thanks to Mathias Soeken for the patch! CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=875711
2008-10-25use the DolphinDirLister instead of KDirListerPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=875703
2008-10-25* renamed "[x] Show Full Location" to "[x] Editable Location"Peter Penz
* renamed "Edit Location" to "Replace Location" svn path=/trunk/KDE/kdebase/apps/; revision=875699
2008-10-25SVN_SILENT: minor coding style fixesPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=875696
2008-10-25You can now switch the tabs in dolphin via keyboard shortcuts like in konquerorMathias Soeken
svn path=/trunk/KDE/kdebase/apps/; revision=875689
2008-10-24* Move code from DolphinDropController to DragAndDropHelper.Peter Penz
* Move code which checks whether the dragging of a MIME type is supported to DragAndDropHelper. This allows adding an improved support for dropping compressed files from Ark to Dolphin later... CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=875611
2008-10-24Provide a UI option for the "auto expand folders during drag operations" ↵Peter Penz
feature. The feature is not 100 % finished yet (dragging into a folder having a different view type does not work yet), but it's important to get in the UI string for the translators. svn path=/trunk/KDE/kdebase/apps/; revision=875582
2008-10-24Assure that no reloading is done if KDirLister emits a redirection, only ↵Peter Penz
change the the URL. Thanks to David Faure and Albert Alstals Cid for the detailed analysis! BUG: 155591 svn path=/trunk/KDE/kdebase/apps/; revision=875554
2008-10-24performance improvement when selecting itemsPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=875518
2008-10-23SVN_SILENT Fix typos in kdebaseEnrique Matías Sánchez
svn path=/trunk/KDE/kdebase/apps/; revision=875089
2008-10-22use a smaller radius for the tooltip borders to stay consistent with the ↵Peter Penz
Oxygen style svn path=/trunk/KDE/kdebase/apps/; revision=874948
2008-10-22KBallonTipDelegate is not used at all in Dolphin.Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=874947