Commit Graph

19032 Commits

Author SHA1 Message Date
maroy 7a1e167ca9 dumping trivial errors to cerr 2004-11-23 15:39:58 +00:00
maroy 8f50a2d109 added authentication module 2004-11-23 13:51:17 +00:00
maroy 1e833bc16b now utilizing LiveSupport::Core::LocalizedObject and GtkLocalizedObject
added -pthread to build parameters
2004-11-23 12:07:17 +00:00
maroy 723e0459fa added -pthread option to CFLAGS and LDFLAGS 2004-11-23 11:51:22 +00:00
fgerlits 3aff2f8a8c added authenticationclient.xml files which I forgot last time 2004-11-23 11:32:36 +00:00
fgerlits 6b616419df I thought I committed this last night, but apparently not 2004-11-23 09:42:36 +00:00
fgerlits e46a2192ce added call to authentication server, as well as a new "sessionId" xml-rpc
parameter, to *everything*
2004-11-22 13:14:45 +00:00
maroy a9fddab949 fixed typo 2004-11-22 12:05:21 +00:00
fgerlits 4d58654fea moved these over to Core because the StorageClientInterface depends on them 2004-11-22 10:57:24 +00:00
maroy ef9025c181 fixed typo 2004-11-22 10:41:50 +00:00
fgerlits d64b7fcdf5 version 2 of the authentication client; it works now, but still depends
on a http server set up correctly beforehand
2004-11-22 10:38:08 +00:00
maroy e0cac7c756 added LocalizedObject base class, with one known failing test 2004-11-22 10:30:12 +00:00
fgerlits 5e3a5a8766 added new paragraph about apache server 2004-11-22 10:24:07 +00:00
maroy 3f0fe23b5e added empty directories 2004-11-21 10:09:18 +00:00
maroy 5ec9af8996 fixed distclean and depclean targets 2004-11-21 09:18:07 +00:00
maroy 1b0b5c2499 autogen now uses locally installed GTK+ and GTK-- 2004-11-20 13:26:48 +00:00
maroy 748fa5df52 added GTK+ and GTK-- to tools_setup 2004-11-20 13:26:19 +00:00
maroy 0cef24a94e added gtkmm-2.4.7 to tools 2004-11-20 13:25:23 +00:00
maroy 6335aafc4f added gtk+-2.4.13 to tools 2004-11-20 13:23:03 +00:00
fgerlits c662e639e0 added some more bits of the authentication module 2004-11-20 10:53:56 +00:00
fgerlits 5a655f905c modified for the authentication module 2004-11-20 10:52:49 +00:00
fgerlits 03e541ce79 added authentication module 2004-11-20 10:24:23 +00:00
maroy f44a150b4d fixed typo 2004-11-20 08:13:46 +00:00
maroy 3336a93d90 added ICU to tools_setup 2004-11-19 18:19:33 +00:00
maroy 8caf08852d added ICU to tools 2004-11-19 17:38:37 +00:00
maroy 663ac89c7d created LoginWindow
renamed HelloWorld to UiTestMainWindow, enabling testing of UI components
2004-11-19 17:05:07 +00:00
maroy 9f62679393 remove unnecessary echos 2004-11-19 16:49:09 +00:00
maroy c2d4e236eb removed unused code 2004-11-19 13:15:30 +00:00
maroy bd1e31da2a added proper autoconf macro to check for the GTK-- library 2004-11-19 11:59:07 +00:00
maroy f790cf1965 fixed thread test to make sure it runs on all scheduling environments 2004-11-18 15:59:22 +00:00
maroy 5e8312cc82 fixed bug #0000452, where the thread was crashing after exit 2004-11-18 15:44:11 +00:00
maroy b55afa61e5 added depclean target, added flawfinder to doc target 2004-11-18 13:19:16 +00:00
maroy e5f7f2bed8 updated generated documentation 2004-11-18 13:14:12 +00:00
maroy 54164b752c updated test object to reflect changes in access return types (const returns) 2004-11-18 12:28:02 +00:00
fgerlits 9b4502fccc added the first real function (existsAudioClip()) to the WebStorageClient 2004-11-17 18:18:34 +00:00
fgerlits 6fb2c1b578 added (so far mostly empty) WebStorageClient 2004-11-16 15:21:16 +00:00
maroy 46d249a1a1 added Hello, World! minimal implementation of the GUI
just as a start...
2004-11-16 14:16:42 +00:00
fgerlits ca278cecdd *** empty log message *** 2004-11-12 14:14:23 +00:00
fgerlits 1ce290554d added separate xml-rpc docs generation (into /doc/xml-rpc_doc/html)
added tempFiles attribute to TestStorageClent
2004-11-12 14:11:57 +00:00
fgerlits 6b59edb397 *** empty log message *** 2004-11-12 10:44:20 +00:00
fgerlits 696aa95c9f moved doxytag generation to the root Makefile 2004-11-12 10:19:21 +00:00
fgerlits dc58a33ca4 mostly cosmetic changes to TestStorageClient & fiddling with doxytag 2004-11-11 15:39:15 +00:00
fgerlits 9db6d24725 removed the URIs from released playlists and audio clips
added the XmlRpcServerMethod external to the Scheduler documentation
2004-11-10 17:45:53 +00:00
fgerlits 321955070f got rid of tempnam() and fopen() 2004-11-10 10:09:04 +00:00
maroy accb53809b updated code to reflect changes in the storage interface 2004-11-09 21:38:24 +00:00
maroy 3ed2496b03 added .smil extenstion to generated temporary SMIL files 2004-11-09 20:58:18 +00:00
fgerlits 027156d9c1 shortened the test sound 2004-11-09 17:43:50 +00:00
fgerlits 830325ca92 part 2 of the new acquire/release methods 2004-11-09 16:54:03 +00:00
fgerlits 0e0d7335a1 rewrote acquire/release methods in TestStorageClient 2004-11-09 16:05:44 +00:00
maroy 3da6eaa61f added PlaylistEvent and PlaylistEventContianer tests 2004-11-09 11:25:28 +00:00