log src/audacious/tuple_formatter.c @ 3870:6d0db63e05aa

age author description
Tue, 30 Oct 2007 17:25:02 +0900 Yoshiki Yazawa file name should be un-escaped when it is used as a title in the playlist.
Sat, 20 Oct 2007 06:07:49 +0300 Matti Hamalainen Enable compiler.
Sat, 20 Oct 2007 04:33:00 +0300 Matti Hamalainen Disable the compiler for a while, there are problems.
Fri, 19 Oct 2007 02:37:01 -0500 William Pitcock add some debugging support code. audacious-1.4.0-beta2
Fri, 19 Oct 2007 02:20:28 -0500 William Pitcock hook up tuple compiler.
Wed, 12 Sep 2007 23:19:46 +0300 Matti Hamalainen tuple_formatter_expression_empty() was fundamentally broken, fixed. trunk
Wed, 12 Sep 2007 17:55:44 +0300 Matti Hamalainen tuple_formatter_expression_exists() now checks for empty fields, becoming trunk
Wed, 12 Sep 2007 03:37:47 -0500 William Pitcock Backed out changeset fd4fce547558 trunk
Wed, 12 Sep 2007 00:22:52 -0500 William Pitcock ${?field:...} -> check if there's data in it, making it the opposite of the (empty)? expression. trunk
Sat, 01 Sep 2007 07:09:38 +0300 Matti Hamalainen Fixed to comply with the Tuple API changes. 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, 18 Aug 2007 02:45:06 +0200 Giacomo Lozito fixed a tuple parser bug, expression depth level wasn't correctly updated in certain nested situations trunk
Fri, 17 Aug 2007 18:52:46 +0900 Yoshiki Yazawa oops. tuple_formatter_make_title_string() should call tuple_formatter_process_string(). trunk
Mon, 13 Aug 2007 19:45:52 +0900 Yoshiki Yazawa add tuple_formatter_make_title_string(). it is a wrapper function to tuple_formatter_process_construct() to make title string. it falls back to the file name if the formatted string is blank or unavailable. trunk
Sun, 12 Aug 2007 17:23:21 +0200 Giacomo Lozito adjusted comments for == and != tuple operators trunk
Sun, 12 Aug 2007 16:58:43 +0200 Giacomo Lozito added support for raw text comparisons in tuple == operator (and that means != as well) trunk
Sat, 11 Aug 2007 20:32:13 +0200 Giacomo Lozito simplified the tuple formatter a bit trunk
Sat, 11 Aug 2007 07:34:28 -0500 William Pitcock some debugging for giacomo trunk
Fri, 10 Aug 2007 19:43:25 -0500 William Pitcock fix recursion and combination of functions and expressions too trunk
Fri, 10 Aug 2007 12:17:02 -0500 William Pitcock test nesting trunk
Fri, 10 Aug 2007 12:09:58 -0500 William Pitcock fix parser trunk
Fri, 10 Aug 2007 10:51:39 -0500 William Pitcock use g_str_has_prefix() more. trunk
Thu, 09 Aug 2007 10:29:45 -0500 William Pitcock Add support for functions. trunk
Thu, 09 Aug 2007 09:22:08 -0500 William Pitcock add (empty)? function to formatter trunk
Thu, 09 Aug 2007 08:55:54 -0500 William Pitcock Add != operator. trunk
Thu, 09 Aug 2007 08:22:08 -0500 William Pitcock revise tuple formatting engine logic trunk
Thu, 09 Aug 2007 06:21:09 -0500 William Pitcock documentation fixes trunk
Thu, 09 Aug 2007 06:19:27 -0500 William Pitcock Add first revision parser code. May or may not work, not hooked up, so I can't test it yet. ;) trunk