Commit Graph

1071 Commits

Author SHA1 Message Date
Mike Crowe dcd5980fa6 Respond to WM_CLOSE in the hidden window so that the installer can
kill us off nice and easily.
2006-05-30 20:19:12 +00:00
Mike Crowe 7cfbedc04c Fix a rather heinous memory bug. Don't delete things on the stack! 2006-05-30 20:13:53 +00:00
Mike Crowe 1fe21b7686 Use the firely logo on the about page. 2006-05-30 19:47:01 +00:00
Ron Pedde 86cc769b2d Fix crash on connect with no plugins 2006-05-30 19:31:55 +00:00
Ron Pedde a159058bf7 Make int/string descriptors interchangeable on wma tags 2006-05-30 19:28:25 +00:00
Mike Crowe a9349d5d8b Use the new branding for the icons.
Set the dialog box icon appropriately too.
2006-05-30 17:30:58 +00:00
Mike Crowe 94b4883cd2 Make the configuration dialog appear near the mouse pointer if
launched from the shell notification icon as requested by Roku's
Anthony Wood.
2006-05-30 16:47:12 +00:00
Mike Crowe aea1b16ddd Reformat dialog boxes a bit so that things fit better. 2006-05-30 13:41:16 +00:00
Mike Crowe 4db723e0d1 Refer to the right license file. 2006-05-30 13:39:59 +00:00
Mike Crowe 721b7d4e27 Put up hourglasses while making people wait. 2006-05-30 13:15:27 +00:00
Mike Crowe 50f24f23b4 Make FireflyShell version number format match the server and plugins. 2006-05-30 13:14:43 +00:00
Mike Crowe 94ebfc8498 Actually put the version information in the executable. 2006-05-30 12:54:29 +00:00
Mike Crowe 5ca7890013 Implement the logging tab by reading the log file straight from disk. 2006-05-30 11:29:59 +00:00
Mike Crowe 975dbb6f22 More warning fixage. 2006-05-30 11:28:02 +00:00
Mike Crowe be4000631c Lose a couple of build warnings. 2006-05-30 11:26:02 +00:00
Mike Crowe e6006a207d It looks like we'll have to use _CRT_SECURE_NO_DEPRECATE to lose warnings
otherwise we can't use fopen and friends without getting scary warnings
on VS2005!
2006-05-30 11:24:22 +00:00
Anders Betnér d9c1742744 Put the daap options in the right mt-daapd.conf section.
Changed the config.html Save debugger to only print
options that return errors.
2006-05-30 07:02:16 +00:00
Anders Betnér 62c3ac542a Added debugging to config.html
If you open the page /config.html?debug
There will be debug messages to the javascript console when
you press the Save button
In Safari activate the javascript console like this http://getahead.ltd.uk/ajax/debug-safari
In Firefox install the extension Firebug and activate the console there
2006-05-29 20:00:58 +00:00
Ron Pedde 7f84afb786 get rid of mtd-plugins.h in favor of combined plugin header file ff-plugins.h 2006-05-29 11:58:23 +00:00
Anders Betnér 44014ecf1f Added missing options to config 2006-05-29 11:52:49 +00:00
Ron Pedde ef8ebaf93d get rid of uninitialized value, closing ticket #120 2006-05-29 11:52:28 +00:00
Ron Pedde 770a583dcf Make conf writer write multivalued properties as comma separated 2006-05-29 11:29:51 +00:00
Ron Pedde 920cb31052 force section and key names to not have spaces. Fixes problems in the configurator 2006-05-29 11:25:09 +00:00
Ron Pedde 69bb8dba82 Add resources for all plugins, make Mike's configurator the default configurator for the package build. 2006-05-29 11:07:19 +00:00
Ron Pedde 7f08580a24 Merge from dev-FireflyShell branch 2006-05-29 09:14:04 +00:00
Ron Pedde 0a14704fd9 Maybe fix for frontrow problems? 2006-05-29 07:57:45 +00:00
Ron Pedde bc0f4889ad back out changes to xml-rpc.c 2006-05-29 07:37:31 +00:00
Ron Pedde b9e14d22ed Fix format string problems in rsp.c 2006-05-29 07:37:00 +00:00
Ron Pedde 54be2c1c41 minor syntax fixes 2006-05-28 20:11:15 +00:00
Ron Pedde 31b8f6fc69 make .png logo transparent. probably useless, as the logo is going to be replaced, but there you go. 2006-05-28 08:46:23 +00:00
Ron Pedde 1dfb7d0bc0 add ogg metainfo parsing, and ogg playback. fix problems with not recognizing when to transcode on rsp 2006-05-28 08:45:44 +00:00
Ron Pedde e7d04dbd6b Add support for flac metatag reading and playback on win32. 2006-05-28 06:36:28 +00:00
Ron Pedde 89b6af89b3 Fixes to build, install, and run ffmpeg ssc on win32 2006-05-28 06:11:37 +00:00
Ron Pedde 0f64686356 add ffmpeg-based transcoding 2006-05-28 04:06:14 +00:00
Anders Betnér da8f1a6f8f Forgot this file in last comitt 2006-05-27 21:11:14 +00:00
Anders Betnér 91df6a5abf Move common javascript functions to util.js closes #69
Javascript fixes for Safari
2006-05-27 21:04:19 +00:00
Anders Betnér 5d29ec0dbd Prevent "Remove" from removing the last html input for options
with multiple values.
2006-05-27 17:30:11 +00:00
Ron Pedde 0285f0bdc0 shorten name mangling on rsp 2006-05-27 10:37:46 +00:00
Ron Pedde b03942bfba Add the ffmpeg transcoding plugin 2006-05-27 10:33:08 +00:00
Ron Pedde 27f4765408 fix for new plugin format 2006-05-27 08:50:09 +00:00
Ron Pedde b3fbb9bbd5 abstract the plugin interface to the db to prepare for db plugins and making daap a plugin 2006-05-27 08:02:39 +00:00
Anders Betnér 9e547e6c16 Fix add item for multivalued options, this broke in r1105 2006-05-26 22:55:42 +00:00
Anders Betnér 04aa87007a Wohohoooo, you can add songs to static playlists, thanks to
a patch from jordan@snocap!
2006-05-26 22:20:11 +00:00
Anders Betnér 310b2f6db8 Added support for basic and advanced config options. What goes into
advanced and what goes into basic is discussable. I just made a 
proposal in config.xml
2006-05-26 21:56:04 +00:00
Anders Betnér 0f27d923a5 Fixed a bug where button Cancel could look infinately (or a lot) 2006-05-26 20:22:21 +00:00
Anders Betnér 6ea05929ee Linted and found some stuff to clean up 2006-05-24 22:02:44 +00:00
Anders Betnér d30bafbd50 Added a tiny animation when removing/adding multiple elements. 2006-05-24 21:47:32 +00:00
Anders Betnér 5d222cfc91 Made the Cancel work 2006-05-24 21:15:13 +00:00
Anders Betnér 62811717f7 Prevent javascript from choking on empty options in mt-daapd.conf 2006-05-24 07:53:51 +00:00
Anders Betnér b3d2ffc703 Added missing spinner.gif 2006-05-24 06:52:15 +00:00