┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/views
AgeCommit message (Collapse)Author
2011-08-20Fix possible endless recursion when using the rubberbandPeter Penz
If the autoscrolling has been activated when using the rubberband, it was possible that an endless recursion occured as the autoscrolling triggered a change of the rubberband which triggered a change of the autoscrolling etc.
2011-08-15Allow to adjust start-index when renaming a various number of itemsPeter Penz
Review: http://git.reviewboard.kde.org/r/102328/ Thanks to Chirag Anand for the patch! CCMAIL: [email protected]
2011-08-14Implement DolphinView::setItemSelectionEnabled()Frank Reininghaus
2011-08-14Two small selection improvements in DolphinViewFrank Reininghaus
1. Implement DolphinView::clearSelection(). 2. Simplify DolphinView::invertSelection(). I found, fixed, and unit-tested a bug in the selection manager which was uncovered by this change.
2011-08-13Fix typoPeter Penz
2011-08-13Add a TODO-proposal for a cleaner solution of the PendingThreadsMaintainerPeter Penz
Thanks to Andre Wöbbeking for giving me a pointer to fix this ;-) CCMAIL: [email protected]
2011-08-13Fixes for "krazy"Peter Penz
2011-08-13Implement selection of items using mouse clicks.Frank Reininghaus
2011-08-09Improvements for selections, smooth scrolling, tooltips and info-panelPeter Penz
2011-08-02Minor cleanupsPeter Penz
- Cleanup whitespaces after signal-normalization patch - Cleanup DolphinView::Mode numbering
2011-08-01Some small API docs fixes in DolphinView.Frank Reininghaus
2011-07-31normalize signals/slotsMontel Laurent
2011-07-30Merged very early alpha-version of Dolphin 2.0Peter Penz
Dolphin 2.0 will get a new view-engine with the following improvements: - Better performance - Animated transitions - No clipped filenames due to dynamic item-sizes - Grouping support for all view-modes - Non-rectangular selection areas - Simplified code for better maintenance More details will be provided in a blog-entry during the next days. Please note that the code is in a very early alpha-stage and although the most tricky parts have been implemented already very basic things like drag and drop or selections have not been pushed yet. Those things are rather trivial to implement but this still will take some time.
2011-07-12SVN_SILENT made messages (.desktop file)Script Kiddy
2011-07-12Revert "Use isEmpty()" - the original code asked for a size > 1 and not >= 1...Peter Penz
This reverts commit fa73fbfb84792d16dd56ebdeca1667ca12a597bd. CCMAIL: [email protected]
2011-07-11Use isEmpty()Nicolas Lécureuil
2011-07-11SVN_SILENT made messages (.desktop file)Script Kiddy
2011-07-03Squeeze the filename shown in the rename dialog when it is too longDawit Alemayehu
and show the full name in a tool tip instead.
2011-06-21SVN_SILENT made messages (.desktop file)Script Kiddy
2011-06-02Keeps the selection after showing/hiding hidden files.Matthias Fuchs
Still only files that are shown will be selected, thus selecting hidden files and then hiding hidden files will deselect those. BUG:177215 REVIEW:101487
2011-05-31Improves 79ccd0202d106a9c16b79a20cd79831a60dc5393 by allowing "/" in file names.Matthias Fuchs
Though here "/" is not the ascii char '/' but the "unicode fraction slash" one, thus it is not taken as directory command. CCBUG:211751 REVIEW:101454
2011-05-29Set the window on the directory lister created in ViewAccessor so that passwordDawit Alemayehu
management can be handled properly. REVIEW: 101469
2011-05-29SVN_SILENT made messages (.desktop file)Script Kiddy
2011-05-28Disallow renaming to names containing '/', names being equal to "." or "..".Matthias Fuchs
BUG:211751 REVIEW:101454
2011-05-28DolphinColumnView navigation works more intuitively.Matthias Fuchs
If no item is selected then pressing right moves to a column view with child url, instead of the first index. BUG:263110 REVIEW:101449
2011-05-28Tooltips: Use tooltip-text-color for the filenamePeter Penz
Thanks to Jacopo De Simoi for the patch! CCMAIL: [email protected]
2011-05-19Fix DolphinView regression in 4.6: Keep renamed items visibleFrank Reininghaus
Commit 78669f2a57ecfb547019383deadf4aeac7d20070 introduced a regression in DolphinView which disabled the automatic scrolling after a rename operation to keep the renamed item visible. This commit reverts a part of that change to re-enable the feature. CCBUG: 273600 FIXED-IN: 4.6.4 (cherry picked from commit 54f34a941f85efa659392a06b14fee86f1420bf5)
2011-05-11SVN_SILENT made messages (.desktop file)Script Kiddy
2011-05-09SVN_SILENT made messages (.desktop file)Script Kiddy
2011-05-01Use pathOrUrl() instead of path() for application/x-kde-dndextract.Raphael Kubo da Costa
This makes it possible to extract to remote locations or, say, trash:/ when everything is properly set up in Ark's side. CCMAIL: [email protected] (cherry picked from commit 5307f8ee2457387361e85517df38979bceeafb2a)
2011-04-19Center tooltips horizontally in relation to the itemPeter Penz
Patch has been written by Aaron J. Seigo.
2011-04-16When renaming one item don't replace # by numbersPeter Penz
BUG: 271094 FIXED-IN: 4.7.0
2011-04-15Details view: Fix jumping column-widthsPeter Penz
If the view has a width where a horizontal scrollbar is required to show all columns, an endless loop might get triggered that results in a periodic jumping of the column-widths. BUG: 270954 FIXED-IN: 4.7.0
2011-04-14SVN_SILENT Remove trailing white space.Frank Reininghaus
2011-04-10Column View: Keep wheel-behavior consistent with other viewsPeter Penz
Using the wheel in the column view resulted in too big jumps. Keep it consistent with the details view and icons view. BUG: 269942 FIXED-IN: 4.7.0
2011-03-22Tooltip improvementsPeter Penz
- Use the default style for drawing the tooltip background - Get rid of the workaround to keep only one KFileMetaDataWidget instance. This is not required anymore as internally in KFileMetaDataWidget a process is used to get the metadata instead of a thread.
2011-03-12Details view optimizationPeter Penz
Constructing a KColorScheme object is very expensive because of a number of tint computations. When scrolling a big list more than 30 % of the time was spent here. Instead, we can precompute and store the inactive text color. (see https://git.reviewboard.kde.org/r/100826/) Thanks to Samuel Rødal for the patch!
2011-03-08Prevent unnecessary reloading of KDirLister on startupPeter Penz
When Dolphin is started with a directory as argument unnecessary reload operations of KDirListers are done. The patch improves this by just letting the DolphinView internally do a loading as soon as it gets visible (and without reloading). Also in case if only one directory is passed as argument the current tab gets reused instead of creating new tabs and removing the current tab. Thanks a lot to David Faure for pointing out this unefficient handling.
2011-03-03Adjust text color to new emblem for unstaged filesSebastian Dörner
The new emblem is green, not red, which should be reflected by the text color. Now, all files that will be part of the next commit (LocallyModifiedVersion and AddedVersion) are green and unstaged files darkGreen.
2011-02-28Fix issue that wrong directory is shownPeter Penz
Commit 680009b522b2c9eda03201ac02dc18994b5a8bd0 resulted in a regression when switching from a view in the column-mode to a view in the icon- or details-mode: The wrong content has been shown. This patch reverts commit 680009b522b2c9eda03201ac02dc18994b5a8bd0 and solves the performance-issue in combination with previews by triggering the preview-generation in a queued way.
2011-02-19Use the new KIO::PreviewJob APIPeter Penz
This makes it unnecessary to manually apply the plugins. See https://git.reviewboard.kde.org/r/100578/ for more details.
2011-02-13Improve performance when turning on the preview modePeter Penz
If a change from a directory with disabled previews is done to a directory with enabled previews, also previews are generated for the previous directory as the preview-generator still contains the not updated directory lister. Because of this it is important to apply the view-properties after the directory-lister has been updated.
2011-02-12Open folder in a new tab when a middle-click is done in the column-viewPeter Penz
CCBUG: 265859
2011-02-10revert ed4f9d3e11e66dd5ef136c3fac874ac5f53ec91aChristoph Thielecke
2011-02-10compile fix: includes does only exist with old names, please fix kde headers tooChristoph Thielecke
2011-02-09Assure that RETURN emits itemTriggered() for one filePeter Penz
If only one file is selected, pressing RETURN should behave similar like triggering the item with the mouse. For this the signal itemTriggered() must be emitted. CCBUG: 250475
2011-02-09Coding style update for pointer comparisonPeter Penz
Most developers seem to prefer if (ptr) ... if (!ptr) ... in comparison to if (ptr != 0) ... if (ptr == 0) ... Adjusted the Dolphin-code to use the "most-prefered style" to make contributors happy.
2011-02-09Use capitalized includes of recently committed kdelibs headersPeter Penz
2011-02-04Update e-mail address from [email protected] to [email protected]Peter Penz
2011-02-04Use capitalized KDE includesPeter Penz