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
Daniel Önnerby
779b37aae5
Fixed security issue in musikServers http server.
2008-11-02 22:01:10 +00:00
Daniel Önnerby
89a6c39907
FLAC decoder now fully working (with seeking).
2008-11-02 20:47:50 +00:00
Daniel Önnerby
279592d82c
FLAC working (no seeking yet though)
2008-10-31 15:25:32 +00:00
Daniel Önnerby
b272bf6b64
Continued on the FLAC decoder.
2008-10-31 14:42:07 +00:00
Daniel Önnerby
e6d8587d08
Started on flac_decoder.
2008-10-21 19:46:17 +00:00
Daniel Önnerby
e3985087bb
FIXED: mpg123_decoder was linked to old branch.
2008-10-20 18:55:37 +00:00
Daniel Önnerby
da7c23f658
Removed old testproject.
2008-10-20 12:15:41 +00:00
Daniel Önnerby
93ed39a588
Merging back to trunk.
2008-10-20 12:15:01 +00:00
Daniel Önnerby
68a9acf605
FIXED: Issue when syncpath was lost during indexing.
2008-10-08 13:35:14 +00:00
andre@woesten.com
a36ff1d5ec
Initial Combobox stuff
2008-10-07 22:36:36 +00:00
Daniel Önnerby
9dadff4e55
Updated installer to include resources.
2008-10-07 12:37:10 +00:00
andre@woesten.com
f6b16daa95
Cleaned up a memory leak in the about box. Removed warnings by explicit casts
2008-10-07 12:25:07 +00:00