1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658
|
Sat Oct 2 15:14:04 1999 John Ellis <johne@bellatlantic.net>
* players.[ch]: Move to a queue for async commands (when reply of
success may not come for some time).
* btn_funcs.c, main.c, io_mpg123.c, io_mikmod.c: Change to new
commands from above.
* mod-ctl.c: Fix hang (seeking did not send ack).
Fri Oct 1 17:36:43 1999 John Ellis <johne@bellatlantic.net>
* mixer.c: Applied patch to add OpenBSD support, patch from
Bruno Rohee <br@spooky.net>
* cpuperc.c: Applied patch for FreeBSD < 3.0 fix, also from Bruno.
* players.c: Also set frames(_remaining) to 0 on stop and next song,
fixes bug that total time/frames was for the previous song.
Tue Sep 7 19:12:37 1999 John Ellis <johne@bellatlantic.net>
* ipc.c: Extend ipc command and status stuff, added SIGPIPE handler
to status writing.
Mon Sep 6 04:05:45 1999 John Ellis <johne@bellatlantic.net>
* main.c, mpg_tagutil.c: Applied portions of patch from
Yuuki NINOMIYA <gm@smn.enjoy.ne.jp> dealing with japanese id3 tag
support, so it no longer requires iconv. Updated translation too.
* cs.po: Added Czech translation from
Tomas Prochazka <xprocha2@informatics.muni.cz>
Mon Sep 6 03:16:59 1999 John Ellis <johne@bellatlantic.net>
* ipc.c, main.c, gqmpeg.h: Added status request commands to ipc.
* README: Update to briefly explain ipc/status commands.
* rcfile.c (quoted_value): Use a method that does not change source.
Fri Sep 3 20:33:31 1999 John Ellis <johne@bellatlantic.net>
* config.c: Add debug on/off toggle to about :).
* io_mikmod.[ch], io_mikmod_cfg.c, mod_info.c: New files, preliminary
mod format support.
* acconfig.h, configure.in, Makefile.am, src/Makefile.am: Add test for
libmikmod, and set appropriate compile options.
Mon Aug 23 22:34:09 1999 John Ellis <johne@bellatlantic.net>
* src/default_skin/*.xpm, Makefile.am: Changed to a new default skin.
* skindef.c: Use the new skin files.
* btn_funcs.c, display.c, main.c, players.c, skinutil.c: Added 'live'
image for Total_Item. Also fixed a few time calculations (for live, and
when changing songs when status = STATUS_NEXT).
* SKIN_SPEC, skindata-template: Added live image ref for Total_Item.
Mon Aug 23 20:46:47 1999 John Ellis <johne@bellatlantic.net>
* btn_funcs.c, display.c, globals.c, gqmpeg.h, main.c, menus.c,
playlist.c, rcfile.c, skinutil.c: Added total time played/remaining
option. Added skin item types for time remaining (eg, minus) and
time total/norm.
* skinui.c: Fix double size reversal when rendering mask.
(bug from previous Imlib fixes)
* SKIN-SPEC, skindata-template: Updated for new items (above).
Sat Aug 21 14:09:13 1999 John Ellis <johne@bellatlantic.net>
* playlist-dlg.c: Fix custom window bugs (could not add to playlist).
* playlist-window.c, globals.c, gqmpeg.h: Added saving of playlist
window pane positions and list column sizes.
* config.c, players.c: Added 'play next on error' option.
* rcfile.c, io_mpg123_cfg.c: Better organize and group rc file options.
Sat Aug 21 00:27:42 1999 John Ellis <johne@bellatlantic.net>
* btn_funcs.c, dndutil.c, gqmpeg.h, io_mpg123.c, ipc.c, main.c, menu.c,
playlist-dlg.c, playlist-window.c, playlist.c, players.[ch]: Added menu
options to add/remove the current song to/from the playlist. Added a
flags attribute to SongData, and display an icon in the playlist window
according to the flags. The currently active song is now highlighted
in the playlist with an arrow, when song playback encounters an error,
a "!" icon is displayed, and a "?" is displayed for when the type of
a file is unable to be determined.
* icon-rarrow.xpm, icon-alert.xpm, icon-question.xpm: The flag icons.
* Makefile.am: Added references for new files.
* tabcomp.c: Set the entry text after setting the combo list.
* preset-dlg.c: New dialog for setting the presets.
Wed Aug 18 22:24:48 1999 John Ellis <johne@bellatlantic.net>
* gqmpeg.h, tabcomp.c, utilops.c, playlist-dlg.c, playlist-window.c:
Added drop down history list for move/copy/open/save dialogs, fixed
width problems with clists (they were either displaying a horizontal
scrollbar when the were not supposed to, or not when they should have).
Mon Aug 16 13:17:43 1999 John Ellis <johne@bellatlantic.net>
* po/de.po: Added german translation
by mawarkus@t-online.de (Matthias Warkus)
Mon Aug 16 13:13:26 1999 John Ellis <johne@bellatlantic.net>
* playlist-window.c, utilops.c: Make it easier for translators.
Fri Jul 30 07:56:43 1999 John Ellis <johne@bellatlantic.net>
* configure.in, acconfig.h, src/{main.c, mpg_tagutil.c}: Added japanese
support:
* po/ja.po: Added this file.
* dndutil.c: Fix dnd to include "/r/n" on the end of the URI lists.
Wed Jul 21 18:28:28 1999 John Ellis <johne@bellatlantic.net>
* Most files: Marked for translation.
* po/*, Makefile.am, configure.in: Set up gettext.
Sat Jul 3 07:24:17 1999 John Ellis <johne@bellatlantic.net>
* gqmpeg.h, README, gqmpeg.spec: Release 0.6.3
Sat Jul 3 06:54:45 1999 John Ellis <johne@bellatlantic.net>
* io_mpg123.c: Added mpg123 0.59r support, which introduced escape
sequences to it's standard verbose output... THE BLASPHEMY!
Also added more debug output, so I can catch things like this in the
future without jumping through hoops.
Fri Jul 2 12:12:52 1999 John Ellis <johne@bellatlantic.net>
* io_mpg123.[ch], io_mpg123_cfg.c: Add freeamp option, and made it
work with freeamp 1.2.3. Freeamps's mpg123 emulator is flaky, but works
well enough... Probably won't work with older versions of freeamp?
If mpg123 is not found at startup, then search for freeamp and enable
the option if found.
Fri Jul 2 10:20:43 1999 John Ellis <johne@bellatlantic.net>
* io_mpg123.c: Make it work again with freeamp. Print a warning when a
version prior to 0.59o is detected, and when the version can not be
detected.
Fri Jul 2 09:50:37 1999 John Ellis <johne@bellatlantic.net>
* config.c: Properly sort skin names, since we now have the complete
paths listed.
Thu Jul 1 20:00:32 1999 John Ellis <johne@bellatlantic.net>
* playlist.c: Add playlist length recount when loading headers.
* playlist-window.c: (playlist_window_clist_populate) Check if the
playlist window is open before attempting to add items to the window.
When a song's length is zero (no header loading), print nothing for
time.
Thu Jul 1 19:28:45 1999 John Ellis <johne@bellatlantic.net>
* io_mpg123.c: Fix segmentation fault at g_hook_next_valid when mpg123
exits unexpectedly (crash or kill). Also doubled timeout when using
http (to 20 seconds).
NOTE: Looking at the code I see that I am still using an interface to
mpg123 using code written when gqmpeg was begun. Since then I have
learned a bit... I see that buffer over-runs can happen in many places
I will have to add 20+ checks for this, or move to a more elegent
solution. The crash caused when mpg123 exits was caused by not checking
a) that getc was not EOF, and b) that the buf_ptr was within allocated
memory. Hence we scribbled all over memory until something broke...
Tue Jun 29 17:34:14 1999 John Ellis <johne@bellatlantic.net>
* playlist.c (playlist_update_by_path): New function to reload all
occurences of path.
* gqmpeg.h, mpg_info.c: Make the mpg song info window update the
playlist when a tag is saved.
Tue Jun 29 16:31:40 1999 John Ellis <johne@bellatlantic.net>
* config.c, main.c, window.c: Added support for placing skins
in a system dir, for example /usr/local/share/gqmpeg/skins.
* Makefile: re-create config.h if Makefile changes, since the PREFIX
may have changed. Also added dist_clean target to remove things such
as config.h before a release.
Tue Jun 29 14:36:17 1999 John Ellis <johne@bellatlantic.net>
* mixer.c, Makefile: Applied patches to support native audio on
NetBSD. Submitted by Rui-Xiang Guo <rxg@ms25.url.com.tw>
Tue Jun 15 20:13:47 1999 John Ellis <johne@bellatlantic.net>
* display.c, gqmpeg.h, playlist.c: Freeze the display when loading a
playlist to improve speed.
Tue Jun 15 19:55:05 1999 John Ellis <johne@bellatlantic.net>
* filelist.c, main.c, mpg_info.c, pathsel.c, playlist.c,
playlist-window.c, tabcomp.c: Small speedups in GList creation.
Tue Jun 15 15:02:08 1999 John Ellis <johne@bellatlantic.net>
* io_mpg123.[ch], io_mpg123_cfg.c: Add support for mpg123's
--aggressive option for higher scheduling priority.
Mon Jun 14 21:18:41 1999 John Ellis <johne@bellatlantic.net>
* ipc.c (ipc_read_data): Make it work with NetBSD, patch from
Hubert Feyrer <hubert.feyrer@rz.uni-regensburg.de>
Mon Jun 14 20:07:50 1999 John Ellis <johne@bellatlantic.net>
* mixer.c (get_volume): Now update the volume from the device first.
(not done for sun, irix ... can't test anyway)
* main.c (update_condition): Update volume controls every 4 secs.
Mon Jun 14 19:59:35 1999 John Ellis <johne@bellatlantic.net>
* playlist.c (shuffle_list_create): Fix hang under some conditions.
Sat Jun 12 23:35:37 1999 John Ellis <johne@bellatlantic.net>
* mixer.c: removed #undef _POSIX_SOURCE from NetBSD section.
Tue Jun 1 17:48:50 1999 John Ellis <johne@bellatlantic.net>
* README, gqmpeg.h, gqmpeg.spec: Release 0.6.2
Tue Jun 1 16:40:37 1999 John Ellis <johne@bellatlantic.net>
* io_mpg123.c: Add warning dialog for failed connections, etc.
* mpg_info.c, io_mpg123.h: Song info now recognizes type http.
Mon May 31 18:09:13 1999 John Ellis <johne@bellatlantic.net>
* main.c, ipc.c: Items added from the command line actually play now,
added -f, -pladd, -plem, -plappend now support file globbing.
* filelist.c, players.c: Add more debug output, and warn when a song
player type can not be determined.
Fri May 28 09:51:45 1999 John Ellis <johne@bellatlantic.net>
* main.c (send_if_ipc_match): Add quotes around filenames sent over
ipc, since they are required when filenames have spaces.
Thu May 27 10:11:40 1999 John Ellis <johne@bellatlantic.net>
* gqmpeg.h, README, gqmpeg.spec: Releease 0.6.1
Wed May 26 11:27:51 1999 John Ellis <johne@bellatlantic.net>
* io_mpg123.c (handle_warnings): Add cases for id3 tag output from
mpg123, fix from Eric Lassauge <lassauge@sagem.fr>
Wed May 26 11:20:34 1999 John Ellis <johne@bellatlantic.net>
* main.c (main): Push the visual and colormap to gtk, this fixes
badmatch errors on 8-bit psuedo color displays.
patch from Kuninori NISHIZAWA <kuninori@viplab.is.tsukuba.ac.jp>
Mon May 24 18:13:28 1999 John Ellis <johne@bellatlantic.net>
* README, gqmpeg.h, gqmpeg.spec: Release 0.6.0
Mon May 24 18:04:26 1999 John Ellis <johne@bellatlantic.net>
* plugin/*: Moved and renamed the shoutcast directory to plugin,
updated the README.plugin file and fixed gqmpeg-shoutcast-plugin.sh
netscape plugin shell script.
Sun May 23 13:52:20 1999 John Ellis <johne@bellatlantic.net>
* tabcomp.c (tab_completion_new): New function, this creates the text
entry in addition to adding a button with tab icon for tab completion.
The main purpose of this is so that entries with tab completion are
obvious to the user, a button with the icon for future expansion.
* config.c, playlist-dlg.c, playlist-window.c, utilops.c: Use above
said function.
Sun May 23 10:38:43 1999 John Ellis <johne@bellatlantic.net>
* pathsel.c (destination_widget_sync_to_entry): New function to update
the file list to the entry.
* tabcomp.c (tab_completion_add_tab_func): New function to specify
a callback for when tab completion is performed.
* playlist-dlg.c, utilops.c: Use above new function so that tab
completion updates the file lists and pressing enter on a dir will also
sync the lists.
Sun May 23 08:58:58 1999 John Ellis <johne@bellatlantic.net>
* main.c (main): Fix bugs when showing playlist window on startup has
empty file lists.
Wed May 19 07:50:12 1999 John Ellis <johne@bellatlantic.net>
* io_mpg123.c: Better error handling, fix hang when mpg123 stops
sending data but did not stop running. Unrecognized mpg123 output is
now printed as a warning message.
Wed May 19 07:23:24 1999 John Ellis <johne@bellatlantic.net>
* playlist.c: Fixes for segfaults in shuffle_list_next/prev calls.
* btn_funcs.c(btn_next/prev_down): set song_seek_pos = -1 so that
the song is not cleared when the playlist is empty.
Tue May 18 15:34:24 1999 John Ellis <johne@bellatlantic.net>
* skinui.c(display_pressed): When in started up in docked, the middle
mouse button will also show the main menu.
Tue May 18 14:41:51 1999 John Ellis <johne@bellatlantic.net>
* btn_funcs.c(btn_next_pressed): Fix bug when using keyboard/ipc to
change songs.
Tue May 18 14:28:08 1999 John Ellis <johne@bellatlantic.net>
* mixer.c: Added patch for NetBSD submitted by
Hubert Feyrer <hubert.feyrer@rz.uni-regensburg.de>.
Tue May 18 14:21:37 1999 John Ellis <johne@bellatlantic.net>
* mixer.c: Changed Solaris /dev/audio to /dev/audioctl for 2.6, not
sure if this effects (breaks) 2.5.
Mon May 17 11:04:25 1999 John Ellis <johne@bellatlantic.net>
* dock.c: new file, added code based on patch submitted by
Kimball Thurston <kimball@sgrail.com> for docking into Window Maker.
* main.c, window.c, globals.c, gqmpeg.h: Added support for dock
options, -dock only disables window moving by dragging the mouse,
-dockwm does this, and sets up the window for Window Maker (if found).
Mon May 17 09:46:57 1999 John Ellis <johne@bellatlantic.net>
* mixer.c: Add patch for SGI, patch submitted by
Kimball Thurston <kimball@sgrail.com>
Sat May 15 06:30:06 1999 John Ellis <johne@bellatlantic.net>
* cpu_perc.c: Applied patch for BSD cpu utilization from
Bruno Rohee <rohee@OpenBSD.ORG>.
Sat May 15 05:56:24 1999 John Ellis <johne@bellatlantic.net>
* all files: Major reworking resulting in too many changes and new
files to list. To Summarize: Modularized the mpg123 interface, adding
new players for file types should be semi-easy now. Added http://
support (shoutcast), added multiple file selection and dnd to playlist
window. Moved similar functions into new files. Updated the move/copy/
rename/delete dialogs (copied from GQview).
* Makefile: attempt to shorten this thing, removed unneeded lines
in the dependencies (if this breaks any systems, try the Makefile.orig
file, if that works, notify me and I will revert back)
Sat Mar 27 12:06:09 1999 John Ellis <johne@bellatlantic.net>
* main.c, MAkefile: Add FreeBSD cpu percentage code, patch submitted
by Charlie Root <PA@FreeBSD.ee.ntu.edu.tw>.
Sat Mar 27 07:31:04 1999 John Ellis <johne@bellatlantic.net>
* gqmpeg.h, README, gqmpeg.spec: Release 0.5.1
Sat Mar 27 07:21:24 1999 John Ellis <johne@bellatlantic.net>
* *.[ch]: Fix headers of all files (not an image viewer!).
Sat Mar 27 07:14:30 1999 John Ellis <johne@bellatlantic.net>
* gqmpeg.h, main.c, config.c, gqmpegrc.c: Add option, prev restarts
current song when playing or paused and time played esceeds 4 seconds.
Sat Mar 27 06:47:11 1999 John Ellis <johne@bellatlantic.net>
* main.c (volume_slider_moved): Cast float to gint in call to func.
Sat Mar 27 06:42:06 1999 John Ellis <johne@bellatlantic.net>
* playlist.c ({up,down,top,end}_button_pressed): Remove the old
location from the clist when moving.
Sat Mar 27 06:23:52 1999 John Ellis <johne@bellatlantic.net>
* playerio.c (stop_playing_file): If kill() fails, sleep 1 sec and try
again. Would have used select, (to sleep only 100 ms) but do not know
if all platforms support it (portable?).
Wed Mar 24 06:43:55 1999 John Ellis <johne@bellatlantic.net>
* README, FAQ: Updates for 0.5.0 release.
* gqmpeg.h: Move version to 0.5.0, release.
Wed Mar 24 05:44:04 1999 John Ellis <johne@bellatlantic.net>
* SKIN-SPECS skindata-template: Updated for new skin features.
Wed Mar 24 05:17:34 1999 John Ellis <johne@bellatlantic.net>
* gqmpeg.h, skinui.c, skinutil.c: Add a Position_Item widget.
Works the same as the Volume_Item .
Wed Mar 24 05:08:08 1999 John Ellis <johne@bellatlantic.net>
* gqmpeg.h, main.c, playlist.c, gqmpegrc.c: Save playlist window size
when `remember window position` is enabled. It also saves the window
position, but not restored.
*playlist.c: Add song count display to playlist window.
Wed Mar 24 04:35:01 1999 John Ellis <johne@bellatlantic.net>
* playlist.c: Apply patch from "Michael Bruun Petersen" <mbp@image.dk>
to show extra info in the playlist.
The code was then modified to include more information and a slightly
(IMHO) better layout, fix a few bugs, and place the list in a pane.
Tue Mar 23 18:20:49 1999 John Ellis <johne@bellatlantic.net>
* tagutil.c(parse_text): Fix bug with 1 character long strings.
Tue Mar 23 17:33:58 1999 John Ellis <johne@bellatlantic.net>
* main.c: Simply exit with an error if mpg123 is not found in the path.
Tue Mar 23 14:57:05 1999 John Ellis <johne@bellatlantic.net>
* gqmpeg.h, display.c, globals.c, main.c, playlist.c, skin*.c: Made
changes based on the patch by Lszl, Rbert - rob@sch.bme.hu
These include:
Added artist, album, genre, total song & playlist time, total frames
to the skin spec.
Added skin option of extended fonts for international characters.(6x32)
If no hour number and time exceeds 60 minutes, shift from m:s to h:m.
Add option to specify the number of digits in number items.
(to over-ride the defaults)
* fileops.c (set_current_dir): Do not chase symbolic links.
Tue Mar 23 10:01:36 1999 John Ellis <johne@bellatlantic.net>
* gqmpegrc.c, main.c, playerio.c, skinutil.c: Tell strtol to use
a base of 10 instead of 0 (auto-detect).
* main.c(position_slider_released): Added missing {} in else statement.
Tue Mar 23 09:48:19 1999 John Ellis <johne@bellatlantic.net>
* gqmpeg.h, songinfo.c, tagutil.c: Add newer genres, based on patch
from "Yick W. Tse" <ywtse@mailcity.com>
Tue Mar 23 09:15:57 1999 John Ellis <johne@bellatlantic.net>
* playerio.c (stop_playing_file): Send SIGINT instead of SIGTERM to
mpg123 to stop it, this seems to fix the problem of opening /dev/dsp
errors when skipping in Linux 2.2.x.
* ipc.c (ipc_off): Close files only if those files were opened, patch
from Tino Schwarze <tino.schwarze@informatik.tu-chemnitz.de>.
Tue Mar 23 09:15:41 1999 John Ellis <johne@bellatlantic.net>
* ChangeLog: start this file.
========== The old changelog format is appended (from README) below:
0.4.6 (02-01-99)
- Updated to work with mpg123 0.59q release (o and p still supported)
- more work on ~/.gqmpeg/command, it is now a pipe, only exists when gqmpeg
is running. Still work in progress.
* fix possible SIGPIPE errors caused in playerio.c
0.4.5 (01-22-99)
> Add simple command line options to control an already running process,
commands include play, stop, pause, next, and prev.
> Add mixer support for SPARC Ultra 1 machines (tested on solaris 2.5.1).
Patch submitted by Marcos Ramirez.
- Increase mpg123 buffer limit to 8192 (from 3000).
* Fix problems with changing shaped skins.
* Fix crash when using up/down playlist buttons in gtk 1.1.x
0.4.4 (12-15-98)
> Final fix for mpg123 buffer stop problems, the solution is to set mpg123
to it's own group id and kill the entire group. whew! :)
- Add option to show all files in the playlist window filelist.
- Increase mpg123 piped data timeout to 10 seconds.
- Disable id3 tag editing for invalid files.
- Beginnings of a FAQ.
0.4.3 (12-8-98)
> Add append playlist button in playlist window.
> Add option to display playlist length in the playlist window.
- Add optional workaround for mpg123 buffer playback problems when seeking
and skipping songs. (pause during error, then retry playback).
- Add WM hints for icon and class.
- Editing the Makefile is no longer necessary for any version of GTK.
(tested to work through gtk+-1.1.5)
* Applied helpful patch to fix a file descriptor leak in playerio.c
0.4.2 (11-25-98)
> Add shaped skin support. (use the Mask: option in the skindata file)
> Updated the default skin to include volume/position slider and presets.
* Fixes for the latest GTK+-1.1.5
0.4.1 (11-13-98)
> Add path entry to playlist with tab completion.
> Add tab completion all over, including file dialogs and config window.
> Add better slider capabilities (vertical, reverse direction options).
- Basic translation for iso_8859 characters when drawing skin fonts.
* Fixes for FreeBSD, mixer should work now.
0.4.0 (11-9-98)
> Add double size mode
> Add option to display cpu/frame info in the visualization window of winamp
skins.
- Add support for the winamp balance bitmap.
* Fix Mixer routines to compile on non-linux systems. Note that on such
systems, the mixers controls do nothing.
* Fix loading of playlists to work when the current playlist is empty.
0.3.7 (11-5-98)
> Add ability to edit/save Id3 tags.
> Add move/copy/rename/delete options in playlist editor.
> Add keyboard support, see key chart (above).
> Allow time display to show song time remaining.
- Playlist locations default to the ~/.gqmpeg/playlists directory.
- Search the HOME env var first, allowing custom config dir location.
- Skin directories can now contain spaces.
* Fix crash when viewing song info for files beginning with junk.
* Fix 'small_digit undefined' error report when it really was defined.
* Fix -debug mode from causing mouse release functions from being ignored.
* Fix segfault when closeing warning/songinfo windows using WM controls.
0.3.6 (10-25-98)
> Added basic volume controls, only tested on Linux x86. There will surely
be problems on other platforms. (patches accepted/wanted). The controlled
mixer device is specified in the options dialog.
> Volume/Balance buttons, sliders, and status items added to skindata format.
> winamp skin compatibility includes the new volume controls.
> Added preset button capability (max 10), playlists can be bound to these.
> Added support for mpg123's --8bit option.
> Added option to enable window manager decorations.
> Song information window now contains mpg specific details including song
length, file size, bit rates, etc.
- Added install and gnome-install options to the Makefile.
0.3.5 (9-1-98)
> Moved to imlib to load images, now any filetype can be used for skin
images. Skin loading is faster now too. (recommended file format is png)
> Added slider for song positioning, it is not in the default skin, however.
> Added Status_Item for display of play/stop/pause condition.
> Added ability for shuffle/repeat buttons to have a status light.
> Added loader for w!n@mp skins, this loader is attempted if the skin is not
found to be GQmpeg native.
- Skins listed in the config dialog have (amp) beside them if they are w!n@mp.
- The new skindata features are Position_Slider, Status_Item and
Shuffle/Repeat_Button now has a status light option.
* Fixed a serious bug causing segfault when GQmpeg is run on a system for the
first time and a valid session-playlist.gqmpeg file is not found. 0.3.4
would only work for those that upgraded because of this.
* Fixed bugs in button display when buttons have no prelight or status light
specified in the skindata file.
0.3.4 (8-29-98)
> Added right click context menus to the main window and playlist lists.
> Added ID3 tag reading, by default this option is off. When a tag is
available the title of the song is set to the tag's title. Songs with
no tag revert to the filename. Tag support is read-only.
> Added a 'smart window placement' option. When enabled (default) the window
will snap to the edges of the screen when within 8 pixels. Also when
enabled, the small mode always moves closest to the nearest edge, but
within the area of the normal mode.
> Option to save the window position and the window mode (normal/small).
> Ability to add entire directories to the playlist by right clicking on a
directory in the directory list. Directories can be added recursively too.
- Middle clicking on a file adds it to the playlist, middle clicking on the
playlist plays that song. (Double left click was and is there, but this is
for those that hate double clicking)
- Song info available on most right click menus, only shows ID3 info for now.
- Available skins are now listed on the skin tab of the config dialog.
- Now when 'save playlist bettween sessions' and 'play on startup' are
enabled GQmpeg continues with the song that was playing on the last exit.
- Added another file type, .mp2 to the filter.
- Now when clicking on an area with no button, but not dragging to move the
window, the window is raised.
- Some major rewrites of some code, hoping no new bugs were introduced.
0.3.3 (8-22-98)
> Removed window decorations, new Iconify_Button type for added to iconify
the window.
> To move the window, just click and drag anywhere there is no button.
> New Mixer_Button type, the mixer can be changed under config->General.
> Skins can have an alternate mode (can be a smaller version, for example),
and added a Alt_Skin_Button type to switch skins, the alternate skin is
defined with the same file format as the normal one, however it's data file
is named skindata_alt. If there is no skindata_alt file, alternate skin mode
is disabled.
> Updated the default skin for no window decorations and added a smaller
alternate skin.
- GQmpeg now attempts to read the HOME environment variable as a last chance
effort to figure out the home directory. If it still can not find a valid
home directory, it gracefully exits with an error message.
- The rc file themes renamed to HOME/.gqmpeg/gtkrc, was gtkrc-gqmpeg.
- New tab in config window called startup, all relevent options moved there.
* Reformatted this file (README) to fit within 80 character wide terminals.
* skindata files: changed Mpegplayer_Item to Mpeglayer_Item (typo)
changed Mpegver_Item to Mpegversion_Item
0.3.2 (8-20-98)
> SKIN support! (why only a minor version change? Because skin support could
be buggy and I want 0.4.0 to be stable.
> New skin tab on config dialog. It contains an entry to specify the default
skin. the default skin must reside in HOME/.gqmpeg/skins
- The gqmpeg config files are now all under HOME/.gqmpeg/*
- Added patch provided by Jeff Glover which adds #ifdef's for cpu utilization
display to work on SGI IRIX 5.3 and 6.5
* Fixed bug where when first starting GQmpeg and opening the playlist window,
the files were not being sorted.
0.3.1 (8-18-98)
> Added option to specify a custom output sampling rate.
> Added option to show hidden files (those that begin with a dot).
> Added buttons in playlist to move a song to the top or end (words
'beginning' and 'bottom' too many letters) of a list.
- Added .mpg and .mpeg types to the file list.
- Home directory code fixed.
- Added patch provided by Heiner Schepers which adds #ifdef's for cpu
utilization display to work on Sun Solaris 2.5.1
* Fixed bug where GQmpeg would sigsegv if you pressed move down in the
playlist and had not selected a song in the playlist.
* Fixed bugs when removing songs from a playlist when playing or paused.
0.3.0 (8-16-98)
> Added option of saving shuffle and repeat modes in a playlist, and the
option of disabling reading these modes from a playlist.
> Shuffle is now sane, and respects repeat mode. Prev and Next buttons now
go through the shuffled songs instead of regenerating a random song on
each press.
> Added a go to home directory button in the playlist dialog.
0.2.2 (7-30-98)
> Fixed config dialog problems.
0.2.1 (6-24-98)
> These additions/fixes supplied by Sampo Niskanen <sampo@compart.fi>:
* - next/prev song with empty playlist doesn't crash program
* - next/prev song while shuffle on selects random song
* - when loading playlist, if shuffle on, selects random song
0.2.0 (6-06-98)
> New feature, drag and drop support. Works with other gtk apps. Just drag a
file or playlist onto the main window or playlist window to start playing
that song.
> Rewrote file lists.
> Removed lengthy delay at the end of a song when using buffered play, the
time should be more accurate too (less 'second skipping').
> Added apply button to configuration dialog.
> Big code reorganization.
0.1.1 (5-04-98)
> Fixed missing definitions by moving tham all to gqmpeg.h, now compiling
should work on more systems.
> Changed playlist code (GLists are now implemented properly)
0.1.0 (4-06-98)
> No history, first release!
=========
|