Commit Graph

149 Commits

Author SHA1 Message Date
fgerlits 5352137855 fixed bug #1447, by adding the new Playlist::eliminateGaps() method 2005-09-06 14:26:40 +00:00
fgerlits a499b508f3 added "tab" attribute to the MetadataType class 2005-09-05 19:38:41 +00:00
fgerlits 5b1e360139 fixed some typos in the documentation header 2005-09-05 14:32:59 +00:00
fgerlits 9568514e76 disabled boost library detection to use our own boost library instead 2005-08-08 11:57:53 +00:00
fgerlits 1f178670ca corrected typo 2005-08-03 07:36:51 +00:00
maroy 11894494c4 changed modules to check for boost date-time lib 2005-08-02 08:45:41 +00:00
maroy 1894479592 made autogen not to run the configure script automatically 2005-08-02 07:13:38 +00:00
maroy d097fd47db merged autoconf-install branch to main branch 2005-08-01 19:26:00 +00:00
fgerlits 3548340451 added new timeDurationToShortString() function 2005-07-27 11:12:43 +00:00
fgerlits 1769fe5b48 changed duration_from_string() calls to TimeConversion::parseTimeDuration() 2005-07-26 11:34:02 +00:00
fgerlits 9fb1cf5a54 added parseTimeDuration() function, to replace boost::posix_time::
duration_from_string(), which is badly broken
2005-07-26 10:36:01 +00:00
fgerlits 06d4859af2 added pop-up panel for playlist editing functions move up, move down,
and remove
2005-07-21 15:14:40 +00:00
fgerlits 533ee75926 change the copy constructor; now it duplicates playlist elements, instead of just copying the pointers 2005-07-20 19:44:49 +00:00
fgerlits 4d1574ca0b added timeDurationToHhMmSsString() function 2005-07-13 14:18:07 +00:00
maroy 1e94527522 removed dependency on automake versions <= 1.8
now 1.8 and newer can also be used
2005-07-03 09:34:51 +00:00
maroy f767ed2dd8 removed helix from LiveSupport 2005-07-03 08:57:50 +00:00
fgerlits 4554a90752 minor refinement 2005-07-01 17:34:14 +00:00
fgerlits fbdeea6df4 added timeDurationToStringMilliseconds() method 2005-07-01 17:24:21 +00:00
fgerlits 64a9cca523 added new addPlaylength() method to the Playlist class 2005-07-01 14:39:14 +00:00
fgerlits 40ffad79dd added storageAdmin module to doxygen config file;
added playlength format checking in AudioClip and Playlist in the Core
module so it won't crash just throw an exception;
added try-catch block in Storage::getAudioClip() and getPlaylist() to catch
invalid audio clip or playlist format errors
2005-06-27 19:26:41 +00:00
fgerlits 6f2cf9ba0a fixed the utf-8 id3v2 tag reading bug 2005-06-15 15:56:26 +00:00
fgerlits e806ca5f3b added id3 tag recognition to UploadFileWindow 2005-06-15 13:38:52 +00:00
fgerlits 8e9971c2e7 removed traces of TagConversion class 2005-06-14 17:14:22 +00:00
fgerlits 4716b9c968 moved AudioClip::readTag from TagConversionTable to MetadataTypeContainer 2005-06-13 15:40:53 +00:00
maroy df15345907 made unique id 63 bits, so that signed 64 bit containers can hold it 2005-04-28 15:01:33 +00:00
maroy 0520d5b516 added UUID object, and updated UniqueId to generate a 64 bit id
based one a UUID
2005-04-28 14:36:00 +00:00
fgerlits f789ade91a updated xml metadata namespace URLs (removed streamonthefly references) 2005-04-28 10:25:05 +00:00
maroy 49af6fd727 moved non-public API members from MetadaType to protected 2005-04-28 07:16:07 +00:00
fgerlits c153560ab9 updated SearchCriteriaTest to reflect changed file type default ("all"
instead of "audioClip")
2005-04-27 18:57:46 +00:00
maroy 2aea2785ca added MetadataType and MetadataTypeContainer classes
solution for issue #877, see http://bugs.campware.org/view.php?id=877
2005-04-27 17:39:51 +00:00
fgerlits afb16ee5dd added browse tab to the Search window 2005-04-26 16:52:04 +00:00
fgerlits 79caff8787 added multiple input lines in advanced search 2005-04-25 11:09:22 +00:00
fgerlits 3b2b457e3f made SearchConditionType public 2005-04-24 12:51: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
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
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 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
maroy 1bc35f29e0 included missing errno.h, fixing bug #785,
see http://bugs.campware.org/view.php?id=785
2005-04-08 14:00:44 +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
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
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
fgerlits d4aca4b759 added toDecimalString() method to the UniqueId class 2005-03-24 11:08:55 +00:00
fgerlits 0fca5f27cd added Live Support (ls:) namespace declaration to Playlist class 2005-03-08 14:17:22 +00:00
fgerlits fcb009246d added Live Support (ls:) namespace declaration to AudioClip class 2005-03-08 12:57:10 +00:00
fgerlits f35e6d9b1a changed modules/core to make all time_duration values consistently of the
form HH:MM:SS.ssssss (before, some were HH:MM:SS, or even just "0") --
this was necessary, because the storage server now checks this
2005-03-07 11:16:12 +00:00
fgerlits 6a8bd2045d added size() method to Playlist 2005-03-04 13:35:04 +00:00
fgerlits f60920dee7 modified Playlist::valid() to allow overlapping playlist elements 2005-02-23 17:29:14 +00:00
fgerlits 892d7d132f added 7 scheduler methods to schedulerClient 2005-02-07 21:35:21 +00:00