29
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 28, 2023 — May 28, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
make tray icon optional; remove 'edit' from streams menu More... over 17 years ago
use curly brackets {} instead of parantheses for song formatting; save self.currsongformat1/2 appropriately; add border around album art (ivan/quod libet patch); fix gtk.statusicon's notification window bugs More... over 17 years ago
fix auto-numbering of tracks for tag editing; don't allow fileentry text to become red More... over 17 years ago
highlight entries text in red if modified by the user; retain selected rows after mpd update; allow activating multiple files with return; pref to automatically playing songs on activate; re-enable gtk.statusicon tooltip code; fix editing streams; allow entering pls/m3u/extm3u streams More... over 17 years ago
ability to set tags across all selected files; improved look of tag dialog; add bitrate to song info window; f1 for about dialog More... over 17 years ago
initial commit for editing song tags (requires optional taglib/tagpy) More... over 17 years ago
fix translators string More... over 17 years ago
ability to format the current song/notif window More... over 17 years ago
also update menu items on treeview click, not just selection change More... over 17 years ago
add translators to about More... over 17 years ago
ability to use parantheses in formatting such that all tags must be found for that formatting to be visible More... over 17 years ago
commit translation patch for pluralization More... over 17 years ago
add some ...'s to menu items as appropriate More... over 17 years ago
add quit item to menu; fix small aesthetic issue in prefs More... over 17 years ago
add sonata_large.png More... over 17 years ago
add sonata_large.png More... over 17 years ago
change 'help' to 'about' More... over 17 years ago
remove (now) unused pickle module More... over 17 years ago
do less self.conn.do calls when possible in certain situations More... over 17 years ago
Ability to run on OLPC's Sugar user environment (Owen) More... over 17 years ago
speed up treeview by unsetting model when appending and setting fixed row height; dont error on songs without a track.time More... over 17 years ago
pre to write xmms-info like status file to use with IM, IRC.. (patch by amon) More... over 17 years ago
more situations to update self.prev_boldrow More... over 17 years ago
eliminate unneeded self.conn.do.lsinfo in self.browse More... over 17 years ago
unbold only last playing song rather than unbolding all songs in playlist (legacy pygmy code) -> more responsive interface when changing songs with large playlist More... over 17 years ago
update russian .po in order to test, e.g. hour/hours translation More... over 17 years ago
fix singular/plural in statusbar; fix total time of current playlist if the user has streams More... over 17 years ago
remove unused time module; don't iterate through playlist again for self.update_statusbar More... over 17 years ago
remove unused time module; don't iterate through playlist again for self.update_statusbar More... over 17 years ago
reduce initial load (oops, self.update_playlist was executing twice); use swap instead of move to half the number of mpd calls during reverse sort; use built-in shuffle instead of doing random sort manually More... over 17 years ago