]> cloud.milkyroute.net Git - dolphin.git/log
dolphin.git
16 years agoUse the name of the property instead of the label, otherwise the stored keys would...
Peter Penz [Sun, 21 Jun 2009 11:33:53 +0000 (11:33 +0000)]
Use the name of the property instead of the label, otherwise the stored keys would get invalid as soon as we get translated labels.

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

16 years agofixed issue the label texts with spaces might overlap with other labels
Peter Penz [Sun, 21 Jun 2009 11:23:25 +0000 (11:23 +0000)]
fixed issue the label texts with spaces might overlap with other labels

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

16 years agoThe file ktooltip.h contained the three public classes KToolTip, KToolTipDelegate...
Peter Penz [Sun, 21 Jun 2009 10:20:28 +0000 (10:20 +0000)]
The file ktooltip.h contained the three public classes KToolTip, KToolTipDelegate and KToolTipItem. Use one separate file for each class.

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

16 years agodisable Nepomuk legacy code to eliminate deprecated-warnings
Peter Penz [Sun, 21 Jun 2009 09:40:05 +0000 (09:40 +0000)]
disable Nepomuk legacy code to eliminate deprecated-warnings

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

16 years agoSimplify how Nepomuk comments can be edited by the user:
Peter Penz [Sun, 21 Jun 2009 08:16:03 +0000 (08:16 +0000)]
Simplify how Nepomuk comments can be edited by the user:
- don't provide any mode for editing, just let the user directly manipulate the comment inside the text widget
- automatically save changes, no explicit confirmation required

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

16 years agoDisable additional properties per default as discussed with Sebastian Trüg.
Peter Penz [Sat, 20 Jun 2009 20:48:27 +0000 (20:48 +0000)]
Disable additional properties per default as discussed with Sebastian Trüg.

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

16 years agoSimplify the handling of previews: Create the tooltip as early as possible even if...
Peter Penz [Sat, 20 Jun 2009 18:35:08 +0000 (18:35 +0000)]
Simplify the handling of previews: Create the tooltip as early as possible even if the preview has not been finished yet. Previously an empty area has been shown instead of a default icon, but also in this case the size of the tooltip will change as soon as the preview is received -> just show the default icon as early as possible.

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

16 years agodon't use empty dummy images if the preview takes a while to get generated, show...
Peter Penz [Sat, 20 Jun 2009 17:43:23 +0000 (17:43 +0000)]
don't use empty dummy images if the preview takes a while to get generated, show the file icon instead

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

16 years ago- Don't keep pointers to objects that are obtained and deleted by other objects.
Peter Penz [Sat, 20 Jun 2009 16:49:04 +0000 (16:49 +0000)]
- Don't keep pointers to objects that are obtained and deleted by other objects.
- Simplify the API so that it is assured that no memory leaks are given.

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

16 years agoPreview generators might send a null image, so show the default icon as fallback.
Peter Penz [Sat, 20 Jun 2009 16:21:17 +0000 (16:21 +0000)]
Preview generators might send a null image, so show the default icon as fallback.

BUG: 196277

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

16 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Sat, 20 Jun 2009 15:46:27 +0000 (15:46 +0000)]
SVN_SILENT made messages (.desktop file)

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

16 years agoTooltip interface cleanup: Don't use const-pointers as parameters if the implementati...
Peter Penz [Sat, 20 Jun 2009 15:45:18 +0000 (15:45 +0000)]
Tooltip interface cleanup: Don't use const-pointers as parameters if the implementation cannot handle 0-pointers. Use a const-reference instead.

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

16 years agouse a style dependend border instead of a black box
Peter Penz [Sat, 20 Jun 2009 14:58:34 +0000 (14:58 +0000)]
use a style dependend border instead of a black box

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

16 years agoSVN_SILENT: minor coding style fixes
Peter Penz [Sat, 20 Jun 2009 11:56:14 +0000 (11:56 +0000)]
SVN_SILENT: minor coding style fixes

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

16 years agoWe won't get translated labels for Nepomuk literals in KDE 4.3.0... At least assure...
Peter Penz [Sat, 20 Jun 2009 11:45:34 +0000 (11:45 +0000)]
We won't get translated labels for Nepomuk literals in KDE 4.3.0... At least assure that camelcase labels like "fileLocation:" are replaced by "File location:" (thanks to Sebastian Trüg for the code)

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

16 years agoclear the selection before renaming multiple items
Peter Penz [Sat, 20 Jun 2009 09:13:39 +0000 (09:13 +0000)]
clear the selection before renaming multiple items

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

16 years agoFix bottleneck when renaming several hundrets of items (the expensive update of m_sel...
Peter Penz [Fri, 19 Jun 2009 19:13:08 +0000 (19:13 +0000)]
Fix bottleneck when renaming several hundrets of items (the expensive update of m_selection is not required).

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

16 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Fri, 19 Jun 2009 14:08:02 +0000 (14:08 +0000)]
SVN_SILENT made messages (.desktop file)

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

16 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Wed, 17 Jun 2009 14:56:21 +0000 (14:56 +0000)]
SVN_SILENT made messages (.desktop file)

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

16 years agoUse qAbs() instead of fabs(). The values in question are integers
Frank Reininghaus [Sat, 13 Jun 2009 10:05:35 +0000 (10:05 +0000)]
Use qAbs() instead of fabs(). The values in question are integers
anyway (so fabs() is not the 'right' function for them), and this
change makes the Sun Studio compiler happy.

Thanks to tropikhajma at gmail.com for the patch.

BUG: 196265

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

16 years agodon't clear the selection if a toggle has been pressed
Peter Penz [Wed, 10 Jun 2009 14:09:14 +0000 (14:09 +0000)]
don't clear the selection if a toggle has been pressed

BUG: 181123

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

16 years agofixed resizing issues when having long comments:
Peter Penz [Wed, 10 Jun 2009 10:04:33 +0000 (10:04 +0000)]
fixed resizing issues when having long comments:
* embed the comment label inside a scrollarea
* assure that the "add comment..."/"change comment..." link is always visible
* assure that the maximum width of the meta data widget is set to the panel width (otherwise the panel would be increased in an unlimited way when having a text without spaces)

CCMAIL: trueg@kde.org

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

16 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Tue, 9 Jun 2009 14:46:53 +0000 (14:46 +0000)]
SVN_SILENT made messages (.desktop file)

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

16 years agoMark the last visitied directory as active when going back in history.
Peter Penz [Mon, 8 Jun 2009 05:55:46 +0000 (05:55 +0000)]
Mark the last visitied directory as active when going back in history.

BUG: 192811

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

16 years agoFurther pimpage of auto scrolling: make it quadratic! Better scales to HUGE file...
Marcel Partap [Thu, 4 Jun 2009 22:28:52 +0000 (22:28 +0000)]
Further pimpage of auto scrolling: make it quadratic! Better scales to HUGE file lists now. Thx peter for the hint ;)
CCBUG: 194235

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

16 years agoincrease the acceleration when autoscrolling
Peter Penz [Thu, 4 Jun 2009 18:47:24 +0000 (18:47 +0000)]
increase the acceleration when autoscrolling

BUG: 194235

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

16 years agoadd missing ? to the question
Albert Astals Cid [Thu, 4 Jun 2009 18:19:28 +0000 (18:19 +0000)]
add missing ? to the question

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

16 years agodon't ignore the maximum preview size in the tooltip
Peter Penz [Thu, 4 Jun 2009 17:58:13 +0000 (17:58 +0000)]
don't ignore the maximum preview size in the tooltip

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

16 years agoOnly reset the current URL, if the element is shown in the current view.
Peter Penz [Thu, 4 Jun 2009 06:05:45 +0000 (06:05 +0000)]
Only reset the current URL, if the element is shown in the current view.
This fixes the issue that when going back the last visited directory is
not marked.

BUG: 192811

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

16 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Tue, 2 Jun 2009 13:43:16 +0000 (13:43 +0000)]
SVN_SILENT made messages (.desktop file)

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

16 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Mon, 1 Jun 2009 14:32:51 +0000 (14:32 +0000)]
SVN_SILENT made messages (.desktop file)

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

16 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Sat, 30 May 2009 16:29:05 +0000 (16:29 +0000)]
SVN_SILENT made messages (.desktop file)

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

16 years agoKrazy knows about KSharedPtrs now so no need to exclude
Allen Winter [Fri, 29 May 2009 16:01:24 +0000 (16:01 +0000)]
Krazy knows about KSharedPtrs now so no need to exclude

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

16 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Wed, 27 May 2009 15:08:18 +0000 (15:08 +0000)]
SVN_SILENT made messages (.desktop file)

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

16 years agofixed xmllint --validate issues reported by krazy
Peter Penz [Tue, 26 May 2009 19:11:00 +0000 (19:11 +0000)]
fixed xmllint --validate issues reported by krazy

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

16 years agofixed krazy string warning
Peter Penz [Tue, 26 May 2009 18:54:15 +0000 (18:54 +0000)]
fixed krazy string warning

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

16 years agokrazy qtclasses fixes
Peter Penz [Tue, 26 May 2009 18:52:14 +0000 (18:52 +0000)]
krazy qtclasses fixes

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

16 years agofixed issue reported by krazy
Peter Penz [Tue, 26 May 2009 18:44:36 +0000 (18:44 +0000)]
fixed issue reported by krazy

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

16 years agofixed wrong include usage (reported by krazy)
Peter Penz [Tue, 26 May 2009 18:41:20 +0000 (18:41 +0000)]
fixed wrong include usage (reported by krazy)

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

16 years agouse correct icon name (issue reported by krazy)
Peter Penz [Tue, 26 May 2009 18:39:25 +0000 (18:39 +0000)]
use correct icon name (issue reported by krazy)

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

16 years agoSVN_SILENT: 2 false positives reported by krazy
Peter Penz [Tue, 26 May 2009 18:38:52 +0000 (18:38 +0000)]
SVN_SILENT: 2 false positives reported by krazy

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

16 years agofixed krazy issues (see http://www.kdedevelopers.org/node/3919)
Peter Penz [Tue, 26 May 2009 18:24:23 +0000 (18:24 +0000)]
fixed krazy issues (see http://www.kdedevelopers.org/node/3919)

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

16 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Tue, 26 May 2009 14:19:07 +0000 (14:19 +0000)]
SVN_SILENT made messages (.desktop file)

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

16 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Sun, 24 May 2009 13:43:21 +0000 (13:43 +0000)]
SVN_SILENT made messages (.desktop file)

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

16 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Wed, 20 May 2009 14:39:49 +0000 (14:39 +0000)]
SVN_SILENT made messages (.desktop file)

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

16 years agoFix spurious tool tip
Christoph Feck [Tue, 19 May 2009 17:12:57 +0000 (17:12 +0000)]
Fix spurious tool tip

BUG: 190316

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

16 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Tue, 19 May 2009 14:34:38 +0000 (14:34 +0000)]
SVN_SILENT made messages (.desktop file)

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

16 years agoSVN_SILENT: fixed typo in comment
Peter Penz [Tue, 19 May 2009 07:29:18 +0000 (07:29 +0000)]
SVN_SILENT: fixed typo in comment

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

16 years agokrazy fixes
Peter Penz [Tue, 19 May 2009 07:25:40 +0000 (07:25 +0000)]
krazy fixes

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

16 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Mon, 18 May 2009 13:49:28 +0000 (13:49 +0000)]
SVN_SILENT made messages (.desktop file)

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

16 years agoUpdate the directory of the Terminal Panel if the current URL is not a
Frank Reininghaus [Sun, 17 May 2009 19:57:07 +0000 (19:57 +0000)]
Update the directory of the Terminal Panel if the current URL is not a
"file:" URL, but is nevertheless local (e.g., "desktop:").

This fix is also applied to the new "Open external Terminal" action
which will be in KDE 4.3.

BUG: 167810

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

16 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Sat, 16 May 2009 16:06:06 +0000 (16:06 +0000)]
SVN_SILENT made messages (.desktop file)

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

16 years agoSet the font to italic for symbolic links before calculating the size
Frank Reininghaus [Sat, 16 May 2009 10:45:13 +0000 (10:45 +0000)]
Set the font to italic for symbolic links before calculating the size
of the area which is made available to KFileItemDelegate::paint. Fixes
the problem that Dolphin truncates the names of some symbolic links if
the italic version of the font needs more space than the non-italic
one.

BUG: 183620
CCMAIL: fredrikh@kde.org

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

16 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Thu, 14 May 2009 16:58:45 +0000 (16:58 +0000)]
SVN_SILENT made messages (.desktop file)

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

16 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Wed, 13 May 2009 15:24:57 +0000 (15:24 +0000)]
SVN_SILENT made messages (.desktop file)

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

16 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Tue, 12 May 2009 13:45:23 +0000 (13:45 +0000)]
SVN_SILENT made messages (.desktop file)

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

16 years agoselect items after they have been copied/moved by a drag & drop operation
Peter Penz [Mon, 11 May 2009 18:07:05 +0000 (18:07 +0000)]
select items after they have been copied/moved by a drag & drop operation

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

16 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Mon, 11 May 2009 17:12:40 +0000 (17:12 +0000)]
SVN_SILENT made messages (.desktop file)

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

16 years agoOnly select the clipboard items after the user triggered "Paste". This fixes the...
Peter Penz [Mon, 11 May 2009 16:55:35 +0000 (16:55 +0000)]
Only select the clipboard items after the user triggered "Paste". This fixes the issue that items got selected accidently when creating items with a similar name to previously pasted items. BTW the code is also simpler now than before...

CCBUG: 191723

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

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

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

16 years agoassure that clipboard items don't get selected when changing the URL
Peter Penz [Fri, 8 May 2009 17:15:18 +0000 (17:15 +0000)]
assure that clipboard items don't get selected when changing the URL

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

16 years agoIf the item height is nearly equal to the toggle height, center the toggle vertically...
Peter Penz [Fri, 8 May 2009 17:08:55 +0000 (17:08 +0000)]
If the item height is nearly equal to the toggle height, center the toggle vertically instead of aligning it on the top. This assures a better alignment especially for the details and column view when working with a height of ~20 pixels.

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

16 years agoSelect copied/moved items automatically if no item is already selected. This gives...
Peter Penz [Fri, 8 May 2009 16:44:51 +0000 (16:44 +0000)]
Select copied/moved items automatically if no item is already selected. This gives the user an indication where his pasted items are located and allows invoking operations like "Rename" in an easy way.

BUG: 191723

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

16 years agoremove unused method (relict from times when KFilePreviewGenerator was not available)
Peter Penz [Fri, 8 May 2009 15:53:47 +0000 (15:53 +0000)]
remove unused method (relict from times when KFilePreviewGenerator was not available)

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

16 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Fri, 8 May 2009 13:37:48 +0000 (13:37 +0000)]
SVN_SILENT made messages (.desktop file)

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

16 years agoDon't draw an alpha blended circle around the toggle selection. It looks less clutter...
Peter Penz [Thu, 7 May 2009 17:41:43 +0000 (17:41 +0000)]
Don't draw an alpha blended circle around the toggle selection. It looks less cluttered without it...

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

16 years ago* Use the height of the icon as factor for the toggle size. This prevents that the...
Peter Penz [Thu, 7 May 2009 17:30:25 +0000 (17:30 +0000)]
* Use the height of the icon as factor for the toggle size. This prevents that the size of the toggle changes within one view because of items having one or two text lines.

* Use a larger toggle size starting with 48x48-sized icons.

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

16 years agoincrease the size of the selection toggle corresponding to the item size
Peter Penz [Thu, 7 May 2009 16:54:08 +0000 (16:54 +0000)]
increase the size of the selection toggle corresponding to the item size

BUG: 191629

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

16 years agodon't show the selection toggle during a rubberband selection
Peter Penz [Thu, 7 May 2009 16:28:34 +0000 (16:28 +0000)]
don't show the selection toggle during a rubberband selection

BUG: 181783

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

16 years agoinitialize pointer correctly
Peter Penz [Wed, 6 May 2009 19:23:42 +0000 (19:23 +0000)]
initialize pointer correctly

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

16 years agoDon't crash if the the metadata widget is 0 (this can happen if Nepomuk has not been...
Peter Penz [Wed, 6 May 2009 18:16:58 +0000 (18:16 +0000)]
Don't crash if the the metadata widget is 0 (this can happen if Nepomuk has not been started).

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

16 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Wed, 6 May 2009 16:29:57 +0000 (16:29 +0000)]
SVN_SILENT made messages (.desktop file)

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

16 years agoDon't show an empty window caption when browsing "/", "trash:", etc.
Frank Reininghaus [Tue, 5 May 2009 21:49:03 +0000 (21:49 +0000)]
Don't show an empty window caption when browsing "/", "trash:", etc.

BUG: 190783

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

16 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Fri, 1 May 2009 13:50:33 +0000 (13:50 +0000)]
SVN_SILENT made messages (.desktop file)

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

16 years agoDo not emit DolphinView's urlChanged(const KUrl&) signal if the view
Frank Reininghaus [Thu, 30 Apr 2009 09:04:49 +0000 (09:04 +0000)]
Do not emit DolphinView's urlChanged(const KUrl&) signal if the view
is activated, as discussed with Peter. This fixes a crash on a failed
assert if the DolphinView's and the KUrlNavigator's URLs are slightly
different (i.e., if a slash has been added to the navigator's URL by
KDirLister).

I could not find any regressions caused by this change so far, but
even if there are side effects, the upcoming beta and RC releases
should give enough user feedback and time to fix them.

BUG: 180494

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

16 years agoinitialize m_canceled property in the constructor
Peter Penz [Wed, 29 Apr 2009 16:13:29 +0000 (16:13 +0000)]
initialize m_canceled property in the constructor

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

16 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Wed, 29 Apr 2009 14:49:56 +0000 (14:49 +0000)]
SVN_SILENT made messages (.desktop file)

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

16 years agoproperly initialize m_canceled.
Sebastian Trueg [Tue, 28 Apr 2009 10:41:50 +0000 (10:41 +0000)]
properly initialize m_canceled.

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

16 years agoGracefully end the metadata loading thread. This should fix
Sebastian Trueg [Tue, 28 Apr 2009 10:10:20 +0000 (10:10 +0000)]
Gracefully end the metadata loading thread. This should fix
BUG: 190165

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

16 years agoFixed context menu to delete tags.
Sebastian Trueg [Tue, 28 Apr 2009 08:17:59 +0000 (08:17 +0000)]
Fixed context menu to delete tags.

BUG: 165188

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

16 years agoi18n style guide fixes: http://techbase.kde.org/Projects/Usability/HIG/Capitalization
Stephan Binner [Sun, 26 Apr 2009 19:40:38 +0000 (19:40 +0000)]
i18n style guide fixes: http://techbase.kde.org/Projects/Usability/HIG/Capitalization

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

16 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Sun, 26 Apr 2009 13:37:09 +0000 (13:37 +0000)]
SVN_SILENT made messages (.desktop file)

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

16 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Sat, 25 Apr 2009 17:49:11 +0000 (17:49 +0000)]
SVN_SILENT made messages (.desktop file)

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

16 years agofixed issue that the video preview size was wrong during resizing the information...
Peter Penz [Fri, 24 Apr 2009 15:34:42 +0000 (15:34 +0000)]
fixed issue that the video preview size was wrong during resizing the information panel

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

16 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Fri, 24 Apr 2009 13:52:23 +0000 (13:52 +0000)]
SVN_SILENT made messages (.desktop file)

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

16 years ago- Postpone the video player initialization until the play button has been pressed.
Peter Penz [Thu, 23 Apr 2009 19:46:08 +0000 (19:46 +0000)]
- Postpone the video player initialization until the play button has been pressed.
- Assure that the video player has the same size as the preview widget. Convincing the embedded video player to dynamically resize during playing a video seems to be impossible - I need to check the Phonon::VideoPlayer source code to get the root cause for the currently strange behavior :-(

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

16 years agoi18n fixes: disambiguation contexts.
Chusslove Illich [Thu, 23 Apr 2009 19:23:03 +0000 (19:23 +0000)]
i18n fixes: disambiguation contexts.

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

16 years agoMake it impossible to hide one of the views in a split view setup
Frank Reininghaus [Wed, 22 Apr 2009 18:29:02 +0000 (18:29 +0000)]
Make it impossible to hide one of the views in a split view setup
completely by dragging the QSplitterHandle to the left or right. This
fixes the problem that a hidden view disappears completely after
closing the visible view. The root cause of this issue still seems to
be unclear though.

BUG: 190265

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

16 years agoSVN_SILENT made messages (.desktop file)
Script Kiddy [Wed, 22 Apr 2009 15:11:45 +0000 (15:11 +0000)]
SVN_SILENT made messages (.desktop file)

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

16 years agoLet the user choose if folders are always shown first in the views of
Frank Reininghaus [Mon, 20 Apr 2009 17:52:21 +0000 (17:52 +0000)]
Let the user choose if folders are always shown first in the views of
Dolphin and Konqueror (the default) or not. This setting can be
changed in the View menu: "View->Sort By->Folders First".

FEATURE: 62007

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

16 years agomake it compile w/o nepomuk
Pino Toscano [Fri, 17 Apr 2009 23:23:00 +0000 (23:23 +0000)]
make it compile w/o nepomuk

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

16 years ago* share Context Menu page settings from dolphin with konqueror
Alessandro Diaferia [Thu, 16 Apr 2009 18:55:19 +0000 (18:55 +0000)]
* share Context Menu page settings from dolphin with konqueror
* Make KonqPopupMenu aware of the CopyTo/MoveTo settings from konqueror and dolphin

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

16 years agoMake Qt 4.5's new "move tab" feature work in Dolphin. Up to now, tabs could be moved...
Frank Reininghaus [Wed, 15 Apr 2009 21:50:50 +0000 (21:50 +0000)]
Make Qt 4.5's new "move tab" feature work in Dolphin. Up to now, tabs could be moved in the tab bar using drag&drop, but DolphinMainWindow didn't notice :-(

Note that there's no need to call setActiveTab() because the active tab is the same before and after the move operation - only its index in the tab bar has changed.

BUG: 189641

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

16 years agoWorkaround: Phonon::BackendCapabilities::isMimeTypeAvailable(...) returns true for...
Peter Penz [Wed, 15 Apr 2009 20:10:03 +0000 (20:10 +0000)]
Workaround: Phonon::BackendCapabilities::isMimeTypeAvailable(...) returns true for PNG images, but it makes no sense showing a play/stop button in this case.

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

16 years agoAfter restoring the current item when going back to a folder, the current-item URL...
Peter Penz [Wed, 15 Apr 2009 18:40:08 +0000 (18:40 +0000)]
After restoring the current item when going back to a folder, the current-item URL must be cleared to prevent moving the focus when the directory content will be changed later.

BUG: 189522

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

16 years agoInitialize the name-label widget with a maximum size. This is important, otherwise...
Peter Penz [Wed, 15 Apr 2009 18:01:37 +0000 (18:01 +0000)]
Initialize the name-label widget with a maximum size. This is important, otherwise at least one resize event would be needed to apply a maximum width. This gets a problem if the dock is overlapped by another dock: No resize event is emitted and the preferred size increases in an unlimited way. Result: when hovering files with very long filenames, the overall dock width will increase in an unexpected way.

BUG: 189596

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

16 years agoremove the '!' prefix, which is used for a literal command
Peter Penz [Wed, 15 Apr 2009 17:14:30 +0000 (17:14 +0000)]
remove the '!' prefix, which is used for a literal command

BUG: 189672

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

16 years ago- hide the video player in any case when the stop-button has been pressed
Peter Penz [Sun, 12 Apr 2009 19:17:56 +0000 (19:17 +0000)]
- hide the video player in any case when the stop-button has been pressed
- provide a custom member for the audio media object

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

16 years agoThe feature freeze is near: Add video support to the Information Panel. Phonon is...
Peter Penz [Sun, 12 Apr 2009 19:00:59 +0000 (19:00 +0000)]
The feature freeze is near: Add video support to the Information Panel. Phonon is quite cool BTW :-)

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

16 years agoAllow to enable/disable which information should be shown in the Information Panel.
Peter Penz [Sun, 12 Apr 2009 16:41:14 +0000 (16:41 +0000)]
Allow to enable/disable which information should be shown in the Information Panel.

BUG: 156205

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