This commit is contained in:
craig.p.drummond
2013-03-13 19:51:19 +00:00
committed by craig.p.drummond
parent 755e1217d2
commit 9481702892

51
TODO
View File

@@ -1,48 +1,55 @@
- Qt5 port
- Only tested with Qt5.0.1
- Crash if link to QtWebKit?
- Looks like QtWebKit is sonehow pulling in QtGui from Qt4
- Looks like QtWebKit is somehow pulling in QtGui from Qt4
- Segmentation fault on exit due to QIcon destrctor?
- QUrl.setEncodedUrl
covers.cpp
magnatuneservice.cpp
infopage.cpp
- covers.cpp
- magnatuneservice.cpp
- infopage.cpp
- Fix raising of mainwindow via dbus.
- Qt5 no longer has QX11Info
- Stylesheet seems to mess things up
- Disabled icons in sidebar context menu
- Menu button keeps border after used?
- Menu button icon does not get changed to light
- Toolbar buttons sometimes keep borders
- QGtkStyle seems to be using gnome icons, this causes some conflicts
- Albums
- Coverflow view?
- Windows port
- CMake scripts not working
- Style
- Place SpinBox and OnOffButton in style?
- Overlay scrollbars
- Currently disabled (pass -DENABLE_OVERLAYSCROLLBARS=ON to cmake to enable)
- Updating slider value when os-thumb moves is not 100% correct, and not consistent with Gtk
- Does not work for modal dialogs, or combo popups. (Probably due to not having parent and modal event loop)
- Cant seem to re-enable Gtk2 overly scrollbars for actual Gtk dialogs.
- Using (any!) stylesheet causes pixel error in tabs
- Streams
- Handle more than 1st entry?? Not sure
- If radio stream is a playlist, Cantata currently only uses the 1st entry
- Devices
- libMTP album artist usage.
- libMTP does not provide an album artist tag.
- song.cpp has a check to see if this.albumartist=other.album artist, so
that when library is frefreshed the file is in the correct place.
- mtpdevice.cpp will remove albumartist from 'Song' entries copied to it,
so that these are placed in the correct part of the model.
- If libMTP is 'fixed' then the above can be removed.
- Make Various 'Artists' fix applicable to all compilation albums?
- Not sure how this could be done with MTP :-(
- MTP has no access to other tags, so when converting back, how would I
know this is a compilation?
- libMTP does not support album artist tag.
- Allow to drag songs from albums/library to devices, and vice versa.
- RemoteFsDevices
- Cantata hangs if smb service is stopped before its un-mounted
- Re-enable covers in sync dialog?
- Playback of tracks from CD
- Tried, could not get to work - no sound!
- If stop playback, HTTP server continues with track extraction.
- Lyrics
- Add support for reading via tags in mp4, flac, and ogg files.
- PlayQueue
- Move code out of MainWindow class
- Add copy to device to context menu?
- Will need to be careful that songs are not from device
- Also, check that songs are not streams!
- Amarok style search (with next/prev)
- General
- Ratings (use KRatingWidget?)
- Not sure, would need support in cantata-dynamic
- mpdscribble management?
- Combine 'Page' classes