Commit Graph

524 Commits

Author SHA1 Message Date
Craig Drummond
7598aa1147 QStyleOptionViewItemV4 is deprecated in Qt5 2016-07-07 19:01:40 +01:00
Craig Drummond
336720a683 Only draw '1' twice for all builds 2016-01-24 14:40:22 +00:00
CDrummond
d33b572b21 Fix some windows icons 2016-01-22 18:23:16 +00:00
Craig Drummond
6e21ccdb53 Adjust icon sizes if not high-dpi 2016-01-20 20:41:16 +00:00
Craig Drummond
d1428429c5 Install font awesome into cantata resource folder, and load from there. 2016-01-19 23:29:19 +00:00
Craig Drummond
9360ba591e Full hinting? 2016-01-19 23:10:52 +00:00
Craig Drummond
7780153dda - Try to force anti-alias for icons
- Under windows set pixel size to 14 or 28 if it is already close to one of these (14 is the fa grid size)
2016-01-19 23:03:39 +00:00
Craig Drummond
fb6a7aee07 - Use more font-awesome icons - for repeat, random, menu (on windows)
- Use SVG for consume
2016-01-19 22:49:59 +00:00
Craig Drummond
aee9b4f0e0 Default scale of 0.9 for font awesome icons 2016-01-19 18:45:37 +00:00
Craig Drummond
5615961a07 35% opacity for disabled icons 2016-01-18 19:03:16 +00:00
Craig Drummond
5f9c80ec88 Reduce size of folder icon 2016-01-18 19:01:55 +00:00
Craig Drummond
6b0b0fc5ec Only need one copy of each svg - use icon engine to recolour
- Likewise use own class to deal with fontawesome - allows for pixmap cache and consistency of disabled look, etc.
2016-01-17 22:50:33 +00:00
Craig Drummond
705648420a Update (c) year 2016-01-08 18:55:13 +00:00
Craig Drummond
b141e5f1d7 Use own icons for Qt-only builds. 2016-01-08 18:03:34 +00:00
Craig Drummond
8c48be1569 Mono album icon - used in sync dialog. 2015-12-23 18:20:30 +00:00
Craig Drummond
ff3d2cca44 For timers started in a thread, connect the thread's finished signal to the timer's stop slot, helps with:
QObject::killTimer: Timers cannot be stopped from another thread
2015-12-22 14:30:00 +00:00
Craig Drummond
9de9832385 Fix highlight issues with Qt5 2015-12-06 17:04:28 +00:00
Craig Drummond
3446a0df41 Fix large toolbutton icons with some Qt5 themes 2015-12-06 15:53:23 +00:00
Craig Drummond
074051e558 Correct use SHARE_INSTALL_PREFIX 2015-12-01 20:23:37 +00:00
Heiko Becker
5c6bcac12c Allow changing the location of arch-independent data
This is helpful on a multiarch layout where the prefix is /usr/${host}
but arch-independent files should still be installed to /usr/share.
2015-11-26 20:15:28 +01:00
Craig Drummond
491d68f0d3 Fix/work-around Qt 5.5 issues with QMenu being used in 2 actions.
#740
2015-11-13 23:01:50 +00:00
CDrummond
0f7a1bc313 Only scale for DPI if DPI>120 2015-10-26 21:44:46 +00:00
Craig Drummond
b689a8511c - Revert changes to use QMessageBox icons
- Use QMessageBox to determine dialog icon size
2015-10-25 12:20:47 +00:00
Craig Drummond
11f42382b3 Determine dialog icon size from QMessageBox 2015-10-25 12:16:20 +00:00
Craig Drummond
864ef06750 Fix flickable views 2015-10-23 23:53:12 +01:00
Craig Drummond
1e5a8ecd9b Merge branch 'master' of ssh://git@github.com/CDrummond/cantata.git
Conflicts:
	dynamic/dynamicpage.cpp
2015-10-22 23:07:05 +01:00
Craig Drummond
e3aee024d0 Use dialog pixmaps from OS 2015-10-22 22:59:43 +01:00
Craig Drummond
2a80f85e94 Use icons from QMessageBox for custom list type message boxes 2015-10-21 23:04:42 +01:00
Craig Drummond
551f49644a Fix windows build, and other, issues 2015-10-21 21:29:09 +01:00
Craig Drummond
b0cf056af7 Enable dragging of toolbar in osx pref dialog 2015-10-19 18:25:31 +01:00
Craig Drummond
1ddd611cee If icon has matching size, use that directly. 2015-10-18 14:11:24 +01:00
Craig Drummond
6733188cdc Use font-awesome icons for left/right/up/down and folder button 2015-10-17 13:32:50 +01:00
Craig Drummond
9dbb5134f0 - Always use mono icons for mac and windows
- Fix OSX build
2015-08-30 16:31:46 +01:00
Craig Drummond
5080e3377f Add an Icon constructor that takes a list of possible names 2015-08-30 12:39:07 +01:00
Craig Drummond
27fb7fd8c2 Use font-awesome icons for close, add, edit, and remvove 2015-08-29 17:59:59 +01:00
Craig Drummond
9533f12881 Update (c) year 2015-08-13 21:12:34 +01:00
Craig Drummond
8a0ccf092c New options to add songs to play queue - 'add and play', 'append and
play', and 'insert after current'
#680
2015-08-10 18:00:44 +01:00
Craig Drummond
d5c8ff1021 Use QIcon not Icon 2015-08-08 15:11:14 +01:00
Craig Drummond
9c40cc717c Disable re-size animation
#703
2015-07-23 21:06:07 +01:00
Craig Drummond
38ca24be2b Update to version from quassel 0.12.2 2015-07-09 19:27:53 +01:00
Craig Drummond
f7dfab0d40 Show pref dialog 16pixels down from main window on OSX 2015-07-06 18:27:24 +01:00
Craig Drummond
e1da9d3208 Work-around some issues with drawing item view frames - specifically
when to draw top/right and when not.
2015-07-05 23:21:20 +01:00
Craig Drummond
f70095bd4b If 'Custom' is selected and the action has no short-cut, leave the
'Custom' radio selected!
#678
2015-07-05 11:15:32 +01:00
Craig Drummond
e70afa05f7 Slightly taller tabs 2015-06-26 21:31:45 +01:00
Craig Drummond
58ffbe9789 Nicer list header button 2015-06-11 20:46:12 +01:00
Craig Drummond
c19bf6989f This must have been added by mistake... 2015-06-01 23:04:43 +01:00
Craig Drummond
605af484f7 Initial import of *VERY* incomplete, and not fully functional Cantata
webapp. Mainly used to test SQLite backend for storing MPD db.
2015-06-01 22:57:49 +01:00
Craig Drummond
b350b5698f Only hide message widget before showing if type has changed. 2015-04-26 18:13:51 +01:00
Craig Drummond
f419b69ddb For Qt-only builds, use blue as background of information
message-widget.
2015-04-26 18:10:12 +01:00
craig.p.drummond
876c2783e4 Show error message if parsing cache file fails. 2015-04-20 19:45:14 +00:00