]> cloud.milkyroute.net Git - dolphin.git/log
dolphin.git
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

16 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Sun, 20 Dec 2009 12:04:42 +0000 (12:04 +0000)]
SVN_SILENT made messages (.desktop file)

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

16 years ago[kdebase/apps/dolphin/CMakeLists.txt] Fixed compilation without Nepomuk
Maciej Mrozowski [Sun, 20 Dec 2009 04:28:22 +0000 (04:28 +0000)]
[kdebase/apps/dolphin/CMakeLists.txt] Fixed compilation without Nepomuk

CCMAIL: kde-buildsystem@kde.org

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

16 years agoremove the inconsistencies wrt Navigation/Location Bar
Burkhard Lück [Sat, 19 Dec 2009 20:26:46 +0000 (20:26 +0000)]
remove the inconsistencies wrt Navigation/Location Bar
CCMAIL:peter.penz@gmx.at

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

16 years agoDon't rely on that the same proxy model is used for all views. Trigger a refresh...
Peter Penz [Sat, 19 Dec 2009 17:38:38 +0000 (17:38 +0000)]
Don't rely on that the same proxy model is used for all views. Trigger a refresh of the directory (done from the cache) and remember the selection. This fixes also the issue that the selection got lost when previews have been enabled or when the column view was used.

BUG: 217562
CCBUG: 211149

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

16 years ago+include(SopranoAddOntology)
Luboš Luňák [Sat, 19 Dec 2009 15:43:53 +0000 (15:43 +0000)]
+include(SopranoAddOntology)

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

16 years agoDon't show the size information, if only one directory is shown. This issue only...
Peter Penz [Fri, 18 Dec 2009 17:01:40 +0000 (17:01 +0000)]
Don't show the size information, if only one directory is shown. This issue only occured in the context of tooltips, as updateRowsVisibility() is invoked after setItems()...

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

16 years agoI did not recognize when refactoring the tooltip class that no filename is shown...
Peter Penz [Fri, 18 Dec 2009 16:18:48 +0000 (16:18 +0000)]
I did not recognize when refactoring the tooltip class that no filename is shown anymore. This is fixed now :-)

BUG: 219082

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

16 years agodon't try to do anything if no files have been passed
Peter Penz [Thu, 17 Dec 2009 21:14:38 +0000 (21:14 +0000)]
don't try to do anything if no files have been passed

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

16 years ago* respect the --select startup option
Peter Penz [Thu, 17 Dec 2009 21:07:18 +0000 (21:07 +0000)]
* respect the --select startup option
* minor cleanups related to selecting items in general

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

16 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Wed, 16 Dec 2009 10:54:56 +0000 (10:54 +0000)]
SVN_SILENT made messages (.desktop file)

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

16 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Tue, 15 Dec 2009 10:07:50 +0000 (10:07 +0000)]
SVN_SILENT made messages (.desktop file)

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

16 years agoSVN_SILENT: Sorry about the whitespace which I added in my last commit!
Frank Reininghaus [Sun, 13 Dec 2009 18:25:42 +0000 (18:25 +0000)]
SVN_SILENT: Sorry about the whitespace which I added in my last commit!

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

16 years agoReimplement visualRegionForSelection in DolpinDetailsView.
Frank Reininghaus [Sun, 13 Dec 2009 18:18:08 +0000 (18:18 +0000)]
Reimplement visualRegionForSelection in DolpinDetailsView.

Fixes the problem that not the entire area affected by changing the
selection gets updated. QTreeView::visualRegionForSelection assumes
implicitly that the visualRects of all items have the same width,
which is not the case here.

Fix will be in KDE 4.4 Beta 2.

BUG: 218114

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

16 years agogive KCategorizedView the chance to react on dragMoveEvents()
Peter Penz [Sun, 13 Dec 2009 17:00:11 +0000 (17:00 +0000)]
give KCategorizedView the chance to react on dragMoveEvents()

CCBUG: 208646

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

16 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Sun, 13 Dec 2009 10:16:59 +0000 (10:16 +0000)]
SVN_SILENT made messages (.desktop file)

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

16 years agoAllow to disable version control plugins. It's too late already for providing a UI...
Peter Penz [Sat, 12 Dec 2009 22:44:05 +0000 (22:44 +0000)]
Allow to disable version control plugins. It's too late already for providing a UI (string freeze...) and it should not be necessary to disable a plugin, but in the worst case (e. g. plugin crashes under certain circumstances) it is good to have a non-GUI fallback.

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

16 years agouse the same link style as used for tags
Peter Penz [Sat, 12 Dec 2009 18:53:05 +0000 (18:53 +0000)]
use the same link style as used for tags

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

16 years agoassure that obsolete file entries are removed from the SVN cache
Peter Penz [Sat, 12 Dec 2009 15:26:38 +0000 (15:26 +0000)]
assure that obsolete file entries are removed from the SVN cache

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

16 years agoI guess most developers use the Details View with very small icons (16 x 16) for...
Peter Penz [Sat, 12 Dec 2009 14:16:02 +0000 (14:16 +0000)]
I guess most developers use the Details View with very small icons (16 x 16) for viewing their versioned code (at least I do ;-)). In this case the version control emblems are very small and it is easy to miss that there are locally changed files or that an update is required (Nuno and I tried different sizes, but for 16 x 16 icons there is really less room for variants).

So the text color gets tinted a little bit now to notice the difference...

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

16 years agoalign the rating widget of the Information Panel left (or right for r2l) instead...
Peter Penz [Sat, 12 Dec 2009 13:05:37 +0000 (13:05 +0000)]
align the rating widget of the Information Panel left (or right for r2l) instead of horizontally centered

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

16 years agoRemoved enums SortByRating and SortByTags. They never have been activated yet because...
Peter Penz [Sat, 12 Dec 2009 12:51:31 +0000 (12:51 +0000)]
Removed enums SortByRating and SortByTags. They never have been activated yet because of performance issues...

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

16 years agoallow to restrict the search results by the current folder (including all sub folders)
Peter Penz [Sat, 12 Dec 2009 12:23:05 +0000 (12:23 +0000)]
allow to restrict the search results by the current folder (including all sub folders)

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

16 years agodon't update the version control emblems each time, reuse the cached versions (fixed...
Peter Penz [Sat, 12 Dec 2009 07:30:43 +0000 (07:30 +0000)]
don't update the version control emblems each time, reuse the cached versions (fixed wrong logic in 'if'-statement)

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

16 years ago* allow to filter the search result by images or text-documents
Peter Penz [Sat, 12 Dec 2009 05:59:45 +0000 (05:59 +0000)]
* allow to filter the search result by images or text-documents
* minor cleanups

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

16 years agoRename Dolphin View's nameColumnRect member to visualRect.
Frank Reininghaus [Wed, 9 Dec 2009 18:38:54 +0000 (18:38 +0000)]
Rename Dolphin View's nameColumnRect member to visualRect.

This overrides QTreeView::visualRect, such that the "visual rect"
matches the area used in indexAt. Fixes the problem that the selection
loses items in the Details View when selecting new items with
Shift+Keyboard.

BUG: 217447

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

16 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Wed, 9 Dec 2009 11:40:52 +0000 (11:40 +0000)]
SVN_SILENT made messages (.desktop file)

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

16 years agoDo not show links for unsupported protocols, ie. pre-4.4 resources which used URNs...
Sebastian Trueg [Tue, 8 Dec 2009 15:51:51 +0000 (15:51 +0000)]
Do not show links for unsupported protocols, ie. pre-4.4 resources which used URNs instead of nepomuk:/res/<uuid> URIs.

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

16 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Tue, 8 Dec 2009 10:50:27 +0000 (10:50 +0000)]
SVN_SILENT made messages (.desktop file)

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

16 years agoFix crash with tool tips enabled
Christoph Feck [Tue, 8 Dec 2009 01:32:20 +0000 (01:32 +0000)]
Fix crash with tool tips enabled

Do not delete window inside the event handling, causing crashes with
queued events for the tool tip window.

This is the same fix that had been applied to systemsettings.

BUG: 217449

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

16 years agoSVN_SILENT: inserted comment
Peter Penz [Mon, 7 Dec 2009 22:44:36 +0000 (22:44 +0000)]
SVN_SILENT: inserted comment

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

16 years agofix possible crash when the signal finished() has been emitted asynchronously
Peter Penz [Mon, 7 Dec 2009 22:37:11 +0000 (22:37 +0000)]
fix possible crash when the signal finished() has been emitted asynchronously

BUG: 213985

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

16 years agodon't crash if the Information Panel is updated by file changes
Peter Penz [Mon, 7 Dec 2009 22:15:54 +0000 (22:15 +0000)]
don't crash if the Information Panel is updated by file changes

BUG: 214060

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

16 years agouse KNewStuff3 instead of the deprecated KNewStuff2
Peter Penz [Mon, 7 Dec 2009 21:20:28 +0000 (21:20 +0000)]
use KNewStuff3 instead of the deprecated KNewStuff2

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

16 years agoSVN_SILENT: minor coding style fix (Sebastian likes spaces :-))
Peter Penz [Mon, 7 Dec 2009 20:55:38 +0000 (20:55 +0000)]
SVN_SILENT: minor coding style fix (Sebastian likes spaces :-))

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

16 years agoActivated "clicking on tags" fix from Sebastian Trüg. By providing a different link...
Peter Penz [Mon, 7 Dec 2009 20:45:20 +0000 (20:45 +0000)]
Activated "clicking on tags" fix from Sebastian Trüg. By providing a different link color the difference to the "Change tags..." link is visible.

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

16 years agoFixed custom query integration.
Sebastian Trueg [Mon, 7 Dec 2009 19:49:49 +0000 (19:49 +0000)]
Fixed custom query integration.

CCMAIL: peter.penz@gmx.at

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

16 years agoAdded all code necessary for clickable tags in the KTaggingWidget. As soon as we...
Sebastian Trueg [Mon, 7 Dec 2009 16:41:37 +0000 (16:41 +0000)]
Added all code necessary for clickable tags in the KTaggingWidget. As soon as we figured out how to
only show links on hover we are good to go.
This is actually a fix as resources in the rest of the info view are already clickable.

CCMAIL: peter.penz@gmx.at

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

16 years agoAdded versioning information to the list of hidden properties. This fixes hiding...
Sebastian Trueg [Mon, 7 Dec 2009 16:31:05 +0000 (16:31 +0000)]
Added versioning information to the list of hidden properties. This fixes hiding in case an old kmetainformationrc exists.

CCMAIL: peter.penz@gmx.at

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

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

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

16 years agoRespect drag time delay from application before starting the automatic scrolling...
Peter Penz [Sun, 6 Dec 2009 13:05:56 +0000 (13:05 +0000)]
Respect drag time delay from application before starting the automatic scrolling. Thanks to Christoph Feck for the initial patch!

CCMAIL: christoph@maxiom.de
BUG: 205664
CCBUG: 212989

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

16 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Sun, 6 Dec 2009 10:39:11 +0000 (10:39 +0000)]
SVN_SILENT made messages (.desktop file)

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

16 years agoFixed searching by rating. After the kdelibs fix in nepomuk now searching by date...
Peter Penz [Fri, 4 Dec 2009 23:54:42 +0000 (23:54 +0000)]
Fixed searching by rating. After the kdelibs fix in nepomuk now searching by date, tags and rating work. Searching by size is still open...

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

16 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Fri, 4 Dec 2009 10:04:22 +0000 (10:04 +0000)]
SVN_SILENT made messages (.desktop file)

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

16 years agoMinor adjustments for searching: at least searching for tags works now again :-)
Peter Penz [Fri, 4 Dec 2009 00:18:24 +0000 (00:18 +0000)]
Minor adjustments for searching: at least searching for tags works now again :-)

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

16 years agostore the search-query in the places model
Peter Penz [Thu, 3 Dec 2009 21:17:47 +0000 (21:17 +0000)]
store the search-query in the places model

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

16 years agoremoved workaround for KDE 4.0, that is obviously not required anymore
Peter Penz [Thu, 3 Dec 2009 20:49:53 +0000 (20:49 +0000)]
removed workaround for KDE 4.0, that is obviously not required anymore

CCMAIL: faure@kde.org

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

16 years agoOuch! Reverting the change.
Adenilson Cavalcanti Da Silva [Thu, 3 Dec 2009 20:41:00 +0000 (20:41 +0000)]
Ouch! Reverting the change.

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

16 years agoPatches to make kdebase compile with current animation code.
Adenilson Cavalcanti Da Silva [Thu, 3 Dec 2009 19:32:42 +0000 (19:32 +0000)]
Patches to make kdebase compile with current animation code.

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

16 years agoremove unneded include
Frederik Gladhorn [Thu, 3 Dec 2009 13:57:35 +0000 (13:57 +0000)]
remove unneded include

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

16 years agoadd doc path to enable launching the documentation from konquerors settings dialog
Burkhard Lück [Thu, 3 Dec 2009 12:34:19 +0000 (12:34 +0000)]
add doc path to enable launching the documentation from konquerors settings dialog

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