┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2008-01-15make sure that other apps using this part find Dolphin's view-file-columns iconsAndré Wöbbeking
svn path=/branches/KDE/4.0/kdebase/apps/; revision=761729
2008-01-10Backport: use F3 for "Split View" instead of F10Peter Penz
svn path=/branches/KDE/4.0/kdebase/apps/; revision=759573
2008-01-10SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/branches/KDE/4.0/kdebase/apps/; revision=759254
2008-01-10Fix selections. Backport.Rafael Fernández López
svn path=/branches/KDE/4.0/kdebase/apps/; revision=759099
2008-01-09Backport: Only increase the height of the statusbar for long texts if the ↵Peter Penz
message type is not DolphinStatusBar::Default (otherwise the layout of the icons view might get changed when hovering items). svn path=/branches/KDE/4.0/kdebase/apps/; revision=759061
2008-01-07Backport of bugfix 154434 (trunk revision 757791): Remember the ↵Peter Penz
additional-info property (size, date, type, ...) for each view mode (icons view, details view, column view) individually. svn path=/branches/KDE/4.0/kdebase/apps/; revision=758210
2008-01-06Backport:Laurent Montel
don't start QTimeLine if QTimeLine is already started svn path=/branches/KDE/4.0/kdebase/apps/; revision=757961
2008-01-04Make it possible to run applications from the applications:/ kioslave again.David Faure
svn path=/branches/KDE/4.0/kdebase/apps/; revision=757231
2008-01-04SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=757112
2008-01-04ARGH!Jakob Petsovits
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-03As requested by Peter: upgrade version to 1.0David Faure
svn path=/trunk/KDE/kdebase/apps/; revision=756998
2008-01-03Re-compress svgz files with:Urs Wolfer
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-03use KDE's standard shortcut for back (as discussed with David and Peter)André Wöbbeking
svn path=/trunk/KDE/kdebase/apps/; revision=756673
2008-01-03we've to use Qt's names for keys.André Wöbbeking
BTW, why isn't the standard shortcut used (Alt+Left instead of Backspace)? svn path=/trunk/KDE/kdebase/apps/; revision=756486
2008-01-03SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=756421
2008-01-02Icon theme minimality:Jakob Petsovits
move actions/view-file-columns to Dolphin. svn path=/trunk/KDE/kdebase/apps/; revision=756073
2008-01-02do a case insensitive filtering of filenamesPeter Penz
CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=756066
2008-01-02Better looking categories. Thanks to Aurélien Gâteau for the original patch.Rafael Fernández López
CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=755674
2008-01-02Optimize PNG files again.Urs Wolfer
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-01Icon renaming (code changes - KDE/):Jakob Petsovits
consolidate the fileview-* icons to view-* svn path=/trunk/KDE/kdebase/apps/; revision=755384
2007-12-31Icon naming spec compliance (code changes - KDE/):Jakob Petsovits
ok -> dialog-ok svn path=/trunk/KDE/kdebase/apps/; revision=754942
2007-12-28Icon naming spec compliance (code changes - KDE/):Jakob Petsovits
* 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-27Get the biggest item size for recalculating scrollbar size.Aleix Pol Gonzalez
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-26When there is no grid, we need to recalculate correctly the vertical ↵Rafael Fernández López
scrollbar size svn path=/trunk/KDE/kdebase/apps/; revision=753192
2007-12-25Fixes, fixes, fixes:Rafael Fernández López
* 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: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=752784
2007-12-25SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=752700
2007-12-25Icon naming spec compliance (code changes - KDE/):Jakob Petsovits
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-24Move (broken) action "Edit/Properties" to dolphinpart and made it work there.David Faure
Pass parent widget to all KPropertiesDialog instances. svn path=/trunk/KDE/kdebase/apps/; revision=752542
2007-12-24Move (broken) editMimeType action from konqueror to dolphinpart (and made it ↵David Faure
work there) svn path=/trunk/KDE/kdebase/apps/; revision=752422
2007-12-24This TODO is implementable now: use real KFileItem instead of fake oneDavid Faure
svn path=/trunk/KDE/kdebase/apps/; revision=752421
2007-12-24Move a bunch of Go menu actions from konqueror to dolphinpart, so that they ↵David Faure
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-24SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=752330
2007-12-21SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=751145
2007-12-20If we should open the URL right away, then let's do it right away.David Faure
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: [email protected], [email protected] CCBUG: 154053 svn path=/trunk/KDE/kdebase/apps/; revision=750996
2007-12-20Now we have it: don't update the whole viewport, and be safe when drawing, ↵Rafael Fernández López
so there are not parts forgetting to be updated svn path=/trunk/KDE/kdebase/apps/; revision=750990
2007-12-20Improve performanceRafael Fernández López
svn path=/trunk/KDE/kdebase/apps/; revision=750928
2007-12-20Fix the problem with the column views.Rafael Fernández López
BUG: 154053 CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=750749
2007-12-19Easier codeRafael Fernández López
svn path=/trunk/KDE/kdebase/apps/; revision=750473
2007-12-19SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=750401
2007-12-19Now the konsole part is autodestructed when no tabs do exist. This makes the ↵Rafael Fernández López
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-18Show elastic band on the column widgetRafael Fernández López
CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=750207
2007-12-18The order is important, also is important to accept the event on the move ↵Rafael Fernández López
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: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=750176
2007-12-18So I guess that is the behaviour that we really want :)Rafael Fernández López
CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=750173
2007-12-18Revert the whole code regarding the discussed issue. Columns view still show ↵Rafael Fernández López
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: [email protected] CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=750168
2007-12-18Keep consistent all views. Peter, if you decide to revert the change that ↵Rafael Fernández López
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: [email protected] CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=750155
2007-12-18Fix discrepancy in total size between statusbar and infosidebarpage; ↵David Faure
reported by _mika, approved by Peter. svn path=/trunk/KDE/kdebase/apps/; revision=750121
2007-12-18The popup menu is not shown if ctrl,shift or alt is pressedRafael Fernández López
svn path=/trunk/KDE/kdebase/apps/; revision=750079
2007-12-18Give visual feedback when dragging with the cursor also. If you are not able ↵Rafael Fernández López
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-18Disable the action that launches kompare if kompare is not installed.David Faure
svn path=/trunk/KDE/kdebase/apps/; revision=750038
2007-12-18SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=749901