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
andre@woesten.com
39591913ca
Completed about box with cool fading logo and a text scroller with the credits :-) Have fun!
2008-10-07 00:41:43 +00:00
Daniel Önnerby
f25b682747
Fixed waveOut for multichannel audio (more than 2 channels)
2008-10-06 21:07:18 +00:00
Daniel Önnerby
889f4c856d
Fixed a small calculation in WaveOut plugin.
...
Upgraded to SQLite 3.6.3.
2008-10-06 13:15:09 +00:00
andre@woesten.com
931e190d9e
Added freaky animation to about box. A font scroller is going to be added later. But I still need a transparent logo of mC2.
2008-10-04 23:16:51 +00:00
Daniel Önnerby
2c00c806f3
Created a (temporary) musik::core::MessageQueue
...
Started on playlist functionality.
2008-09-17 19:58:22 +00:00
Daniel Önnerby
21e97a719b
Fixed bug in musik::core::Crypt, forgot to seed boost::random.
...
Fixed problem with musikServer when joining Connection threads.
2008-09-12 22:01:13 +00:00
bjorn.olievier
49c0d5d271
Moved locales to data subdir and added post-build event to copy them to the bin directory during the build.
2008-09-12 19:25:08 +00:00
Daniel Önnerby
28e672ab40
Added a "Connected users" window to musikServer.
...
Started on playlist support.
2008-09-11 22:49:24 +00:00
andre@woesten.com
8810ec6afe
Bugfix while filtering metadata
2008-09-09 14:51:13 +00:00
andre@woesten.com
96d036957a
WARNING! This commit can break your build. If you use another bin/output directory for the build, copy the path bin/debug/locales and its contents to your output directory!
...
- Implemented localization into cube
- Added english and german locales
2008-09-09 14:01:52 +00:00
andre@woesten.com
53073ffd66
win32cpp merge: changed all symbols cube & server. done.
2008-09-09 12:17:06 +00:00
andre@woesten.com
b5b8aa7cef
win32cpp step 2: case change
2008-09-09 12:03:26 +00:00
andre@woesten.com
7abbfcf576
win32cpp step 2: case change
2008-09-09 12:03:03 +00:00
andre@woesten.com
d97f0ae7d9
- win32cpp merge, step 1
2008-09-09 12:02:01 +00:00
andre@woesten.com
5dd66db567
Another fix :-/
2008-09-09 08:02:50 +00:00
andre@woesten.com
50b030e783
Fixed destruction bug of SysTray class
2008-09-09 07:58:00 +00:00
Daniel Önnerby
d96043b432
Fixed first time database initialization error for musikServer database.
2008-09-09 07:39:57 +00:00
Daniel Önnerby
ec480b400a
Fixed the accidental double Crypt.
2008-09-08 23:20:55 +00:00
andre@woesten.com
a9185a9795
- Ad- Added groupbox FINALLY!!!!!
...
- Fixed SysTray
- Added examples for groupbox
- Added MoveRelativeTo to Window class (avatar, please check it!)
2008-09-08 22:18:57 +00:00
Daniel Önnerby
31d932112a
Added user authentication and management.
2008-09-08 21:37:49 +00:00
Daniel Önnerby
31e7c6daa7
Fixed a eventual mutex problem in the Library.
2008-09-05 20:30:48 +00:00
Daniel Önnerby
86bd96e710
Added some documentation.
2008-09-04 10:39:03 +00:00
andre@woesten.com
56d9c246a5
- Added code documentation for SysTray
...
- Added own doxygen generation file and additional a generated CHM file
2008-09-03 15:47:49 +00:00
andre@woesten.com
248b2eb33e
- Added radio buttons
...
- Added radio button test to SettingsView
2008-09-03 13:54:38 +00:00
Daniel Önnerby
8212d9ee41
Fixed cube and server taskbar/systray icon.
2008-09-03 12:53:42 +00:00
andre@woesten.com
62b8340ccd
- Added checkboxes
...
- Added checkbox example to settings view
2008-09-03 11:51:03 +00:00
Daniel Önnerby
14ae9b8a8f
Added win32cpp::SysTray to musikServer.
2008-09-03 11:28:01 +00:00
andre@woesten.com
9ae09ba267
- Added minimize to tray feature
...
- Moved win32cpp-specific WM's into Types.hpp
2008-09-03 09:51:49 +00:00
andre@woesten.com
3aa5ded910
Bugfixes on SysTray integration. Integrates with Application now. Messages are handled by the wndproc of TopLevelWindow
2008-09-03 09:01:42 +00:00