Commit graph

2750 commits

Author SHA1 Message Date
paul
1d3d8a6ff1 A more elegant (and actually working) version of PEAR installation 2006-11-24 20:48:06 +00:00
paul
eb57bf6256 Put the PEAR files in the right place. It was putting them in .../usr/usr/lib/pear/src, now it puts them in .../usr/lib/pear/src 2006-11-24 18:47:35 +00:00
paul
cb36413ecb Fix for #2027 2006-11-24 17:17:29 +00:00
tomash
0fcaf7a168 #1891 hub localt quick test fixed 2006-11-24 16:50:47 +00:00
paul
172f88c5f8 Another tweak for PEAR getting PEAR libs installed 2006-11-24 16:43:08 +00:00
mark
d15c639158 No longer needed. 2006-11-24 14:20:26 +00:00
mark
0554aeded0 Many bugfixes and improvements for the preloading system:
* Fixed memory handling. Now using Ptr::Ref.
* Various bugfixes.
* Speedup: Use preloaded data whenever possible.
2006-11-24 14:12:54 +00:00
tomash
e316b65ac8 #1869 fixed hub search in web UI 2006-11-24 02:49:14 +00:00
tomash
4259cf0c08 #1894 workaround - ensures the buffer dir exists 2006-11-24 00:53:45 +00:00
localizer
114e75e52b automated localization update 2006-11-24 00:14:12 +00:00
paul
ea21523e13 Fix for PEAR installation, for ticket #2020. 2006-11-23 23:16:48 +00:00
paul
b645cdf0e6 Removed ability to upload WAV and FLAC files, fix for #2019 2006-11-23 21:36:02 +00:00
paul
577a4bacd5 Fixed accidental checking-in of my local install details, part of #2020 2006-11-23 21:31:19 +00:00
paul
505c9b4f63 Get rid of PEAR updating when installing. Should be final fix for #2020. 2006-11-23 21:25:20 +00:00
paul
507151aec8 Removed unneeded PEAR directories, part of #2020 2006-11-23 21:06:13 +00:00
paul
1589ec3dda Updated PEAR libraries to latest stable versions, changed the format in the repo so they are already extracted and dont need to be installed, only copied. Part of #2020. 2006-11-23 21:02:26 +00:00
paul
85f3717eb7 Code formatting cleanup, added correct documentation for function parameters and return values. Added public/private/static modifiers to functions. 2006-11-23 18:58:03 +00:00
fgerlits
ff08dedbc6 renamed the scheduler executable and config files to campcaster-scheduler;
merging the rename-scheduler branch back to the trunk; the branch is now dead.
this closes #1952
2006-11-23 18:20:43 +00:00
mark
277097e14c Add campcaster plugin for the Ruby IRC bot. Looks up ticket information. 2006-11-23 16:23:18 +00:00
tomash
9ab775b5b7 several public keyword added 2006-11-23 14:42:33 +00:00
mark
56224063ff The preload() method is now running in a separate thread. This has major advantages over the old version:
* preload() returns immediately (non blocking).
* During runtime the preloading does not block the GUI at all.
2006-11-23 14:04:50 +00:00
mark
bc1a2cdbb6 Event loop calls are no longer needed (now we have threading). 2006-11-23 14:02:43 +00:00
fgerlits
8cdf6e6d09 fixing #1988 2006-11-23 11:57:31 +00:00
fgerlits
8281d6997b fixed #2014 2006-11-23 11:27:04 +00:00
paul
b6be769227 Tweak for API change 2006-11-23 07:26:47 +00:00
paul
d5191faa15 Put back in system preference for scheduler startup script 2006-11-23 07:26:13 +00:00
paul
1dbbf53799 Tweaks for API changes. Tell the user if their scheduler script is not configured. 2006-11-23 07:25:30 +00:00
paul
c175de0cb3 Make code more readable. 2006-11-23 07:24:44 +00:00
paul
5174eeb1d6 Fixes for API changes, make code more readable. 2006-11-23 07:23:55 +00:00
paul
c9be3824af Fixes for API changes 2006-11-23 07:22:45 +00:00
paul
fa9203d38c Added checks to see if the scheduler script was configured properly before trying to run the daemon. Added functions scriptIsConfigured() and getScriptError(), renamed testDaemon() to daemonIsRunning(), added documentation. Added public/private/static modifiers to functions. 2006-11-23 07:21:56 +00:00
paul
053f6df164 Get rid of unneeded data copying ( = = someFunction()). Minor spacing and formatting tweaks. 2006-11-23 07:16:40 +00:00
paul
49c4036a5a Changed to use the potentially faster form of bsGetMetadataValue which fetches all metadata at once instead of one at a time. 2006-11-23 07:15:26 +00:00
paul
91130937c5 Just minor spacing tweaks 2006-11-23 07:14:22 +00:00
paul
040683b700 Get rid of unneeded data copying ( = = someFunction()). 2006-11-23 07:13:41 +00:00
paul
0de001046f Commented out two functions that are no longer in use. API function renaming. 2006-11-23 07:12:42 +00:00
paul
789ddf9248 Get rid of unneeded data copying ( = = someFunction()). 2006-11-23 07:11:18 +00:00
paul
ec3485fe52 Get rid of unneeded data copying ( = = someFunction()). Changing various function names to be more obvious and consistent. 2006-11-23 07:10:35 +00:00
paul
6a39d99bfd Added public/private/static modifiers to functions. Get rid of unneeded data copying ( = = someFunction()). 2006-11-23 07:08:22 +00:00
paul
714e853fae Changing various function names to be more obvious and consistent. Get rid of unneeded data copying ( = = someFunction()). 2006-11-23 07:07:08 +00:00
paul
b4cecf725d Added public/private/static modifiers to functions. Added function getAllMetadata(). Commented out function updateRecord() which doesnt seem to be used. 2006-11-23 07:05:15 +00:00
paul
ec562b0165 Added public/private/static modifiers to functions. Changing various function names to be more obvious and consistent. Get rid of unneeded data copying ( = = someFunction()). 2006-11-23 07:01:08 +00:00
paul
37657536be Added public/private/static modifiers to functions. Changing various function names to be more obvious and consistent. Get rid of unneeded data copying ( = = someFunction()). 2006-11-23 06:59:44 +00:00
paul
cb921c1b02 Changing various function names to be more obvious and consistent. Get rid of unneeded data copying ( = = someFunction()). 2006-11-23 06:57:22 +00:00
paul
7425aa0654 Get rid of unneeded data copying ( = = someFunction()). 2006-11-23 06:56:32 +00:00
paul
ad9ab95c05 Fix for changing file names to match class names. Changing various function names to be more obvious and consistent. Get rid of unneeded data copying ( = = someFunction()). 2006-11-23 06:55:54 +00:00
paul
b0cbbd4d58 Part 2 of changing file names to match class names 2006-11-23 06:52:22 +00:00
paul
d2353858e6 Part 1 of renaming files so that their file names match the class names 2006-11-23 06:00:24 +00:00
localizer
fc2fd808be automated localization update 2006-11-23 00:13:57 +00:00
fgerlits
b4c9ed0e76 implemented the calls to the preload() function; this closes #2012 2006-11-22 18:33:28 +00:00