┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/icons
AgeCommit message (Collapse)Author
2020-07-26Icon: Update with latest breeze iconTimothée Ravier
2016-11-22Add application icon for Mac and MS Windows.R.J.V. Bertin
Uses the Oxygen theme because it fits in better with prevailent icons on those platforms.
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-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-02Icon theme minimality:Jakob Petsovits
move actions/view-file-columns to Dolphin. svn path=/trunk/KDE/kdebase/apps/; revision=756073