]> cloud.milkyroute.net Git - dolphin.git/log
dolphin.git
15 years agoProvide a KMetaDataModel for KMetaDataWidget.
Peter Penz [Sat, 13 Mar 2010 13:38:40 +0000 (13:38 +0000)]
Provide a KMetaDataModel for KMetaDataWidget.

This allows to extend the model with custom meta data (might e. g. be useful for Gwenview).

svn path=/trunk/KDE/kdebase/apps/; revision=1102749

15 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Thu, 11 Mar 2010 06:51:07 +0000 (06:51 +0000)]
SVN_SILENT made messages (.desktop file)

svn path=/trunk/KDE/kdebase/apps/; revision=1101859

15 years agoProof-reading: file name -> filename, for consistency.
Andrew Coles [Tue, 9 Mar 2010 23:16:23 +0000 (23:16 +0000)]
Proof-reading: file name -> filename, for consistency.

svn path=/trunk/KDE/kdebase/apps/; revision=1101351

15 years agoPort patch 1098976 for Konqueror by David Faure to Dolphin: When the user clicks...
Peter Penz [Tue, 9 Mar 2010 07:13:51 +0000 (07:13 +0000)]
Port patch 1098976 for Konqueror by David Faure to Dolphin: When the user clicks on a Type=Link desktop files that point to a directory, let's open that
directory in the current view, rather than starting a new Konqueror.
As requested by LukasLT for http://forum.kde.org/viewtopic.php?f=14&t=66660

svn path=/trunk/KDE/kdebase/apps/; revision=1101071

15 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Sat, 6 Mar 2010 06:54:11 +0000 (06:54 +0000)]
SVN_SILENT made messages (.desktop file)

svn path=/trunk/KDE/kdebase/apps/; revision=1099845

15 years agofix link issue if Nepomuk is not installed
Peter Penz [Fri, 5 Mar 2010 15:38:08 +0000 (15:38 +0000)]
fix link issue if Nepomuk is not installed

svn path=/trunk/KDE/kdebase/apps/; revision=1099444

15 years agoRename NfoTranslator to KNfoTranslator, so that KMetaDataWidget can be moved to kdeli...
Peter Penz [Thu, 4 Mar 2010 16:24:20 +0000 (16:24 +0000)]
Rename NfoTranslator to KNfoTranslator, so that KMetaDataWidget can be moved to kdelibs for KDE SC 4.5 (some interfaces of KMetaDataWidget need to be cleaned up first).

KNfoTranslator is marked as private class, as it is not clear yet whether it should be used by other classes like KFileMetaInfo.

svn path=/trunk/KDE/kdebase/apps/; revision=1098897

15 years agoOnly access the data of the thread that has been created most recently. Data of older...
Peter Penz [Sun, 28 Feb 2010 21:03:58 +0000 (21:03 +0000)]
Only access the data of the thread that has been created most recently. Data of older threads will just get ignored.

svn path=/trunk/KDE/kdebase/apps/; revision=1097289

15 years agoFix possible memory leak when invoking KLoadMetaDataThread::cancelAndDelete().
Peter Penz [Sun, 28 Feb 2010 15:01:33 +0000 (15:01 +0000)]
Fix possible memory leak when invoking KLoadMetaDataThread::cancelAndDelete().

svn path=/trunk/KDE/kdebase/apps/; revision=1097154

15 years agoMeta data configuration cleanups:
Peter Penz [Fri, 26 Feb 2010 22:03:32 +0000 (22:03 +0000)]
Meta data configuration cleanups:
- Use RDF labels internally.
- Provide better default settings, which meta data are hidden.
- Allow to configure which meta data is shown also if Nepomuk is turned off.

svn path=/trunk/KDE/kdebase/apps/; revision=1096571

15 years agouse NFO URI to check whether the width and height should be merged as one label
Peter Penz [Fri, 26 Feb 2010 20:08:09 +0000 (20:08 +0000)]
use NFO URI to check whether the width and height should be merged as one label

svn path=/trunk/KDE/kdebase/apps/; revision=1096542

15 years agoremove duplicate entries
Peter Penz [Fri, 26 Feb 2010 20:07:26 +0000 (20:07 +0000)]
remove duplicate entries

svn path=/trunk/KDE/kdebase/apps/; revision=1096541

15 years agoShow meta information also for files, which are not indexed (or in the case if Nepomu...
Peter Penz [Fri, 26 Feb 2010 18:03:13 +0000 (18:03 +0000)]
Show meta information also for files, which are not indexed (or in the case 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

15 years agoThe number of fixed meta-info items may vary dependent on whether Nepomuk is enabled...
Peter Penz [Fri, 26 Feb 2010 14:42:47 +0000 (14:42 +0000)]
The number of fixed meta-info items may vary dependent on whether Nepomuk is 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

15 years agoRequest the activation of the view, even if the column is marked as active already...
Peter Penz [Thu, 25 Feb 2010 20:54:02 +0000 (20:54 +0000)]
Request the activation of the view, even if the column is marked as active 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

15 years agoForward port of SVN commit 1096089: Fix regression that columns stay empty when switc...
Peter Penz [Thu, 25 Feb 2010 19:36:36 +0000 (19:36 +0000)]
Forward port of SVN commit 1096089: Fix regression that columns stay empty 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

15 years agoAlso show meta informations of files, if Nepomuk is not running or if the file is...
Peter Penz [Thu, 25 Feb 2010 19:34:58 +0000 (19:34 +0000)]
Also show meta informations of files, if Nepomuk is not running or if the 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

15 years ago* No need to reload all tags when one is deleted.
Sebastian Trueg [Thu, 25 Feb 2010 15:41:27 +0000 (15:41 +0000)]
* No need to reload all tags when one is deleted.
* Use Resource::genericLabel() always for consistency.

svn path=/trunk/KDE/kdebase/apps/; revision=1096036

15 years agoRemove all code that is related to DolphinController's
Frank Reininghaus [Tue, 23 Feb 2010 20:34:33 +0000 (20:34 +0000)]
Remove all code that is related to DolphinController's
requestUrlChange signal. This signal was removed in r1080351, so the
code isn't needed any more.

svn path=/trunk/KDE/kdebase/apps/; revision=1095213

15 years agoups: I forgot to set the and-term for the file query in the last commit
Peter Penz [Tue, 23 Feb 2010 15:46:43 +0000 (15:46 +0000)]
ups: I forgot to set the and-term for the file query in the last commit

CCMAIL: post@oliver-heidbuechel.de

svn path=/trunk/KDE/kdebase/apps/; revision=1095055

15 years agoUse Nepomuk::Query::Query for global search queries, as it does not only return files...
Peter Penz [Tue, 23 Feb 2010 15:36:37 +0000 (15:36 +0000)]
Use Nepomuk::Query::Query for global search queries, as it does not only return files but also other meta information.

Thanks to Oliver Heidbüchel for the patch!

CCMAIL: post@oliver-heidbuechel.de

svn path=/trunk/KDE/kdebase/apps/; revision=1095051

15 years agoAllow to drop files above a tab. Thanks to Todd for the patch.
Peter Penz [Tue, 23 Feb 2010 07:26:02 +0000 (07:26 +0000)]
Allow to drop files above a tab. Thanks to Todd for the patch.

svn path=/trunk/KDE/kdebase/apps/; revision=1094746

15 years agoUse the full width of the "Name" column of the Details View for
Frank Reininghaus [Mon, 22 Feb 2010 18:22:12 +0000 (18:22 +0000)]
Use the full width of the "Name" column of the Details View for
renaming items inline.

BUG: 226666

svn path=/trunk/KDE/kdebase/apps/; revision=1094416

15 years agoForward port of SVN commit 1093803: Assure that the changed selection model is reconn...
Peter Penz [Sun, 21 Feb 2010 13:29:32 +0000 (13:29 +0000)]
Forward port of SVN commit 1093803: Assure that the changed selection model 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

15 years agoreplace X11-specific code with generic
Luboš Luňák [Sat, 20 Feb 2010 11:52:46 +0000 (11:52 +0000)]
replace X11-specific code with generic

svn path=/trunk/KDE/kdebase/apps/; revision=1093243

15 years agoImplemented search restriction to filenames.
Sebastian Trueg [Wed, 17 Feb 2010 21:01:29 +0000 (21:01 +0000)]
Implemented search restriction to filenames.

svn path=/trunk/KDE/kdebase/apps/; revision=1091902

15 years agoMake sure that DolphinView's m_expanderActive member is handled
Frank Reininghaus [Tue, 16 Feb 2010 11:12:00 +0000 (11:12 +0000)]
Make sure that DolphinView's m_expanderActive member is handled
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

15 years agoSVN_SILENT made messages (.desktop file, second try)
Script Kiddy [Fri, 12 Feb 2010 10:55:37 +0000 (10:55 +0000)]
SVN_SILENT made messages (.desktop file, second try)

svn path=/trunk/KDE/kdebase/apps/; revision=1089061

15 years agoSeparate the parent object (for the knewfilemenu instance) and the parent widget
David Faure [Mon, 8 Feb 2010 14:27:58 +0000 (14:27 +0000)]
Separate the parent object (for the knewfilemenu instance) and the parent widget
(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

15 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Fri, 5 Feb 2010 13:31:20 +0000 (13:31 +0000)]
SVN_SILENT made messages (.desktop file)

svn path=/trunk/KDE/kdebase/apps/; revision=1085566

15 years agoBe more clear that selecting the checkbox means, that the shown view properties shoul...
Peter Penz [Fri, 5 Feb 2010 13:30:08 +0000 (13:30 +0000)]
Be more clear that selecting the checkbox means, that the shown view properties should be used as default (that only "new folders" are affected, is incorrect).

BUG: 213354

svn path=/trunk/KDE/kdebase/apps/; revision=1085564

15 years agoFixed regression that has been introduced by the --select option: don't create 2...
Peter Penz [Fri, 5 Feb 2010 13:17:31 +0000 (13:17 +0000)]
Fixed regression that has been introduced by the --select option: don't create 2 Dolphin windows instead of one when restoring a session.

BUG: 223831

svn path=/trunk/KDE/kdebase/apps/; revision=1085555

15 years agoFix height calculation of "Additional Information" label
Christoph Feck [Wed, 3 Feb 2010 10:58:05 +0000 (10:58 +0000)]
Fix height calculation of "Additional Information" label

CCBUG: 220632

svn path=/trunk/KDE/kdebase/apps/; revision=1084630

15 years agoRespect floating point font sizes
Christoph Feck [Wed, 3 Feb 2010 10:55:13 +0000 (10:55 +0000)]
Respect floating point font sizes

BUG: 220632

svn path=/trunk/KDE/kdebase/apps/; revision=1084629

15 years agoremoved clearSelection() code, it is not needed anymore with Qt 4.6 and done automati...
Peter Penz [Sun, 31 Jan 2010 12:26:50 +0000 (12:26 +0000)]
removed clearSelection() code, it is not needed anymore with Qt 4.6 and done automatically internally

svn path=/trunk/KDE/kdebase/apps/; revision=1082869

15 years agoAnother fix for the metadata rows: properly clean up unused rows in case no metadata...
Sebastian Trueg [Thu, 28 Jan 2010 14:09:22 +0000 (14:09 +0000)]
Another fix for the metadata rows: properly clean up unused rows in case no metadata is added.

svn path=/trunk/KDE/kdebase/apps/; revision=1081502

15 years agoImplement the --select option in konqueror again, using Peter's nice work in Dolphin.
David Faure [Wed, 27 Jan 2010 23:55:55 +0000 (23:55 +0000)]
Implement the --select option in konqueror again, using Peter's nice work in 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

15 years agoOoops, fix my port to KNewFileMenu
David Faure [Wed, 27 Jan 2010 23:35:37 +0000 (23:35 +0000)]
Ooops, fix my port to KNewFileMenu

svn path=/trunk/KDE/kdebase/apps/; revision=1081239

15 years agoReorganise some code in DolphinView and DolphinViewContainer. This
Frank Reininghaus [Tue, 26 Jan 2010 12:18:08 +0000 (12:18 +0000)]
Reorganise some code in DolphinView and DolphinViewContainer. This
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

15 years agoDeprecated KNewMenu and make it derive from KNewFileMenu (BIC, but SC; the only way...
David Faure [Tue, 26 Jan 2010 12:04:56 +0000 (12:04 +0000)]
Deprecated KNewMenu and make it derive from KNewFileMenu (BIC, but SC; the 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

15 years ago* Do not hide the parent folder since we can now browse into it by simply clicking...
Sebastian Trueg [Tue, 26 Jan 2010 09:25:22 +0000 (09:25 +0000)]
* Do not hide the parent folder since we can now browse into it by simply 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

15 years agoDon't show the search options again, if the user closed them and cleared the search...
Peter Penz [Tue, 26 Jan 2010 09:01:38 +0000 (09:01 +0000)]
Don't show the search options again, if the user closed them and cleared the search box.

BUG: 218880

svn path=/trunk/KDE/kdebase/apps/; revision=1080372

15 years ago* Assure that the URL navigator is synchronized with the active column.
Peter Penz [Tue, 26 Jan 2010 08:27:42 +0000 (08:27 +0000)]
* Assure that the URL navigator is synchronized with the active column.

* 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

15 years agochanged: made static const data symbols really static const
Friedrich W. H. Kossebau [Tue, 26 Jan 2010 02:57:09 +0000 (02:57 +0000)]
changed: made static const data symbols really static const

svn path=/trunk/KDE/kdebase/apps/; revision=1080302

15 years agofixed regression: don't open files twice in the column-view
Peter Penz [Mon, 25 Jan 2010 16:37:43 +0000 (16:37 +0000)]
fixed regression: don't open files twice in the column-view

BUG: 223799

svn path=/trunk/KDE/kdebase/apps/; revision=1080102

15 years agoSVN_SILENT: minor coding style fixes
Peter Penz [Mon, 25 Jan 2010 14:39:47 +0000 (14:39 +0000)]
SVN_SILENT: minor coding style fixes

svn path=/trunk/KDE/kdebase/apps/; revision=1080074

15 years agoImplement todo (create a dialog box when ok is enable/disable when text is empty...
Laurent Montel [Mon, 25 Jan 2010 13:14:39 +0000 (13:14 +0000)]
Implement todo (create a dialog box when ok is enable/disable when text is 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

15 years agoNow *really' open a new tab if the URL navigator requests it... (the previous commit...
Peter Penz [Mon, 25 Jan 2010 09:00:51 +0000 (09:00 +0000)]
Now *really' open a new tab if the URL navigator requests it... (the previous commit missed this 2 quite important lines).

CCBUG: 181223

svn path=/trunk/KDE/kdebase/apps/; revision=1079854

15 years ago* Adjust code to use the improved KUrlNavigator API.
Peter Penz [Mon, 25 Jan 2010 07:58:24 +0000 (07:58 +0000)]
* Adjust code to use the improved KUrlNavigator API.
* 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

15 years agoFixed crash, if the categorizied view sorted by date is used. Use case: modified...
Peter Penz [Fri, 22 Jan 2010 14:05:09 +0000 (14:05 +0000)]
Fixed crash, if the categorizied view sorted by date is used. Use case: 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

15 years ago- Fix minor typos
Darío Andrés Rodríguez [Wed, 20 Jan 2010 14:04:08 +0000 (14:04 +0000)]
- Fix minor typos
  "sub folders" -> "sub-folders"

BUG: 198084

svn path=/trunk/KDE/kdebase/apps/; revision=1077615

15 years agoonly set the title synchronously for the file-protocol, otherwise use KIO::stat()
Peter Penz [Wed, 20 Jan 2010 13:06:16 +0000 (13:06 +0000)]
only set the title synchronously for the file-protocol, otherwise use KIO::stat()

svn path=/trunk/KDE/kdebase/apps/; revision=1077599

15 years agoUse a stat job to determine the caption on non-file URLs. This way we get the fancy...
Sebastian Trueg [Wed, 20 Jan 2010 11:26:39 +0000 (11:26 +0000)]
Use a stat job to determine the caption on non-file URLs. This way we get the fancy UDS_DISPLAY_NAMEs for
URLs like the nepomuksearch ones.

BUG: 222095

svn path=/trunk/KDE/kdebase/apps/; revision=1077551

15 years agofixed issue that SVN actions got disabled after selecting items
Peter Penz [Mon, 18 Jan 2010 14:08:21 +0000 (14:08 +0000)]
fixed issue that SVN actions got disabled after selecting items

svn path=/trunk/KDE/kdebase/apps/; revision=1076617

15 years agouse KAction::setShortcut() instead of QAction::setShortcut()
Peter Penz [Fri, 15 Jan 2010 15:23:43 +0000 (15:23 +0000)]
use KAction::setShortcut() instead of QAction::setShortcut()

svn path=/trunk/KDE/kdebase/apps/; revision=1075127

15 years agoassure that the widgets of the panels are resized after receiving the Polish event
Peter Penz [Fri, 15 Jan 2010 14:20:09 +0000 (14:20 +0000)]
assure that the widgets of the panels are resized after receiving the Polish event

svn path=/trunk/KDE/kdebase/apps/; revision=1075076

15 years agofixed issue that the Information Panel might show some (for the user confusing) infor...
Peter Penz [Fri, 15 Jan 2010 13:55:13 +0000 (13:55 +0000)]
fixed issue that the Information Panel might show some (for the user confusing) information about a nepomuk protocol

svn path=/trunk/KDE/kdebase/apps/; revision=1075065

15 years agodon't try to access invalid files
Peter Penz [Fri, 15 Jan 2010 11:47:09 +0000 (11:47 +0000)]
don't try to access invalid files

BUG: 222364

svn path=/trunk/KDE/kdebase/apps/; revision=1075029

15 years agoUse KFileItem::text() instead of name() for pretty printed filenames
Sebastian Trueg [Thu, 14 Jan 2010 18:14:10 +0000 (18:14 +0000)]
Use KFileItem::text() instead of name() for pretty printed filenames

svn path=/trunk/KDE/kdebase/apps/; revision=1074761

15 years agoIf the root directory lister is different from the internally used directory lister...
Peter Penz [Thu, 14 Jan 2010 07:43:14 +0000 (07:43 +0000)]
If the root directory lister is different from the internally used directory 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

15 years agoremoved unused member variable (the dependency to DolphinMainWindow has been removed...
Peter Penz [Wed, 13 Jan 2010 17:42:05 +0000 (17:42 +0000)]
removed unused member variable (the dependency to DolphinMainWindow has been removed before KDE SC 4.0... ;-))

svn path=/trunk/KDE/kdebase/apps/; revision=1074238

16 years agoFixed issue that the keyboard shortcuts for the docks places, folders, information...
Peter Penz [Mon, 11 Jan 2010 13:55:21 +0000 (13:55 +0000)]
Fixed issue that the keyboard shortcuts for the docks places, folders, information and terminal could not be changed.

BUG: 218485

svn path=/trunk/KDE/kdebase/apps/; revision=1073053

16 years agoSVN_SILENT: Minor simplificiation of the code. No change of behavior has been done.
Peter Penz [Mon, 11 Jan 2010 13:37:54 +0000 (13:37 +0000)]
SVN_SILENT: Minor simplificiation of the code. No change of behavior has been done.

svn path=/trunk/KDE/kdebase/apps/; revision=1073046

16 years agoFixed issue in details view, that "sometimes" the rubberband selection only selects...
Peter Penz [Mon, 11 Jan 2010 13:29:27 +0000 (13:29 +0000)]
Fixed issue in details view, that "sometimes" the rubberband selection only 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

16 years agoBUG:222186
Harsh Chouraria J [Mon, 11 Jan 2010 12:08:38 +0000 (12:08 +0000)]
BUG:222186

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

16 years agoDon't offer the "Get Service Menu..." action as public action that can be added to...
Peter Penz [Mon, 11 Jan 2010 11:35:20 +0000 (11:35 +0000)]
Don't offer the "Get Service Menu..." action as public action that can be added to the toolbar (the action should only be available in the Dolphin preferences).

BUG: 221766

svn path=/trunk/KDE/kdebase/apps/; revision=1073009

16 years ago- When the filterbar has been activated as startup setting, still the view should...
Peter Penz [Mon, 11 Jan 2010 09:21:16 +0000 (09:21 +0000)]
- When the filterbar has been activated as startup setting, still the view 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

16 years agoFixed issue that the Information Panel might show the old filename after renaming...
Peter Penz [Thu, 7 Jan 2010 20:14:43 +0000 (20:14 +0000)]
Fixed issue that the Information Panel might show the old filename after 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

16 years agoallow filtering for filenames having a +
Peter Penz [Thu, 7 Jan 2010 19:28:28 +0000 (19:28 +0000)]
allow filtering for filenames having a +

BUG: 202002

svn path=/trunk/KDE/kdebase/apps/; revision=1071258

16 years agoSVN_SILENT: ah, forgot to remove temporary testing code...
Peter Penz [Wed, 6 Jan 2010 22:18:12 +0000 (22:18 +0000)]
SVN_SILENT: ah, forgot to remove temporary testing code...

CCBUG: 210256

svn path=/trunk/KDE/kdebase/apps/; revision=1070848

16 years agoSend the selectionChanged() signal without delay in case the selection has been chang...
Peter Penz [Wed, 6 Jan 2010 22:11:28 +0000 (22:11 +0000)]
Send the selectionChanged() signal without delay in case the selection has 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

16 years agoIf an operation has been completed (e. g. a rename operation), the default status...
Peter Penz [Wed, 6 Jan 2010 19:13:07 +0000 (19:13 +0000)]
If an operation has been completed (e. g. a rename operation), the default 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

16 years agoIt is possible that the selection of an inactive column gets changed (e. g. by the...
Peter Penz [Wed, 6 Jan 2010 18:40:55 +0000 (18:40 +0000)]
It is possible that the selection of an inactive column gets changed (e. g. by the selection markers). In this case the column should get active.

BUG: 188979

svn path=/trunk/KDE/kdebase/apps/; revision=1070789

16 years agoRC1 gets prepared -> increase version number
Peter Penz [Wed, 6 Jan 2010 17:07:06 +0000 (17:07 +0000)]
RC1 gets prepared -> increase version number

svn path=/trunk/KDE/kdebase/apps/; revision=1070747

16 years agoWhen changing the selection, the currently shown file item should be reset. This...
Peter Penz [Wed, 6 Jan 2010 17:01:38 +0000 (17:01 +0000)]
When changing the selection, the currently shown file item should be reset. 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

16 years agoFixed issue that Ctrl+A sometimes did not result in an update of the Information...
Peter Penz [Wed, 6 Jan 2010 16:56:01 +0000 (16:56 +0000)]
Fixed issue that Ctrl+A sometimes did not result in an update of the 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

16 years agoFixed issue that the "show folders first property" was not delegated to sub directori...
Peter Penz [Wed, 6 Jan 2010 15:39:06 +0000 (15:39 +0000)]
Fixed issue that the "show folders first property" was not delegated to sub directories, when "[x] Apply to all sub directories" was checked.

BUG: 214865

svn path=/trunk/KDE/kdebase/apps/; revision=1070723

16 years agouse correct icon when opening new tabs with the middle click
Peter Penz [Wed, 6 Jan 2010 15:33:27 +0000 (15:33 +0000)]
use correct icon when opening new tabs with the middle click

BUG: 212942

svn path=/trunk/KDE/kdebase/apps/; revision=1070717

16 years agoSVN_SILENT: removed commented codephin with the column view a wrong layout has been...
Peter Penz [Wed, 6 Jan 2010 14:50:17 +0000 (14:50 +0000)]
SVN_SILENT: removed commented codephin with the column view a wrong layout has been shown.

BUG: 211149
BUG: 214515

svn path=/trunk/KDE/kdebase/apps/; revision=1070709

16 years agoFixed issue that when starting Dolphin with the column view a wrong layout has been...
Peter Penz [Wed, 6 Jan 2010 14:49:10 +0000 (14:49 +0000)]
Fixed issue that when starting Dolphin with the column view a wrong layout has been shown.

BUG: 211149
BUG: 214515

svn path=/trunk/KDE/kdebase/apps/; revision=1070708

16 years ago- search by modification date of the file, not when the file has been tagged or somet...
Peter Penz [Tue, 5 Jan 2010 17:35:58 +0000 (17:35 +0000)]
- search by modification date of the file, not when the file has been tagged or something similar

- make "search files modified today" work

Thanks to Daniel Winter for the patch!

CCMAIL: dw@danielwinter.de

svn path=/trunk/KDE/kdebase/apps/; revision=1070440

16 years ago- Details view and column view: Just use the height as indicator for the scrolling...
Peter Penz [Tue, 5 Jan 2010 17:19:51 +0000 (17:19 +0000)]
- Details view and column view: Just use the height as indicator for the 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

16 years agoPrevent black borders when compositing has been disabled.
Peter Penz [Tue, 5 Jan 2010 16:17:34 +0000 (16:17 +0000)]
Prevent black borders when compositing has been disabled.

BUG: 219667
CCMAIL: sourtooth@gmail.com

svn path=/trunk/KDE/kdebase/apps/; revision=1070424

16 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Tue, 5 Jan 2010 10:43:27 +0000 (10:43 +0000)]
SVN_SILENT made messages (.desktop file)

svn path=/trunk/KDE/kdebase/apps/; revision=1070321

16 years agoRevert r1070031
Christoph Feck [Mon, 4 Jan 2010 19:57:28 +0000 (19:57 +0000)]
Revert r1070031

Nepomuk::Query::Query is no bug, it is a class from a nested
namespace. The commit broke compilation.

CCMAIL: Ch.Ehrlicher@gmx.de

svn path=/trunk/KDE/kdebase/apps/; revision=1070063

16 years agomsvc compile++
Christian Ehrlicher [Mon, 4 Jan 2010 19:02:00 +0000 (19:02 +0000)]
msvc compile++

svn path=/trunk/KDE/kdebase/apps/; revision=1070031

16 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Mon, 4 Jan 2010 10:25:36 +0000 (10:25 +0000)]
SVN_SILENT made messages (.desktop file)

svn path=/trunk/KDE/kdebase/apps/; revision=1069851

16 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Sat, 2 Jan 2010 11:35:49 +0000 (11:35 +0000)]
SVN_SILENT made messages (.desktop file)

svn path=/trunk/KDE/kdebase/apps/; revision=1068962

16 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Fri, 1 Jan 2010 11:09:03 +0000 (11:09 +0000)]
SVN_SILENT made messages (.desktop file)

svn path=/trunk/KDE/kdebase/apps/; revision=1068486

16 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Thu, 31 Dec 2009 11:34:58 +0000 (11:34 +0000)]
SVN_SILENT made messages (.desktop file)

svn path=/trunk/KDE/kdebase/apps/; revision=1068118

16 years agoFix wrong fontMetrics when using custom fonts
Christoph Feck [Wed, 30 Dec 2009 21:41:00 +0000 (21:41 +0000)]
Fix wrong fontMetrics when using custom fonts

svn path=/trunk/KDE/kdebase/apps/; revision=1067898

16 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Tue, 29 Dec 2009 12:23:43 +0000 (12:23 +0000)]
SVN_SILENT made messages (.desktop file)

svn path=/trunk/KDE/kdebase/apps/; revision=1067354

16 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Mon, 28 Dec 2009 10:27:44 +0000 (10:27 +0000)]
SVN_SILENT made messages (.desktop file)

svn path=/trunk/KDE/kdebase/apps/; revision=1066900

16 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Fri, 25 Dec 2009 09:48:01 +0000 (09:48 +0000)]
SVN_SILENT made messages (.desktop file)

svn path=/trunk/KDE/kdebase/apps/; revision=1065981

16 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Thu, 24 Dec 2009 10:10:52 +0000 (10:10 +0000)]
SVN_SILENT made messages (.desktop file)

svn path=/trunk/KDE/kdebase/apps/; revision=1065786

16 years agoadd version control actions to konqueror context menu if availableolActions()
Peter Penz [Wed, 23 Dec 2009 08:51:33 +0000 (08:51 +0000)]
add version control actions to konqueror context menu if availableolActions()

svn path=/trunk/KDE/kdebase/apps/; revision=1065348

16 years agoSVN_SILENT: renamed addRevisionControlActions() to addVersionControlActions()
Peter Penz [Wed, 23 Dec 2009 08:50:58 +0000 (08:50 +0000)]
SVN_SILENT: renamed addRevisionControlActions() to addVersionControlActions()

svn path=/trunk/KDE/kdebase/apps/; revision=1065347

16 years agoSVN_SILENT: renamed addRevisionControlActions() to addVersionControlActions()
Peter Penz [Wed, 23 Dec 2009 08:50:54 +0000 (08:50 +0000)]
SVN_SILENT: renamed addRevisionControlActions() to addVersionControlActions()

svn path=/trunk/KDE/kdebase/apps/; revision=1065346

16 years agoRevert r1053349 - this file is included alread when HAVE_NEPOMUK is defined - no...
Maciej Mrozowski [Mon, 21 Dec 2009 20:58:28 +0000 (20:58 +0000)]
Revert r1053349 - this file is included alread when HAVE_NEPOMUK is defined - no need to do it twice.
This fixed compilation without nepomuk libs.

svn path=/trunk/KDE/kdebase/apps/; revision=1064809

16 years agoBetter fix for compilation without Nepomuk - like Sebastian noted SDO is being search...
Maciej Mrozowski [Sun, 20 Dec 2009 21:57:43 +0000 (21:57 +0000)]
Better fix for compilation without Nepomuk - like Sebastian noted SDO is being searched for automatically. It was just sufficient to wrap soprano_add_ontology with Nepomuk_FOUND in this case.

svn path=/trunk/KDE/kdebase/apps/; revision=1064414