Commit Graph

400 Commits

Author SHA1 Message Date
fgerlits 0a6006e8d4 refactored image resizing into separate method 2005-06-10 09:47:52 +00:00
fgerlits 9e8ab83dca fixed bug #1071 2005-06-08 19:04:05 +00:00
fgerlits f2f158d29c fixed bug #1013 2005-06-08 18:28:03 +00:00
fgerlits bcdbdb0f3f adjusted Master Panel time widget size 2005-06-08 14:29:08 +00:00
fgerlits 8adc258e8d renamed Serbian localization files (was: sr_CS and sr_YU, now: sr_CS_CYRILLIC and sr_CS) 2005-06-08 14:08:26 +00:00
fgerlits 170f92232b added new Cyrillic Serbian localization sr_CS;
renamed Latin Serbian from sr to sr_YU
2005-06-08 09:55:38 +00:00
maroy e918573930 removed references to the gstreamer library temporarily 2005-06-08 09:11:13 +00:00
fgerlits 512f2e811d added Serbian localization file 2005-06-07 11:44:34 +00:00
fgerlits ea78a37c9c added Serbian localization to Studio;
added documentation on how to localize Studio
2005-06-07 11:15:27 +00:00
fgerlits f98bd1db35 added support for Spanish 2005-06-03 15:36:12 +00:00
fgerlits b0ddb60612 fixed typo 2005-06-03 15:35:36 +00:00
fgerlits 77f2d616bf Updated master panel pause button to the new bitmap. 2005-06-03 08:53:13 +00:00
fgerlits 7147940370 re-added window titles for windows with image titles (this title is displayed on the taskbar) 2005-06-02 18:47:22 +00:00
fgerlits f472302422 added new window minimizer, maximizer and closer button image files 2005-06-02 16:10:12 +00:00
fgerlits ee12addf39 made Master Panel buttons equal in size; see bug #1015 2005-06-02 15:56:07 +00:00
fgerlits 429272e59d minor tweaks 2005-06-02 15:51:20 +00:00
fgerlits b72ccdc6f5 changed "Bitstream Vera" to "Bitstream Vera Sans" everywhere 2005-06-02 14:08:32 +00:00
fgerlits 1acb6485a7 changed time formatting on Master Panel;
changed text formatting syntax everywhere to be more uniform
2005-06-02 13:57:55 +00:00
maroy 3ed5809b10 added reference to gstreamer libraries, fix for issue #1038
see http://bugs.campware.org/view.php?id=1038
2005-06-01 08:03:55 +00:00
maroy cb2548045b fix related to issue #1004, changes actually made by Ferenc 2005-05-30 12:19:45 +00:00
fgerlits 0cd795889a refactored: moved Up, Down and Remove functions from LiveModeWindow class to ZebraTreeView class 2005-05-28 13:32:27 +00:00
fgerlits 78b687f715 localized metadata types into Hungarian 2005-05-27 16:32:14 +00:00
fgerlits 4685ab1b5e fixed bug #981 2005-05-27 13:21:54 +00:00
fgerlits 2e7be6308f some minor reformatting 2005-05-27 11:38:22 +00:00
fgerlits e3c437f86d fixed bug #993 2005-05-27 11:38:00 +00:00
fgerlits 3982c2dac7 fixed typo 2005-05-27 10:39:26 +00:00
mash 4b24043c16 move icon to products/gLiveSupport 2005-05-27 08:26:39 +00:00
fgerlits e1f3e0e9ca modified the browse tab to use the new MetadataComboBoxText widget;
had to change function argument types from Ptr<Glib::ustring>::Ref to Ptr<const Glib::ustring>::Ref all the way down the line.
2005-05-26 20:54:55 +00:00
fgerlits 733b565668 fixed bug #995 2005-05-26 14:02:37 +00:00
fgerlits 70c3d52357 added metadata types to Advanced Search 2005-05-25 23:02:36 +00:00
fgerlits 12657e5aa7 moved AdvancedSearchItem and AdvancedSearchEntry classes from Widgets to GLiveSupport 2005-05-24 18:36:35 +00:00
fgerlits c01fabbd1a fixed CuePlayer to support multiple selections 2005-05-24 16:58:30 +00:00
fgerlits 783e0092b5 made Scheduler window into a WhiteWindow 2005-05-24 15:54:23 +00:00
fgerlits 2b9f41aa43 enabled multiple selection in Scratchpad window;
added "add to playlist" button
2005-05-23 18:42:22 +00:00
fgerlits 9ceb48d0d1 modified button spacing to conform with other windows 2005-05-21 19:18:12 +00:00
fgerlits 6601609ed4 gave a facelift to SimplePlaylistManagementWindow 2005-05-21 19:05:25 +00:00
fgerlits d751df9404 "inline" confused fransman's compiler, so removed 2005-05-21 09:04:21 +00:00
fgerlits 85a9ecc64c added stopOutputAudio() call before program end; this does not really work, though, see bug #981 2005-05-20 10:43:30 +00:00
fgerlits 974ecc10a0 rewrote play-stop-onStop methods in trying to fix #914 -- logic is a bit clearer now, but #914 is still not fixed 2005-05-19 13:31:44 +00:00
fgerlits 7081d4461a added "play" pop-up menu item in Live Mode window;
changed "playMenuItem" to "cueMenuItem" in ScratchpadWindow localization, for consistency with LiveModeWindow
2005-05-18 17:44:00 +00:00
fgerlits 6af5fe6bd5 added functionality to output play button in the Live Mode window;
added new appendLineNumberColumn() function in ZebraTreeView;
fixed bug #972
2005-05-18 16:28:54 +00:00
mash 89ae010689 added dsp device selection to postInstall 2005-05-18 10:33:09 +00:00
fgerlits d6f48b7f29 added cue player buttons to Live Mode window 2005-05-13 19:08:42 +00:00
fgerlits 17e320da97 refactored cue buttons into separate CuePlayer class 2005-05-13 17:50:17 +00:00
fgerlits 9c09b528ca added DTD's for optional helixPlayer attributes 2005-05-13 17:10:34 +00:00
fgerlits 72e590f3e6 minor corrections 2005-05-13 13:31:44 +00:00
fgerlits 8c33877ca5 changed play and pause buttons in Scratchpad window to a single play/pause button as per specification;
fixed bug #898
2005-05-13 10:04:38 +00:00
fgerlits a10e57819f modified Scratchpad so that adding to Live Mode from it does not move item to the top 2005-05-12 08:34:43 +00:00
fgerlits 6d66851484 fixed "crash on stop clicked while paused" bug 2005-05-11 12:07:57 +00:00
fgerlits a40d2e523c added first version of Master Panel buttons 2005-05-10 18:47:01 +00:00
fgerlits d24ccaea70 fixed bug #938 2005-05-10 12:38:29 +00:00
fgerlits acbc6aac27 added some try-catch clauses to try and fix bug 928 (has not worked yet) 2005-05-06 21:14:44 +00:00
fgerlits 32376178d3 some more prettying: added pango formatting to "now playing" in Master Panel window and fixed broken ZebraTreeView::addCenteredColumn() function. 2005-05-06 19:58:49 +00:00
fgerlits d56c8131fd reformatted the Live Mode table 2005-05-06 16:23:27 +00:00
fgerlits 125d6ceb64 fixed bug #916
(AuthenticationClientInterface::loadPreferences() now throws std::invalid_argument if the only problem is "key not found")
2005-05-06 11:36:17 +00:00
fgerlits 753ae360e2 fixed bug #915 2005-05-06 07:42:56 +00:00
fgerlits 76939ade97 added first version of huge play button in Live Mode (does not do anything yet) 2005-05-05 16:25:57 +00:00
fgerlits 8dfa5a9f54 some live mode window functionality; doesn't really work yet 2005-05-04 18:01:51 +00:00
fgerlits 3013c552a7 moved live mode window contents from GLiveSupport to LiveModeWindow 2005-05-03 18:14:00 +00:00
maroy aa921acaa9 oops, removed unnecesarry audioPlayer element 2005-05-03 14:39:47 +00:00
maroy 64b11d1471 updated template file to reflect two audio interfaces 2005-05-03 14:38:59 +00:00
maroy edbd0d31d7 added support for two audio interfaces, one for output, the other for
cue-ing
2005-05-03 14:34:42 +00:00
fgerlits 65b62b0deb cleaned up Master Panel window open/close toggle buttons
(they used to close windows sometimes when they weren't supposed to)
2005-05-03 14:15:08 +00:00
maroy 51ab0a1943 now removeFromSchedule and reschedule won't do anything if the
currently playing scheduled item is to be removed
see http://bugs.campware.org/view.php?id=835
2005-05-02 15:01:17 +00:00
fgerlits b7626fb2b5 changed window open buttons to work at show/hide toggles 2005-05-02 14:23:37 +00:00
fgerlits 45e55e8571 some cosmetic changes to Search/Browse and Scratchpad 2005-04-29 16:22:54 +00:00
maroy 1dc66e71a3 changes that hopefully fix issue #892
see http://bugs.campware.org/view.php?id=892
2005-04-29 14:21:52 +00:00
fgerlits b960071ff0 fixed bug #891 2005-04-29 14:17:16 +00:00
fgerlits 6fd2087a7c added move up/down, remove pop-up menu items to Live Mode 2005-04-29 12:26:08 +00:00
fgerlits d915bbde5c added right-click context menu to Live Mode window 2005-04-29 10:59:33 +00:00
fgerlits 95deecc9a4 added "add to live mode" functionality in search window;
some cosmetic changes (made tree view column default widths wider)
2005-04-28 16:22:29 +00:00
fgerlits 1f0539a1d8 added first version of Live Mode window 2005-04-28 15:54:30 +00:00
fgerlits 3d3006bdcc removed tests for deletePlaylist and deleteAudioClip
might put them back after I learn how the new versions work
2005-04-28 10:52:51 +00:00
fgerlits aac3ce4d28 fixed the "child->parent == NULL assertion failed" bug 2005-04-27 18:44:15 +00:00
fgerlits a7b1bac0a2 created context menu for Search window;
improved context menu for Scratchpad (right click selects row now)
2005-04-27 16:39:05 +00:00
maroy 7fb9e8e3e6 fixed master panel window button localization
fix for issue #878, see http://bugs.campware.org/view.php?id=878
2005-04-27 09:43:27 +00:00
fgerlits 0961105d65 changed the window spacing a bit 2005-04-26 17:36:19 +00:00
fgerlits afb16ee5dd added browse tab to the Search window 2005-04-26 16:52:04 +00:00
maroy d05a992551 all windows but the master panel are destroyed at logout
fix for issue #878, see http://bugs.campware.org/view.php?id=878
2005-04-26 13:17:48 +00:00
fgerlits da57a326cd added BrowseItem class;
moved "zebra striping" from separate function to addColumn()
2005-04-26 09:19:26 +00:00
fgerlits 79caff8787 added multiple input lines in advanced search 2005-04-25 11:09:22 +00:00
fgerlits a642c0d6df added "close all open windows" command to Logout button signal handler 2005-04-22 13:42:28 +00:00
maroy cde23c4f0d updated gLiveSupport install to include missing localized resource
and widget image files
2005-04-22 12:44:06 +00:00
fgerlits 9c80af5a1d added simple search;
added localization support for advanced search
2005-04-22 12:10:54 +00:00
maroy a14cecc8b0 made master build environment to autoconf-based
added debian package creation scripts
2005-04-22 11:56:56 +00:00
fgerlits 4c19a1c60f added search functionality;
fixed bug in Playable::getMetadata;
added doxygen tag file generation in main doxygen.config file;
fixed silly bug in ZebraTreeView::cellDataFunction
2005-04-21 15:51:35 +00:00
maroy 4763ea6e2c removed 'underquoted definition of PKG_CHECK_MODULES' warnings for
aclocal >= 1.8
2005-04-21 07:13:41 +00:00
fgerlits 0fc4dd64d6 moved SearchCriteria from Storage to Core;
added get_text() function to Widgets/EntryBin;
moved advanced search input box to Widgets;
added (first, testing) functionality to search button in advanced search
2005-04-20 14:36:54 +00:00
maroy 84cd995e69 the EventScheduler (and thus PlaylistEvents) recieved a null sessionId,
making them fail on scheduled execution. fix for issues #809 and #831
see http://bugs.campware.org/view.php?id=809
and http://bugs.campware.org/view.php?id=831
2005-04-20 07:18:03 +00:00
maroy 9848eefbe7 made scheduled event more fault tolerant 2005-04-20 07:16:46 +00:00
fgerlits 49c6517346 added more descriptive error message to LocalizedObject::getResourceUstring();
added exit() statements to catch blocks where getting resource failed
2005-04-19 19:18:25 +00:00
fgerlits 27b8a27807 added first version of advanced search window to the GUI 2005-04-19 14:41:16 +00:00
fgerlits c87ffbf5a0 added SearchWindow source files 2005-04-19 09:15:57 +00:00
fgerlits 782617cd74 added (so far, empty) Search window 2005-04-19 08:28:38 +00:00
maroy e8adb2ad08 added getVersion() functions to AuthenticationClientInterface and
StorageClientInterface
added checking for auth and storage availability on gLiveSupport startup
as a result of the new XML-RPC getVersion function in PHP auth and storage
see http://bugs.campware.org/view.php?id=826
2005-04-18 10:36:43 +00:00
maroy 85a8160d89 fix for issue #821
see http://bugs.campware.org/view.php?id=821
2005-04-15 15:17:15 +00:00
maroy def181bd9c added workaround for when the client can't access the scheduler
(and tries to display the time). fix for issue #810
see http://bugs.campware.org/view.php?id=810
2005-04-15 15:13:01 +00:00
maroy 47d6dc0ede a fix to issue #810
see http://bugs.campware.org/view.php?id=810
2005-04-15 12:54:32 +00:00
maroy e9bdede943 handling widget disposal properly
fix for issue #805, see http://bugs.campware.org/view.php?id=805
2005-04-15 07:55:46 +00:00
fgerlits 49db5f3c53 moved row color definitions from ScratchpadWindow to ZebraTreeView class;
added detailed TreeView usage documentation to ZebraTreeView
2005-04-14 11:49:37 +00:00
fgerlits c034ca25e2 added custom cell renderer (doesn't do anything yet) 2005-04-13 17:36:33 +00:00
maroy 827d6ed31d modified authentication module and gLiveSupport to use the
personalized development environment if available
2005-04-13 15:52:20 +00:00
maroy 8a3acfc9de removed unnecessary run target from the check targets dependencies 2005-04-12 10:40:51 +00:00
fgerlits d7984fecbd changed (un)install_web to just (un)install 2005-04-12 10:11:51 +00:00
maroy bc10a650e7 renamed scheduler-web.xml to scheduler.xml, scheduler.xml to scheduler-local.xml 2005-04-11 22:54:59 +00:00
fgerlits ae1989488c added WhiteWindow constructor for windows with image titles (instead of text);
changed Scratchpad window title to an image
2005-04-11 15:58:59 +00:00
fgerlits 2d4269991c replace "DJ Bag" with "Scratchpad" in a couple more places 2005-04-11 14:27:50 +00:00
fgerlits 890704765b added window title image files 2005-04-11 13:42:22 +00:00
fgerlits 277b4bc6b7 renamed DjBagWindow to ScratchpadWindow 2005-04-11 13:22:42 +00:00
fgerlits 0b934b72d2 changed "DJ Bag" to "Scratchpad" everywhere 2005-04-11 12:59:11 +00:00
maroy 3d402962aa now playlists scheduled too late (after init but before start) will
not get executed.
solution for bug http://bugs.campware.org/view.php?id=757
2005-04-08 16:53:29 +00:00
fgerlits 581cfa4651 moved coloring callback to widgets module 2005-04-08 12:18:03 +00:00
maroy a574e393c7 modified source to contain constant strings separately, not in the code 2005-04-08 12:07:58 +00:00
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