┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/icons
AgeCommit message (Collapse)Author
2025-03-03icon(svg): move spdx text to fix flatpak svg detectionDarshan Phaldesai
2025-02-20Add a dolphin to the iconDarshan Phaldesai
Added an dolphin overlay on top of the folder icon. The intention is to add subtle branding and personality to icon while leaving the overall shape and design untouched.
2024-03-13Sync Dolphin icon with Breeze system-file-managerKai Uwe Broulik
The upstream Breeze variant colorizes based on the user's color scheme which was lost when Dolphin switched to using its org.kde.dolphin icon. BUG: 482581 FIXED-IN: 24.02.1
2024-02-02Fix flatpakCarl Schwan
Update with the state of the manifest on github and install icons at the correct location
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