Commit Graph

499 Commits

Author SHA1 Message Date
Daniel Önnerby
90d3b28165 Updated transportViews buttons to fit in view.
Removed the "Settings" for remote library.
2009-02-02 23:21:16 +00:00
Daniel Önnerby
972b700717 Added executable version info. 2009-01-29 14:19:13 +00:00
Daniel Önnerby
c514c46e37 Fixed the "Add User" dialog. 2009-01-29 07:10:54 +00:00
Daniel Önnerby
7329761da4 Ops, mistake in installer. 2009-01-28 23:23:48 +00:00
Daniel Önnerby
960918a130 Upgraded mpg123 and SQLite.
Added component selection in installer.
2009-01-28 23:15:05 +00:00
Daniel Önnerby
34d2d196be Fixed: mpg123_decoder that wouldn't read some files.
Added: precaching of up to 256kb in the httpstream_plugin.
Tuned the waveout to have more internal buffers, making the "almost done" signal called earlier for precaching next track.
2009-01-24 23:49:14 +00:00
Daniel Önnerby
cabb7e171a Fixed: mC2 remembers last opened tab (library). 2009-01-13 22:22:16 +00:00
Daniel Önnerby
2f5f507731 Upgraded: SQLite 3.6.8 2009-01-13 20:46:46 +00:00
Daniel Önnerby
f74ccf35b1 Fixed: BPM analyzer saves a "nobpm" tag instead of reanalyze the track every time.
Fixed: Cleaned up the Indexer a bit from some old naming standards.
Fixed: the mp3 decoder will now only feed some data before giving up trying to get the right format.
2009-01-13 20:16:29 +00:00
Daniel Önnerby
a07696751d Fixed: audioengine now remembers volume between tracks. 2009-01-13 15:57:42 +00:00
Daniel Önnerby
a1fd1978c7 Small fix in query::SortTracksWithData to handle NULL values. 2009-01-13 15:48:35 +00:00
Daniel Önnerby
94530ec9a4 Fixed: Protected MultiLibraryList with mutex.
Fixed: Behavior of transport, PlaybackQueue and the TransportView/Controller.
2009-01-13 15:37:30 +00:00
Daniel Önnerby
a6ba49b423 Added "Append to playlist" option in OpenURL dialog. 2009-01-12 23:09:04 +00:00
Daniel Önnerby
294cf5279e Updated win32cpp::Frame to fix redraw bug. 2009-01-12 08:14:01 +00:00
Daniel Önnerby
12f9bcd774 Fixed: Bug reading from value "path" instead of URL() in tagreader.
Added: Open URL menu option (some window bug left though).
Added: Documentation for some audioengine classes.
Fixed: Some bugs in MultiLibraryList and PlaybackQueue.
2009-01-12 00:18:10 +00:00
Daniel Önnerby
605d66ae72 Changed the xml::Socket buffer to a std::string. Seemed to have some memleaks before :) 2009-01-09 09:21:47 +00:00
Daniel Önnerby
5de89cb4f4 Extracted the supplier from the xml::Parser/xml::Writer and made a xml::SocketReader/xml::SocketWriter for socket streams. This way we can make other suppliers for other sources like filestreams.
The xml::Socket has a output buffer and a Flush method to be able to create larger packets.
2009-01-09 08:29:10 +00:00
Daniel Önnerby
0b0971de56 Last fix of mpg123 plugin made some mp3 unable to play. 2009-01-05 13:22:24 +00:00
Daniel Önnerby
1ccfa6ac31 FIXED: small bug in mp3 decoder. 2009-01-05 00:14:00 +00:00
Daniel Önnerby
274809a4ca IndexerTrack will now keep the standard presort value to be used when updating a track. 2009-01-04 23:39:51 +00:00
Daniel Önnerby
70e5d7fb57 FIXED: Forgot to read the filetime in IndexerTrack. Made the Indexer reread the tags every time, loosing analyzer data. 2009-01-04 23:21:45 +00:00
Daniel Önnerby
67d2ff04c6 UPDTED: Rebuild static OGG libs (latest stable).
FIXED: deadlock when quitting musikServer.
FIXED: Analyzer plugins not working in musikServer.
2009-01-04 23:02:23 +00:00
Daniel Önnerby
72af58320d Forgot to reset the indexer status. 2008-12-30 23:18:39 +00:00
Daniel Önnerby
4cc5bbf5e9 Added plugin interface for analyzing track audio.
Added a BPM Analyzer plugin.
2008-12-30 22:58:11 +00:00
Daniel Önnerby
e8f3d5870a Forgot a GAPLESS define in mpg123 decoder. 2008-12-30 00:06:03 +00:00
Daniel Önnerby
ac5b03ccc2 Added DSP example plugin. 2008-12-29 22:30:46 +00:00
Daniel Önnerby
643ca57f58 Audioengine now plays gapless. 2008-12-29 12:25:28 +00:00
Daniel Önnerby
996fe4fab6 Last checking did not exit the audio::Player. 2008-12-27 08:07:58 +00:00
Daniel Önnerby
3fb494155c FIXED: Bug trying to read tags from remote files. 2008-12-27 00:11:31 +00:00
Daniel Önnerby
e6a3c5ced3 FIXED: Thread issue when Player exits. 2008-12-26 23:50:18 +00:00
Daniel Önnerby
8f1ba8bf21 Forgot to release the audio::Buffer for recycling. 2008-12-24 00:21:33 +00:00
Daniel Önnerby
d82de7c5c7 FIXED: Audioengine Pause/Resume and volume changes are now instant.
ADDED: DSPs are working.
FIXED: Seeking in mp3 files uses Xing headers now.
FIXED: FileStreams use http headers to determine what decoder to use.
UPDATED: mpg123 to latest version.
2008-12-23 15:10:14 +00:00
Daniel Önnerby
3578510479 Upgraded win32cpp to fix speed issue that made a double redraw. 2008-12-10 07:48:26 +00:00
Daniel Önnerby
f07dc09dda Applied techtonik patches for typos (issue 78) and installer fix (issue 77). Thanks techtonik! 2008-12-09 12:38:04 +00:00
Daniel Önnerby
65f0cb735b Adding jpeg-6b and boost::gil::extension::numeric and started on some album art stuff. 2008-12-08 23:02:32 +00:00
Daniel Önnerby
46c3d9ff61 Upgrading win32cpp. 2008-12-08 14:16:53 +00:00
Daniel Önnerby
99de95c93d Merge uri_implementation branch to trunk. 2008-12-07 21:47:32 +00:00
Urioxis
6b45841056 Put it in a silly place... 2008-11-27 20:45:17 +00:00
Urioxis
b7451b2ec2 Created a branch off the main code to start looking at porting this to linux. Be easier to get it working and then merge than it will be to try and port it and keep up to date with changes. I'll start with the library first and make a quick CLI prog that just plays through the library with no controls (aside from a switch for creating the library). I'm planning on then making a clone of the main mC program using Qt 4. Feel free to email me at urioxis@gmail.com 2008-11-27 20:44:15 +00:00
Daniel Önnerby
362c4bd32a Fixed another racing condition in Application and ApplicationThread. 2008-11-13 20:18:49 +00:00
Daniel Önnerby
537e8f048c Disabling some experimental options for a dm2 release. 2008-11-13 19:43:52 +00:00
Daniel Önnerby
5aa1a94570 Fixed a bug in win32cpp::ApplicationThread where the calls stack where not protected by mutex. 2008-11-13 19:34:17 +00:00
andre@woesten.com
2cf99985a4 - Checkin of first version of preferences
- Fixed some ComboBox-related thiongs
2008-11-07 21:50:48 +00:00
andre@woesten.com
3dbfe2f82e BUGFIX: Finally fixed close flashing issue.
It must be called BEFORE WM_DESTROY because WM_DESTROY is emitted 
AFTER the childs and itself have been destroyed. In the resulting, 
short time interval (after destroy and before handling WM_DESTROY)
a new flashing can occur, because the Window Messaging System
seems to give the keyboard/mouse input to the next window. But
without waiting for the WM_DESTROY to be processed. That's why
we're directly doing it in WM_CLOSE now :-)
2008-11-05 23:19:48 +00:00
andre@woesten.com
e1c554bd40 BUGFIX: Fixed Window Centering for new TopLevelWindows 2008-11-05 23:12:16 +00:00
andre@woesten.com
841079be0d BUGFIX: TopLevelWindow didn't stay open after closing its modal child 2008-11-05 20:51:38 +00:00
andre@woesten.com
2648ed168a - Added cleanup routine for ImageList
- Fixed memory leak in ComboBoxTestModel
2008-11-03 13:00:37 +00:00
andre@woesten.com
ac7cb4081f - Added bitmap for example 2008-11-03 12:53:04 +00:00
andre@woesten.com
a77ef0353c - Added ImageList class
- Added first version of ComboBox
- Added test implementation in settings panel
2008-11-03 12:52:00 +00:00
Daniel Önnerby
6395ed3694 Preparing installer for mC2dm2. Option to remove old APPDATA/mC2 folder. 2008-11-03 10:35:46 +00:00