Warning, /multimedia/kscd/ChangeLog is written in an unsupported language. File is not indexed.
0001 Wed May 31 06:18:21 2000 Dirk Försterling <milliByte@gmx.de> 0002 0003 * Switched from stand alone WorkMan code to libworkman. 0004 * Fixed Bugs 296, 298, 299, 301, 371, 815, 1186, 2278, 2354, 0005 * 2429, 2559 and 2586 or verified that they were already fixed. 0006 * updated ChangeLog. 0007 0008 Sat May 27 09:43:58 2000 Dirk Försterling <milliByte@gmx.de> 0009 0010 * Updated Kscd Magic from Synaesthesia 1.3 to Synaesthesia 2.0 0011 * Fixed missing slot in CDDB configuration 0012 * Added (and fixed) loop mode display. 0013 * updated and sorted libWorkMan API 0014 * addressed the 100dpi font problem (Thanks to John R 0015 MacMillan <john@weirdways.com> for sending an idea for a fix). 0016 0017 Sun Mar 5 10:54:40 2000 Dirk Försterling <milliByte@gmx.de> 0018 0019 * Completed shuffle mode (some patch data was missing) and 0020 added corresponding "shuffle" Display string. 0021 * Slightly changed "loop" semantics: "loop" is no longer a single 0022 playing mode but a modifier. You can now loop "playing" mode and 0023 "shuffle" mode. 0024 0025 Mon Feb 28 07:27:04 2000 Dirk Försterling <milliByte@gmx.de> 0026 0027 * Added "random is shuffle" patch from 0028 Bernard Kozioziemski <koz@tdl.com> 0029 * Started some source formatting my better understanding. Sorry, 0030 but I'm a Qt/KDE-programming-newbie and need some visual hints yet 0031 to understand the code. (And I _love_ source documentation 0032 (comments) ...) 0033 0034 Tue Jan 18 17:27:26 2000 Dirk Försterling <milliByte@DeathsDoor.com> 0035 0036 * Added the libWorkMan directory and inserted it into the make 0037 process. Please note, that libWorkMan will be built and installed, 0038 but is not currently used. 0039 0040 1999-03-17 Harri Porten <porten@kde.org> 0041 0042 * kscd.cpp: applied patch from Petter Reinholdtsen <pere@hungry.com> 0043 (bug#302) that prevents a segfault if cddb directory is invalid. 0044 * CDDialog.cpp: fixed length of last title (bug#304). 0045 0046 1999-03-09 Harri Porten <porten@kde.org> 0047 0048 * ported to Qt 2.0 strings. Haven't tested if everything still works. 0049 0050 1999-02-18 Harri Porten <porten@kde.org> 0051 0052 * cddb.cpp: work around snprintf() for non-GNUish systems 0053 0054 1998-12-22 Sam Maloney <thufir@illogic.ml.org> 0055 0056 * Added to last commit, as so the 'autodock' checkbox would be 0057 disabled when 'docking' was unchecked, and vice versa. 0058 0059 1998-12-20 Sam Maloney <thufir@illogic.ml.org> 0060 0061 * Just simple bugfixes to make more stable like...: 0062 * Fixed so that when one turns on or off 'enable docking' it 0063 adds/removes the dockwidget in the panel (instead of before one 0064 would have to restart kscd). 0065 * Fixed so that if one turned off 'enable docking' but still had 0066 'autodock enabled' on, then it would NOT dock (and remove the 0067 widget). 0068 0069 1998-12-12 Christian Esken <esken@kde.org> 0070 0071 * Tweaked docking a bit more. Under certain circumstances, 0072 dock_widget->dock() correctly does not get called at the start 0073 of the program. So if you docked, the window just vanished. 0074 I added a call to dock_widget->dock() at "appropiate" places. 0075 0076 1998-11-28 Bernd Wuebben <wuebben@petit.cornell.edu> 0077 0078 * kscd.cpp: resinstated old look and behavior 0079 Sam, we should talk ... 0080 0081 1998-11-20 Sam Maloney <thufir@illogic.ml.org> 0082 0083 * Fixed bug/"missing thing" were it would just crash when loading 0084 up if it couldn't find the cddb base dir. Now it will use 0085 InexactDialog to prompt the user for the directory. (cancel button 0086 will force it to get from remote). 0087 * NOTE: Im just going fix the inexact dialog box so it can be 0088 single line input, (for the cddb dialog), then ill probably 0089 release 1.2.4, unless anyone has any objections. (to lazy to fix 0090 tonite) 0091 0092 1998-11-11 Sam Maloney <thufir@illogic.ml.org> 0093 0094 * Fixed bug with debug flag being messed up when docking 0095 (incorrect extern statement) 0096 * Worked around a wierd bug thing with docking. (consult 0097 docking.cpp in toggleState() ) 0098 0099 1998-11-08 Robert Bossecker <Robert.Bossecker@fresenius.de> 0100 0101 * Fixed problem with editing EXT info, where if you edited track 0102 x, it would (stupidly) modify x-1. If editing track 1, it would 0103 modify the extinfo for the Title. 0104 0105 1998-11-06 Sam Maloney <thufir@illogic.ml.org> 0106 0107 * Made smtpMailer a global widget, so it could mail in background. 0108 * Fixed problem were after submitting a record via SMTP, and 0109 having an error, if one tried to exit Kscd, it would close all 0110 widgets, but be stuck in while loop. 0111 * Added error/success reporting of SMTP submissions. 0112 * Fixed problem with Local Cache, where it would ignore leading 0113 0's in record file names, thus not finding them when looking for 0114 that record. 0115 * Added a timeout when waiting for server interaction. 0116 0117 1998-11-04 Sam Maloney <thufir@illogic.ml.org> 0118 0119 * Fixed problem with 'dock' button, when AutoDock is turned on. 0120 * Implimented SMTP code, so Kscd no longer requires sendmail/unix 0121 mail program(s) to submit CDDB records. 0122 * Added VERY requested feature, of having it retract the tray if 0123 its ejected, when one hits the eject button. 0124 0125 1998-10-14 Alexei Dets <dets@services.ru> 0126 0127 * Fixed CD Database Editor close handling. 0128 0129 1998-10-13 Sam Maloney <thufir@illogic.ml.org> 0130 0131 * Fixed compilation problems some compilers will notice related to 0132 last CDDB setup modifs 0133 0134 1998-10-09 Sam Maloney <thufir@illogic.ml.org> 0135 0136 * Added "play on tray close" feature 0137 * Many little fixes 0138 0139 1998-09-23 Sam Maloney <thufir@illogic.ml.org> 0140 0141 * Fixed submission of CDDB records, where it would not include a 0142 'PLAYORDER=' at the bottom of the email. 0143 * Switched it over from using 'mail -s <subject> < record', to 0144 using sendmail. (currently adding SMTP suppport, so it uses 0145 no external program for this) 0146 0147 1998-09-21 Sam Maloney <thufir@illogic.ml.org> 0148 0149 * Added automatic storing of CDDB records downloaded from CDDB 0150 server to local harddrive. 0151 * Fixed bug with routine connecting signals, over and over again, 0152 causing routines to be called too many time, annoying CDDB 0153 server admins. Happens when a new CDDB (remote) request was 0154 issued. 0155 * Added snazyness of having the pulldown track selection box 0156 display ("%02d: %s", tracknumber, trackname) for each item, 0157 instead of just the number. 0158 0159 Fri May 15 18:28:40 1998 Bernd Johannes Wuebben <wuebben@math.cornell.edu> 0160 0161 * docking.cpp: fixed up the docking behaviour 0162 0163 * Some Layout improvements. -- still not 100% satisfied with the 0164 way the config dialogs look now. 0165 0166 1998-05-12 Vadim Zaliva <lord@crocodile.org> 0167 0168 * Options dialog made wider 0169 * In CDDB setup dialog added list of email serves. 0170 * Getting SMTP servers from list of servers. 0171 0172 1998-04-29 Vadim Zaliva <lord@crocodile.org> 0173 0174 * Corrected problem with not saving "UnixMailCommand" option 0175 which was disabling CDDB submissions. 0176 0177 1998-04-28 Vadim Zaliva <lord@crocodile.org> 0178 0179 * Corrected bug in cddb with current CD information disappearing 0180 after some time of playing. 0181 0182 1998-04-26 Vadim Zaliva <lord@crocodile.org> 0183 0184 * Removed potetial concurency problem in CDDB connection procedure. 0185 * Added support for protocol level 3 in CDDB connections. 0186 0187 1998-04-17 Vadim Zaliva <lord@crocodile.org> 0188 0189 * User and domain name now calculated once, not per each request. 0190 0191 1998-04-16 Vadim Zaliva <lord@crocodile.org> 0192 0193 * Tested with Netscape Proxy 0194 0195 * Tested with Squid-1.1.18 HTTP proxy 0196 * Tested with HTTP proxy, w/o HTTP proxy, using CDDBP and HTTP. 0197 * Small bug in parsing corrected. 0198 0199 * State automata and parsing reimplemented 0200 * Works over HTTP with and without HTTP proxy. 0201 * Tested with M>Wall HTTP proxy 0202 0203 * Implemented more sophisticated HTTP encoding for parameters. 0204 * kscd.cpp reformated. 0205 0206 * CDDB over HTTP works, w/o proxy now. Proxy support to be implemeted to-morrow. 0207 0208 1998-04-15 Vadim Zaliva <lord@crocodile.org> 0209 0210 * cddb.h, cddb.cpp reformated 0211 * tested to work with and without HTTP proxy 0212 * tested with squid 1.1.18 0213 0214 * Added one more default server, with HTTP protocol 0215 * Code for getting servers list via HTTP done and works. 0216 * Changed 'cddb' object allocation. 0217 * (this is intermediate commit, HTTP only partialy works) 0218 0219 1998-04-14 Vadim Zaliva <lord@crocodile.org> 0220 0221 * GUI added for setting HTTP proxy to access CDDB. 0222 * Config options added for HTTP proxy stuff 0223 * most includes from cddb.h moved to cddb.cpp,kscd.cpp 0224 * new version #1.1.1 0225 0226 Tue Apr 14 05:17:36 1998 Bernd Johannes Wuebben <wuebben@math.cornell.edu> 0227 0228 * layout corrections for kscd magic dialog 0229 0230 Sat Jan 17 21:36:27 1998 Bernd Johannes Wuebben <wuebben@math.cornell.edu> 0231 0232 * Enabled CDDB support. A couple of clean ups and fixes. 0233 0234 Tue Jan 13 03:24:49 1998 Bernd Johannes Wuebben <wuebben@math.cornell.edu> 0235 0236 * applied Sebestyen Zoltan <szoli@digo.inf.elte.hu> FreeBSD patch. 0237 0238 Thu Jan 1 19:08:22 1998 Bernd Johannes Wuebben <wuebben@petit.cornell.edu> 0239 0240 * Monster commit: Commit cddb and web integration additions 0241 Let the games begin! 0242 0243 Fri Dec 26 13:48:56 1997 Bernd Johannes Wuebben <wuebben@petit.cornell.edu> 0244 0245 * headerfile changes in plat_bsd.c 0246 0247 Sat Oct 25 11:13:40 1997 Bernd Johannes Wuebben <wuebben@petit.cornell.edu> 0248 0249 * fixed the segfault problem when you didn't have acess permissions 0250 to the cdrom device 0251 0252 Thu Aug 14 19:49:18 1997 Bernd Johannes Wuebben <wuebben@petit.cornell.edu> 0253 0254 * added irix support 0255 * added KSCD configuration script 0256 0257 Wed Jun 25 01:24:39 1997 Bernd Johannes Wuebben <wuebben@petit.cornell.edu> 0258 0259 * added Marc van Kempen's FreeBSD patches 0260 He reports also strange behaviour of kscd when reloading a CD 0261 Is this with the code or with his CD drive ? 0262 0263 * Set proper defines that should allow for a smooth compile 0264 on a SUN/ SUN SOLARIS 0265 0266