┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2010-02-26Show meta information also for files, which are not indexed (or in the case ↵Peter Penz
if Nepomuk is turned off). Beside the new translations the fix is based on several other fixes in kdelibs + strigi and cannot be backported to KDE SC 4.4.x. As soon as the meta data widget has been moved to kdelibs, this meta data information will also be available in the properties dialog. BUG: 193592 svn path=/trunk/KDE/kdebase/apps/; revision=1096472
2010-02-26The number of fixed meta-info items may vary dependent on whether Nepomuk is ↵Peter Penz
enabled or not. Avoid the nasty hack to hardcode the value within the slotLoadingFinished() method. BUG: 228540 svn path=/trunk/KDE/kdebase/apps/; revision=1096347
2010-02-25Request the activation of the view, even if the column is marked as active ↵Peter Penz
already: The activation state of a column is independent from from the activation state of the view. This fixes the regression that items for inactive views containing columns get triggered. BUG: 227472 svn path=/trunk/KDE/kdebase/apps/; revision=1096114
2010-02-25Forward port of SVN commit 1096089: Fix regression that columns stay empty ↵Peter Penz
when switching between URLs that differ by more than one sub directory. Thanks to Frank Reininghaus for the analysis. CCBUG: 227785 CCBUG: 227748 svn path=/trunk/KDE/kdebase/apps/; revision=1096093
2010-02-25Also show meta informations of files, if Nepomuk is not running or if the ↵Peter Penz
file is not indexed. Still a lot of cleanups are required (e. g. the labels are not human readable currently). svn path=/trunk/KDE/kdebase/apps/; revision=1096092
2010-02-25* No need to reload all tags when one is deleted.Sebastian Trueg
* Use Resource::genericLabel() always for consistency. svn path=/trunk/KDE/kdebase/apps/; revision=1096036
2010-02-23Remove all code that is related to DolphinController'sFrank Reininghaus
requestUrlChange signal. This signal was removed in r1080351, so the code isn't needed any more. svn path=/trunk/KDE/kdebase/apps/; revision=1095213
2010-02-23ups: I forgot to set the and-term for the file query in the last commitPeter Penz
CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=1095055
2010-02-23Use Nepomuk::Query::Query for global search queries, as it does not only ↵Peter Penz
return files but also other meta information. Thanks to Oliver Heidbüchel for the patch! CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=1095051
2010-02-23Allow to drop files above a tab. Thanks to Todd for the patch.Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1094746
2010-02-22Use the full width of the "Name" column of the Details View forFrank Reininghaus
renaming items inline. BUG: 226666 svn path=/trunk/KDE/kdebase/apps/; revision=1094416
2010-02-21Forward port of SVN commit 1093803: Assure that the changed selection model ↵Peter Penz
is reconnected when changing columns. This fixes the regression that some operations have been disabled on sub columns. Thanks to Frank Reininghaus for the analyses. CCBUG: 226749 svn path=/trunk/KDE/kdebase/apps/; revision=1093807
2010-02-20replace X11-specific code with genericLuboš Luňák
svn path=/trunk/KDE/kdebase/apps/; revision=1093243
2010-02-17Implemented search restriction to filenames.Sebastian Trueg
svn path=/trunk/KDE/kdebase/apps/; revision=1091902
2010-02-16Make sure that DolphinView's m_expanderActive member is handledFrank Reininghaus
correctly, and emit DolphinDetailsViewExpander's completed() signal only if the folder loading is really finished. This fixes possible problems when restoring the current item and scroll position of the view if these require a preceding folder expansion. svn path=/trunk/KDE/kdebase/apps/; revision=1090926
2010-02-12SVN_SILENT made messages (.desktop file, second try)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=1089061
2010-02-08Separate the parent object (for the knewfilemenu instance) and the parent widgetDavid Faure
(for dialogs it might pop up) so that we can use a non-widget parent. BUG: 218743 svn path=/trunk/KDE/kdebase/apps/; revision=1087087
2010-02-05SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=1085566
2010-02-05Be more clear that selecting the checkbox means, that the shown view ↵Peter Penz
properties should be used as default (that only "new folders" are affected, is incorrect). BUG: 213354 svn path=/trunk/KDE/kdebase/apps/; revision=1085564
2010-02-05Fixed regression that has been introduced by the --select option: don't ↵Peter Penz
create 2 Dolphin windows instead of one when restoring a session. BUG: 223831 svn path=/trunk/KDE/kdebase/apps/; revision=1085555
2010-02-03Fix height calculation of "Additional Information" labelChristoph Feck
CCBUG: 220632 svn path=/trunk/KDE/kdebase/apps/; revision=1084630
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