Commit Graph

187 Commits

Author SHA1 Message Date
maroy 66bd876f08 added possibility for personalized development
(e.g. sharing a system between multiple developers)
2005-04-08 11:56:37 +00:00
fgerlits 7b09d7d251 added first zebra stripes to ZebraTreeView 2005-04-08 11:02:11 +00:00
fgerlits fb2261a0a9 added Widgets::Colors class and changed numerical color codes to color names 2005-04-07 16:08:16 +00:00
maroy 61895eff7f the scheduler installs itself silently now on startup, if it has not
been installed before
2005-04-06 11:26:38 +00:00
maroy 038c483826 changed id handling back from string to numeric, after a fix to
libodbc++
2005-04-04 21:40:47 +00:00
fgerlits 6ef63f51c1 corrected typo 2005-04-04 19:27:50 +00:00
fgerlits 1fc429c7fa added the test version of the templates for the bin/setup_test_db.sh script 2005-04-04 19:17:09 +00:00
maroy 18450c6412 added fix for bug #536
not libodbc++ reads BIGINTs correclty with getLong()
2005-04-04 18:25:21 +00:00
fgerlits 0cb4f64754 added ZebraTreeView to widgets, and to WidgetFactory;
modified DJBagWindow (Scratchpad) to use the widget factory for this widget
2005-03-29 16:08:39 +00:00
maroy 6ffe7dcdc0 updated template to reflect correct installed scheduler settings 2005-03-27 17:42:18 +00:00
maroy 66b7c83149 more detailed error reporting on initialization problems 2005-03-27 17:42:00 +00:00
maroy 048a69cfec added files needed by the installation process 2005-03-26 19:30:01 +00:00
maroy 75c97ccb8e now the scheduler only authenticates itself, if it is about to start 2005-03-26 19:29:45 +00:00
fgerlits 50b7537712 In PostgresqlSchedule and PostgresqlPlayLog, now we read and write UniqueId's
as string's instead of Long's (which should be == long long, but due to a bug
in libodbc++, it is in fact == long).
2005-03-24 11:40:29 +00:00
maroy 0b72824f47 updated tests to reflect added playlog to playlist events 2005-03-23 09:02:14 +00:00
fgerlits a340148e0c made resizability (now there's a nice word) optional in WhiteWindow;
also checked in resize image png that was missing
2005-03-22 12:17:34 +00:00
maroy 4b6eeadb27 added play logging, when the scheduler is executing playlists.. 2005-03-21 12:56:46 +00:00
fgerlits 63ee21174a fixed bug #656 2005-03-19 14:20:18 +00:00
fgerlits 7acb1b1ada changed PostgresqlSchedule::getScheduleEntries to return schedule entries
which started before the interval, but end in it, or after it.
2005-03-18 13:22:14 +00:00
fgerlits 81662c2b41 redrew the Scratchpad window and added/changed its buttons 2005-03-17 19:43:41 +00:00
fgerlits 7f1696a88f added play, pause and stop button images; changed close button to smaller 2005-03-17 16:40:10 +00:00
fgerlits 3766874d63 *** empty log message *** 2005-03-17 16:35:24 +00:00
fgerlits d793343c37 added pause/stop functionality to Scratchpad 2005-03-16 20:01:48 +00:00
fgerlits c7ba993c18 updated TestStorageClient test data to be in line with the test data of
WebStorageClient (i.e., of the php storageServer)
2005-03-12 22:39:26 +00:00
fgerlits ffaee61d4d added Play button to Scratchpad;
renamed DJ Bag to Scratchpad in resource bundle files;
put loginEntry->grab_focus() in LoginWindow;
fixed crash in GLiveSupport::login() on incorrect login name and password
2005-03-12 21:07:38 +00:00
fgerlits cae9c68173 added first (primitive) "play this" function to Scratchpad (DJ Bag) 2005-03-11 18:50:26 +00:00
maroy f687b00bc5 first iteration of file upload window according to Charles' design 2005-03-08 10:40:57 +00:00
fgerlits 4b060aeca0 got fading to work, mostly;
added test of storage -> audio player playback to products/gLiveSupport
2005-03-04 21:30:10 +00:00
maroy 77d5473a20 added tab button files 2005-02-25 16:37:41 +00:00
maroy aae5e8288f made master panel full screen width 2005-02-18 15:13:33 +00:00
maroy 3f70136282 udpated login window to new design
changed some of the widgets to be Gtk::manage'd
2005-02-18 14:00:04 +00:00
maroy 60461627c3 added new widget-related bitmaps 2005-02-09 15:04:01 +00:00
fgerlits 892d7d132f added 7 scheduler methods to schedulerClient 2005-02-07 21:35:21 +00:00
fgerlits e85731b8e6 added conversion to/from XmlRpcValue to AudioClip and Playlist;
modified Scheduler methods to use these conversions;
fixed bug in Scheduler: some methods caught wrong kind of exception;
modified Playlist to accept several PlaylistElements at the same
  relative offset;
modified methods for deleting playlist elements and updating fade info
  to refer to playlist elements by ID, not relative offset
2005-02-05 08:12:37 +00:00
fgerlits aca8977831 cleaned up Playlist, AudioClip etc. 2005-02-03 18:52:27 +00:00
maroy b3d923e5af made master panel look like Charles' design, first iteration 2005-02-03 13:10:28 +00:00
fgerlits f1701e9477 added the last remaining tests of the XML-RPC methods (Rpc...Test classes) 2005-02-01 16:32:57 +00:00
fgerlits 2d4c16a1d3 added login, logout and resetStorage XML-RPC methods to scheduler daemon;
fixed the existing 'Rpc...Test's, and added some more
2005-01-31 19:51:25 +00:00
fgerlits bc49af1e38 added reset() method to StorageClientInterface;
modified scheduler tests to use this reset() method;
changed getAllPlaylists() and getAllAudioClips() in StorageClientInterface
  to use the search() method, and added optional limit and offset arguments;
changed the Makefile.in in modules/storage and products/scheduler to
  initialize the storage server after compilation and before running tests;
modified some scheduler tests to work correctly with either Test- or
  Web- StorageClient
2005-01-27 20:20:15 +00:00
fgerlits 56e7c95d2a commented some helix player tests out (they segfault);
added 'make reset' to scheduler Makefile.in;
added storage server initialization to authentication Makefile.in
2005-01-27 12:34:35 +00:00
fgerlits e273b4eb80 modified storage test data to make the testStorageClient and the webS.C.
more similar
2005-01-26 17:51:34 +00:00
fgerlits 8941c30c27 put storageClient.xml back 2005-01-26 16:23:55 +00:00
fgerlits c69aeb7340 added these two; should not have remove storageClient.xml 2005-01-26 16:23:16 +00:00
fgerlits a6b3040642 added (id3 to dc) tag conversion table initialization to scheduler 2005-01-26 12:41:51 +00:00
fgerlits 047a6ba6d0 added function readTag() to AudioClip class to read ID3v2 tag info 2005-01-25 18:21:42 +00:00
maroy 39aabfecf2 removed unnecessary class keyword 2005-01-18 15:43:16 +00:00
maroy 548cd8cf20 chaned script and makefile to honor already existing LD_LIBRARY_PATH
environment variable
2005-01-18 15:41:15 +00:00
fgerlits 72387302c0 changed the return value of createPlaylist() to Ptr<UniqueId>::Ref 2005-01-14 12:29:05 +00:00
fgerlits bb3b36e45a added a call to close() after every use of XmlRpcClient 2005-01-13 16:54:55 +00:00
fgerlits 5c5e8c7de9 Updated the methods in the scheduler module to use the changed storage client
interface.
Re-formatted try-catch blocks everywhere to make them less readable.
2005-01-12 20:28:31 +00:00