David Sansome
|
5b34a11765
|
More version number fiddling
|
2011-01-03 14:33:03 +00:00 |
|
David Sansome
|
0fba393f6e
|
Fix the version numbering mess
|
2011-01-03 14:21:10 +00:00 |
|
David Sansome
|
156f4a51c5
|
Remove the extra clear button from the icecast filter bar
|
2011-01-03 14:20:41 +00:00 |
|
David Sansome
|
d5321475cd
|
Make the scroll wheel on the pretty image view scroll through images.
|
2011-01-02 19:17:03 +00:00 |
|
David Sansome
|
d78ad452f2
|
Make the "No cover" image the same size as the cover art when showing cover art in the library. Thanks markwatkinson. Fixes issue #785.
|
2011-01-02 18:58:52 +00:00 |
|
Paweł Bara
|
bbe97b00a2
|
make engine 'multiple-section songs' aware -> you should now be able to play your .cue related music
|
2011-01-02 18:53:45 +00:00 |
|
David Sansome
|
bbe07cef44
|
Add a couple more menus for scripts to use
|
2011-01-02 18:52:24 +00:00 |
|
David Sansome
|
9da56fd916
|
Always compile basic scripting support
|
2011-01-02 18:44:45 +00:00 |
|
David Sansome
|
45caf3b6f4
|
Fix the windows build
|
2011-01-02 18:33:31 +00:00 |
|
David Sansome
|
7e2ac2a22d
|
Add the python dependencies to the debian control file and rpm spec
|
2011-01-02 18:29:46 +00:00 |
|
David Sansome
|
385753ad4f
|
Oops
|
2011-01-02 18:22:22 +00:00 |
|
David Sansome
|
a79ca8c556
|
Let scripts register actions at predefined locations in the UI
|
2011-01-02 18:10:26 +00:00 |
|
David Sansome
|
cfffa59b9b
|
Initialise the scripts only after everything else has loaded
|
2011-01-02 16:17:36 +00:00 |
|
David Sansome
|
fdc2ec2e73
|
Better (read: some) error handling when the clementine module can't be imported
|
2011-01-02 16:09:14 +00:00 |
|
Paweł Bara
|
87627b3915
|
explicit Qt version in cmake of SipBindings
|
2011-01-02 15:54:00 +00:00 |
|
David Sansome
|
b2f22cf3a3
|
Add the extra sip dependencies as actual dependencies
|
2011-01-02 15:30:15 +00:00 |
|
David Sansome
|
43940de195
|
Add an option to show cover art in the library view. Thanks markwatkinson. Fixes issue #785
|
2011-01-02 14:51:01 +00:00 |
|
David Sansome
|
a466cff48a
|
Reload all settings from one function
|
2011-01-02 14:50:17 +00:00 |
|
David Sansome
|
c80a4301cc
|
Don't statically initialise the RadioModel's services map
|
2011-01-02 14:49:55 +00:00 |
|
David Sansome
|
cdac0c6c86
|
Add python bindings for Playlist and PlaylistManager
|
2011-01-02 03:25:15 +00:00 |
|
David Sansome
|
cfbbd3665c
|
Show the script console tab in red if an error has occurred
|
2011-01-02 02:46:16 +00:00 |
|
David Sansome
|
5cadf923fc
|
Unload scripts properly
|
2011-01-02 02:23:10 +00:00 |
|
David Sansome
|
7a7597500b
|
Set __path__ properly so scripts can import other modules, and put all scripts in a namespace
|
2011-01-02 01:33:54 +00:00 |
|
David Sansome
|
c8d8ef208d
|
Don't create a separate interpreter for each script (it's not very well supported), instead create a module for each one. Redirect sys.stdout and sys.stderr to the clementine console.
|
2011-01-02 01:07:19 +00:00 |
|
David Sansome
|
11f4157f6f
|
Let scripts show a settings dialog
|
2011-01-01 19:03:33 +00:00 |
|
David Sansome
|
2bbbda7714
|
Add buttons to the script manager to enable and disable scripts, and remember which ones were enabled and start them on startup
|
2011-01-01 18:37:08 +00:00 |
|
David Sansome
|
dac0d071ea
|
Add bindings for Song, PlaylistItem, PlaylistItemPtr and EngineBase, add a "player" attribute to the clementine module
|
2010-12-31 20:29:52 +00:00 |
|
David Sansome
|
5b1000834f
|
Add some basic script loading support and add python bindings for the Player class
|
2010-12-31 18:13:28 +00:00 |
|
David Sansome
|
6ea9ea3b4d
|
Add a linebreak to a tooltip
|
2010-12-30 18:26:13 +00:00 |
|
David Sansome
|
92b6c3a3ec
|
Work around QTBUG-11620 (fixed in 4.7) that causes a crash when skipping through tracks with the Artist Info tab open. Fixes issue #935
|
2010-12-30 17:35:10 +00:00 |
|
David Sansome
|
b578c61b36
|
Fix loading songs with non-ascii characters in the filename on Windows. Fixes issue #1207. Fixes issue #531. Fixes issue #813.
|
2010-12-30 17:13:11 +00:00 |
|
David Sansome
|
00995edd8b
|
Remove libwinsparkle.dll from the installer
|
2010-12-30 16:47:11 +00:00 |
|
David Sansome
|
398f5d7f66
|
Use qtsparkle instead of winsparkle
|
2010-12-30 16:20:33 +00:00 |
|
John Maguire
|
bc2eb6ad65
|
Fix release build.
|
2010-12-30 13:35:36 +00:00 |
|
John Maguire
|
a44fef5028
|
Remove extraneous code.
|
2010-12-30 13:06:22 +00:00 |
|
John Maguire
|
ce65c95580
|
Beginnings of remote control support.
|
2010-12-30 13:03:36 +00:00 |
|
David Sansome
|
45a7780f95
|
Add winsparkle support (doesn't work yet)
|
2010-12-29 17:53:28 +00:00 |
|
Paweł Bara
|
234465874c
|
remember the track number when parsing .cue
|
2010-12-29 15:46:01 +00:00 |
|
David Sansome
|
ca032eb445
|
Add an "Enqueue to playlist" menu item. Thanks bendarb. Fixes issue #980
|
2010-12-29 15:08:43 +00:00 |
|
David Sansome
|
9c03677143
|
Make the track slider popup a normal widget instead of a top-level window. Removes a lot of the complexity and fixes some bugs
|
2010-12-29 14:49:39 +00:00 |
|
David Sansome
|
5b4b4a98c7
|
Don't show the slider popup when the slider is disabled, and remove some window flags
|
2010-12-29 14:32:16 +00:00 |
|
David Sansome
|
a9a8b849ca
|
Add some safeguards to the merged proxy model against dereferencing child models that have been deleted
|
2010-12-28 23:21:56 +00:00 |
|
David Sansome
|
aa6f55ee68
|
Add the new "beginning" column to device tables too
|
2010-12-28 22:53:10 +00:00 |
|
David Sansome
|
d1d0236385
|
Make the "show full size" menu item in the now playing widget and edit tag dialog work with embedded covers
|
2010-12-28 22:20:54 +00:00 |
|
David Sansome
|
d2fda6875f
|
Pass wheel events through the track slider popup too
|
2010-12-28 21:04:55 +00:00 |
|
Paweł Bara
|
da5f941333
|
consider .cues when scanning the library
persist the new 'beginning' marker of songs
fixed a bug where %allsongstables script would not update the attached databases
|
2010-12-28 15:36:01 +00:00 |
|
Bartłomiej Burdukiewicz
|
6fbe173d80
|
Update wiimotedev icon. Should look better with dark-themes.
|
2010-12-28 14:34:32 +00:00 |
|
David Sansome
|
1362809b5d
|
Make the library scanner use filter words for selecting cover art. Thanks markwatkinson. Fixes issue #634
|
2010-12-28 12:52:58 +00:00 |
|
David Sansome
|
6456665066
|
Cache the background pixmap, and add support for X without transparency
|
2010-12-27 19:37:36 +00:00 |
|
David Sansome
|
62e21d64f3
|
Make the track slider popup more accurate, make the text bold, make the shadow bigger but fade out towards the bottom, and make it close when the mouse leaves the area of the slider.
|
2010-12-27 19:23:12 +00:00 |
|