Mon, 17 Dec 2007 21:56:17 +0900 |
Yoshiki Yazawa |
- introduce new API functions uri_to_display_basename() and uri_to_display_dirname(). each function derives utf8 encoded basename or dirname from given uri respectively.
|
Tue, 04 Dec 2007 21:43:09 +0100 |
mf0102 |
some indenting (should make it easier to clean up the code afterwards ;-)
|
Tue, 04 Dec 2007 03:26:29 +0300 |
Eugene Zagidullin |
added new tuple field FIELD_BITRATE
|
Sun, 25 Nov 2007 02:07:20 +0300 |
Eugene Zagidullin |
icon, codec and quality info added to file info box. Added new tuple field FIELD_MIMETYPE used for icon resolving
|
Sun, 21 Oct 2007 17:06:20 +0300 |
Eugene Paskevich |
Compilation fix.
|
Sun, 21 Oct 2007 08:46:58 -0500 |
William Pitcock |
better fix
|
Sun, 21 Oct 2007 08:44:14 -0500 |
William Pitcock |
don't str_to_utf8() here because of filename encoding
|
Sun, 21 Oct 2007 07:08:31 -0500 |
William Pitcock |
add strings.h include to remove a warning
|
Sun, 21 Oct 2007 07:06:17 -0500 |
William Pitcock |
make sure tuple data itself is sanitized utf8 too.
|
Tue, 25 Sep 2007 22:34:52 +0300 |
Matti Hamalainen |
Implement selective adding of subtunes.
|
Tue, 18 Sep 2007 23:57:03 +0300 |
Matti Hamalainen |
Backed out changeset de0207940477
trunk
|
Tue, 18 Sep 2007 23:53:57 +0300 |
Matti Hamalainen |
Added a special Tuple struct member for passing subtune indexes to the
trunk
|
Tue, 18 Sep 2007 19:00:07 +0200 |
Giacomo Lozito |
- subtune handling is now done in playlist core, using tuple fields subsong-id and subsong-num (requires subtune-able plugins to be updated)
trunk
|
Sat, 15 Sep 2007 00:23:12 +0300 |
Matti Hamalainen |
Make the default allocation values bigger.
trunk
|
Fri, 14 Sep 2007 23:55:45 +0300 |
Matti Hamalainen |
Oops, static field values were not being freed, fixed.
trunk
|
Fri, 14 Sep 2007 08:07:56 +0300 |
Matti Hamalainen |
Remove useless #undef
trunk
|
Sun, 09 Sep 2007 16:31:50 +0300 |
Matti Hamalainen |
Few bits of pre-integration shit.
trunk
|
Sun, 09 Sep 2007 07:14:00 +0300 |
Matti Hamalainen |
Reverting stupidness.
trunk
|
Sun, 09 Sep 2007 03:26:32 +0300 |
Matti Hamalainen |
Check for NULL
trunk
|
Sat, 08 Sep 2007 20:58:26 +0300 |
Matti Hamalainen |
Oops, previous merge had removed an important memset(), fixed.
trunk
|
Sat, 08 Sep 2007 17:27:58 +0300 |
Matti Hamalainen |
Fixes.
trunk
|
Sat, 08 Sep 2007 03:20:38 +0300 |
Matti Hamalainen |
Automated merge with file:/home/ccr/audacious/core
trunk
|
Fri, 07 Sep 2007 07:16:04 +0300 |
Matti Hamalainen |
Cosmetics.
trunk
|
Fri, 07 Sep 2007 07:14:14 +0300 |
Matti Hamalainen |
Branch merge.
trunk
|
Fri, 07 Sep 2007 06:42:00 +0300 |
Matti Hamalainen |
Added types to base tuples.
trunk
|
Wed, 05 Sep 2007 10:09:11 +0300 |
Matti Hamalainen |
Added "date" field to basic fields.
trunk
|
Wed, 05 Sep 2007 03:28:30 +0300 |
Matti Hamalainen |
Check for known fields in tuple_associate_data() when given nfield is
trunk
|
Sat, 01 Sep 2007 16:13:17 +0300 |
Matti Hamalainen |
Clean up tiny bit of code duplication.
trunk
|
Sat, 01 Sep 2007 07:08:21 +0300 |
Matti Hamalainen |
Tuple handling API changed to include support for "hardcoded" fields.
trunk
|
Fri, 07 Sep 2007 19:53:34 +0300 |
Matti Hamalainen |
Added Tuple RW-lock debugging.
trunk
|
Fri, 07 Sep 2007 06:25:02 +0300 |
Matti Hamalainen |
Add a global GStaticRWLock to Tuple handling code. This should prevent
trunk
|
Thu, 30 Aug 2007 23:41:33 +0300 |
Matti Hamalainen |
Added Tuplez compiler (not used yet, though) and some related changes in
trunk
|
Sat, 11 Aug 2007 05:44:21 -0500 |
William Pitcock |
For interest of transparency, make associating NULL equivilant to deleting the field.
trunk
|
Fri, 10 Aug 2007 15:14:20 +0200 |
Christian Birchinger |
Make filename a const
trunk
|
Fri, 10 Aug 2007 14:48:13 +0200 |
Christian Birchinger |
Use real filenames inside tuples not URIs
trunk
|
Fri, 10 Aug 2007 14:39:42 +0200 |
Christian Birchinger |
Add tuple_new_from_filename() which creates a new tuple with file-name, file-path and file-ext.
trunk
|
Thu, 09 Aug 2007 03:48:01 -0500 |
William Pitcock |
Tuple (final version)
trunk
|
Thu, 09 Aug 2007 03:35:05 -0500 |
William Pitcock |
Error fixes.
trunk
|
Thu, 09 Aug 2007 03:34:35 -0500 |
William Pitcock |
Tuple engine cleanups.
trunk
|
Thu, 09 Aug 2007 03:13:01 -0500 |
William Pitcock |
Tuple API try 1.
trunk
|