Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-10-28Reintroduce a dark and a light themeHannah von Reth
2020-10-07LogBrowers: Warn that logs contain sensitive dataHannah von Reth
Fixes: #8137
2020-08-21Add dedicated button to add accountsHannah von Reth
2020-08-21Replace monochrome icons with https://fontawesome.com svg'sHannah von Reth
2019-12-04[Settings] Add a quit buttonHannah von Reth
Fixes : #7547
2018-04-19More Button: Use SVG and fix size so it renders good in highdpiOlivier Goffart
When the more button was changed from using a text to an icon, the size computation was not adjusted proerly to that of a button with an icon. And using svg allows it to be rendered correctly with high-dpi It looks much much nicer now
2016-03-10Added temporar icon for notifications.Klaas Freitag
2015-11-17SharedDialog: Fix the delete icon on windows and mac (#3737)Olivier Goffart
2015-11-06Folder Status: Use same fat ... icon as webMarkus Goetz
2015-08-10Settings dialog: improve layout a bitDaniel Molkentin
2015-02-16Add new icons by JanDaniel Molkentin
2015-02-12More HIDPI supportDaniel Molkentin
Except for the non-native activity tab icon in settings, this should fix #11
2014-12-01Refactor generic settings dialogDaniel Molkentin
- move items on top like on Mac OS (right is free for accounts now) - The account icon no longer reflects the current status (in prep for multi-account)
2013-11-28Use the activity icon in settings dialog.Klaas Freitag
2013-08-07Proper network icon for the nice new settings dialog.Jan-Christoph Borchardt
2013-07-24Make use of bandwidth limiting, split general/network settings.Daniel Molkentin
Fixes #14
2013-07-20Implement UI changes discussed with Jan.Daniel Molkentin
Fixes #785 Fixes #782 Fixes #781
2013-06-11Fix status delegateDaniel Molkentin
- remove magic values - remove backend icon, put status icon in the front - elide text when > list view width - use list view font
2013-05-17Make new connection wizard themableDaniel Molkentin
2013-05-04Remove dummy artwork, dead switchesDaniel Molkentin
2013-04-28Add blue ownCloud logo.Klaas Freitag
2013-04-27owncloud logo pixmap.Klaas Freitag
2013-03-01add http and https icons for connection feedbackJan-Christoph Borchardt
2013-02-09Cleaned up used icons.Klaas Freitag
2013-01-10Consolidate theming support.Daniel Molkentin
This implements out-of-repository-theming, and removes the old custom.ini theming that never worked on all platforms and had no straight deployment story. The new approach requires the CMAKE variable OEM_THEME_DIR to point to a directory that must at least contain an OEM.cmake file (check OWNCLOUD.cmake for possible options) as well as a themes.qrc and a themes/ directory that directly correspond to the ones in the source tree.
2012-12-20New icons for ownCloud clientDaniel Molkentin
--monoicons shows platform-specific monochrome icons for now until we have a proper settings dialog.
2012-11-05Display error status in statusdialog.Klaas Freitag
2012-09-30Optimize PNG filesLukas Reschke
This lossless optimization, reduces the filesize at about 25% for each image
2012-09-25icon improvementsDaniel Molkentin
- more sizes - rename state icons due to a cmake limitation (it globs owncloud-icon-* for mac and windows icons, which causes the state icons to appear as app icons) - adjust resourcefile and theme accordingly
2012-05-02updated owncloud 128 icon.Klaas Freitag
2012-05-02Fix the app icon to be owncloudsKlaas Freitag
2012-05-02Fixed theming: Made a mirall and a ownCloud icon theme working.Klaas Freitag
2012-04-12Pushed to version 1.0.1Klaas Freitag
2012-04-02Add win32 packaging with nsiKlaas Freitag
2012-04-02Set verion to 1.0.0Klaas Freitag
2012-03-31- added a new icon to display the waiting-to-be-synced stateKlaas Freitag
- fixed the status display if the status dialog opens
2012-03-03Correct version on the splash screen.Klaas Freitag
2012-02-23Added a splashscreen.Klaas Freitag
2011-11-28- added icon defaults for systems without icon theming bnc#730834Klaas Freitag
- fixed some bugs with ownCloud status check fails - bumped version to 0.1.2
2011-11-22- renamed icons to mirall instead of ownCloudKlaas Freitag
- install of desktop file icon added
2011-10-20More polish and bugfixingKlaas Freitag
2011-10-19Use icons depending on the backendKlaas Freitag