Clementine-audio-player-Mac.../src
John Maguire f429b53212 Use static version of qsqlite plugin on mac as well & disable qxt for mac.
The plugin shipped with Qt has the sqlite symbols set to hidden. It seems dlsym() actually cares about that on Snow Leopard whereas it doesn't in Leopard.
If it can't find the sqlite functions in the given library, then it will go fishing and find /usr/lib/libsqlite3.dylib and that's bad :-(
2010-04-13 19:43:08 +00:00
..
analyzers Move the audio engines to their own directory 2010-04-04 17:50:11 +00:00
engines Use different frequency values for the equalizer. Fixes issue #192 2010-04-12 20:57:21 +00:00
globalshortcuts Add support for global media keys on mac (Cocoa only). 2010-04-13 13:55:54 +00:00
translations Updated russian translation 2010-04-13 19:36:50 +00:00
CMakeLists.txt Use static version of qsqlite plugin on mac as well & disable qxt for mac. 2010-04-13 19:43:08 +00:00
about.cpp Oops 2010-04-07 19:03:19 +00:00
about.h Add some more people to the about box 2010-04-07 19:01:41 +00:00
about.ui Add some more people to the about box 2010-04-07 19:01:41 +00:00
addstreamdialog.cpp Add license headers to all our source files 2010-03-23 23:11:46 +00:00
addstreamdialog.h Add license headers to all our source files 2010-03-23 23:11:46 +00:00
addstreamdialog.ui Menu items to add files and streams by URL. 2010-02-24 22:26:01 +00:00
albumcoverfetcher.cpp Add license headers to all our source files 2010-03-23 23:11:46 +00:00
albumcoverfetcher.h Add license headers to all our source files 2010-03-23 23:11:46 +00:00
albumcoverloader.cpp Fix codereview comments for r496 2010-03-25 14:47:41 +00:00
albumcoverloader.h Stop scanning the library straight away if we're asked to quit. Fixes issue #114 2010-03-25 14:33:09 +00:00
albumcovermanager.cpp Filter the "Choose manual cover" dialog to just image files. Fixes issue #150 2010-04-04 13:42:56 +00:00
albumcovermanager.h Split search query in cover manager. 2010-03-26 12:22:19 +00:00
albumcovermanager.ui Stop the user from dragging covers around in the cover manager. Fixes issue #171 2010-04-06 23:18:19 +00:00
backgroundthread.cpp Add license headers to all our source files 2010-03-23 23:11:46 +00:00
backgroundthread.h Fix codereview comments for r496 2010-03-25 14:47:41 +00:00
busyindicator.cpp Add license headers to all our source files 2010-03-23 23:11:46 +00:00
busyindicator.h Add license headers to all our source files 2010-03-23 23:11:46 +00:00
commandlineoptions.cpp More commandline options. Fixes issue #95 2010-04-12 23:35:47 +00:00
commandlineoptions.h More commandline options. Fixes issue #95 2010-04-12 23:35:47 +00:00
directory.h Reworked the library watcher to be much more efficient - the backend now holds a list of subdirectories within each library directory, and only the mtimes of these are checked on startup. 2010-04-01 16:59:32 +00:00
edittagdialog.cpp Use autocompletion in the edit tag dialog too. Thanks christoph.gysin. Fixes issue #130 2010-03-29 16:59:01 +00:00
edittagdialog.h Use autocompletion in the edit tag dialog too. Thanks christoph.gysin. Fixes issue #130 2010-03-29 16:59:01 +00:00
edittagdialog.ui More sensible maximums 2010-01-16 17:21:24 +00:00
equalizer.cpp Use different frequency values for the equalizer. Fixes issue #192 2010-04-12 20:57:21 +00:00
equalizer.h Replace the "new preset" button with a "save preset" button. Stops the user accidentally overwriting default equalizer presets. Fixes issue #190 2010-04-09 00:23:17 +00:00
equalizer.ui Replace the "new preset" button with a "save preset" button. Stops the user accidentally overwriting default equalizer presets. Fixes issue #190 2010-04-09 00:23:17 +00:00
equalizerslider.cpp GStreamer equalizer. Mostly working, just missing presets. Updates issue #166 2010-04-07 16:26:04 +00:00
equalizerslider.h Make the equalizer sliders stick in the middle around '0' when being dragged. Updates issue #166 2010-04-11 13:29:27 +00:00
equalizerslider.ui Reverted r664, see issue #191 2010-04-12 20:08:23 +00:00
fht.cpp Move everything to trunk 2009-12-24 19:16:07 +00:00
fht.h Move everything to trunk 2009-12-24 19:16:07 +00:00
fileview.cpp Add license headers to all our source files 2010-03-23 23:11:46 +00:00
fileview.h Add license headers to all our source files 2010-03-23 23:11:46 +00:00
fileview.ui Right click menu for the file view 2009-12-24 22:26:58 +00:00
fileviewlist.cpp Add license headers to all our source files 2010-03-23 23:11:46 +00:00
fileviewlist.h Add license headers to all our source files 2010-03-23 23:11:46 +00:00
fixlastfm.cpp Add license headers to all our source files 2010-03-23 23:11:46 +00:00
fixlastfm.h Add license headers to all our source files 2010-03-23 23:11:46 +00:00
groupbydialog.cpp Add an option to group the library by albumartist. Fixes issue #198 2010-04-11 22:21:21 +00:00
groupbydialog.h Add an advanced grouping dialog for the library. boost::multi_index ftw. Fixes issue #94. 2010-03-31 23:11:45 +00:00
groupbydialog.ui Add an option to group the library by albumartist. Fixes issue #198 2010-04-11 22:21:21 +00:00
lastfmconfig.cpp Add a "sign out" button to the last.fm config dialog, and add an option to hide the "love" and "ban" buttons. Updates issue #156. 2010-04-07 19:26:49 +00:00
lastfmconfig.h Add a "sign out" button to the last.fm config dialog, and add an option to hide the "love" and "ban" buttons. Updates issue #156. 2010-04-07 19:26:49 +00:00
lastfmconfig.ui Add a "sign out" button to the last.fm config dialog, and add an option to hide the "love" and "ban" buttons. Updates issue #156. 2010-04-07 19:26:49 +00:00
lastfmconfigdialog.cpp Add license headers to all our source files 2010-03-23 23:11:46 +00:00
lastfmconfigdialog.h Add license headers to all our source files 2010-03-23 23:11:46 +00:00
lastfmconfigdialog.ui Add a "sign out" button to the last.fm config dialog, and add an option to hide the "love" and "ban" buttons. Updates issue #156. 2010-04-07 19:26:49 +00:00
lastfmservice.cpp Add a "sign out" button to the last.fm config dialog, and add an option to hide the "love" and "ban" buttons. Updates issue #156. 2010-04-07 19:26:49 +00:00
lastfmservice.h Add a "sign out" button to the last.fm config dialog, and add an option to hide the "love" and "ban" buttons. Updates issue #156. 2010-04-07 19:26:49 +00:00
lastfmstationdialog.cpp Add license headers to all our source files 2010-03-23 23:11:46 +00:00
lastfmstationdialog.h Add license headers to all our source files 2010-03-23 23:11:46 +00:00
lastfmstationdialog.ui Tag and artist radio 2009-12-30 02:15:38 +00:00
library.cpp Add an option to group the library by albumartist. Fixes issue #198 2010-04-11 22:21:21 +00:00
library.h Add an option to group the library by albumartist. Fixes issue #198 2010-04-11 22:21:21 +00:00
librarybackend.cpp Use static version of qsqlite plugin on mac as well & disable qxt for mac. 2010-04-13 19:43:08 +00:00
librarybackend.h Add the library test back in 2010-04-04 16:28:34 +00:00
libraryconfig.cpp Add an option to disable the library view's behaviour of automatically opening nodes without many children. 2010-04-01 00:12:25 +00:00
libraryconfig.h Add an option to disable the library view's behaviour of automatically opening nodes without many children. 2010-04-01 00:12:25 +00:00
libraryconfig.ui Add an option to disable the library view's behaviour of automatically opening nodes without many children. 2010-04-01 00:12:25 +00:00
libraryconfigdialog.cpp Add an option to disable the library view's behaviour of automatically opening nodes without many children. 2010-04-01 00:12:25 +00:00
libraryconfigdialog.h Add an option to disable the library view's behaviour of automatically opening nodes without many children. 2010-04-01 00:12:25 +00:00
libraryconfigdialog.ui Config dialog 2010-02-03 16:17:04 +00:00
librarydirectorymodel.cpp Reworked the library watcher to be much more efficient - the backend now holds a list of subdirectories within each library directory, and only the mtimes of these are checked on startup. 2010-04-01 16:59:32 +00:00
librarydirectorymodel.h Reworked the library watcher to be much more efficient - the backend now holds a list of subdirectories within each library directory, and only the mtimes of these are checked on startup. 2010-04-01 16:59:32 +00:00
libraryitem.h Add "group by" support to the library, and improve the whole library model to make it more robust. 2010-03-31 00:30:57 +00:00
libraryquery.cpp Move the GroupBy enum into library so we can get a QMetaEnum from it. Tidy up the logic for the "group by" options by moving it into properties in the .ui file. 2010-03-31 15:18:39 +00:00
libraryquery.h Move the GroupBy enum into library so we can get a QMetaEnum from it. Tidy up the logic for the "group by" options by moving it into properties in the .ui file. 2010-03-31 15:18:39 +00:00
libraryview.cpp Show "Unknown" instead of "0" when sorting by year for albums that don't have a year set. Updates issue #188 2010-04-08 20:30:50 +00:00
libraryview.h "Add to playlist" context menu item for the library view. Fixes issue #153 2010-04-04 13:31:21 +00:00
librarywatcher.cpp Use static version of qsqlite plugin on mac as well & disable qxt for mac. 2010-04-13 19:43:08 +00:00
librarywatcher.h Move the audio engines to their own directory 2010-04-04 17:50:11 +00:00
lineedit.cpp Add license headers to all our source files 2010-03-23 23:11:46 +00:00
lineedit.h Add license headers to all our source files 2010-03-23 23:11:46 +00:00
m3uparser.cpp Add license headers to all our source files 2010-03-23 23:11:46 +00:00
m3uparser.h Add license headers to all our source files 2010-03-23 23:11:46 +00:00
mac_startup.h Add support for global media keys on mac (Cocoa only). 2010-04-13 13:55:54 +00:00
mac_startup.mm Add support for global media keys on mac (Cocoa only). 2010-04-13 13:55:54 +00:00
main.cpp Use static version of qsqlite plugin on mac as well & disable qxt for mac. 2010-04-13 19:43:08 +00:00
mainwindow.cpp More commandline options. Fixes issue #95 2010-04-12 23:35:47 +00:00
mainwindow.h Commandline options support. Fixes issue #189 2010-04-12 22:44:29 +00:00
mainwindow.ui Use F2 as a shortcut for editing the current track. Fixes issue #194 2010-04-11 15:05:30 +00:00
mpris.cpp Fix comments from r482. 2010-03-24 21:46:00 +00:00
mpris.h Add MPRIS support (thanks Amarok ;-) 2010-03-24 20:58:17 +00:00
multiloadingindicator.cpp Add license headers to all our source files 2010-03-23 23:11:46 +00:00
multiloadingindicator.h Add license headers to all our source files 2010-03-23 23:11:46 +00:00
multiloadingindicator.ui Add a little spinner 2010-01-16 17:52:51 +00:00
osd.cpp On linux, don't reuse the notification if it's already probably closed. Fixes nastyness on KDE4. Fixes issue #118. 2010-03-30 00:08:16 +00:00
osd.h Move the audio engines to their own directory 2010-04-04 17:50:11 +00:00
osd_mac.mm A few little mac fixes. 2010-03-30 15:53:45 +00:00
osd_win.cpp On linux, don't reuse the notification if it's already probably closed. Fixes nastyness on KDE4. Fixes issue #118. 2010-03-30 00:08:16 +00:00
osd_x11.cpp On linux, don't reuse the notification if it's already probably closed. Fixes nastyness on KDE4. Fixes issue #118. 2010-03-30 00:08:16 +00:00
osdpretty.cpp Fix a bug where the OSD would move back to the top-left of the first display 2010-04-11 17:19:25 +00:00
osdpretty.h Fix a bug where the OSD would move back to the top-left of the first display 2010-04-11 17:19:25 +00:00
osdpretty.ui Fix the size of the text label in the pretty osd 2010-03-25 20:57:34 +00:00
player.cpp More commandline options. Fixes issue #95 2010-04-12 23:35:47 +00:00
player.h Fix some confusion with auto/manual track changes 2010-04-12 01:59:21 +00:00
playlist.cpp Save the last played item when it starts playing, not when it finishes, to fix strange behaviour when you quit during a track. 2010-04-12 01:06:47 +00:00
playlist.h Remember which track was being played last. Fixes issue #56 2010-04-12 00:40:03 +00:00
playlistdelegates.cpp Enforce a minimum row size in the playlist, and stop the current track highlight bar from becoming really pale when on an "alternate" row. 2010-04-12 18:07:07 +00:00
playlistdelegates.h Enforce a minimum row size in the playlist, and stop the current track highlight bar from becoming really pale when on an "alternate" row. 2010-04-12 18:07:07 +00:00
playlistheader.cpp Add license headers to all our source files 2010-03-23 23:11:46 +00:00
playlistheader.h Add license headers to all our source files 2010-03-23 23:11:46 +00:00
playlistitem.cpp Add license headers to all our source files 2010-03-23 23:11:46 +00:00
playlistitem.h Add MPRIS support (thanks Amarok ;-) 2010-03-24 20:58:17 +00:00
playlistsequence.cpp Add license headers to all our source files 2010-03-23 23:11:46 +00:00
playlistsequence.h Add license headers to all our source files 2010-03-23 23:11:46 +00:00
playlistsequence.ui Rename ShuffleRepeatWidget to PlaylistSequence 2010-03-08 18:05:41 +00:00
playlistview.cpp Enforce a minimum row size in the playlist, and stop the current track highlight bar from becoming really pale when on an "alternate" row. 2010-04-12 18:07:07 +00:00
playlistview.h Automatically scroll to the currently playing song whenever (it changes || the window is shown) && (the user hasn't done anything for 1 minute). Fixes issue #124 2010-04-08 22:59:02 +00:00
potranslator.h Load translations from an empty context too. 2010-04-08 14:29:08 +00:00
radioitem.cpp Add license headers to all our source files 2010-03-23 23:11:46 +00:00
radioitem.h Add license headers to all our source files 2010-03-23 23:11:46 +00:00
radiomimedata.h Add license headers to all our source files 2010-03-23 23:11:46 +00:00
radiomodel.cpp Add license headers to all our source files 2010-03-23 23:11:46 +00:00
radiomodel.h Add license headers to all our source files 2010-03-23 23:11:46 +00:00
radioplaylistitem.cpp Show radio icon rather than nothing in notification. 2010-03-25 18:38:20 +00:00
radioplaylistitem.h Add MPRIS support (thanks Amarok ;-) 2010-03-24 20:58:17 +00:00
radioservice.cpp Add license headers to all our source files 2010-03-23 23:11:46 +00:00
radioservice.h Show radio icon rather than nothing in notification. 2010-03-25 18:38:20 +00:00
radioview.cpp Add license headers to all our source files 2010-03-23 23:11:46 +00:00
radioview.h Add license headers to all our source files 2010-03-23 23:11:46 +00:00
savedradio.cpp Add license headers to all our source files 2010-03-23 23:11:46 +00:00
savedradio.h Add license headers to all our source files 2010-03-23 23:11:46 +00:00
settingsdialog.cpp Add support for crossfading when changing tracks automatically 2010-04-11 23:52:16 +00:00
settingsdialog.h Crossfading in gstreamer backend 2010-04-11 23:03:39 +00:00
settingsdialog.ui Add support for crossfading when changing tracks automatically 2010-04-11 23:52:16 +00:00
simpletreeitem.h Add "group by" support to the library, and improve the whole library model to make it more robust. 2010-03-31 00:30:57 +00:00
simpletreemodel.h Add license headers to all our source files 2010-03-23 23:11:46 +00:00
sliderwidget.cpp Made mouse wheel events on both the tray icon and the volume widget change the volume by a smaller amount. Fixes issue #145 2010-03-31 23:45:52 +00:00
sliderwidget.h Move everything to trunk 2009-12-24 19:16:07 +00:00
somafmservice.cpp Add license headers to all our source files 2010-03-23 23:11:46 +00:00
somafmservice.h Add license headers to all our source files 2010-03-23 23:11:46 +00:00
song.cpp Move the audio engines to their own directory 2010-04-04 17:50:11 +00:00
song.h Move the audio engines to their own directory 2010-04-04 17:50:11 +00:00
songmimedata.h Add license headers to all our source files 2010-03-23 23:11:46 +00:00
songplaylistitem.cpp Add MPRIS support (thanks Amarok ;-) 2010-03-24 20:58:17 +00:00
songplaylistitem.h Add MPRIS support (thanks Amarok ;-) 2010-03-24 20:58:17 +00:00
stickyslider.cpp Only change the equalizer values when the user lets go of the slider - might make it a bit smoother. Updates issue #191 2010-04-12 17:30:56 +00:00
stickyslider.h Make the equalizer sliders stick in the middle around '0' when being dragged. Updates issue #166 2010-04-11 13:29:27 +00:00
stylesheetloader.cpp Fix the alternate background colour 2010-03-25 13:38:57 +00:00
stylesheetloader.h Add license headers to all our source files 2010-03-23 23:11:46 +00:00
systemtrayicon.cpp Add license headers to all our source files 2010-03-23 23:11:46 +00:00
systemtrayicon.h Add license headers to all our source files 2010-03-23 23:11:46 +00:00
trackslider.cpp Add license headers to all our source files 2010-03-23 23:11:46 +00:00
trackslider.h Add license headers to all our source files 2010-03-23 23:11:46 +00:00
trackslider.ui Left clicking on the track slider will now jump to the absolute position in the track. Fixes issue #172 2010-04-08 21:15:33 +00:00
tracksliderslider.cpp Left clicking on the track slider will now jump to the absolute position in the track. Fixes issue #172 2010-04-08 21:15:33 +00:00
tracksliderslider.h Left clicking on the track slider will now jump to the absolute position in the track. Fixes issue #172 2010-04-08 21:15:33 +00:00
xspfparser.cpp Add license headers to all our source files 2010-03-23 23:11:46 +00:00
xspfparser.h Add license headers to all our source files 2010-03-23 23:11:46 +00:00