craig.p.drummond
|
de7478723f
|
Add 3 forms for Qt plural translations; none, singular, and others
|
2012-09-03 19:07:31 +00:00 |
|
craig.p.drummond
|
e4ad38abdb
|
Consistency...
|
2012-09-03 19:06:57 +00:00 |
|
craig.p.drummond
|
005e1e28a3
|
D'oh!!!
|
2012-09-03 19:06:39 +00:00 |
|
craig.p.drummond
|
eeb13300f0
|
Fix KDE compile
|
2012-09-03 19:06:20 +00:00 |
|
craig.p.drummond
|
820d9ba041
|
Make more strings as qt-only
|
2012-09-03 19:06:01 +00:00 |
|
craig.p.drummond
|
8b348cbfb2
|
Remove some 'fuzzy' translations
|
2012-09-03 19:05:34 +00:00 |
|
craig.p.drummond
|
86a9b9db5c
|
Reduce number of translations
|
2012-09-03 19:05:04 +00:00 |
|
craig.p.drummond
|
02579088f2
|
Fix installation of KDE translations
|
2012-09-03 19:04:41 +00:00 |
|
craig.p.drummond
|
bfda46ed2d
|
Use list of po files to determine all translation list
|
2012-09-03 19:04:16 +00:00 |
|
craig.p.drummond
|
2d0539a85d
|
If we are grouping multiple-artists albums under 'Various Artists', then we also need to place 'Various Artists' albums there as well. This oddity can occur when i18n('Various Artists') != 'Various Artists'
|
2012-09-03 19:03:37 +00:00 |
|
craig.p.drummond@gmail.com
|
a04cafb7c2
|
Dont clear genre list when clearing music library model.
BUG:66
|
2012-09-03 11:32:48 +00:00 |
|
craig.p.drummond@gmail.com
|
1366e4ba91
|
artist.jpg/png not album.jpg/png
BUG:69
|
2012-09-03 11:28:54 +00:00 |
|
craig.p.drummond@gmail.com
|
1832ab8dc7
|
Use lupdate/lrelease for generating Qt translations from KDE ones.
Hack-around issues with Qt plural forms - use 'Tracks: 2' instead of '2 Tracks'
|
2012-09-03 11:27:16 +00:00 |
|
craig.p.drummond
|
f3518db48b
|
Fix compilation!!!!
|
2012-09-02 20:17:35 +00:00 |
|
craig.p.drummond
|
5c7d22c72d
|
Initial work on Qt translations. Commented out for the moment, as xgettext is crashing!!!
|
2012-09-02 20:13:00 +00:00 |
|
craig.p.drummond@gmail.com
|
c7006bfaab
|
Cleanup
|
2012-08-31 11:44:06 +00:00 |
|
craig.p.drummond@gmail.com
|
beecc75f1e
|
- Elide to right (or left for RTL) strings in sidebar.
- Use icon size when determining size of tabs
|
2012-08-31 11:09:46 +00:00 |
|
craig.p.drummond@gmail.com
|
240929a90c
|
Check for embedded covers before falling back to loading first image found in folder.
|
2012-08-31 07:07:48 +00:00 |
|
craig.p.drummond
|
9fdd9510fd
|
Spelling :-(
|
2012-08-30 19:45:43 +00:00 |
|
craig.p.drummond
|
d931b9c72d
|
Improve FancyTabWidget appearance for Gtk+ style - when hovering, draw selection into a QImage and set painter's opacity before drawing image.
|
2012-08-30 19:44:47 +00:00 |
|
craig.p.drummond
|
439046faff
|
Spelling :-(
|
2012-08-30 19:44:14 +00:00 |
|
craig.p.drummond
|
49cc24eb46
|
Completly remove android changes - this NEVER worked very well, and never will with QWidgets :-(
|
2012-08-30 19:43:32 +00:00 |
|
craig.p.drummond
|
5f0fd2a717
|
When looking for album covers, also check for "${file}.jpg/png", "${albumArtist} - ${album}.jpg/png" and "${album}.jpg/png" within current songs folder. (These are checked AFTER cover.jpg/png, etc.)
BUG:65
|
2012-08-30 19:38:45 +00:00 |
|
craig.p.drummond
|
2034c11660
|
Force single-click activation in views. To enable double-click mode (which depends upon the style), edit cantatarc (KDE) or cantata.conf (Qt only) and set 'forceSingleClick=false' in the '[General]' section.
|
2012-08-30 19:37:59 +00:00 |
|
craig.p.drummond@gmail.com
|
01d0ee9851
|
Use correct palette (Active/Inactive) when drawing item text.
|
2012-08-30 11:58:06 +00:00 |
|
craig.p.drummond@gmail.com
|
7e79306010
|
Package missing edit-clear-locationbar-rtl.png icons so that clear button appears in windows line-edits.
|
2012-08-30 11:13:56 +00:00 |
|
craig.p.drummond@gmail.com
|
2342c1f3a0
|
Package Qt's jpeg image plugin with windows zip file - otherwise jpeg cover images cannot be loaded!
|
2012-08-30 11:09:40 +00:00 |
|
craig.p.drummond
|
6920496682
|
When displaying cover tooltip, if image is too big or image file is not found (as is the case for embedded covers), then save the image into a base64 array as a PNG - and have Qt use this in the 'img' tag.
BUG:64
|
2012-08-29 19:30:45 +00:00 |
|
craig.p.drummond
|
a117e8e385
|
Initialise some vars - probably not really required, but doesn't hurt!!!
|
2012-08-27 19:46:05 +00:00 |
|
craig.p.drummond
|
3976961311
|
Connect to replayFinishied signal of job, not manager.
|
2012-08-27 19:38:09 +00:00 |
|
craig.p.drummond
|
03b1427477
|
Improve cover fetching?
|
2012-08-27 19:37:33 +00:00 |
|
craig.p.drummond
|
1e52da8d66
|
Fix dir retrieval when we just have filename - return /
|
2012-08-27 19:36:15 +00:00 |
|
craig.p.drummond@gmail.com
|
26e216a6e3
|
Store flag to indicate if device support album-artist tag.
|
2012-08-24 12:01:27 +00:00 |
|
craig.p.drummond@gmail.com
|
7af0e2b8b2
|
Better features text
|
2012-08-24 12:01:13 +00:00 |
|
craig.p.drummond@gmail.com
|
9fd4109300
|
Fix MPD dir accessibility check for qt builds
|
2012-08-23 17:49:59 +00:00 |
|
craig.p.drummond@gmail.com
|
0f27a3d4a9
|
If not changing artist/albumartist/album of a track in tag editor, then just update track if possible - as opposed to removing and adding to list (which causes a complete refresh of list)
|
2012-08-23 17:49:32 +00:00 |
|
craig.p.drummond@gmail.com
|
320d385b60
|
HTTP paths should also be fixed to end with /
|
2012-08-23 11:05:24 +00:00 |
|
craig.p.drummond@gmail.com
|
b249b21b91
|
If the date string recieved from MPD is longer than 4 characters, just use the first 4 - as we are only interested in the year.
|
2012-08-23 11:04:34 +00:00 |
|
craig.p.drummond@gmail.com
|
935fd7787d
|
Also qt-only
|
2012-08-22 12:33:32 +00:00 |
|
craig.p.drummond@gmail.com
|
def05566fc
|
Include kdeversion.h for KDE_IS_VERSION macro
|
2012-08-22 12:22:30 +00:00 |
|
craig.p.drummond@gmail.com
|
56c05ef290
|
For KDE<4.9 or Qt (Linux) builds, monitor /proc/mounts for changes - to know whether MPD dir is accessible or not.
|
2012-08-22 11:28:00 +00:00 |
|
craig.p.drummond@gmail.com
|
d96f457a6b
|
When displaying year, get the year from the album - as this maybe different per track of album (if the album is a compilation)
|
2012-08-21 17:55:30 +00:00 |
|
craig.p.drummond@gmail.com
|
b9fd3eb225
|
In KDE builds, check if MPD is readable each time we get a device added or removed signal from Solid. (Requires KDE4.9 to function correctly)
BUG:53
|
2012-08-21 17:55:06 +00:00 |
|
craig.p.drummond@gmail.com
|
ac5bcc0d31
|
If we have no song tag details, show filename in playqueue.
BUG:59
|
2012-08-21 11:28:52 +00:00 |
|
craig.p.drummond@gmail.com
|
d1822cefd6
|
Use "users" group and not "audio" when setting the group ID of covers, lyrics, and audio files.
BUG:54
|
2012-08-21 11:06:42 +00:00 |
|
craig.p.drummond@gmail.com
|
62611bad53
|
- Dont split albums based upon year - this messes up compilation albums, where each track may have a different year.
- To be consistent, use the year of the lowest track number to be an album's year.
BUG:56
|
2012-08-21 11:05:41 +00:00 |
|
craig.p.drummond@gmail.com
|
be707eaa3c
|
Fix track order when adding newly added album, via folders page, to playqueue.
|
2012-08-20 11:36:51 +00:00 |
|
craig.p.drummond@gmail.com
|
7f43f2bfd8
|
Fix issue with filenames containing quotes for playlist items
BUG:58
|
2012-08-20 11:09:01 +00:00 |
|
craig.p.drummond
|
3a34b9203f
|
Update playqueue, and outputs, when reconnecting.
|
2012-08-19 20:35:26 +00:00 |
|
craig.p.drummond
|
417102c325
|
Fix handling of filename's with quotes.
BUG:58
|
2012-08-19 10:56:51 +00:00 |
|