Commit Graph

2220 Commits

Author SHA1 Message Date
fgerlits 3f016441ed minor edit: clarified the syntax (related to #1832) 2006-10-02 08:57:13 +00:00
imonroe bde0881eec *Updated Taglib to version 1.4, closing ticket 1828. The patch for 1.3 applied cleanly.
*Added some svn:ignore, so svn status is now clean
*fransman suggested some additions to CREDITS
2006-10-01 17:39:44 +00:00
imonroe d3670bcb08 *Fixed crash caused by gst_element_link_many not having a last NULL agrument,
fixing ticket #1827.
*The code to take the 'file://' was out of order from URLs passed to open was
out of order.
2006-10-01 13:54:24 +00:00
paul b0ee70d0bc Modded CREDITS file, but really testing post-commit script 2006-09-29 20:03:29 +00:00
paul 626fd817ce Adding CREDITS file 2006-09-29 19:48:03 +00:00
paul cd2e9c6b04 Updated INSTALL and README files 2006-09-29 17:06:51 +00:00
fgerlits 68298d78dd upgrading gstreamer to version 0.8.12 2006-09-29 15:40:49 +00:00
tomash 6f6298a0a8 Documentation updated. 2006-09-29 13:26:37 +00:00
fgerlits 364b35e5b5 fixing #1823;
added the missing mkdir, and added some exception handling which was missing
2006-09-28 12:42:25 +00:00
fgerlits 3eafcb0105 adding a link to the list of metadata fields 2006-09-28 12:16:40 +00:00
fberckel eee29e98a1 solving "mv: cannot stat `*.log': No such file" error 2006-09-27 20:23:10 +00:00
fberckel da2ee18c40 creating backup log files and column changes to 80 2006-09-27 19:15:14 +00:00
fgerlits 6dc6db1740 Reduced the volume to 80%; this might solve some sound quality issues. 2006-09-27 18:25:45 +00:00
fgerlits 05f4b89d95 fixing #1772 2006-09-26 15:55:30 +00:00
fgerlits 1e7014ae01 fixing #1809 2006-09-25 15:52:22 +00:00
fgerlits 1db206fb55 adding a new test; related to ticket #1809 2006-09-25 14:42:14 +00:00
fgerlits d35ce474f5 updating the docs for [2292] 2006-09-18 12:08:20 +00:00
fgerlits 9b75a37237 rationalizing and updating the database creation scripts (now there are 2, instead of 4 as before); this fixes #1815 2006-09-18 12:02:37 +00:00
fgerlits 0bab7b928a adding more metadata checking stuff; this fixes #1802 2006-09-15 16:16:12 +00:00
paul df89686c16 Attempt to fix bug #1709 - where names are not escaped before being used in database queries. Also converted some files to be partially compatible with Campware coding conventions. 2006-09-15 13:13:38 +00:00
tomash 67efd6686a #1709 addslashed replaced by pg_escape_string + pg_escape_string added before addObj 2006-09-15 06:09:02 +00:00
tomash 6c562363bd id3v1 import fix added 2006-09-15 05:49:20 +00:00
tomash 5d5d96f002 Fallback for failed recoding added. 2006-09-14 20:36:00 +00:00
fgerlits 473c968cb3 fixing the test audio file in modules/core (its ID3 tags got mangled somehow);
fixing the mime-types of mp3 files
2006-09-14 18:46:12 +00:00
fgerlits 359029f4ff creating a mechanism for adding constraints to metadata types (see #1802) 2006-09-14 16:59:52 +00:00
tomash 8901f6c989 Check of nonexistent file fixed 2006-09-14 14:30:18 +00:00
tomash 05e2199e90 Getid3 module upgrade (to v.1.7.7) - possible solution for #1761, #1683 and #1684 2006-09-13 22:16:08 +00:00
fgerlits 9e6f28049a minor edit: replacing "gtk--" with the new name of the project, "gtkmm" 2006-09-13 11:24:41 +00:00
fgerlits 5db1edfdeb fixing #1799 2006-09-13 11:04:20 +00:00
fgerlits f069b3ead9 fixing #1800 2006-09-13 10:14:34 +00:00
fgerlits dc2fe2d5b6 addendum to [2278] 2006-09-12 17:41:23 +00:00
fgerlits 0f1237d24b fixing #1796 2006-09-12 17:35:09 +00:00
fgerlits ede0c3db94 minor edit: spellchecking 2006-09-12 15:09:45 +00:00
fgerlits 1b00aa51d4 removing one likely reason of Pango warnings 2006-09-11 16:17:15 +00:00
tomash 70604d39db Minor fix - twin call to openBackup. 2006-09-08 08:11:50 +00:00
fgerlits 39c56e66a4 fixing #1783 2006-09-07 16:16:51 +00:00
fberckel 19cf1a1461 #1786 corrected syntax 2006-09-07 12:35:51 +00:00
tomash 330dffd026 #1790 more missing testfiles added 2006-09-07 11:02:45 +00:00
tomash 2a89e33d0f #1790 don't presume clips exist in the storage during export playlist test 2006-09-07 10:22:24 +00:00
tomash bcbaf23d6c #1790 - missing test file added 2006-09-07 09:45:18 +00:00
tomash c601df2ec1 #1787 incorrect shell specification fixed + corrected syntax 2006-09-07 07:16:21 +00:00
tomash e1ea881649 #1776 do shift only with at least one argument 2006-09-07 01:20:00 +00:00
tomash 5e3e9da39f #1720 "pear forgotten dirs" fixed 2006-09-07 01:04:32 +00:00
tomash 68ca1b5a95 #1781 missing cron part added to conf.php.template. 2006-09-07 00:16:26 +00:00
fgerlits 363168a04d fixing the last part of #1755 (do not show dialog windows in the task bar
as "untitled window") -- except for nicer icon images, which is now #1774
2006-09-06 11:27:54 +00:00
fgerlits eb9841f73d more installation fixes; part of #1775 2006-09-04 19:49:06 +00:00
fgerlits 33008a73df miscellaneous installation-related fixes; part of #1775 2006-09-04 16:59:27 +00:00
fgerlits 7f36372351 addendum to [2258] (part of #1775) 2006-09-04 12:40:59 +00:00
fgerlits ceaf1628a5 updating the release script; adding a new changelog (part of #1775) 2006-09-04 11:53:50 +00:00
fgerlits cf51889f62 Fixed #1750. 2006-09-03 09:23:22 +00:00