┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2010-02-03Respect floating point font sizesChristoph Feck
BUG: 220632 svn path=/trunk/KDE/kdebase/apps/; revision=1084629
2010-01-31removed clearSelection() code, it is not needed anymore with Qt 4.6 and done ↵Peter Penz
automatically internally svn path=/trunk/KDE/kdebase/apps/; revision=1082869
2010-01-28Another fix for the metadata rows: properly clean up unused rows in case no ↵Sebastian Trueg
metadata is added. svn path=/trunk/KDE/kdebase/apps/; revision=1081502
2010-01-27Implement the --select option in konqueror again, using Peter's nice work in ↵David Faure
Dolphin. While at it, I reworked the handling of command-line options in main completely, to factorize code and make --select do the right thing even in case of multiple args (wasn't supported in kde3). svn path=/trunk/KDE/kdebase/apps/; revision=1081246
2010-01-27Ooops, fix my port to KNewFileMenuDavid Faure
svn path=/trunk/KDE/kdebase/apps/; revision=1081239
2010-01-26Reorganise some code in DolphinView and DolphinViewContainer. ThisFrank Reininghaus
makes it possible to restore the expanded folders in the Details View when navigating in history (based on r1056438 and r1079843). Also remove DolphinView::activateItem(const KUrl&) and DolphinView's m_loadingDirectory member (they are not needed any more). This will be in KDE 4.5. BUG: 169886 svn path=/trunk/KDE/kdebase/apps/; revision=1080549
2010-01-26Deprecated KNewMenu and make it derive from KNewFileMenu (BIC, but SC; the ↵David Faure
only way to avoid duplicating code until kde5) Port all of kdebase' use of KNewMenu to KNewFileMenu. Also port from KonqNameAndUrlInputDialog to KNameAndUrlInputDialog, and from KonqMenuActions to KFileItemActions in dolphincontextmenu.cpp svn path=/trunk/KDE/kdebase/apps/; revision=1080547
2010-01-26* Do not hide the parent folder since we can now browse into it by simply ↵Sebastian Trueg
clicking the link. * Fixed index bug which caused the last information item to be deleted. * Why make merge-sort more complicated than it is? ;) svn path=/trunk/KDE/kdebase/apps/; revision=1080377
2010-01-26Don't show the search options again, if the user closed them and cleared the ↵Peter Penz
search box. BUG: 218880 svn path=/trunk/KDE/kdebase/apps/; revision=1080372
2010-01-26* Assure that the URL navigator is synchronized with the active column.Peter Penz
* Removed obsolete triggerUrlChangeRequest() method + signal in the DolphinController. This is not needed anymore because of the refactored column view. svn path=/trunk/KDE/kdebase/apps/; revision=1080351
2010-01-26changed: made static const data symbols really static constFriedrich W. H. Kossebau
svn path=/trunk/KDE/kdebase/apps/; revision=1080302
2010-01-25fixed regression: don't open files twice in the column-viewPeter Penz
BUG: 223799 svn path=/trunk/KDE/kdebase/apps/; revision=1080102
2010-01-25SVN_SILENT: minor coding style fixesPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1080074
2010-01-25Implement todo (create a dialog box when ok is enable/disable when text is ↵Laurent Montel
empty or not) (and fix restore size, in old version we didn't save size before to delete element) svn path=/trunk/KDE/kdebase/apps/; revision=1080045
2010-01-25Now *really' open a new tab if the URL navigator requests it... (the ↵Peter Penz
previous commit missed this 2 quite important lines). CCBUG: 181223 svn path=/trunk/KDE/kdebase/apps/; revision=1079854
2010-01-25* Adjust code to use the improved KUrlNavigator API.Peter Penz
* Open a new tab if the URL navigator requests it. * Get rid of a cyclic dependency between DolphinViewContainer and DolphinMainWindow. BUG: 181223 svn path=/trunk/KDE/kdebase/apps/; revision=1079843
2010-01-22Fixed crash, if the categorizied view sorted by date is used. Use case: ↵Peter Penz
modified date = 2010-01-01 (= week number 53), current date = 2010-01-22 (= week number 3). BUG: 223651 svn path=/trunk/KDE/kdebase/apps/; revision=1078626
2010-01-20- Fix minor typosDarío Andrés Rodríguez
"sub folders" -> "sub-folders" BUG: 198084 svn path=/trunk/KDE/kdebase/apps/; revision=1077615
2010-01-20only set the title synchronously for the file-protocol, otherwise use ↵Peter Penz
KIO::stat() svn path=/trunk/KDE/kdebase/apps/; revision=1077599
2010-01-20Use a stat job to determine the caption on non-file URLs. This way we get ↵Sebastian Trueg
the fancy UDS_DISPLAY_NAMEs for URLs like the nepomuksearch ones. BUG: 222095 svn path=/trunk/KDE/kdebase/apps/; revision=1077551
2010-01-18fixed issue that SVN actions got disabled after selecting itemsPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1076617
2010-01-15use KAction::setShortcut() instead of QAction::setShortcut()Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1075127
2010-01-15assure that the widgets of the panels are resized after receiving the Polish ↵Peter Penz
event svn path=/trunk/KDE/kdebase/apps/; revision=1075076
2010-01-15fixed issue that the Information Panel might show some (for the user ↵Peter Penz
confusing) information about a nepomuk protocol svn path=/trunk/KDE/kdebase/apps/; revision=1075065
2010-01-15don't try to access invalid filesPeter Penz
BUG: 222364 svn path=/trunk/KDE/kdebase/apps/; revision=1075029
2010-01-14Use KFileItem::text() instead of name() for pretty printed filenamesSebastian Trueg
svn path=/trunk/KDE/kdebase/apps/; revision=1074761
2010-01-14If the root directory lister is different from the internally used directory ↵Peter Penz
lister (e. g. in the column view), it is important to synchronize them. This fixes the issue that the enabled state of the "Create New..." menu in the column view has not been updated. BUG: 222329 svn path=/trunk/KDE/kdebase/apps/; revision=1074441
2010-01-13removed unused member variable (the dependency to DolphinMainWindow has been ↵Peter Penz
removed before KDE SC 4.0... ;-)) svn path=/trunk/KDE/kdebase/apps/; revision=1074238
2010-01-11Fixed issue that the keyboard shortcuts for the docks places, folders, ↵Peter Penz
information and terminal could not be changed. BUG: 218485 svn path=/trunk/KDE/kdebase/apps/; revision=1073053
2010-01-11SVN_SILENT: Minor simplificiation of the code. No change of behavior has ↵Peter Penz
been done. svn path=/trunk/KDE/kdebase/apps/; revision=1073046
2010-01-11Fixed issue in details view, that "sometimes" the rubberband selection only ↵Peter Penz
selects one item after an item has been deleted. It took me nearly 30 minutes to find out how to reproduce this issue 100 % reliable: - a confirm dialog must be shown (thanks a lot to Dario for the hint!) - the most important part: the keys (e. g. Shift + Del) must be pressed long enough until the confirm dialog grabs the focus from the details view... BUG: 220898 BUG: 183386 BUG: 203112 svn path=/trunk/KDE/kdebase/apps/; revision=1073043
2010-01-11BUG:222186Harsh Chouraria J
With respect to the action done on hitting the "Return/Enter" key: * Fix the behavior for multiple-item opening, when they have directories among them. * Open multiple directories in background tabs. svn path=/trunk/KDE/kdebase/apps/; revision=1073019
2010-01-11Don't offer the "Get Service Menu..." action as public action that can be ↵Peter Penz
added to the toolbar (the action should only be available in the Dolphin preferences). BUG: 221766 svn path=/trunk/KDE/kdebase/apps/; revision=1073009
2010-01-11- When the filterbar has been activated as startup setting, still the view ↵Peter Penz
should get the keyboard focus. - Assure that the keyboard focus does not get lost when a tab is opened in background. CCBUG: 183394 svn path=/trunk/KDE/kdebase/apps/; revision=1072868
2010-01-07Fixed issue that the Information Panel might show the old filename after ↵Peter Penz
renaming an item. Added implementation note, as a working code had been removed some time ago because of a performance bottleneck. BUG: 198375 svn path=/trunk/KDE/kdebase/apps/; revision=1071287
2010-01-07allow filtering for filenames having a +Peter Penz
BUG: 202002 svn path=/trunk/KDE/kdebase/apps/; revision=1071258
2010-01-06SVN_SILENT: ah, forgot to remove temporary testing code...Peter Penz
CCBUG: 210256 svn path=/trunk/KDE/kdebase/apps/; revision=1070848
2010-01-06Send the selectionChanged() signal without delay in case the selection has ↵Peter Penz
been changed from 0 to n or from n to 0. This ensure that the edit-actions are updated without delay. BUG: 210256 svn path=/trunk/KDE/kdebase/apps/; revision=1070844
2010-01-06If an operation has been completed (e. g. a rename operation), the default ↵Peter Penz
status bar text must be updated too. Otherwise the statusbar would show a cached version after the "operation completed" message is not shown anymore. BUG: 212797 svn path=/trunk/KDE/kdebase/apps/; revision=1070800
2010-01-06It is possible that the selection of an inactive column gets changed (e. g. ↵Peter Penz
by the selection markers). In this case the column should get active. BUG: 188979 svn path=/trunk/KDE/kdebase/apps/; revision=1070789
2010-01-06RC1 gets prepared -> increase version numberPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1070747
2010-01-06When changing the selection, the currently shown file item should be reset. ↵Peter Penz
This fixes the issue that changing the selection with the keyboard might not have an effect if an item is hovered with the mouse. BUG: 210177 svn path=/trunk/KDE/kdebase/apps/; revision=1070745
2010-01-06Fixed issue that Ctrl+A sometimes did not result in an update of the ↵Peter Penz
Information Panel. As a sideeffect some code simplification has been done, which was possible because of the column view refactorization some time ago. svn path=/trunk/KDE/kdebase/apps/; revision=1070740
2010-01-06Fixed issue that the "show folders first property" was not delegated to sub ↵Peter Penz
directories, when "[x] Apply to all sub directories" was checked. BUG: 214865 svn path=/trunk/KDE/kdebase/apps/; revision=1070723
2010-01-06use correct icon when opening new tabs with the middle clickPeter Penz
BUG: 212942 svn path=/trunk/KDE/kdebase/apps/; revision=1070717
2010-01-06SVN_SILENT: removed commented codephin with the column view a wrong layout ↵Peter Penz
has been shown. BUG: 211149 BUG: 214515 svn path=/trunk/KDE/kdebase/apps/; revision=1070709
2010-01-06Fixed issue that when starting Dolphin with the column view a wrong layout ↵Peter Penz
has been shown. BUG: 211149 BUG: 214515 svn path=/trunk/KDE/kdebase/apps/; revision=1070708
2010-01-05- search by modification date of the file, not when the file has been tagged ↵Peter Penz
or something similar - make "search files modified today" work Thanks to Daniel Winter for the patch! CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=1070440
2010-01-05- Details view and column view: Just use the height as indicator for the ↵Peter Penz
scrolling steps when using the wheel. Don't decrease the steps for larger icon sizes. - Icons view: Use slightly larger scrolling steps. BUG: 191418 BUG: 192958 svn path=/trunk/KDE/kdebase/apps/; revision=1070438
2010-01-05Prevent black borders when compositing has been disabled.Peter Penz
BUG: 219667 CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=1070424