Commit graph

1164 commits

Author SHA1 Message Date
Pino Toscano c62e317ba5 dolphin can use soprano, but nowhere in apps we look for it; so search for Soprano manually
svn path=/trunk/KDE/kdebase/apps/; revision=757434
2008-01-04 22:59:55 +00:00
Stephan Binner a888b8fb94 i18n style guide fixes
svn path=/trunk/KDE/kdebase/apps/; revision=757261
2008-01-04 15:26:42 +00:00
David Faure 7bdfc26009 forwardport r757231
Make it possible to run applications from the applications:/ kioslave again.

svn path=/trunk/KDE/kdebase/apps/; revision=757239
2008-01-04 14:52:24 +00:00
Script Kiddy dc62d3840b SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=757112
2008-01-04 08:40:56 +00:00
Jakob Petsovits eb8038e710 ARGH!
No, but really, we can't ship Dolphin with a missing
toolbar icon. And no, I have no clue why it won't use
that "pics" folder that I was generating for that icon.

Apologies?

svn path=/trunk/KDE/kdebase/apps/; revision=757082
2008-01-04 03:28:27 +00:00
David Faure c34873b22a As requested by Peter: upgrade version to 1.0
svn path=/trunk/KDE/kdebase/apps/; revision=756998
2008-01-03 23:31:33 +00:00
Urs Wolfer f2abd912c5 Re-compress svgz files with:
find . -name "*.svgz" -exec advdef -z -4 '{}' \;

That saves around 6MB in trunk without any restrictions.

Also correct the svn mimetype for all svgz files which had a wrong one (which is thy reason why my fist commit failed...) with:
svn propset svn:mime-type 'application/octet-stream'

svn path=/trunk/KDE/kdebase/apps/; revision=756680
2008-01-03 15:25:23 +00:00
André Wöbbeking c7cd6bc6ab use KDE's standard shortcut for back (as discussed with David and Peter)
svn path=/trunk/KDE/kdebase/apps/; revision=756673
2008-01-03 15:07:27 +00:00
André Wöbbeking a9ab876f70 we've to use Qt's names for keys.
BTW, why isn't the standard shortcut used (Alt+Left instead of Backspace)?

svn path=/trunk/KDE/kdebase/apps/; revision=756486
2008-01-03 10:37:44 +00:00
Script Kiddy 706c9791ad SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=756421
2008-01-03 08:33:49 +00:00
Jakob Petsovits 8993bbe231 Icon theme minimality:
move actions/view-file-columns to Dolphin.

svn path=/trunk/KDE/kdebase/apps/; revision=756073
2008-01-02 17:52:08 +00:00
Peter Penz d361e8b9b4 do a case insensitive filtering of filenames
CCMAIL: riccardo@kde.org

svn path=/trunk/KDE/kdebase/apps/; revision=756066
2008-01-02 17:40:15 +00:00
Rafael Fernández López 743bec3751 Better looking categories. Thanks to Aurélien Gâteau for the original patch.
CCMAIL: kde-core-devel@kde.org

svn path=/trunk/KDE/kdebase/apps/; revision=755674
2008-01-02 01:21:39 +00:00
Urs Wolfer c6a4a3aa06 Optimize PNG files again.
Last optimization has been done almost two years ago. There a lot of new files in trunk (e.g all Oxygen stuff).
It's not the correct time to do that again (before the release).

This run saves again around 10MB of diskspace without any restrictions.

svn path=/trunk/KDE/kdebase/apps/; revision=755647
2008-01-02 00:10:07 +00:00
Jakob Petsovits 05c8b55c73 Icon renaming (code changes - KDE/):
consolidate the fileview-* icons to view-*

svn path=/trunk/KDE/kdebase/apps/; revision=755384
2008-01-01 12:25:48 +00:00
Jakob Petsovits eb709ca046 Icon naming spec compliance (code changes - KDE/):
ok -> dialog-ok

svn path=/trunk/KDE/kdebase/apps/; revision=754942
2007-12-31 00:08:19 +00:00
Jakob Petsovits 9daf347112 Icon naming spec compliance (code changes - KDE/):
* actions/user -> places/user-identity
* places/contact -> mimetypes/x-office-contact
* fix KMail and KNode configuration dialog page icons
* and bits of other fix-up stuff.

svn path=/trunk/KDE/kdebase/apps/; revision=753841
2007-12-28 16:21:31 +00:00
Aleix Pol Gonzalez 4391635b5d Get the biggest item size for recalculating scrollbar size.
This patch was made by ereslibre, I'm commiting it because he is kind of offline.

svn path=/trunk/KDE/kdebase/apps/; revision=753426
2007-12-27 12:57:04 +00:00
Rafael Fernández López 3cd333e663 When there is no grid, we need to recalculate correctly the vertical scrollbar size
svn path=/trunk/KDE/kdebase/apps/; revision=753192
2007-12-26 20:50:33 +00:00
Rafael Fernández López e4170c1910 Fixes, fixes, fixes:
* Better item appearance (selected and hover) on systemsettings.
* Keyboard navigation improved in dolphin, and now is possible to navigate with keyboard in systemsettings (it was not possible before).
* No rubberband or multiple selection on systemsettings.
* Single or double click for item activation depends on the system state on systemsettings.
* On KCategoryDrawer now titles are drawn with more margin, as happens on DolphinCategoryDrawer. This gives more consistency to its look.

CCMAIL: wstephenson@kde.org

svn path=/trunk/KDE/kdebase/apps/; revision=752784
2007-12-25 17:37:41 +00:00
Script Kiddy 8ded05f86d SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=752700
2007-12-25 08:10:15 +00:00
Jakob Petsovits 597b083dbc Icon naming spec compliance (code changes - KDE/):
drive-remote -> folder-remote

Seems like all of the drive-remote occurrences in SVN
make a perfect fit for being replaced by folder-remote
(which is specified by the naming spec).

svn path=/trunk/KDE/kdebase/apps/; revision=752590
2007-12-25 00:43:40 +00:00
David Faure 8eed64171c Move (broken) action "Edit/Properties" to dolphinpart and made it work there.
Pass parent widget to all KPropertiesDialog instances.

svn path=/trunk/KDE/kdebase/apps/; revision=752542
2007-12-24 19:07:32 +00:00
David Faure 728ecea4a1 Move (broken) editMimeType action from konqueror to dolphinpart (and made it work there)
svn path=/trunk/KDE/kdebase/apps/; revision=752422
2007-12-24 11:50:08 +00:00
David Faure 0cb23c8cfa This TODO is implementable now: use real KFileItem instead of fake one
svn path=/trunk/KDE/kdebase/apps/; revision=752421
2007-12-24 11:46:35 +00:00
David Faure 5a3a5f5135 Move a bunch of Go menu actions from konqueror to dolphinpart, so that they don't clutter the Go menu when using other parts. As posted on k-c-d.
svn path=/trunk/KDE/kdebase/apps/; revision=752408
2007-12-24 11:17:16 +00:00
Script Kiddy 6ad83c09bd SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=752330
2007-12-24 08:00:37 +00:00
Script Kiddy a17098217c SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=751145
2007-12-21 07:55:50 +00:00
David Faure d56ae4eda3 If we should open the URL right away, then let's do it right away.
We can tell konqueror afterwards by using the openUrlNotify() signal.

Note: this design bit is a bit strange; the controller has urlChanged() and requestUrlChange(),
but they are both channeled to DolphinView::urlChanged(), which means the recipient has
to figure out if the url change was already done or not, with "if (m_view->url() != url)".
Wouldn't it be simpler to just have both signals coming out of DolphinView?
(but some receivers like the view container don't seem to care which one was emitted... strange)

CCMAIL: peter.penz@gmx.at, ereslibre@kde.org
CCBUG: 154053

svn path=/trunk/KDE/kdebase/apps/; revision=750996
2007-12-20 20:44:58 +00:00
Rafael Fernández López 15bf954906 Now we have it: don't update the whole viewport, and be safe when drawing, so there are not parts forgetting to be updated
svn path=/trunk/KDE/kdebase/apps/; revision=750990
2007-12-20 20:17:43 +00:00
Rafael Fernández López c9509654ba Improve performance
svn path=/trunk/KDE/kdebase/apps/; revision=750928
2007-12-20 15:45:42 +00:00
Rafael Fernández López c2d9d9beca Fix the problem with the column views.
BUG: 154053
CCMAIL: faure@kde.org

svn path=/trunk/KDE/kdebase/apps/; revision=750749
2007-12-20 00:08:17 +00:00
Rafael Fernández López 40744e5404 Easier code
svn path=/trunk/KDE/kdebase/apps/; revision=750473
2007-12-19 11:19:04 +00:00
Script Kiddy 38b45d4c52 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=750401
2007-12-19 08:07:43 +00:00
Rafael Fernández López 73fbb1a3d1 Now the konsole part is autodestructed when no tabs do exist. This makes the desired effect on dolphin when typing "exit" on the terminal, the dock will be hidden.
BUG: 153648

svn path=/trunk/KDE/kdebase/apps/; revision=750276
2007-12-19 01:35:09 +00:00
Rafael Fernández López 603681ba79 Show elastic band on the column widget
CCMAIL: peter.penz@gmx.at

svn path=/trunk/KDE/kdebase/apps/; revision=750207
2007-12-18 22:02:51 +00:00
Rafael Fernández López 2446dd16e8 The order is important, also is important to accept the event on the move event. While on the dock tree view we were always getting a forbidden cursor with no
possibility to drop, now we can nicely drop :)

CCMAIL: peter.penz@gmx.at

svn path=/trunk/KDE/kdebase/apps/; revision=750176
2007-12-18 21:11:33 +00:00
Rafael Fernández López 665ca266e9 So I guess that is the behaviour that we really want :)
CCMAIL: peter.penz@gmx.at

svn path=/trunk/KDE/kdebase/apps/; revision=750173
2007-12-18 21:04:26 +00:00
Rafael Fernández López 579a1ea6be Revert the whole code regarding the discussed issue. Columns view still show the "forbidden" cursor, so nothing is fixed while reverted. The drop-indicator is shown on
files too... so something needs a fix here. Shouldn't be hard anyway

CCMAIL: peter.penz@gmx.at
CCMAIL: faure@kde.org

svn path=/trunk/KDE/kdebase/apps/; revision=750168
2007-12-18 20:53:49 +00:00
Rafael Fernández López 0ae60ef79b Keep consistent all views. Peter, if you decide to revert the change that David did on dolphiniconsview, do the revert here too. It really makes things very clear this
way. Anyway, detailed and columns view were buggy since it did never accept the dragging events, so you were never able to drop on the detailed or column view.

CCMAIL: peter.penz@gmx.at
CCMAIL: faure@kde.org

svn path=/trunk/KDE/kdebase/apps/; revision=750155
2007-12-18 20:17:57 +00:00
David Faure 00bded7c8d Fix discrepancy in total size between statusbar and infosidebarpage; reported by _mika, approved by Peter.
svn path=/trunk/KDE/kdebase/apps/; revision=750121
2007-12-18 18:13:31 +00:00
Rafael Fernández López fe09a37c59 The popup menu is not shown if ctrl,shift or alt is pressed
svn path=/trunk/KDE/kdebase/apps/; revision=750079
2007-12-18 16:49:16 +00:00
Rafael Fernández López 2b6ecf638d Give visual feedback when dragging with the cursor also. If you are not able to drop to an item (for example, a txt file) the cursor also changes to "forbidden" with the
categorized view.

svn path=/trunk/KDE/kdebase/apps/; revision=750059
2007-12-18 16:01:39 +00:00
David Faure bdb91e85ec Disable the action that launches kompare if kompare is not installed.
svn path=/trunk/KDE/kdebase/apps/; revision=750038
2007-12-18 15:08:59 +00:00
Script Kiddy a81e8d7661 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=749901
2007-12-18 08:17:42 +00:00
Rafael Fernández López c8d72e204f Code moved to KDirSortFilterProxyModel
svn path=/trunk/KDE/kdebase/apps/; revision=749852
2007-12-18 01:38:31 +00:00
Rafael Fernández López b6e0675e7f Maybe this attribute is more correct
svn path=/trunk/KDE/kdebase/apps/; revision=749785
2007-12-17 21:49:09 +00:00
Rafael Fernández López 784c525225 There we go. Fix this bug :)
BUG: 153420

svn path=/trunk/KDE/kdebase/apps/; revision=749755
2007-12-17 20:06:46 +00:00
Luboš Luňák f00ea7fd73 Soprano is optional.
svn path=/trunk/KDE/kdebase/apps/; revision=749607
2007-12-17 12:33:50 +00:00
Rafael Fernández López d29264df22 Avoid painting problems with the rubberband
svn path=/trunk/KDE/kdebase/apps/; revision=749270
2007-12-16 22:55:20 +00:00