Commit graph

13483 commits

Author SHA1 Message Date
Luboš Luňák
bee6af9016 Hacking Glib eventloop integration. Not everybody has Qt with glib support,
and new Flash doesn't work without it.


svn path=/trunk/KDE/kdebase/apps/; revision=820257
2008-06-13 17:16:14 +00:00
Luboš Luňák
fabcfcf02e Fix slot name.
svn path=/trunk/KDE/kdebase/apps/; revision=820179
2008-06-13 13:24:01 +00:00
David Faure
ff16406a9a Fix the "No text" menu appearing in konqueror while browsing directories. Sorry for message freeze breakage.
svn path=/trunk/KDE/kdebase/apps/; revision=820149
2008-06-13 10:58:26 +00:00
Peter Penz
1c71158dfa Finally fixed problem that "Apply to all folders" did not work as expected. TODO: the mirrored directory still should be cleaned up, but this has to be done without deleting the view properties fallback.
BUG: 163366

svn path=/trunk/KDE/kdebase/apps/; revision=820068
2008-06-13 06:10:53 +00:00
Peter Penz
ef3debaa85 Fix the "Apply" - "OK" problem in the viewproperties dialog (patch done by Rafael Fernández López). One related problem still has to be solved...
CCBUG: 163366

svn path=/trunk/KDE/kdebase/apps/; revision=820062
2008-06-13 05:30:55 +00:00
Urs Wolfer
fe09319f0a Losslessly optimized PNG and SVGZ files with "optipng -o5" and "advdef -z -4".
Reduced disk space: 5128KB (5MB)

svn path=/trunk/KDE/kdebase/apps/; revision=820008
2008-06-12 21:07:49 +00:00
Fredrik Höglund
76462f3261 Fix a compiler warning about KFileItem::acceptsDrops() being deprecated by
checking the item flags for the hovered index instead.

svn path=/trunk/KDE/kdebase/apps/; revision=819948
2008-06-12 17:42:11 +00:00
Fredrik Höglund
35408f2c52 Implement support for renaming files.
svn path=/trunk/KDE/kdebase/apps/; revision=819943
2008-06-12 17:24:35 +00:00
Aaron J. Seigo
6c1379668e icons, order sync with dolphin's menu
CCBUG:163597

svn path=/trunk/KDE/kdebase/apps/; revision=819869
2008-06-12 13:00:46 +00:00
Aaron J. Seigo
c88e0ee382 * don't paint dragging items as if they were still there
* repaint dragged items if the drag was cancelled

svn path=/trunk/KDE/kdebase/apps/; revision=819861
2008-06-12 12:22:29 +00:00
Aaron J. Seigo
e99d962c97 drop within a folderview.
p.s. bugzilla has all the wrong granularity in bug reports.

BUG:163597

svn path=/trunk/KDE/kdebase/apps/; revision=819860
2008-06-12 12:13:09 +00:00
Aaron J. Seigo
4773eb8926 * remove an used var
* move more of the initialization to the init list so that it's quicker to check what is initialized (or not)

svn path=/trunk/KDE/kdebase/apps/; revision=819811
2008-06-12 08:09:00 +00:00
David Faure
c620b27631 More improvements to the animated logo (with some ideas from JRT, and some from fredrikh) :
use standard icon size to avoid rescaling of the icon; force icon size to be as big as we can,
otherwise the style padding makes it too small -> the style just has to cope with the iconsize
being quite big for the given widget size. But if this gives too much trouble, we'll just have to
skip the style altogether and draw this thing ourselves...

svn path=/trunk/KDE/kdebase/apps/; revision=819749
2008-06-11 22:56:25 +00:00
Peter Penz
f3fb42fc77 SVN_SILENT: comment++
svn path=/trunk/KDE/kdebase/apps/; revision=819683
2008-06-11 18:52:57 +00:00
Peter Penz
628faf4dce Simplify code:
* Use KFileItems for all lists instead a mixture of KFileItemList and QList<KUrl>.
* Use a common helper method for generatePreviews() and resumePreviews() to order the visible items at the beginning of the list.

svn path=/trunk/KDE/kdebase/apps/; revision=819681
2008-06-11 18:47:32 +00:00
Peter Penz
2b21d6a992 cancel previews if the URL has been changed
svn path=/trunk/KDE/kdebase/apps/; revision=819665
2008-06-11 17:51:32 +00:00
Peter Penz
7e1da6a8e4 Improve the performance of the code part which checks which items are visible. Although the code is less readable now, it requires only 0,5 seconds for 2500 items instead of 2 seconds.
svn path=/trunk/KDE/kdebase/apps/; revision=819663
2008-06-11 17:50:59 +00:00
Script Kiddy
9e82776a67 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=819631
2008-06-11 16:22:52 +00:00
Rafael Fernández López
6ac5821abd Separator is ' ', not ';'. Thanks Anne.
svn path=/trunk/KDE/kdebase/apps/; revision=819492
2008-06-11 12:26:55 +00:00
Aaron J. Seigo
605ba7360a * highlight the item we are dragging over
* if the KFileItem droped on doesn't accept drops, don't pass it in to doDrop (fixes crash)

svn path=/trunk/KDE/kdebase/apps/; revision=819371
2008-06-11 05:49:35 +00:00
Aaron J. Seigo
1041104333 silly == when it should be = error; now dropping on folders works.
svn path=/trunk/KDE/kdebase/apps/; revision=819369
2008-06-11 05:41:09 +00:00
Script Kiddy
3bc41b36b8 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=819272
2008-06-10 20:52:13 +00:00
Aaron J. Seigo
b43676f838 use KonqOperations::doDrop. unfortunately the popup menu goes away immediately, and modifier shortcuts such as ctrl/shift are also innexplicably ignored. so .. the drop code is there, just need to figure out what even maddness is going on.
svn path=/trunk/KDE/kdebase/apps/; revision=819237
2008-06-10 20:14:16 +00:00
Peter Penz
acc6cc94b7 don't forget to delete the MIME type resolver when the IconManager gets destructed
svn path=/trunk/KDE/kdebase/apps/; revision=819163
2008-06-10 18:45:00 +00:00
Peter Penz
929b3c99c9 only resolve the MIME-types asynchronously, if no preview is generated
CCMAIL: faure@kde.org
CCMAIL: ereslibre@kde.org

svn path=/trunk/KDE/kdebase/apps/; revision=819162
2008-06-10 18:38:28 +00:00
Peter Penz
82416aa5a5 remove KDE 3 relict (the preview action does not exist anymore since about more than 1 year)
svn path=/trunk/KDE/kdebase/apps/; revision=819151
2008-06-10 17:54:52 +00:00
Peter Penz
916b3a808e Just use KMimeType::extractKnownExtension() instead of the custom implementation. Thanks to David Faure for the hint!
svn path=/trunk/KDE/kdebase/apps/; revision=819137
2008-06-10 17:22:24 +00:00
David Faure
68885c7eeb Make the animated logo (the "throbber") bigger, without making the menubar taller.
svn path=/trunk/KDE/kdebase/apps/; revision=819125
2008-06-10 16:53:48 +00:00
Peter Penz
faeafd5b42 Move code for disabling the paste action into DolphinView::pasteInfo() -> Dolphin KPart now also is aware about the disabled paste action.
@David: Konqueror hides the paste action in the context menu now, but still the action in the edit menu stays enabled

CCMAIL: faure@kde.org

svn path=/trunk/KDE/kdebase/apps/; revision=819116
2008-06-10 16:23:46 +00:00
Peter Penz
875b1c77fb SVN_SILENT: documentation fixes
svn path=/trunk/KDE/kdebase/apps/; revision=819108
2008-06-10 16:07:09 +00:00
David Faure
03415bc8a9 Argh my last patch broke plugins. So revert 818988 and do it properly, for real this time :)
KPluginFactory can take the catalog name as second argument, this is the best fix.
CCMAIL: Chusslove Illich <caslav.ilic@gmx.net>

svn path=/trunk/KDE/kdebase/apps/; revision=818989
2008-06-10 09:15:19 +00:00
Chusslove Illich
07b14fca3b Revert 818910 and do it properly (patch by dfaure).
svn path=/trunk/KDE/kdebase/apps/; revision=818988
2008-06-10 09:07:59 +00:00
Andrew Lake
b320b7b756 Display path when custom paths are selected.
svn path=/trunk/KDE/kdebase/apps/; revision=818927
2008-06-10 01:40:01 +00:00
Aaron J. Seigo
1df1a51a99 make folderview a containment as well so people can start playing with it as they seem to not be able to comprehend the idea
svn path=/trunk/KDE/kdebase/apps/; revision=818916
2008-06-10 00:48:24 +00:00
Chusslove Illich
bd0f20db68 i18n fix: insert needed catalog.
svn path=/trunk/KDE/kdebase/apps/; revision=818910
2008-06-10 00:14:53 +00:00
David Faure
a1f11a7845 Fix the back/forward submenus, they didn't go to the right place after my porting to QAction::setData, oops. Thanks to Harri for spotting this one.
svn path=/trunk/KDE/kdebase/apps/; revision=818867
2008-06-09 21:17:23 +00:00
David Faure
df49cb9b12 Another fix for redirections: "Create New" was missing from the konqpopupmenu when doing RMB on ftp://user@host, because after the redirection, part->url() was still the old url (so it didn't look like a popup opened for the current directory, in the konqpopupemenu code)
svn path=/trunk/KDE/kdebase/apps/; revision=818721
2008-06-09 11:59:15 +00:00
Pino Toscano
95f0c66c09 make use of PLASMA_LIBS, that works in any case
svn path=/trunk/KDE/kdebase/apps/; revision=818690
2008-06-09 08:57:12 +00:00
Pino Toscano
e118068c31 include the plasma include dir
svn path=/trunk/KDE/kdebase/apps/; revision=818687
2008-06-09 08:35:10 +00:00
Laurent Montel
c1a724bccc Tag as devel element
svn path=/trunk/KDE/kdebase/apps/; revision=818680
2008-06-09 07:12:59 +00:00
Pino Toscano
b85e9c88ce a bit hackish way to detect whether "apps" is compiled separately or within the whole kdebase;
in the former case, just find Plasma, while in the latter "simulate" a successful behaviour of FindPlasma, setting all the variables to the plasma stuff in workspace

svn path=/trunk/KDE/kdebase/apps/; revision=818618
2008-06-09 00:51:36 +00:00
Fredrik Höglund
2726b5cf10 Add the context menu for the icons in the folder view, and add
the "Create New", "Undo" and "Paste" actions to the applet's
context menu.

CCBUG: 155057
BUG: 163043

svn path=/trunk/KDE/kdebase/apps/; revision=818609
2008-06-08 23:49:24 +00:00
Fredrik Höglund
55e7f80ee3 Add the folderview applet to the build.
svn path=/trunk/KDE/kdebase/apps/; revision=818604
2008-06-08 22:37:49 +00:00
Fredrik Höglund
ff4cd59c89 Move the folderview applet to kdebase/apps, so we can add a dependency on libkonq.
svn path=/trunk/KDE/kdebase/apps/; revision=818603
2008-06-08 22:31:58 +00:00
Patrick Spendrin
78157f942f fix application icon generation
svn path=/trunk/KDE/kdebase/apps/; revision=818454
2008-06-08 15:57:40 +00:00
Peter Penz
491c917d5a disable the paste action if no writing is supported for the paste-destination
BUG: 161639

svn path=/trunk/KDE/kdebase/apps/; revision=818445
2008-06-08 15:20:19 +00:00
Peter Penz
894919c15c * use a default size where the height of the line editor is not too small
* remember the size set by the user

CCMAIL: trueg@kde.org

svn path=/trunk/KDE/kdebase/apps/; revision=818381
2008-06-08 13:10:14 +00:00
Peter Penz
6b21b18331 fixed issue that "Apply to all folders" in the view properties dialog might forget some settings when pressing first "Apply" and then "OK"
BUG: 163366

svn path=/trunk/KDE/kdebase/apps/; revision=818368
2008-06-08 12:43:10 +00:00
Peter Penz
adc6cdde31 SVN_SILENT: removed trailing spaces
svn path=/trunk/KDE/kdebase/apps/; revision=818367
2008-06-08 12:38:56 +00:00
Albert Astals Cid
cfa86d3f45 ;--
svn path=/trunk/KDE/kdebase/apps/; revision=818343
2008-06-08 11:29:38 +00:00