Craig Drummond
c5e7fa9c0d
Use AUTOMOC
2018-03-07 19:04:14 +00:00
padertux
d01f915b4a
Refactor code to use C++11 nullptr
2018-01-08 23:01:25 +01:00
Craig Drummond
445d1497ac
Update (c) year
2018-01-01 10:11:39 +00:00
Craig Drummond
ff288b8209
Delete albumIdOnlyCoverQuery when changing connection.
...
Issue #1143
2017-12-17 18:49:57 +00:00
Craig Drummond
0bc2809073
Log db filenames
2017-12-17 18:45:05 +00:00
Craig Drummond
5b88776a1c
Only bind used values
2017-12-17 17:29:09 +00:00
Craig Drummond
948026d73b
Use for(var: list) and not foreach(var, list)
2017-11-27 22:36:53 +00:00
Craig Drummond
1a445b08c9
If listing albums not filtered on artist, then if we have a unqique id
...
for the album use that. This will allow us to grouup albums with
different composers when the composer tweak is set.
Issue #1025
2017-06-13 18:40:12 +01:00
Craig Drummond
a2f007a2b7
Update (c) year
2017-04-02 18:45:30 +01:00
Craig Drummond
e60bdafa11
Remove KDE4 and Ubuntu Touch support
2017-04-01 22:55:27 +01:00
Craig Drummond
77b0df9677
If can't load SQLite db, then show error and terminate.
2016-07-12 20:18:14 +01:00
Craig Drummond
05647dca0f
Update (c) year
2016-01-08 18:55:13 +00:00
Craig Drummond
08f61c7ab7
Fix 'connect' action from main windo
2016-01-06 21:11:23 +00:00
Craig Drummond
edd35d33dc
- Send songs from MPD thread to GUI thread in batches of 200
...
- Call processEvents() during music listing
- Dont attempt to load library whilst loading library!
#763
2015-11-20 21:30:17 +00:00
Craig Drummond
26b922c174
- Speed up album loading and searching. Use single query to get track
...
details - and use this to build listing.
- Reduce space of db slightly - by not storing album and albumId if
these are the same.
- Remove indexes, as these were incorrect anyway.
#702
2015-07-21 21:58:41 +01:00
Craig Drummond
68ceb5977f
Add albums index
...
#702
2015-07-20 20:58:38 +01:00
Craig Drummond
a1cb4acbe2
- Fix index creation
...
- Create index (artistId, albumId) to speed up albums listing
2015-06-28 08:21:24 +01:00
Craig Drummond
5750efe823
Re-implement tag editing, etc, from folders view.
2015-06-08 20:08:49 +01:00
Craig Drummond
087bffb08c
Initial work on using SQL for MPD cache. Not 100% functional. Eventually
...
will also use SQL for Jamendo and Magantune...
2015-06-07 22:18:19 +01:00
Craig Drummond
59e329d3e9
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