Commit Graph

2012 Commits

Author SHA1 Message Date
tomash 97a0144a66 #1651
- extra line outside php tag in Backup.php removed
 - catching exception from Backup::openBackup added
2006-04-14 13:02:05 +00:00
fgerlits 5c5deefb7e this fixes #1648 2006-04-14 07:56:37 +00:00
fgerlits c4a4053d17 progress towards #1648 2006-04-12 17:51:39 +00:00
fgerlits 255cb4ba06 first version of playlist export (does not do anything yet) 2006-04-11 19:07:40 +00:00
fgerlits 676a7dd080 refactored checking the return parameter 2006-04-11 17:09:10 +00:00
sebastian d7c9af4199 tiny fixes 2006-04-08 06:50:08 +00:00
csikosjanos e5eb7f69e8 #1647 2006-04-07 17:06:10 +00:00
fgerlits 50436d2c24 hm... using a pointer which did not point to anything may have been a bad idea
this fixes the bug in [2009], and completes #1641
2006-04-05 09:57:58 +00:00
tomash 42b4bae413 minor changes 2006-04-04 23:14:22 +00:00
fgerlits 85d66b8c3a added the GUI for incremental backups (don't use it yet, it crashes) 2006-04-04 18:15:12 +00:00
csikosjanos 2546341d70 2006-04-04 15:50:35 +00:00
csikosjanos 75f9440cf6 (#1642, part of #1579) backup XML-RPC and PHP backend 2006-04-04 15:26:20 +00:00
tomash 2d699645dd #1530 dummy networking methods - forgotten commit 2006-04-04 13:10:13 +00:00
fgerlits e04f313474 updated the keyboard shortcut test to reflect the new config file format 2006-03-31 19:39:09 +00:00
fgerlits 462f8aa936 changed static consts (meaning local linkage) to anonymous namespaces
(because Bjarne Stroustrup told me that I'm a bad, bad boy if I don't)
2006-03-31 18:25:03 +00:00
fgerlits 0274a51be9 (part of #1641)
added a timer to refresh the status of the pending backup;
renamed/reorganized some stuff
2006-03-31 18:00:39 +00:00
fgerlits fdefeb6561 progress towards #1641 (added entry field for the title of the backup) 2006-03-31 12:40:19 +00:00
fgerlits 4cb51880b8 fixed #1646 2006-03-31 12:09:28 +00:00
fgerlits 588e7ed031 progress towards #1641 2006-03-30 18:16:52 +00:00
fgerlits 1ab0a6bddd progress towards #1641 2006-03-29 18:40:52 +00:00
tomash 51e3aa1162 #1645 fix - missing function in PHP4 2006-03-29 13:53:24 +00:00
fgerlits ca0b89bd6e pulled the notebook tab buttons closer to the tab they belong to 2006-03-29 10:32:12 +00:00
fgerlits 8895a3ae4d added error checking to the backup window 2006-03-29 10:26:55 +00:00
fgerlits 30ae7df047 progress towards #1641 2006-03-29 09:37:23 +00:00
fgerlits 1f3673e635 progress towards #1641 2006-03-24 18:09:57 +00:00
tomash b356fdf6d1 typos fixed 2006-03-24 11:02:57 +00:00
tomash c446ffc092 #1579 createBackupCheck: faultString return field description fixed 2006-03-24 01:15:36 +00:00
fgerlits 23aa046283 added boost_date_time dependence for the storageClient module;
added diagnostic message in the configure scripts for BOOST_DATE_TIME_LIB
2006-03-23 21:36:58 +00:00
fgerlits 397fea7c87 first usable version of the createBackup methods in the storageClient 2006-03-23 21:35:16 +00:00
sebastian 7db2f26cb6 working on #1608 2006-03-23 15:27:54 +00:00
tomash e11a781740 #1599 fake renderer caller 2006-03-23 13:38:19 +00:00
tomash eff78db833 #1599 forgotten file added 2006-03-23 13:36:31 +00:00
tomash 9da79c937e #1582 minor fixes 2006-03-23 13:35:19 +00:00
csikosjanos 7ad687cae7 2006-03-23 12:14:17 +00:00
fgerlits ee56e0aa8e progress towards #1641 2006-03-22 20:26:43 +00:00
sebastian e1b2614878 typo in docu 2006-03-22 16:57:19 +00:00
tomash d381976633 #1604 some exceptions catching added 2006-03-22 15:20:27 +00:00
fgerlits 3a939c1e0f added some classes for the backup GUI 2006-03-22 12:49:00 +00:00
tomash e31baab434 #1599 render playlist to file or storage with fake renderer 2006-03-21 14:00:20 +00:00
tomash 5d462e4c82 minor changes 2006-03-21 01:33:41 +00:00
sebastian 74b9d3784a working on #1608 2006-03-20 17:54:35 +00:00
sebastian 388a9fcf37 working on #1608 2006-03-20 17:17:25 +00:00
csikosjanos 50af857cda 2006-03-20 17:01:55 +00:00
fgerlits 0723557ef9 a first, rather primitive, implementation of #1627 2006-03-20 17:00:04 +00:00
tomash 2c7630c800 Backup and playlist render dummy methods fixed. 2006-03-20 13:54:19 +00:00
fgerlits 588de8d2ac upgraded file_find pear module to 1.2.1;
fixed mime-types in the src directory;
related to #1633
2006-03-20 13:43:39 +00:00
tomash eca221f37c RenderPlaylist open/check/close dummy methods fixed 2006-03-20 12:38:37 +00:00
tomash 8ce6d73142 Backup open/check/close dummy methods fixed. 2006-03-20 12:17:01 +00:00
fgerlits b5272dffeb fixed push buttons (now they don't have a selected state);
TODO: make them selected while the mouse button is down (PRIORITY: very low)
2006-03-16 16:08:32 +00:00
fgerlits 47a2c44063 minor edit: got rid of some gcc warnings 2006-03-16 11:36:34 +00:00
fgerlits 3fa5f28259 fixed toggle button behavior related to selected state;
cleaned up window position storage and retrieval
2006-03-15 20:13:04 +00:00
sebastian 82a509eed2 working on #1608 2006-03-14 21:34:14 +00:00
sebastian d956b14acb working on #1608 2006-03-14 13:23:39 +00:00
sebastian 8eabcd086c working on #1608 2006-03-14 13:22:21 +00:00
sebastian 0e8d92db9e fixing redirect to htmlUI in DevelopmentEnviroment 2006-03-14 13:08:39 +00:00
sebastian 3422c3c038 nomsg 2006-03-10 16:08:37 +00:00
fgerlits 62cfa1f62d fixed a missing update in Notebook;
fixed the venerable 'notebook tabs don't get redrawn properly' bug #969
2006-03-10 13:16:55 +00:00
sebastian dd06dac03a fixed redirect to htmlUI 2006-03-10 12:35:21 +00:00
sebastian 1d95f0b7d0 working on #1608 2006-03-09 21:47:18 +00:00
sebastian c1a7d1196a Working on #1608 2006-03-09 21:44:59 +00:00
fgerlits d6c39a1f62 added a disabled state for buttons;
activated the previously hidden selected state;
(but there is still the old problem of the button not getting redrawn when it should)
2006-03-09 18:10:35 +00:00
fgerlits 58bd0d3fb5 more placeholder graphics 2006-03-09 17:11:29 +00:00
fgerlits dc6b9e809b more placeholder graphics 2006-03-09 17:10:55 +00:00
sebastian 68cf035ae8 nomsg 2006-03-09 15:07:48 +00:00
fgerlits 920cf155b2 added insensitive button images (placeholders);
fixed the mime-types of the png files
2006-03-09 12:39:37 +00:00
tomash c7ca61f5c3 #1582 support for multiple playlist export added 2006-03-09 02:08:33 +00:00
tomash c590b92db0 #1582 implementation:
playlist export/import
 formats: lspl, smil, m3u
+ forced delete (without trash use)
+ minor fixes
2006-03-09 01:21:46 +00:00
tomash 0e3e20e1df minor typo fixed 2006-03-09 01:17:31 +00:00
tomash 8fb0062868 #1582 1sr step, minor changes 2006-03-09 01:04:55 +00:00
sebastian 7b9dbbb679 new masterpanel design from Charles 2006-03-08 19:42:08 +00:00
sebastian 8f87bb6b8e new masterpanel design from Charles 2006-03-08 19:33:57 +00:00
sebastian e99e972bf6 new masterpanel design from Charles 2006-03-08 17:39:48 +00:00
fgerlits bbd88e67f8 removed manual row numbering from everywhere; this is now handled inside the ZebraTreeView class 2006-03-06 16:33:58 +00:00
tomash 3c2aa6c71f #1599, #1582 dummy XML-RPC interfaces added 2006-03-06 04:46:24 +00:00
tomash 0f77a912ea #1599, #1582 dummy XML-RPC interfaces added 2006-03-06 04:37:28 +00:00
fgerlits bf448e90e1 renamed the 'changed' variable in the OptionsContainer to the more descriptive 'touched';
removed the unused variable 'isChanged' from the OptionsWindow
2006-03-02 18:59:31 +00:00
fgerlits 29c3c2b045 made the text in the (error) message windows centered 2006-03-02 18:39:58 +00:00
fgerlits 59bcec4df2 made the striping of the ZebraTreeView handle the expanding/collapsing of TreeStore model rows correctly 2006-03-02 18:36:54 +00:00
fgerlits f21ed80b01 minor improvements on #1617 2006-03-02 17:08:47 +00:00
fgerlits 815928ba24 fixed #1617 2006-03-01 19:54:12 +00:00
tomash 12712d6adf #1625 try to suppress unwanted PHP notices 2006-03-01 14:44:22 +00:00
fgerlits 399afd9544 more progress towards #1617 2006-02-28 20:31:03 +00:00
sebastian 61a024130f adding doc/index.html 2006-02-28 14:28:11 +00:00
sebastian 9fad095234 link corrected 2006-02-28 14:27:18 +00:00
fgerlits c4bffa277f removed BaseTestMethod from the xml-rpc docs 2006-02-28 13:37:23 +00:00
sebastian 6b0e0773d2 2006-02-28 11:46:43 +00:00
sebastian ebfce06747 working on #1606 2006-02-27 17:54:19 +00:00
fgerlits d7c103d6f0 changed Gtk::TreeView to ZebraTreeView 2006-02-27 16:59:16 +00:00
sebastian 99778330e3 Adding preferences.html 2006-02-27 14:51:36 +00:00
fgerlits 8c2c13faf2 progress towards #1617 (displays keyboard shortcuts, can't be edited yet) 2006-02-24 17:12:25 +00:00
sebastian 1e1842ab95 display scheduler error just once 2006-02-24 13:44:23 +00:00
fgerlits 6bd994f434 added "get key from inside a bundle contained in this bundle" functions 2006-02-23 17:22:12 +00:00
sebastian 1106dff23c login error corrected 2006-02-23 17:03:19 +00:00
sebastian b73c09effe disabled webstream (will not be in 1.1) 2006-02-23 16:59:43 +00:00
sebastian 54c24115a8 fixed redirect to htmlUI 2006-02-23 14:29:32 +00:00
sebastian 18bc20630b added unzip to tools list 2006-02-23 14:09:11 +00:00
sebastian 6f8e369024 nomsg 2006-02-22 19:20:53 +00:00
sebastian f30283d544 fixes #1409, #1486, #1620 2006-02-22 16:46:57 +00:00
sebastian cfca8290a3 cleaning up 2006-02-20 20:38:21 +00:00
sebastian f6fd14c8d3 fixed bug #1516 2006-02-20 17:37:20 +00:00
sebastian d865521d41 drag & drop playlist always enabled 2006-02-20 16:47:46 +00:00
sebastian e8bf5dfff8 fixing bug #1593 2006-02-20 16:36:26 +00:00
sebastian ca6ef49f10 DEBUG mode introduced 2006-02-20 16:03:26 +00:00
fgerlits 451fa4f1c8 made the keyboard shortcuts case-insensitive (part of #1617) 2006-02-17 13:20:28 +00:00
fgerlits a8e7bf1931 removed the MessageWindow class (it was just a more primitive version of the DialogWindow) 2006-02-10 21:21:56 +00:00
fgerlits ae820b8d59 moved the public constants from WidgetFactory to a separate class;
this solves some circular reference isssues
2006-02-10 19:06:14 +00:00
fgerlits 5183197c69 moved the OptionsContainer class to the Core module
(since we might want to use it in the Scheduler, too)
2006-02-10 11:41:20 +00:00
fgerlits 6497775c9b added missing try - catch block 2006-02-09 16:40:00 +00:00
fgerlits c498a95b4d added info + error messages;
fixed the behavior of the Cancel button
2006-02-09 16:23:59 +00:00
fgerlits 5835587c0a fixed removing multiple items from the scratchpad; see #1615 2006-02-07 09:48:42 +00:00
fgerlits e7b267fa8c fixed #1614 2006-02-03 18:26:47 +00:00
fgerlits 11350d6b97 changed the storage methods to accept const UniqueId parameters
(this should be done everywhere, and not only with UniqueId -- later)
2006-02-03 18:17:08 +00:00
fgerlits b86507f15c Refactored the ScratchpadWindow: now the contents are stored in the window itself, instead of in the GLiveSupport object.
The Scratchpad contents are loaded from the user prefs (and acquired) when the ScratchpadWindow is first opened, instead of at login; this makes the login a bit faster.
Enabled intra-window drag-and-drop in the Scratchpad.
2006-02-02 19:14:00 +00:00
fgerlits e21440dff2 made the rows in the Live Mode window drag'n'drop reorderable 2006-02-01 17:04:51 +00:00
fgerlits bbcc7bf2ca added previously undeclared throw clause in the setUp() of these tests,
plus caught previously uncaught exception
2006-02-01 13:12:36 +00:00
sebastian 9d501e111e Changed php short open tag 2006-01-30 17:38:49 +00:00
fgerlits ce19fcbd95 removed extra testing code (has been moved to modules/playlistExecutor) 2006-01-27 13:12:57 +00:00
fgerlits 0815136ec6 added a "Test" button to the "set audio device" section of the options window
at the moment, it doesn't work too well, due to #1613
2006-01-27 13:01:01 +00:00
fgerlits 0ad80a607a sample code for ticket #1613 2006-01-27 12:52:24 +00:00
fgerlits 60e45ea3b1 added Servers tab;
refactored a bit to reduce the amount of copy-paste code;
improved the spacings
2006-01-24 14:31:10 +00:00
tomash 7b7bd4bb9b #1596 comments updated 2006-01-21 01:02:13 +00:00
fgerlits f04fa0c44f corrigenda to the corrigenda -- it's past my bedtime :( 2006-01-20 21:36:29 +00:00
fgerlits 6904328db3 corrigenda to [1884] 2006-01-20 21:34:43 +00:00
fgerlits af933bb22e first (somewhat) functional version of the Options window 2006-01-20 21:22:32 +00:00
tomash fd7c0e6808 #1590 - little fix in getid3 + catching getid3 warning added 2006-01-18 16:40:01 +00:00
fgerlits 7ec6f916a0 removed stale code 2006-01-18 15:44:31 +00:00
fgerlits 7f3b14471c added "Sound" tab to the options window 2006-01-18 15:30:28 +00:00
fgerlits 900e2efa18 changed getpwnam() to getpwuid(); this fixes #1592 2006-01-11 12:56:24 +00:00
fgerlits 3ea2d91fd8 removing debug code left in accidentally 2006-01-10 20:26:18 +00:00
fgerlits c7c7a4a679 re-enabling boost library variable setting from configure.ac
(why was this disabled? -- I have a feeling I'll find out soon... but maybe not)
2006-01-10 17:00:29 +00:00
fgerlits 74e4bbd594 corrected a lying progress indicator message 2006-01-04 18:28:28 +00:00
fgerlits 0a51f27678 made "Report bugs to" text localizable 2006-01-04 14:46:18 +00:00
fgerlits 5f7597d940 added first version of the Options (preferences) window
so far, only the "About" tab is implemented

see #1583
2006-01-03 19:16:18 +00:00
tomash adff1994b9 #1589 2006-01-02 23:24:40 +00:00
maroy 6620a0aa94 removing referneces to CVS, fix for issue #1547 2005-12-24 12:40:35 +00:00
fgerlits 484b31691f added more paranoid assert statements to try to localize #1577 2005-12-22 14:02:40 +00:00
fgerlits 413f433769 got rid of more gcc 4.0 warnings; see ticket #1576 2005-12-22 11:54:52 +00:00
fgerlits 04e679e63c fixed ticket #1476 2005-12-20 19:06:40 +00:00
fgerlits c376ddcf6e re-enabled boost and icu detection, but set the default to "no" 2005-12-20 12:19:18 +00:00
maroy 497aca064f fix for issue #1570 2005-12-20 07:27:28 +00:00
sebastian 534f7b6198 fixes ticket #1565 2005-12-13 15:13:47 +00:00
fgerlits 42dc1ee55d added instructions on how to update Trac after release 2005-12-13 10:46:14 +00:00
sebastian c559f2f7ad nomsg 2005-12-12 15:54:55 +00:00
sebastian 91733f6f09 nomsg 2005-12-12 15:45:53 +00:00
tomash 91a00514eb Doxygen comments fixed (related to #1225) 2005-12-08 01:20:59 +00:00
tomash d5511d1a42 Support for webstreams added to search methods (#1225) 2005-12-08 01:18:15 +00:00
fgerlits bf8f97efff made the 'time remains' display blink
this fixes #1540
2005-12-07 16:43:56 +00:00
tomash c5f49b4a70 Recursive parameter in releasePlaylist now ignored, true forced (#1468) 2005-12-07 13:57:56 +00:00
fgerlits fc84900f33 correction to [1855] 2005-12-06 19:19:29 +00:00
fgerlits 3f33bf78b0 added yellow and red indicators before the end of the audio clip in live mode
this fixes #1540 (mostly)
2005-12-06 19:02:36 +00:00
fgerlits 40a3c2725d corrected a mistranslation 2005-12-05 11:33:53 +00:00
fgerlits a13437ec68 added virtual destructors to some classes which don't really need it, to make gcc 4.0 happy 2005-12-02 16:31:22 +00:00
fgerlits ab38e39b96 made simple search configurable; this fixes #1544 2005-12-02 13:54:20 +00:00
sebastian 330fc96fb2 allow to display error-messages 2005-12-01 17:35:47 +00:00
tomash 8bcee10beb #1555 2005-12-01 12:11:11 +00:00
tomash f938911476 merge with 1.0.2 2005-11-30 02:27:09 +00:00
tomash c589a43a35 merge with 1.0.2 2005-11-30 02:26:22 +00:00
tomash 73ac07339f merge with 1.0.2 2005-11-30 02:24:36 +00:00
tomash b138a631cd merge with 1.0.2 2005-11-30 02:22:19 +00:00
tomash c24ed36f87 merge with 1.0.2 2005-11-30 02:20:17 +00:00
fgerlits 96cf528291 patch to remove a doubled ';' (because gcc 4.0 complains about it) 2005-11-29 16:00:25 +00:00
fgerlits e5084c4636 updated the tools to compile with gcc 4.0
* cleaned up the prepare.sh scripts
 * upgraded gtk+ (and dependencies) to 2.6.10
 * upgraded gtkmm (and dependencies) to 2.6.5
 * re-enabled ICU docs generation (fixing #1514)
2005-11-29 13:59:31 +00:00
fgerlits 59d7dbc4c2 made src/modules/htmlUI/configure executable 2005-11-22 08:48:58 +00:00
fgerlits 92b817cda6 merging the edits made in the 1.0.x branch to the trunk, for /tools 2005-11-22 08:35:14 +00:00
fgerlits 03ad2cb267 merging [1832] back to the trunk 2005-11-21 17:36:08 +00:00
fgerlits 7f3cf12433 merging the edits made in the 1.0.x branch to the trunk, for /var 2005-11-21 17:12:53 +00:00
fgerlits b46f4830bb merging the edits made in the 1.0.x branch to the trunk, for /etc
EXCEPT NOTE THAT portage has not been merged; somebody who understands gentoo should do that
2005-11-21 17:09:10 +00:00
fgerlits eed5067e1f merging the edits made in the 1.0.x branch to the trunk, for /doc 2005-11-21 16:58:09 +00:00
fgerlits 51181f7b45 merging the edits made in the 1.0.x branch to the trunk, for /bin 2005-11-21 16:44:38 +00:00
sebastian 40de13d2ba merging propertie changes into trunk 2005-11-21 16:21:27 +00:00
fgerlits ceeaeac777 merging the edits made in the 1.0.x branch to the trunk, for all C++ modules and products 2005-11-21 15:44:30 +00:00
sebastian 6bf3e9f27e 2005-11-21 14:49:57 +00:00
fgerlits e97352bc6b got rid of fractions when displaying playlengths
this fixes #1437
2005-11-03 19:42:52 +00:00
fgerlits 026056f026 removed stale code 2005-10-27 15:45:59 +00:00
fgerlits 14dbddd7c2 added keyboard shortcuts for play/pause/stop in the Master Panel;
removed stupid search function from Scratchpad and Live Mode (so that
    now these windows can receive keyboard events [a-zA-Z]).
this fixes #1036 (except for fade, which may or may not be addressed later)
2005-10-27 15:22:40 +00:00
fgerlits f9787f47d3 possible fix for #1522 (but more likely not) 2005-10-27 12:32:05 +00:00
fgerlits 9052878056 deployed KeyboardShortcut mechanism everywhere where keyboard shortcuts are handled 2005-10-21 16:07:45 +00:00
fgerlits 60a966fe37 added KeyboardShortcut class (for making keyboard shortcuts configurable) 2005-10-20 20:09:19 +00:00
fgerlits bf254d3de3 changed Talk to Voice 2005-10-17 15:41:39 +00:00
maroy d6ea7d8c04 possible fix for #1495 2005-10-14 11:28:44 +00:00
fgerlits beb9bbefd7 prettified the search window, as per #1477 2005-10-13 15:47:00 +00:00
sebastian 198521e6df fixing bug #1186 2005-10-10 20:49:51 +00:00
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
sebastian d70f26d369 changing properties 2005-09-28 22:37:30 +00:00
sebastian 8d09cfe50d changing properties 2005-09-28 22:31:10 +00:00
sebastian 3414ac841f changing properties 2005-09-28 22:30:16 +00:00
sebastian e36e2ab8c8 changing properties 2005-09-28 22:29:47 +00:00
sebastian 88115ab8ac changing properties 2005-09-28 22:29:15 +00:00
sebastian 2148ce377f 2005-09-28 20:54:06 +00:00
sebastian a353672193 2005-09-28 20:49:11 +00:00
sebastian c0572414cd 2005-09-28 20:37:24 +00:00
sebastian e0f5a1757d 2005-09-28 20:36:03 +00:00
sebastian dca7f71bae 2005-09-28 20:34:44 +00:00
sebastian 8164099d20 nomsg 2005-09-28 20:29:51 +00:00
sebastian 5633ada8a7 nomsg 2005-09-28 20:29:36 +00:00
sebastian 7d5f7f856d 2005-09-28 20:19:25 +00:00
fgerlits ae1573aa71 fixed these binary files, after they were messed up first by cvs2svn,
and then by myself in [1622]
2005-09-28 18:10:11 +00:00
tomash ab756824ae #1399 fixed 2005-09-28 16:21:59 +00:00
tomash fe297e01c2 #1405 better setup for devel.env., I hope - ufff 2005-09-28 13:39:35 +00:00
tomash 52a437ed9d Useful target added. 2005-09-28 13:27:41 +00:00
tomash ba0390a8a9 More verbose error messages added. 2005-09-28 13:18:29 +00:00