Commit Graph

338 Commits

Author SHA1 Message Date
paul 5b4f673c04 Fix for bug #2099 - Cannot load or save preferences 2006-12-19 20:03:52 +00:00
paul ae1460a3c4 Switched functions from protected to public 2006-12-16 18:32:22 +00:00
paul e57e29675b Accidentally checked in local config value 2006-12-16 18:31:47 +00:00
paul 4733682a62 Refactored Alib to reveal its true nature: a bunch of static functions inside of classes. This makes it much easier to understand what is going on, and removes 4 layers of class heirarchies (now only 4 left). There are now two important global variables: CC_DBC, the database connection, and CC_CONFIG, the config variables. These used to be passed around to all classes, but since they are always the same they should be global. Refactored the StorageServer install scripts to live outside of the classes. They now live in the storageServer install scripts. A lot of functions in the StorageServer have become static as well, but there are definitely more that I didnt get to. Lots of code cleanup as well. This is a big update. 2006-12-16 06:36:22 +00:00
mark 2ae9d1ff2e Always initialize the abort pointer, so that our tests won't fail if the preloader isn't used. 2006-12-15 10:20:05 +00:00
mark b2688b8d3c Make safer. 2006-12-14 12:14:25 +00:00
mark e381e09af8 Forgot this line. 2006-12-14 12:03:12 +00:00
mark 12cfe650b9 Improvement for the preloading system: Now it is possible to abort running Preloader instances. This helps greatly with the Live Mode, when items are reshuffled before playing.
Took a bit longer than expected, since it was more complicated to implement than I had originally thought. On the upside, I've learned more tricks about GStreamer, which is a good thing (tm).

Fixes #2087
2006-12-14 11:59:00 +00:00
localizer e169e5df5c automated localization update 2006-12-14 00:17:01 +00:00
paul 79fa277dcc Added documentation 2006-12-08 04:37:30 +00:00
paul 4a915f241f Added documentation 2006-12-08 04:36:59 +00:00
paul c526cb1830 Code cleanup, add extra check about scheduler startup script, add documentation. 2006-12-08 04:36:29 +00:00
paul a56a304c19 Get rid of a warning 2006-12-08 04:34:39 +00:00
paul f98af0ace0 Code formatting 2006-12-08 04:33:35 +00:00
paul 55688910d5 Formatting, and making a note about a bug 2006-12-08 04:33:02 +00:00
paul 482d0052b3 Added public/private/protected/static to functions 2006-12-08 04:32:12 +00:00
paul 8dd2119496 Added public/private/protected/static to functions 2006-12-08 04:31:42 +00:00
paul 985eeab08c Added public/private/protected/static to functions 2006-12-08 04:31:20 +00:00
paul 3e5f74e29e A more readable secondsToPlaylistTime() function 2006-12-08 04:30:22 +00:00
paul c1d4c33b31 Added public/private/static definitions to functions 2006-12-08 04:28:50 +00:00
fgerlits af047436e8 Micz's new "your logo here" image 2006-12-07 10:29:40 +00:00
mark eb69bd44c8 Additional comments and code cleanup. 2006-12-07 08:17:18 +00:00
localizer f1c7e18c45 automated localization update 2006-12-07 00:16:00 +00:00
tomash e71663c2e0 Hub setup script improved (can be installed along to studio etc.) 2006-12-06 20:06:54 +00:00
fgerlits cdfd1db671 don't resize the station logo image if we don't have to 2006-12-06 16:42:04 +00:00
paul b3d8e4bf76 Fix for bug #2080 - Transfers window broken in the html interface 2006-12-06 16:07:19 +00:00
mark 6596d67f3b Add API docs for preloader. 2006-12-06 08:35:55 +00:00
fgerlits 94e1f0bc53 fixed #2072, this time possibly for real 2006-12-05 19:25:50 +00:00
fgerlits 01ee4ec06d moving the script so that it will be copied by `make install` 2006-12-05 16:10:57 +00:00
fgerlits b56fd1cec2 fixed #2017 2006-12-05 15:35:29 +00:00
tomash 4ea731e572 #2017 executable for changing scheduler password in the storageServer added. 2006-12-05 13:47:07 +00:00
paul a34b4106e2 Updated the version number to 1.1.1 2006-12-04 21:26:29 +00:00
paul e98e7d8761 Update version number 2006-12-04 17:36:36 +00:00
fgerlits 5ceb0b2567 playlists-within-playlists can make the playlist label longer 100 characters 2006-12-04 12:03:30 +00:00
fgerlits d45efa6e23 Fixed #2017. 2006-12-04 11:59:01 +00:00
fgerlits 0fb1c29f2c updated the credits 2006-12-04 10:26:52 +00:00
paul 389227ab6f Prevent users from removing the SCHEDULER user or changing the password for it. 2006-12-03 22:23:48 +00:00
paul 460ea764c3 Updated CREDITS 2006-12-02 16:38:15 +00:00
paul 888086a345 Fix for ticket:1397 - replace CAMP logo with YOUR LOGO HERE 2006-12-02 15:43:29 +00:00
fgerlits 074b08841e fixed the Mutex class to make it thread-safe (I hope) 2006-12-02 08:30:50 +00:00
fgerlits 05beb4d5d0 prettified the mutex code 2006-12-01 20:25:01 +00:00
paul 38d5c776cd Remove the preload lock if there is an error initializing the playlist. 2006-12-01 19:55:21 +00:00
paul 3b481ec39c Added locking to prevent race conditions 2006-12-01 19:49:33 +00:00
fgerlits 75d7852eb8 this line made no sense 2006-12-01 17:57:29 +00:00
fgerlits 6c48e9d63d minor edit: breaking up some overlong lines 2006-12-01 17:53:38 +00:00
fgerlits 93dbbeaa6d possible fix for the scheduler bug 2006-12-01 17:49:48 +00:00
paul e306a94e54 Better debug messages. 2006-12-01 17:44:56 +00:00
paul b5abe48ea6 Fix for bug #2068 - removing or rescheduling a playlist will still play the playlist because the scheduler is not signalled. 2006-12-01 17:26:32 +00:00
mark 426b40f2ce Add error message. 2006-12-01 17:08:35 +00:00
paul 2a50ad1cc7 Better debug messages 2006-12-01 16:36:55 +00:00