Commit Graph

18235 Commits

Author SHA1 Message Date
maroy 36e7ec2d8d replaced generic x-window package dependency with xlibs 2005-04-22 13:13:27 +00:00
maroy bd185d17d8 updated documentation and scripts to reflect master autoconf 2005-04-22 13:08:55 +00:00
maroy cde23c4f0d updated gLiveSupport install to include missing localized resource
and widget image files
2005-04-22 12:44:06 +00:00
maroy 55dae353cf updated documentation to reflect changes in the development environment 2005-04-22 12:22:00 +00:00
fgerlits 9c80af5a1d added simple search;
added localization support for advanced search
2005-04-22 12:10:54 +00:00
maroy 3b4075edec added main configure helper script 2005-04-22 11:59:39 +00:00
maroy a14cecc8b0 made master build environment to autoconf-based
added debian package creation scripts
2005-04-22 11:56:56 +00:00
sebastian f9ec998d96 *** empty log message *** 2005-04-22 10:04:19 +00:00
tomas 1b211176e8 minor change 2005-04-22 00:16:45 +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
sebastian 212f97ea93 *** empty log message *** 2005-04-20 13:48:31 +00:00
sebastian 9126d82bd2 *** empty log message *** 2005-04-20 13:35:06 +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
tomas db4f5da722 #832 Elements names in playlists are now considered case sensitive. 2005-04-19 22:15:20 +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
tomas 49ae0015da #826 - Method locstor.getVersion added to XMLRPC interface. 2005-04-17 19:10:40 +00:00
tomas 6588a0185c Fields required by validator added to test file. 2005-04-17 19:09:21 +00:00
tomas 5dafafe049 #826 - method locstor.getVersion added to XMLRPC interface. 2005-04-17 18:54:00 +00:00
maroy 2719d93419 made message window not resizeable, fixing issue #820
see http://bugs.campware.org/view.php?id=820
2005-04-15 16:54:44 +00:00
fgerlits aaff869e77 fixed bug #825 2005-04-15 16:33:35 +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
fgerlits 410ff9c727 this is a test 2005-04-15 14:57:46 +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 a0d4eb8d8c fixed small typo 2005-04-15 12:04:04 +00:00
sebastian c3dfcb5b47 *** empty log message *** 2005-04-15 11:22:41 +00:00
fgerlits 68221f1548 added test for buttons with an image which changes when clicked 2005-04-15 10:53:34 +00:00
fgerlits 19da95806a changed audio listener interface to use plain pointers insteas of Ptr<>::Ref 2005-04-15 10:52:39 +00:00
sebastian 8b56186766 *** empty log message *** 2005-04-15 10:29:30 +00:00
sebastian 9d3ff15b65 *** empty log message *** 2005-04-15 09:30:04 +00:00
maroy eba4efb89a added documentation for issue #811
see http://bugs.campware.org/view.php?id=811
2005-04-15 08:10:24 +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
maroy 241abf6ee6 fixed bug of wrongly displosing of the button label in set_label() 2005-04-15 07:51:37 +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
sebastian 4f6ce9b50e *** empty log message *** 2005-04-13 15:46:09 +00:00
sebastian 439a02c054 *** empty log message *** 2005-04-13 15:40:26 +00:00
maroy 7cbec7fbf2 made windows and the image buttons transparent, at last
fix for issue #793, see http://bugs.campware.org/view.php?id=793
2005-04-13 14:47:55 +00:00
sebastian a7baf17231 *** empty log message *** 2005-04-13 13:08:02 +00:00
maroy a6b91a8a9d changed /dev/sound/dsp to /dev/dsp 2005-04-13 08:22:08 +00:00
sebastian 99125718f6 contextmenu on left/mouseover 2005-04-12 13:50:19 +00:00
maroy 9129b24e57 created test case ustringNegativeTest to reproduce the issue #792
see http://bugs.campware.org/view.php?id=792
2005-04-12 13:01:05 +00:00