Commit Graph

2038 Commits

Author SHA1 Message Date
sebastian cdc2ba2e33 romoved link to webstream as long we don?t have it implemented 2005-10-10 20:44:19 +00:00
sebastian 300a9e5417 fixing bug #1152 2005-10-10 20:41:23 +00:00
sebastian 3f2b14ddb8 fixing feature #1404 2005-10-10 20:20:53 +00:00
fgerlits 5b7f03dce9 Subclassed Gtk::ScrolledWindow to make the background white;
seems like a stupid solution, but at least it works.
This fixes #1501.
2005-10-07 12:50:05 +00:00
fgerlits 39b1a24e17 added svn:keywords property 2005-10-06 17:09:55 +00:00
fgerlits 806a189835 made metadata input in UploadFileWindow scrollable
(yes, I noticed it's now grey)
this fixes #1451 and creates #1501
2005-10-06 16:36:38 +00:00
fgerlits 4791dc9e70 added "/.." because of move to under src 2005-10-06 16:29:25 +00:00
tomash 2793a11419 #1499 getAudioClip method removed from storageServer's XML_RPC interface. 2005-10-05 12:29:09 +00:00
fgerlits 212b2e103b updated modules and products references to src/modules and src/products 2005-10-04 19:16:14 +00:00
tomash 677c70e828 #1489 2005-10-04 18:41:47 +00:00
tomash e3e70daef3 #1489 fixed 2005-10-04 18:32:31 +00:00
maroy e73292ed46 renamed src/modules/storage to src/modules/storageClient 2005-10-04 12:35:31 +00:00
maroy 17dec8979f updated doxygen paths to reflect recent changes in the directory strucutre 2005-10-04 12:34:25 +00:00
maroy d56ed4aec0 moved tools, modules and products directories to livesupport/src 2005-10-04 11:57:19 +00:00
maroy c166ab80bb fixed some properties and mime types 2005-10-04 10:11:10 +00:00
maroy 65507bce95 added installation guidelines 2005-10-03 13:25:15 +00:00
tomash 162a969646 The HTML_QuickForm PEAR module upgraded to version 3.2.5 2005-10-02 21:55:53 +00:00
sebastian 4810e76771 Due to PHP5-compatibility 2005-10-02 14:22:19 +00:00
sebastian f40a73d9b1 PHP5 compatibility-hack 2005-10-02 13:29:55 +00:00
tomash 8e2f1a644d Version string corrected. 2005-10-01 17:15:39 +00:00
tomash 1e71289140 Version string corrected. 2005-10-01 17:12:59 +00:00
sebastian 82a4caef1a version is 1.0.1 2005-10-01 15:41:20 +00:00
maroy 7c51a33cc3 updated debian changelog for 1.0.1 2005-10-01 15:24:17 +00:00
sebastian f6ef66b894 corrected span-over hour/midnight display 2005-10-01 14:46:26 +00:00
tomash 9236c4671a #1424 force upgrade to patched versions 2005-10-01 13:21:11 +00:00
sebastian 096f49f72d use include_path from storageServer conf.php 2005-10-01 13:16:30 +00:00
sebastian 3cfbdbdf39 include path have to be set somewhere else 2005-10-01 13:09:18 +00:00
tomash 343b13a9ff #1424 patched PEAR XML_RPC module added. 2005-10-01 13:03:45 +00:00
tomash 242df07fb0 The 'upload_max_filesize problem' fixed, I hope. 2005-09-30 23:30:07 +00:00
tomash 53258d2223 More consistency to pear setup added (related to #1424). 2005-09-30 23:28:26 +00:00
tomash e266488d8f Chmod added after metadata file regeneration in stor dir (just to be sure it have g+w). 2005-09-30 22:00:55 +00:00
tomash 4443dac059 The regen parameter in bsSetMetadataBatch method now used (minor change). 2005-09-30 21:58:28 +00:00
tomash 8608666285 Default installdir fixed (usually not used). 2005-09-30 21:56:15 +00:00
fgerlits 797a2d8312 added keyboard shortcuts to the playlist editor window 2005-09-30 19:41:59 +00:00
sebastian f6e8fbbb3b set upload filesize to 100MB 2005-09-30 18:39:36 +00:00
sebastian f4ff1e9506 listen uses playlist now 2005-09-30 13:13:15 +00:00
sebastian d62048e192 bugfixing for 1.0.1 2005-09-30 12:32:33 +00:00
maroy 1a3cf69ba9 now AudioPlayerInterface::open() will throw an std::runtime_error
exception if the file can not be openned, for example because
the audio device in blocked by another process (maybe an other player)
fix for issue #1398
2005-09-30 10:13:11 +00:00
tomash 5fde29379e #1415 (#1407 probably too) fixed 2005-09-30 00:13:03 +00:00
tomash 0a05c655e6 Bug in metadata file regeneration fixed. 2005-09-29 22:25:32 +00:00
tomash 4750fba2c4 #1386 fixed 2005-09-29 21:38:05 +00:00
sebastian f4c0454b0c added conten-length header to allow seeking in the audioclip 2005-09-29 19:56:31 +00:00
fgerlits c7a6ea72df fixed a typo 2005-09-29 18:01:12 +00:00
fgerlits 5935a96a9a Added more (and updated existing) documentation about the Playlist class.
Changed the playlist format (generated in Playlist::getXmlDocumentString())
which is stored in the storage server to include top level only (no "inline
playlists" any longer).
2005-09-29 18:00:09 +00:00
tomash 4c42786014 #1424 PEAR XML_RPC module upgrade. 2005-09-29 15:44:02 +00:00
tomash a45ae563bb #1226 New optional parameter length added to the GreenBox::addAudioClipToPlaylist() method. 2005-09-29 11:00:44 +00:00
tomash eee7429d48 minor changes in comments 2005-09-29 10:39:09 +00:00
tomash f4929ce3db Extra parameters added to resetStorage method
- flag for sampleData inserting and deleting only files in storage.
Default values have been chosen to preserve previous calls.
2005-09-29 00:24:32 +00:00
sebastian 411e87590a replacing corrupted files 2005-09-28 23:03:28 +00:00
sebastian 38c891cfb0 changing properties 2005-09-28 22:52:41 +00:00