Clementine-audio-player-Mac.../src/scripting/python
David Sansome 7773e98ebf Keep track of some statistics while searching for album covers, and show a statistics dialog at the end. Fixes issue 1921 2011-06-26 15:07:48 +00:00
..
albumcoverfetcher.sip initial commit of "multiple covers providers" feature: 2011-04-02 13:34:06 +00:00
autoexpandingtreeview.sip Python bindings for LibraryView + new UI hook for plugins: the view's context menu 2011-01-18 16:34:43 +00:00
bindings_includes.h Add Python bindings for Playlists, port the rainbowizer plugin to PythonQt and make its colours a bit more tasteful 2011-05-29 12:55:18 +00:00
clementine.sip Remove the special load behaviour from Playlist Items and instead add URL Handlers that do the same job but for all playlist item types. 2011-04-28 15:10:28 +00:00
coverprovider.sip initial commit of "multiple covers providers" feature: 2011-04-02 13:34:06 +00:00
coverproviders.sip initial commit of "multiple covers providers" feature: 2011-04-02 13:34:06 +00:00
directory.sip Add python bindings for the library 2011-01-03 15:15:51 +00:00
engine_fwd.sip Add bindings for Song, PlaylistItem, PlaylistItemPtr and EngineBase, add a "player" attribute to the clementine module 2010-12-31 20:29:52 +00:00
iconloader.sip Docs for TaskManager, Queue and PythonEngine 2011-02-16 00:58:06 +00:00
librarybackend.sip Use URLs everywhere instead of filenames. Move the URL parsing and song loading code out of individual playlist parsers and into the base class. Fix the playlist parser unit tests. 2011-04-28 12:27:53 +00:00
libraryquery.sip fixing SIP binding 2011-02-14 18:12:43 +00:00
libraryview.sip Python bindings for LibraryView + new UI hook for plugins: the view's context menu 2011-01-18 16:34:43 +00:00
mergedproxymodel.sip Add python bindings for RadioService, RadioModel, MergedProxyModel, TaskManager and SettingsDialog. Make sure radio services are removed from the model when they are deleted (eg. when their python script gets unloaded) 2011-01-12 21:20:20 +00:00
network.sip Add cross-links to the PyQt4 docs, document Song, NetworkAccessManager, PlaylistSequence 2011-02-27 17:16:22 +00:00
objectdecorators.cpp Add Python bindings for Playlists, port the rainbowizer plugin to PythonQt and make its colours a bit more tasteful 2011-05-29 12:55:18 +00:00
objectdecorators.h Add Python bindings for Playlists, port the rainbowizer plugin to PythonQt and make its colours a bit more tasteful 2011-05-29 12:55:18 +00:00
parserbase.sip Add Python bindings for PlaylistParser 2011-01-15 13:59:34 +00:00
player.sip Show spotify search results in a separate playlist tab rather than in a tree in the sidebar. 2011-04-28 17:50:45 +00:00
playlist.sip Improved Last.fm scrobbling when connection is down 2011-04-28 10:32:56 +00:00
playlistitem.sip Remove the special load behaviour from Playlist Items and instead add URL Handlers that do the same job but for all playlist item types. 2011-04-28 15:10:28 +00:00
playlistmanager.sip "remove deleted songs from playlists" action in the 'deleted songs invalidator' plugin (fixes issue #1594) 2011-04-21 21:56:37 +00:00
playlistparser.sip Python docs for PlaylistParser, and clean up the interface a bit 2011-02-27 12:14:32 +00:00
playlistsequence.sip Add cross-links to the PyQt4 docs, document Song, NetworkAccessManager, PlaylistSequence 2011-02-27 17:16:22 +00:00
pythonconsole.cpp Add an interactive Python console to the script manager 2011-05-15 13:44:06 +00:00
pythonconsole.h Add an interactive Python console to the script manager 2011-05-15 13:44:06 +00:00
pythonconsole.ui Add an interactive Python console to the script manager 2011-05-15 13:44:06 +00:00
pythonengine.cpp Remove cover provider factories and refactor everything else to use cover providers directly instead. 2011-06-19 23:15:51 +00:00
pythonengine.h Remember any signals that are connected to Python objects and disconnect them when the script is unloaded so the references to those objects can be dropped 2011-05-30 14:53:59 +00:00
pythonengine.sip Docs for TaskManager, Queue and PythonEngine 2011-02-16 00:58:06 +00:00
pythonscript.cpp Keep track of some statistics while searching for album covers, and show a statistics dialog at the end. Fixes issue 1921 2011-06-26 15:07:48 +00:00
pythonscript.h Remember any signals that are connected to Python objects and disconnect them when the script is unloaded so the references to those objects can be dropped 2011-05-30 14:53:59 +00:00
queue.sip Docs for TaskManager, Queue and PythonEngine 2011-02-16 00:58:06 +00:00
radiomodel.sip Allow radio services (Spotify) to store whole songs in playlist items 2011-04-26 22:06:58 +00:00
radioservice.sip Remove the special load behaviour from Playlist Items and instead add URL Handlers that do the same job but for all playlist item types. 2011-04-28 15:10:28 +00:00
scriptinterface.sip Remove the special load behaviour from Playlist Items and instead add URL Handlers that do the same job but for all playlist item types. 2011-04-28 15:10:28 +00:00
settingsdialog.sip Add python bindings for RadioService, RadioModel, MergedProxyModel, TaskManager and SettingsDialog. Make sure radio services are removed from the model when they are deleted (eg. when their python script gets unloaded) 2011-01-12 21:20:20 +00:00
sharedpointermanager.h Add bindings for Song, PlaylistItem, PlaylistItemPtr and EngineBase, add a "player" attribute to the clementine module 2010-12-31 20:29:52 +00:00
song.sip Use URLs everywhere instead of filenames. Move the URL parsing and song loading code out of individual playlist parsers and into the base class. Fix the playlist parser unit tests. 2011-04-28 12:27:53 +00:00
songinsertvetolistener.sip duplicate remover script (fixes #21) 2011-01-16 23:46:58 +00:00
songloader.sip Add python bindings for the NetworkManager, SongLoader and IconLoader. Add a workaround for a SIP assertion bug (assign_helper != ((void *)0)) that was fixed in 4.10.3: http://www.riverbankcomputing.com/hg/sip/rev/3e647ed0f2a2 2011-01-15 00:55:45 +00:00
taskmanager.sip Docs for TaskManager, Queue and PythonEngine 2011-02-16 00:58:06 +00:00
typesystem_clementine.xml Add Python bindings for Playlists, port the rainbowizer plugin to PythonQt and make its colours a bit more tasteful 2011-05-29 12:55:18 +00:00
uiinterface.sip Oops 2011-01-02 18:22:22 +00:00
urlhandler.sip Remove the special load behaviour from Playlist Items and instead add URL Handlers that do the same job but for all playlist item types. 2011-04-28 15:10:28 +00:00