log

age author description
2007-08-26 Kieran Clancy Add new playlists directory to paths
2007-08-26 mf0102 removed header that causes collisions
2007-08-26 Cristi Magherusan added myself to the credits
2007-08-26 Cristi Magherusan ran make update-po and fixed it again
2007-08-26 Cristi Magherusan merge
2007-08-26 Cristi Magherusan updated romanian translation
2007-08-24 Cristi Magherusan merge
2007-08-22 Cristi Magherusan merge
2007-08-13 Cristi Magherusan merge
2007-08-12 Cristi Magherusan merge
2007-08-12 Cristi Magherusan merge
2007-08-10 Cristi Magherusan merge again
2007-08-10 Cristi Magherusan merge frenzy
2007-08-10 Cristi Magherusan merge
2007-08-10 Cristi Magherusan merge
2007-08-09 Cristi Magherusan merge
2007-08-08 Cristi Magherusan fixed the interface
2007-08-25 Kieran Clancy Make playlist_load_ins handle the case when playlist is not the currently active one trunk
2007-08-25 Kieran Clancy Remove unnecessary manipulation of playlist_iter trunk
2007-08-25 mf0102 merge trunk
2007-08-25 mf0102 added update-potfiles.sh script trunk
2007-08-25 mf0102 ran a script to regenerate POTFILES.in from scratch trunk
2007-08-25 mf0102 -fixed POTFILES.in trunk
2007-08-24 William Pitcock Automated merge with ssh://hg.atheme.org//hg/audacious trunk
2007-08-24 William Pitcock bump version requirement to fixed release mowgli 0.4. trunk
2007-08-23 Tomasz Mon prevent some useless redraws trunk
2007-08-21 VDR dai (audacious) update Japanese translation trunk
2007-08-20 Giacomo Lozito progress bar for fileinfopopup lives again trunk
2007-08-19 Giacomo Lozito minor adjustments trunk
2007-08-19 Giacomo Lozito it's now possible to add plugin menuentries in playlist add, del, select and misc popup menus trunk
2007-08-19 Tomasz Mon fix playlist right click behaviour trunk
2007-08-19 Giacomo Lozito simplified the custom plugin menuentries system, expecially for ui files trunk
2007-08-19 Tomasz Mon queue widget draw after setting new data trunk
2007-08-19 Tomasz Mon don't call mainwin_update_song_info if track isn't played trunk
2007-08-19 Tomasz Mon introduce change_timer_mode_cb trunk
2007-08-19 Tomasz Mon make queue on click on playlist with GDK_MOD1_MASK working again trunk
2007-08-18 William Pitcock Automated merge with ssh://hg.atheme.org//hg/audacious trunk
2007-08-18 William Pitcock mk distclean target: some changes trunk
2007-08-18 ssokolow Fixed lap.py's -q option when used with the audtool fallback. trunk
2007-08-18 Giacomo Lozito fixed a tuple parser bug, expression depth level wasn't correctly updated in certain nested situations trunk
2007-08-17 Giacomo Lozito playlist_get_info_func works in a different thread, so trying to do UI updates from it eventually leads to UI freeze; fixed to schedule those updates in the main loop instead of doing them directly trunk
2007-08-17 Yoshiki Yazawa oops. tuple_formatter_make_title_string() should call tuple_formatter_process_string(). trunk
2007-08-16 Tomasz Mon right click on textboxes without connected handler should bring up audacious menu trunk
2007-08-16 Tomasz Mon remove more duplicate code trunk
2007-08-16 Tomasz Mon little more merging trunk
2007-08-16 Tomasz Mon introduce plugin_treeview_enable_prefs and plugin_treeview_enable_info trunk
2007-08-16 Tomasz Mon branch merge trunk
2007-08-16 Tomasz Mon double click on plugin row opens plugin config (if available) trunk
2007-08-16 ssokolow Make contrib/lap.py support pre-DBus Audacious via an audtool-wrapping fallback. trunk
2007-08-13 Calin Crisan ccrisan Removed the hardcoded Add/Play CD menu entry trunk
2007-08-13 Tomasz Mon press ctrl+tab to switch between windows trunk
2007-08-13 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
2007-08-13 Ben Tucker -Set the track "title" in metadata instead of "name" trunk
2007-08-12 mf0102 include a header that had been missed trunk
2007-08-12 Ben Tucker Implemented TrackChange, StatusChange signals, with a stub for CapsChange. trunk
2007-08-12 Ben Tucker merged with master trunk
2007-08-12 Ben Tucker -Implemented /Player GetStatus, GetMetadata, GetCaps, PositionGet, PositionSet, VolumeGet, and VolumeSet trunk
2007-08-12 Christian Birchinger cue:// should get accepted before. Contact me if it breaks cue:// support somehow. trunk
2007-08-12 Christian Birchinger Remove hardcoded test because uri_get_plugin should take care of it now trunk
2007-08-12 Christian Birchinger Check for registered URI://s defined by uri_set_plugin trunk
2007-08-12 Christian Birchinger Add functions for custom uri support of input plugins trunk
2007-08-12 Giacomo Lozito adjusted comments for == and != tuple operators trunk
2007-08-12 Giacomo Lozito added support for raw text comparisons in tuple == operator (and that means != as well) trunk
2007-08-12 Yoshiki Yazawa - fix a bug that playlist_ins_url() always returns 1 even if no url has been added. now playlist_ins_url() returns number of new entries which actually added to the playlist. trunk
2007-08-12 Ben Tucker removed Disconnect method and Disconnected signal as they have been removed from the spec. trunk
2007-08-11 Giacomo Lozito simplified the tuple formatter a bit trunk
2007-08-11 Yoshiki Yazawa rename xmms_get_gentitle_format() to get_gentitle_format(). trunk
2007-08-11 Tomasz Mon show fileinfopopup only when cfg.show_filepopup_for_tuple is TRUE trunk
2007-08-11 Tomasz Mon fix doublesize trunk
2007-08-11 William Pitcock some debugging for giacomo trunk
2007-08-11 William Pitcock Automated merge with ssh://hg.atheme.org//hg/audacious trunk
2007-08-11 William Pitcock For interest of transparency, make associating NULL equivilant to deleting the field. trunk
2007-08-11 Giacomo Lozito defined a tuple_free for tuple namespace consistency trunk
2007-08-11 Yoshiki Yazawa make preset title format work. trunk
2007-08-11 William Pitcock thread sanity checks trunk
2007-08-11 William Pitcock Fix the thread join issue. trunk
2007-08-11 William Pitcock additional tests trunk
2007-08-11 William Pitcock Automated merge with ssh://hg.atheme.org//hg/audacious trunk
2007-08-11 William Pitcock fix recursion and combination of functions and expressions too trunk
2007-08-10 Giacomo Lozito fix uimanager paths for AUDACIOUS_MENU_PLAYLIST_RCLICK trunk
2007-08-10 Giacomo Lozito plugin-customizable menu entries: added AUDACIOUS_MENU_PLAYLIST_RCLICK to manage custom entries for the playlist right-click menu trunk
2007-08-10 Giacomo Lozito added a system that allows input plugins to signal to the core (actually, they MUST do it) that they're ready for playback and it's safe to call their stop function; this fixes a nasty race condition that triggered on fast track-switching trunk
2007-08-10 William Pitcock test case for current bug we're facing in the parser. trunk
2007-08-10 William Pitcock whoops... trunk
2007-08-10 William Pitcock test nesting trunk
2007-08-10 William Pitcock Automated merge with ssh://hg.atheme.org//hg/audacious trunk
2007-08-10 William Pitcock fix parser trunk
2007-08-10 William Pitcock use g_str_has_prefix() more. trunk
2007-08-10 Tomasz Mon don't clear playlistwin_info on playlist_show trunk
2007-08-10 Tomasz Mon revise ui_skinned_window_configure trunk
2007-08-10 William Pitcock fix test trunk
2007-08-10 William Pitcock Automated merge with ssh://hg.atheme.org//hg/audacious trunk
2007-08-10 William Pitcock Add a test which displays the backtracking bug. trunk
2007-08-10 Giacomo Lozito add required header for plugin-customized menus trunk
2007-08-10 Giacomo Lozito added support for plugin-customizable menus; plugins can add their own entries (and even submenus) in main and playlist popup menus trunk
2007-08-10 Tomasz Mon revise 19ad8ea66a03: fix skins with non-standard size posbar trunk
2007-08-10 Christian Birchinger Make filename a const trunk
2007-08-10 Christian Birchinger Use real filenames inside tuples not URIs trunk
2007-08-10 Christian Birchinger Automated merge with ssh://hg.atheme-project.org//hg/audacious trunk
2007-08-10 Christian Birchinger Add tuple_new_from_filename() which creates a new tuple with file-name, file-path and file-ext. trunk
2007-08-10 Tomasz Mon fix skins with non-standard size posbar trunk
2007-08-10 William Pitcock Automated merge with ssh://hg.atheme.org//hg/audacious trunk
2007-08-10 William Pitcock audacious-core: convert to tuple-ng, remove titlestring API. trunk
2007-08-10 William Pitcock install tuple_formatter headers trunk
2007-08-10 William Pitcock new format strings trunk
2007-08-10 William Pitcock Bump binary API/ABI revisions for Tuplez. trunk
2007-08-10 Tomasz Mon oops, I haven't noticed that credits are sorted alphabetically by surname trunk
2007-08-09 Tomasz Mon when using bitmap font display Ń as N trunk
2007-08-09 William Pitcock Add support for functions. trunk
2007-08-09 William Pitcock Test functor extension code from outside scope. trunk
2007-08-09 William Pitcock add (empty)? function to formatter trunk
2007-08-09 William Pitcock Document the new testharness stuff a little. trunk
2007-08-09 William Pitcock more tests trunk
2007-08-09 William Pitcock unref our tuple trunk
2007-08-09 William Pitcock Add != operator. trunk
2007-08-09 William Pitcock revise tuple formatting engine logic trunk
2007-08-09 William Pitcock documentation fixes trunk
2007-08-09 William Pitcock Add first revision parser code. May or may not work, not hooked up, so I can't test it yet. ;) trunk
2007-08-09 William Pitcock Tuple (final version) trunk
2007-08-09 William Pitcock Error fixes. trunk
2007-08-09 William Pitcock Tuple engine cleanups. trunk
2007-08-09 William Pitcock Automated merge with ssh://hg.atheme.org//hg/audacious trunk
2007-08-09 William Pitcock Tuple API try 1. trunk
2007-08-09 Tomasz Mon don't do gtk_widget_show_all(mainwin) when player is not visible trunk
2007-08-08 Tomasz Mon stop timer on clicks trunk
2007-08-08 Tomasz Mon branch merge trunk
2007-08-08 Tomasz Mon we don't need UiSkinnedPlaylist->tooltips anymore trunk
2007-08-08 William Pitcock Added tag audacious-1.4.0-dr2 for changeset 91a5f34b0780 trunk
2007-08-08 Tomasz Mon resolve CRITICAL **: filepopup_entry_set_text: assertion 'widget != NULL' failed trunk audacious-1.4.0-dr2
2007-08-08 Tomasz Mon better way to show fileinfopopup trunk
2007-08-08 Ben Tucker merged with master trunk
2007-08-04 Ben Tucker merged with master trunk
2007-08-04 Ben Tucker Added function prototypes for Disconnect and GetMetadata methods, and a prototype for the Disconnected signal. trunk
2007-08-04 Ben Tucker merged with master trunk
2007-08-02 Ben Tucker merged with master trunk
2007-08-02 Ben Tucker merged with master trunk
2007-07-29 Ben Tucker merge trunk
2007-07-28 Ben Tucker merge trunk
2007-07-27 Ben Tucker updated to latest trunk
2007-07-26 Ben Tucker -Changed copyright notice trunk
2007-07-26 Ben Tucker -Fixed a compilation issue with DBus on Mac trunk
2007-08-06 Giacomo Lozito merged with some small changes to playback.c
2007-08-06 Giacomo Lozito in playback_stop, do not assume that get_written_time will be always > 0, some plugins do not write to output at all
2007-08-06 William Pitcock Automated merge with ssh://hg.atheme.org//hg/audacious
2007-08-06 William Pitcock Update MPRIS service name.
2007-08-06 "Stephan Sokolow " - Added my "Locate and Play" script to contrib.
2007-08-06 William Pitcock oops
2007-08-06 William Pitcock proper race condition fix
2007-08-05 Giacomo Lozito - fixed ugly race condition in new threading model; mutexes are also probably required to handle shared access to ip_data
2007-08-05 Tomasz Mon goodbye widgets directory
2007-08-05 Tomasz Mon solve always broken ui_skinned_textbox_resize_relative
2007-08-05 Tomasz Mon add focus_in and focus_out events
2007-08-05 Tomasz Mon fix not updating playlist on title change
2007-08-05 William Pitcock remove old debugging notices that aren't very relevant anymore.
2007-08-04 mf0102 - fixed some cases where the playlist wasn't redrawn
2007-08-04 Tomasz Mon we don't need to grab pointer
2007-08-04 Tomasz Mon playlistwin_bg is not needed anymore
2007-08-04 Tomasz Mon cleaning
2007-08-04 Tomasz Mon remove obsolete mainwin_motion
2007-08-04 Tomasz Mon mainwin_refresh_visible
2007-08-04 William Pitcock Automated merge with ssh://hg.atheme.org//hg/audacious
2007-08-04 William Pitcock Update credits a little bit.
2007-08-04 William Pitcock Add a system path for default presets.
2007-08-04 Yoshiki Yazawa add simplified macros to declare plugin. no more excessive NULLs.
2007-08-04 William Pitcock Unbreak XMMS/GTK1 file selector.
2007-08-04 William Pitcock gtk_file_chooser_get_uris() results in unpredictable behaviour when GNOME is not installed. Build URIs ourselves.
2007-08-04 William Pitcock Fix DECLARE_PLUGIN() macro.
2007-08-04 William Pitcock Make DECLARE_PLUGIN() macro use a __VA_ARGS__ list instead of a static amount of tokens. trunk
2007-08-04 William Pitcock Automated merge with ssh://hg.atheme.org//hg/audacious trunk
2007-08-04 William Pitcock - bump PAPI version to 4 due to DiscoveryPlugin trunk
2007-08-03 Tomasz Mon fix unshading playlistwin when doubleclicking on textbox trunk
2007-08-03 Yoshiki Yazawa default value for "enabled discovery plugins" was missing. trunk
2007-08-03 Tomasz Mon fix typo trunk
2007-08-03 Cristi Magherusan added Discovery plugin type trunk
2007-08-02 Tomasz Mon show fileinfopopup only when mouse is over playlistwin_list trunk
2007-08-02 Tomasz Mon I hope it'll work now trunk
2007-08-02 Tomasz Mon bring back fileinfopopup trunk
2007-08-02 Tomasz Mon don't carry GdkGC around trunk
2007-08-02 Tomasz Mon I hope textbox_resize_relative is now working propertly trunk
2007-08-02 Tomasz Mon implement ui_skinned_window_expose trunk
2007-08-02 Tomasz Mon remove dead files trunk
2007-08-02 Tomasz Mon fix includes trunk
2007-08-02 Tomasz Mon hasta la vista old widgetcore trunk
2007-08-02 Tomasz Mon port PlayList_List to gtk2 trunk
2007-08-02 William Pitcock Expose new libguess-ng character detectors in preferences. trunk
2007-08-02 William Pitcock Add support for greek and hebrew character set detection. trunk
2007-08-02 William Pitcock Automated merge with ssh://hg.atheme.org//hg/audacious trunk
2007-08-02 William Pitcock Split off CJK implementation from guess.c logic. trunk
2007-08-02 ssokolow Added my g15composer-based Python script for displaying Now Playing info on the LCD of the Logitech G15 Gaming Keyboard. trunk
2007-08-01 Alex Maclean Fix typo in libguess. trunk
2007-08-01 William Pitcock More librcd removal. trunk
2007-08-01 William Pitcock Use new combined libguess interface. trunk