Commit Graph

748 Commits

Author SHA1 Message Date
fgerlits 7b23ed6103 Fixing #1895, first draft.
Known problems:
 * no paging in the network hub results (see SearchWindow.cxx:703);
 * row coloring problem #1902.
2006-10-30 12:43:30 +00:00
fgerlits 4f8c9aa226 temporarily disabling "always on top" for the Master Panel;
this was added to fix bug #1860, but it causes bug #1901
2006-10-30 12:24:35 +00:00
mark e3165d6eaf This commit fixes several nasty bugs:
* We were relying on uninitialized variables (decoder).
* In setAudioDevice(), the relinking was completely broken. I have refactored and fixed the method.

Now we complete pass the GstreamerPlayer test suite.
Also fixes #1613
2006-10-30 09:33:19 +00:00
mark ac8c687a04 Don't unref an already destroyed audiosink object.
Fixes #1822
2006-10-30 08:14:11 +00:00
mark 8535b72f38 Optimize: Setting the pipeline to PAUSED before PLAYING is unnecessary. 2006-10-28 18:27:48 +00:00
mark a1983264dd Optimize: There is no need to remove the audiosink from the pipeline, only to add it again a few lines later on. 2006-10-28 18:20:09 +00:00
fgerlits 2290edbd00 fixing #1880 2006-10-27 14:51:07 +00:00
mark 21ab9f2930 Removed the volume element from the pipeline. Its only purpose was to limit the volume to 80% (which was hardcoded). This limiting should not be required; in fact it reduced the dynamic range and should therefore be avoided. 2006-10-26 15:31:11 +00:00
mark 62c3f1ac29 Add comments. 2006-10-26 14:26:59 +00:00
fgerlits 6abe4aa93d fixing #1894 2006-10-26 14:16:51 +00:00
fgerlits e3c415b38e fixing #1878 2006-10-26 12:43:48 +00:00
fgerlits 3e6875326f fixing #1873;
this breaks the network hub search because of #1893
2006-10-26 11:14:41 +00:00
mark 199809e6df Use proper GStreamer functions instead of their GLib counterparts. 2006-10-26 09:01:54 +00:00
paul 593e499a96 Changed import script and the HTML UI to use the same metadata import mechanism. This should fix #1819. 2006-10-25 20:56:42 +00:00
paul 620cc4d93d Fixed some formatting to comply with style guidelines. 2006-10-25 20:54:39 +00:00
paul 9b8b5e364c Fixed warning as a result of undefined array index 2006-10-25 20:46:27 +00:00
paul 53078c3c0c Fixed some formatting to comply with style guidelines. 2006-10-25 20:45:15 +00:00
paul c1b9acdefb Fixed some formatting to comply with style guidelines. 2006-10-25 20:44:30 +00:00
paul ce24055515 Fixed some formatting to comply with style guidelines. 2006-10-25 20:43:20 +00:00
paul 3d03ae059d Fixed some formatting to comply with style guidelines. 2006-10-25 20:40:54 +00:00
paul cae4c15b39 Fixed some formatting to comply with style guidelines. 2006-10-25 20:40:05 +00:00
paul 55fe551a4a Make sure not to double-escape strings used in SQL. Fixed some formatting to comply with style guidelines. 2006-10-25 20:38:46 +00:00
paul 4cd4c8cbf5 Fixed some formatting to comply with style guidelines. 2006-10-25 20:37:57 +00:00
paul 9d98920a49 Make sure not to double-escape strings used in SQL. Fixed some formatting to comply with style guidelines. 2006-10-25 20:36:52 +00:00
paul 27af739fe8 Fixed some formatting to comply with style guidelines. 2006-10-25 20:35:59 +00:00
paul 6f2013845c Make sure not to double-escape strings used in SQL. Fixed some formatting to comply with style guidelines. 2006-10-25 20:34:28 +00:00
paul 6ad26b3080 Make sure not to double-escape strings used in SQL. Fixed some formatting to comply with style guidelines. 2006-10-25 20:33:35 +00:00
paul 49187026cb Changed error messages so that the page would display first, then show the error message on top of it, instead of showing the error message on top of a blank screen. 2006-10-25 20:30:17 +00:00
paul 174f9798da Renamed LiveSupport to Campcaster, for ticket #1883 2006-10-25 20:11:59 +00:00
paul 5124344b3c Fix for #1892 - MAKE INSTALL fails. Fixed a number of problems that occurred due to renaming LS -> CC 2006-10-25 17:42:57 +00:00
mark 94472a8f23 Make use of our new debugging system. Very handy for performance measuring. 2006-10-25 17:16:15 +00:00
imonroe 73d5814343 compile fix for macro 2006-10-25 17:01:57 +00:00
imonroe f68aff1f89 Mark wanted some less verbose function-name macros. 2006-10-25 16:53:14 +00:00
imonroe e2a6a94ecf fix namespace of macro 2006-10-25 16:27:21 +00:00
fgerlits f2e7b03f03 Changed the window logos from images to (localized) text.
This fixes #1843.
2006-10-25 14:52:01 +00:00
imonroe 2b3bf4b759 Finish [2365] by adding the necessary #define's to the configure.h's
Also svn:ignore all the testResults.xml for a clean svn status
2006-10-25 06:58:20 +00:00
imonroe 39ea53366b A debug output API with indentation and block timing. Closes #1889. 2006-10-25 06:34:45 +00:00
fgerlits 1df4de1571 fixing #1875 2006-10-24 18:03:32 +00:00
mark 6d62a97b05 Const correctness is a good thing. 2006-10-24 10:04:20 +00:00
mark 0410b00f68 Improve comment. 2006-10-24 08:09:27 +00:00
mark 3a02f0693a Get rid of unnecessary reffing of the pipeline container.
refer to #1822
2006-10-24 08:07:40 +00:00
fgerlits 617cad8421 fixed #1864 2006-10-23 14:19:12 +00:00
tomash 39ee84d0f3 #1882 escaping added 2006-10-20 16:30:18 +00:00
fgerlits 01bc3e4905 fixing #1871 2006-10-20 15:09:25 +00:00
fgerlits 88213289eb fixing #1865 2006-10-20 15:08:19 +00:00
tomash 8410881858 Renaming to campcaster in storageServer test files. 2006-10-20 14:54:42 +00:00
tomash 0caf92b44e #1872 added 'source' to search result structure 2006-10-20 14:51:45 +00:00
paul fe31d2dfab Renaming top-level livesupport directory (/trunk/livesupport) to campcaster (trunk/campcaster). 2006-10-19 14:55:07 +00:00