9
I Use This!
Activity Not Available

Commits : Listings

Analyzed 4 months ago. based on code collected over 2 years ago.
Jan 16, 2021 — Jan 16, 2022
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Gtkpod now displays the amount of free space your ipod has. More... about 21 years ago
Fixed a typo in the prefs window More... about 21 years ago
file.c, itunesdb.[ch]: Tried to address the "F00 f00" problem by testing for "foo" when "F00" fails. Clear? More... about 21 years ago
configure.in changed version to 0.50-CVS More... about 21 years ago
typo More... about 21 years ago
Weird weird weird. Apparently the submenu(Alphabetize) menu items weren't accepting button release events. However they worked if you used button 3, but since we want button1 to activate the menu item we work around it by adding button release events to the menu item manually. More... about 21 years ago
context_menu.c: - added the forgotten functions for "Alphabetize" More... about 21 years ago
display.[ch]: - renamed get_currently_selected_songids to sm_get_selected_songids. - moved some functions to their corresponding section (pm/st/sm) More... about 21 years ago
Fix waitpid parameters so the scripts/mounts finish before we return to the parent process. It was taking WNOHANG | WUNTRACED now it's taking 0 According to the man page The value of options is an OR of zero or more of the following constants: More... about 21 years ago
Guess I just needed something to code to calm down and relax: More... about 21 years ago
- corrected "xmms xmms..." in prefs and context-menus - added tooltip for mount-stuff - added description in prefs.c on how to add prefs-item. - misc.c: have the parent wait4() the child process to finish (mount/umount) - misc.c: added code to execute ~/.gtkpod/gtkpod.in,out or /etc/gtkpod/gtkpod.in,out - prefs.c: added code to read /etc/gtkpod/prefs More... about 21 years ago
Feature request from Matt Adam <[email protected]> to mount/unmount ipod on startup/shutdown. More... about 21 years ago
context_menus.c: - moved which() to a more appropriate place... - fixed memory hole: get_currently_selected_songs() creates a new list of songs that was never freed. Now a new list is created in every case (also for pm/st context menus) that is freed the next time a context menu is opened. - was there a reason to exclude the MPL from context menu actions? More... about 21 years ago
Added path entries in the prefs dialogue for "Enqueue" and "Play Song". More... about 21 years ago
I'm currently implementing the "Play Song" command line in the prefs... More... about 21 years ago
display.c: forgot that gtk_list_store_move_* was introduced in 2.2... More... about 21 years ago
German translation and fixed some bad i18n strings. More... about 21 years ago
display.[ch]...: removed SM_COLUMN_NONE (not necessary any more) More... about 21 years ago
Merged with latest CVS, finished up most menu items. More... about 21 years ago
Context menu for the sort tabs as well. #if0'ed out the edit entry until how it's going to work is decided upon further. More... about 21 years ago
make this compile again More... about 21 years ago
- restructure menu items (because of variable number of sort tabs) - toolbar customizable More... about 21 years ago
Fix so apply works with the new prefs window. Jorg is it cool that we're writing out the prefs each time we Apply/Ok on the window? It seemed like the desired behaviour. More... about 21 years ago
display.c: fixed strange behaviour with column reorder and displayed colums. Maybe? More... about 21 years ago
Modified: More... about 21 years ago
Right click menus for songs and playlists. Should be relatively easy to hook these same menus into the sort tabs. most everything is wrapped into context_menu.[ch] and uses subsystems provided by other parts of gtkpod, so the code is pretty small. Yum =) More... about 21 years ago
itunesdb.c: handle null-song-iTunesDB correctly More... about 21 years ago
Number of sort tabs can be selected via prefs. More... about 21 years ago
- re-ordering of songs in song view - DND from file manager into song view - moved sort tab interface code into display.c (another step towards - having a variable number of sort tabs -- very close now) More... about 21 years ago
- new prefs settings (show_duplicates, -updated, -non_updated) - cleared problem with persistent sorting in song view (will be "reset" after changing selection in sort tab or playlist view - new prefs setting: save order after resort automatically or use menu item for "snapshot" - added/changed code for snapshot (sm_rows_reordered_callback) and to adopt the playlist song order in the sort tabs (st_adopt_song_order) - song view columns are draggable now. Order is saved. More... about 21 years ago