log src/audacious/ui_jumptotrack.c @ 4374:335f4ac3993a

age author description
Mon, 18 Feb 2008 20:44:40 -0600 Jussi Judin Add caching to Jump to Track feature to speed up searches. (Bugzilla #180)
Fri, 11 Jan 2008 15:37:24 +0100 Jussi Judin Jump to Track leaks memory when matching songs. (Bugzilla #81)
Fri, 11 Jan 2008 15:09:08 +0100 mf0102 - removed genres that appeared twice in the file info dialog
Fri, 11 Jan 2008 00:25:20 +0200 Cristi Magherusan just a little bigger
Fri, 11 Jan 2008 00:17:20 +0200 Cristi Magherusan added the GTK_STOCK_ADD pixmap to the queue button
Thu, 10 Jan 2008 23:57:13 +0200 Cristi Magherusan reorganized the JTF dialog, it's not so wide anymore
Thu, 10 Jan 2008 02:25:01 -0600 Jussi Judin Make "jump to track" feature to normalize search and match strings (Bugzilla #20)
Tue, 25 Dec 2007 19:15:44 +0900 Yoshiki Yazawa remember filter entry in jtf dialog is extremely useful when jtf deals with large playlist. now this feature is configurable.
Tue, 25 Dec 2007 01:53:55 -0600 William Pitcock Reset the text entry box to nothing when the jump to track window is requested.
Sun, 16 Dec 2007 18:44:56 +0900 Yoshiki Yazawa make filter field in jtf dialog always grab focus on appearance.
Fri, 09 Nov 2007 19:39:27 +0900 Yoshiki Yazawa - serial number has been added to playlist structure so that changes of the current playlist can be notified.
Thu, 08 Nov 2007 22:16:50 +0900 Yoshiki Yazawa libaudclient:
Thu, 13 Sep 2007 01:12:43 -0500 William Pitcock Automated merge with ssh://hg.atheme.org//hg/audacious. trunk
Thu, 13 Sep 2007 00:49:21 -0500 William Pitcock Remove improper X11 includes. trunk
Sun, 09 Sep 2007 22:05:24 +0300 Matti Hamalainen Changed PLAYLIST_{UN}LOCK() macros to use playlist itself as argument, not trunk