2003-09-20 23:06  pstokke

	* libkmldonkey/: donkeyprotocol.cpp, donkeyprotocol.h: Added a
	facility for determining what kind of protocol version an mldonkey
	core supports.

2003-09-20 22:56  pstokke

	* kmldonkey/kmldonkey.cpp: More descriptive error messages.

2003-09-20 21:39  binner

	* kmldonkey/infolist.cpp: CVS_SILENT spelling fixes

2003-09-19 08:15  metz

	* kmldonkey/prefs/generalpage.ui: fix .ui to work with qt 3.1

2003-09-18 20:23  pstokke

	* kmldonkey/main.cpp: CVS_SILENT Modified the about dialog's
	copyright and my author description.

2003-09-18 17:31  sebsauer

	* kmldonkey/: Makefile.am, statspage.cpp, statspage.h,
	statspageclients.cpp, statspageclients.h, statspagegnutella.cpp,
	statspagegnutella.h, statspageovernet.cpp, statspageovernet.h,
	statspagerates.cpp, statspagerates.h: Split statspage to made the
	code a bit cleaner. Added also a pie-diagram for the
	clients-statistics - but that's more something I played with. Guess
	I change it soon to something better :)

2003-09-18 16:31  pstokke

	* scripts/ed2k_slurp.desktop: Corrected action filter for
	ed2k_slurp, now that the bug I was working around has been
	resolved.

2003-09-18 16:15  pstokke

	* kmldonkey/downloadpage.cpp: For KDE 3.1 compatibility.

2003-09-16 22:13  pstokke

	* kmldonkey/: Makefile.am, downloadpage.cpp,
	fileoperationdialog.cpp, fileoperationdialog.h: Let's try this
	again after reading the docs properly. :P

2003-09-16 21:46  pstokke

	* kmldonkey/Makefile.am: Don't ever let KDevelop mangle my
	makefiles again. :P

2003-09-16 21:32  pstokke

	* kmldonkey/: Makefile.am, downloadpage.cpp,
	fileoperationdialog.cpp, fileoperationdialog.h: Added a dialog
	which uses a KListBox to display files due for cancellation, rather
	than relying on KMessageBox, which is obviously not well suited for
	this (imagine cancelling 100 files).

2003-09-15 23:49  sebsauer

	* kmldonkey/statspage.cpp: More correct grid-labels :)

2003-09-15 22:54  sebsauer

	* kmldonkey/statspage.cpp: Added a grid for the rate-statistic

2003-09-15 17:24  sebsauer

	* kmldonkey/friendpage.cpp: Thanks Frerich Raabe! Learning never
	ends (and we should be happy of this :-)

2003-09-15 05:49  sebsauer

	* kmldonkey/friendpage.cpp: Encode special-chars for display in
	friendchats

2003-09-15 04:53  sebsauer

	* TODO: Updated TODO

2003-09-15 03:27  pstokke

	* kmldonkey/: Makefile.am, kmldonkey.cpp, kmldonkey.h,
	kmldonkeyui.rc, mlconfig.cpp, mlconfig.h, optioneditor.cpp,
	optioneditor.h, prefs/generalpage.ui, prefs/generalpage.ui.h:
	Started reworking the MLDonkey config dialog using QTable, and
	taking full advantage of the new things in protocol version 17.
	Still need to work in the old advanced config stuff for version <
	17, and add the complete set of data types for v17 options, but it
	works. Had to revert a few recent commits which conflicted with
	this, sorry about that. Also added some code so pageOrder doesn't
	break if a new page is added.

2003-09-15 03:21  pstokke

	* libkmldonkey/: options.cpp, options.h: Return saner defaults for
	protocol version < 17. More documentation fixes.

2003-09-15 02:34  sebsauer

	* kmldonkey/prefs/: prefs.cpp, prefs.h: At KMLDonkeyPrefColorPage
	enable/fisable only those options which realy are affected of the
	"colored lists" checkbox.

2003-09-15 02:07  sebsauer

	* kmldonkey/kmldonkey.cpp: Sounds better

2003-09-15 01:48  sebsauer

	* kmldonkey/: kmldonkey.cpp, kmldonkey.h, kmldonkeyui.rc,
	mlconfig.cpp, mlconfig.h, statspage.cpp, statspage.h,
	prefs/generalpage.ui: * Moved "Advanced MLDonkey Configuration" out
	of the prefs for faster   access and * started first try for an
	"Enable/Disable Statisticspage" on the prefs

2003-09-14 22:38  sebsauer

	* kmldonkey/: Makefile.am, kmldonkey.cpp, kmldonkey.h,
	statspage.cpp, statspage.h: Here we go. This is the statistics-page
	to present some more core-output :-)

2003-09-14 19:41  pstokke

	* libkmldonkey/options.h: CVS_SILENT Formatting correction.

2003-09-14 19:38  pstokke

	* TODO: CVS_SILENT Updated TODO.

2003-09-11 15:18  pstokke

	* libkmldonkey/network.cpp: Provide default flag values if core
	protocol < 18.

2003-09-11 13:36  pstokke

	* kmldonkey/preview.cpp: Removed an include that is not only just
	unnecessary, but also KDE 3.2 specific.
	
	CCMAIL: 64070-done@bugs.kde.org

2003-09-10 21:07  pstokke

	* scripts/: Makefile.am, magnet.protocol, sig2dat.protocol: Added
	magnet and sig2dat protocol handlers.

2003-09-10 20:23  pstokke

	* TODO: CVS_SILENT Updated TODO.

2003-09-10 19:56  pstokke

	* kmldonkey/: addserver.cpp, addserver.h, serverpage.cpp,
	serverpage.h: Rewritten AddServerDialog, and made it and its action
	respect network flags.

2003-09-10 18:54  pstokke

	* kmldonkey/: friendpage.cpp, friendpage.h, search.cpp: Obey the
	network flags in relevant places: search only searchable networks,
	and only allow friend chats on networks that support IM.

2003-09-10 18:53  pstokke

	* libkmldonkey/network.h: CVS_SILENT Updated documentation.

2003-09-10 18:39  pstokke

	* libkmldonkey/donkeymessage.cpp: Reverted to the libc way of
	converting IP addresses. The direct approach started having
	endianness issues.

2003-09-10 18:26  pstokke

	* kmldonkey/friendpage.cpp, kmldonkey/kmldonkey.cpp,
	kmldonkey/kmldonkey.h, kmldonkey/mlconfig.cpp,
	kmldonkey/renamedialog.cpp, kmldonkey/renamedialog.h,
	kmldonkey/search.cpp, kmldonkey/serverpage.cpp,
	libkmldonkey/donkeysocket.cpp: CVS_SILENT Removed some more
	unnecessary includes.

2003-09-10 16:58  pstokke

	* applet/: appletconfig.cpp, appletconfig.h, mldonkeyapplet.cpp,
	mldonkeyapplet.h, mldonkeyappletgui.cpp: CVS_SILENT More
	unnecessary includes removed.

2003-09-10 16:47  pstokke

	* applet/: mldonkeyapplet.cpp, mldonkeyapplet.h,
	mldonkeyappletgui.h, mldonkeyappletiface.h: Added DCOP methods for
	operating the mute function, and cleaned up some include issues.

2003-09-10 15:39  pstokke

	* libkmldonkey/ed2kurl.h: CVS_SILENT #include <donkeytypes.h>
	should be #include "donkeytypes.h" after moving this to
	libkmldonkey.

2003-09-10 13:22  pstokke

	* kmldonkey/mlconfig.cpp: Ouch, this broke so many things...

2003-09-10 00:51  pstokke

	* kmldonkey/: mlconfig.cpp, mlconfig.h: Make use of the additional
	option info available from protocol 17 cores.

2003-09-10 00:50  pstokke

	* libkmldonkey/: options.cpp, options.h: CVS_SILENT Better
	documentation and less debug output.

2003-09-09 23:49  pstokke

	* applet/mldonkeyapplet.cpp, applet/mldonkeyapplet.h,
	kmldonkey/availability.cpp, kmldonkey/kmldonkey.cpp,
	kmldonkey/kmldonkey.h, kmldonkey/mlconfig.cpp,
	kmldonkey/mlconfig.h, libkmldonkey/donkeymessage.cpp,
	libkmldonkey/donkeymessage.h, libkmldonkey/donkeyprotocol.cpp,
	libkmldonkey/donkeyprotocol.h, libkmldonkey/fileinfo.cpp,
	libkmldonkey/fileinfo.h, libkmldonkey/network.cpp,
	libkmldonkey/network.h, libkmldonkey/options.cpp,
	libkmldonkey/options.h: Preliminary support for GUI protocol
	version 18. A lot of libkmldonkey changes, but I think the API is
	stable already. There's still a lot of work to be done in order for
	the clients to support the new features - currently, there are only
	workarounds for the API changes in place.
	
	A word of warning: previewing and kio_mldonkey don't work with the
	new mldonkey version, because it doesn't report file hashes
	correctly. Hopefully that will be fixed soon.

2003-09-09 22:18  pstokke

	* kmldonkey/: preview.cpp, preview.h: Made the preview widget into
	a sort of KPart container. It's far from an ideal solution, but at
	least it provides the embedded KPart's toolbars. It's only been
	tested with the KPlayer part from CVS, but hopefully it doesn't
	break anything else.

2003-09-09 17:24  pstokke

	* configure.in.in, kmldonkey/friendpage.cpp,
	kmldonkey/friendpage.h, kmldonkey/kmldonkey.cpp,
	kmldonkey/kmldonkey.h, kmldonkey/search.cpp, kmldonkey/search.h,
	kmldonkey/sharepage.cpp: Got rid of HAVE_KTABWIDGET, and made sure
	it really only uses KDE 3.2 features when it's supposed to.

2003-09-09 17:21  pstokke

	* TODO: CVS_SILENT Updated TODO.

2003-09-09 17:21  pstokke

	* Makefile.am: Trying to exclude non-library directories from the
	Doxygen run. I wish this stuff was documented somewhere.

2003-09-08 00:13  pstokke

	* kmldonkey/: friendpage.cpp, kmldonkey.cpp, search.cpp,
	sharepage.cpp: Replaced some deprecated methods.

2003-09-05 07:02  scripty

	* kcmdonkey/kcmdonkey.desktop, kmldonkey/kmldonkey.desktop,
	scripts/ed2k_slurp.desktop: CVS_SILENT made messages

2003-09-02 21:57  pstokke

	* kmldonkey/: clientlist.cpp, kmldonkey.cpp: Replaced some
	deprecated functions.

2003-09-01 17:18  pstokke

	* kcmdonkey/Makefile.am, kcmdonkey/kcmdonkey.desktop,
	kmldonkey/Makefile.am, kmldonkey/kmldonkey.desktop: Revert last -
	KMLDonkey wants to work on KDE < 3.2 as well, thank you very much.

2003-09-01 16:52  tokoe

	* kcmdonkey/kcmdonkey.desktop: Removed needless 'Settings'

2003-09-01 15:09  tokoe

	* kcmdonkey/Makefile.am, kcmdonkey/kcmdonkey.desktop,
	kmldonkey/Makefile.am, kmldonkey/kmldonkey.desktop: Make use of XDG

2003-08-30 17:46  pstokke

	* kmldonkey/: downloadpage.cpp, friendpage.cpp, kmldonkey.cpp,
	kmldonkey.h, search.cpp, serverpage.cpp, sharepage.cpp: Workaround
	for broken installations (Mandrake patch :P) - show an error dialog
	explaining the problem when a popup menu isn't available because of
	a missing kmldonkeyui.rc.

2003-08-29 23:41  pstokke

	* TODO, debian/changelog, kmldonkey/debugpage.cpp,
	kmldonkey/friendpage.cpp, kmldonkey/friendpage.h,
	kmldonkey/kmldonkeyui.rc, libkmldonkey/donkeyprotocol.cpp,
	libkmldonkey/donkeyprotocol.h: Implemented private messaging.

2003-08-27 19:32  pstokke

	* libkmldonkey/donkeyprotocol.h: Typo fixes.

2003-08-27 03:54  pstokke

	* applet/mldonkeyappletgui.cpp: Fixed an infinite signal loop bug.

2003-08-27 03:44  pstokke

	* applet/: mldonkeyapplet.cpp, mldonkeyapplet.h: Removed some
	obsolete code.

2003-08-26 22:40  pstokke

	* libkmldonkey/Makefile.am: Added a missing header to the install
	target.

2003-08-26 22:17  pstokke

	* kmldonkey/sharepage.cpp: Removed some startlingly annoying debug
	output.

2003-08-26 01:42  mueller

	* kmldonkey/Makefile.am: the usual builddir != srcdir fix

2003-08-25 21:59  pstokke

	* kmldonkey/: Makefile.am, prefs.cpp, prefs.h, prefsgeneralpage.ui,
	prefsgeneralpage.ui.h, prefslistspage.ui, prefssearchpage.ui,
	prefs/.cvsignore, prefs/Makefile.am, prefs/generalpage.ui,
	prefs/generalpage.ui.h, prefs/listspage.ui, prefs/prefs.cpp,
	prefs/prefs.h, prefs/searchpage.ui: Reorganised the prefs dialog
	into a subdirectory.

2003-08-25 18:19  mueller

	* kmldonkey/Makefile.am, scripts/Makefile.am: makefile fixes

2003-08-25 17:43  pstokke

	* applet/mldonkeyapplet.cpp, kcmdonkey/kcmdonkey.cpp,
	kmldonkey/main.cpp, scripts/submit.cpp: Use the default (KDE
	bugzilla) as the bug report address.

2003-08-25 17:42  pstokke

	* libkmldonkey/Makefile.am: Enable the make apidox target for
	libkmldonkey.

2003-08-25 17:41  pstokke

	* libkmldonkey/ed2kurl.h: Documented the ED2KURL class.

2003-08-23 10:58  sebsauer

	* kmldonkey/: infolist.cpp, infolist.h, sharepage.cpp, sharepage.h:
	fixed bug #63136

2003-08-23 06:54  scripty

	* kcmdonkey/kcmdonkey.desktop, kmldonkey/kmldonkey.desktop,
	scripts/ed2k_slurp.desktop: CVS_SILENT made messages

2003-08-22 21:35  pstokke

	* kmldonkey/webbrowser.cpp, kmldonkey/webbrowser.h,
	libkmldonkey/Makefile.am, libkmldonkey/ed2kurl.cpp,
	libkmldonkey/ed2kurl.h: Moved the ED2KURL class into libkmldonkey.

2003-08-22 21:34  pstokke

	* kmldonkey/: downloadpage.cpp, downloadpage.h, sharepage.cpp,
	sharepage.h: Found a lot less hackish way of determining the active
	listview in pages with two of them.

2003-08-22 21:11  pstokke

	* libkmldonkey/: clientinfo.cpp, clientinfo.h, donkeymessage.h,
	donkeytypes.h, fileinfo.cpp, fileinfo.h, network.cpp, network.h,
	searchinfo.cpp, searchinfo.h, searchquery.cpp, searchquery.h,
	serverinfo.cpp, serverinfo.h, shareinfo.cpp, shareinfo.h: Moved
	typedefs into a file of its own, to save having to needlessly
	include donkeymessage.h in any file that uses them.

2003-08-22 16:25  pstokke

	* applet/Makefile.am, kcmdonkey/Makefile.am,
	kio_mldonkey/Makefile.am, kmldonkey/Makefile.am,
	scripts/Makefile.am: $(all_includes) moved to after local includes,
	like the man said. :)

2003-08-22 14:48  pstokke

	* TODO: Updated TODO.

2003-08-18 18:19  sebsauer

	* kmldonkey/sharepage.cpp: Better "address contains part of or
	whole username" solution.

2003-08-17 21:58  pstokke

	* kmldonkey/: downloadpage.cpp, downloadpage.h, friendpage.cpp,
	friendpage.h, kmldonkey.cpp, kmldonkey.h, serverpage.cpp,
	serverpage.h, sharepage.cpp, sharepage.h: Disables some actions
	when not connected. Moved enableActionList into kmldonkey.h, no
	need to duplicate it in every page class.

2003-08-17 16:14  sebsauer

	* kmldonkey/sharepage.cpp: Not needed to refresh on show if
	autoUpdate is enabled.

2003-08-17 15:47  sebsauer

	* kmldonkey/sharepage.cpp: Whyever mldonkey does send sometimes the
	username where we expect the address.

2003-08-17 15:13  sebsauer

	* kmldonkey/kmldonkey.cpp: Remember persistentReconnect

2003-08-17 14:51  sebsauer

	* kmldonkey/: sharepage.cpp, sharepage.h: Better handling of
	ConsoleCallback's.

2003-08-17 14:25  sebsauer

	* kmldonkey/kmldonkey.cpp: ups. fixed.

2003-08-17 14:08  sebsauer

	* kmldonkey/: clientlist.cpp, infolist.cpp, kmldonkey.cpp,
	kmldonkey.h, prefs.cpp, prefs.h, search.cpp: Simplyfied
	Colors-prefs.

2003-08-17 12:09  sebsauer

	* kmldonkey/kmldonkey.cpp, kmldonkey/kmldonkey.h,
	kmldonkey/kmldonkeyui.rc, libkmldonkey/donkeyprotocol.cpp,
	libkmldonkey/donkeyprotocol.h: Added "Kill Core" Aktion.

2003-08-17 11:46  sebsauer

	* kmldonkey/sharepage.cpp: Clear uploadersView on disconnect

2003-08-15 23:15  pstokke

	* configure.in.in, version.h, applet/Makefile.am,
	applet/mldonkeyapplet.cpp, kcmdonkey/Makefile.am,
	kcmdonkey/kcmdonkey.cpp, kmldonkey/Makefile.am,
	kmldonkey/consolepage.cpp, kmldonkey/main.cpp, scripts/Makefile.am,
	scripts/submit.cpp: The VERSION define in config.h is for
	kdeextragear-2, so we need a different macro to keep track of
	KMLDonkey's internal version.

2003-08-15 22:57  pstokke

	* kmldonkey/: downloadpage.cpp, downloadpage.h, kmldonkeyui.rc,
	prefslistspage.ui: Added an action for hiding paused downloads.

2003-08-15 22:18  pstokke

	* kmldonkey/: kmldonkey.cpp, kmldonkey.h, mlconfig.cpp, mlconfig.h,
	prefsgeneralpage.ui: MLDonkey config dialog displays options as
	defined by the core. The old behaviour is available as an option.

2003-08-15 22:17  pstokke

	* libkmldonkey/donkeyprotocol.cpp: Clears option state on
	disconnect.

2003-08-15 22:16  pstokke

	* libkmldonkey/: Makefile.am, donkeyprotocol.cpp, donkeyprotocol.h,
	options.cpp, options.h: Added support for MLDonkey's option
	definitions in DonkeyProtocol.

2003-08-15 20:20  pstokke

	* kmldonkey/mlconfig.cpp, libkmldonkey/donkeyprotocol.cpp,
	libkmldonkey/donkeyprotocol.h: Namespace/constness fixes.

2003-08-15 20:12  pstokke

	* kmldonkey/kmldonkey.cpp: Language/style guide fixes.

2003-08-15 20:05  pstokke

	* kmldonkey/infolist.cpp: Fixed a crash bug with InfoItems that
	aren't children of a KListView.

2003-08-15 20:03  pstokke

	* kmldonkey/: downloadpage.cpp, downloadpage.h: Namespace style
	fix.

2003-08-15 15:22  pstokke

	* kmldonkey/preview.cpp: Properly resets the busy pointer when the
	preview KPart fails to load.

2003-08-15 15:01  pstokke

	* kmldonkey/: downloadpage.cpp, friendpage.cpp, infolist.cpp,
	infolist.h, search.cpp, search.h, serverpage.cpp, sharepage.cpp:
	Implemented internal caching in InfoItem objects, which should
	improve the rendering and sorting speed of long lists slightly.

2003-08-15 13:57  sebsauer

	* kmldonkey/sharepage.cpp: Forgot lately to add the
	"Address"-column. Was the last commit from me for the next hours.
	So fell free to change everything Petter, w/o having to resolv the
	cvs-conflicts :-))) btw; why the hell the cvs-tools arn't still
	able to resolv them automaticly?

2003-08-15 13:28  sebsauer

	* kmldonkey/sharepage.cpp: On parsing the uploaders-result
	backwards make sure no future key:value-pair could slip into the
	username.

2003-08-15 13:17  pstokke

	* kmldonkey/: kmldonkey.h, prefslistspage.ui, sharepage.cpp,
	sharepage.h: Option for automatically updating the upload lists.

2003-08-15 07:13  scripty

	* kcmdonkey/kcmdonkey.desktop, kmldonkey/kmldonkey.desktop,
	scripts/ed2k_slurp.desktop: CVS_SILENT made messages

2003-08-14 21:26  pstokke

	* kmldonkey/: .cvsignore, Makefile.am, kmldonkey.cpp, kmldonkey.h,
	prefs.cpp, prefs.h, prefsgeneralpage.ui, prefsgeneralpage.ui.h,
	prefslistspage.ui, prefssearchpage.ui, search.cpp, serverpage.cpp:
	Moved some prefs dialog pages into Qt Designer files. Lots of
	naming style, i18n and language cleanups/clarifications.

2003-08-14 18:48  pstokke

	* scripts/ed2k.protocol: Define the URI parsing mode for the ed2k
	protocol (see bug #62425; I'm jumping the gun here, but still.)

2003-08-14 18:47  sebsauer

	* kmldonkey/sharepage.cpp: i18n fix

2003-08-14 18:29  sebsauer

	* TODO: Updated TODO

2003-08-14 18:25  sebsauer

	* kmldonkey/kmldonkeyui.rc, kmldonkey/sharepage.cpp,
	kmldonkey/sharepage.h, libkmldonkey/donkeyprotocol.cpp: Filled
	UploadersView with life. I know, it's an ugly hack, but as long as
	the MLDonkey-devs didn't implementate uploaders into the
	gui-protocol we've to stick with the commandline.

2003-08-12 23:04  sebsauer

	* kmldonkey/: sharepage.cpp, sharepage.h: Let "share/unshare
	directory" use ConsoleCallbackInterface

2003-08-12 23:02  sebsauer

	* libkmldonkey/: donkeyprotocol.cpp, donkeyprotocol.h: Extended
	sendConsoleMessage() with a callback-mechanism to be more flexible.

2003-08-12 20:13  pstokke

	* TODO: Updated TODO.

2003-08-12 19:45  sebsauer

	* kmldonkey/mlconfig.cpp: To select directories on the "Configure
	MLDonkey"-Dialog use KDirSelectDialog::selectDirectory() too.

2003-08-12 18:44  sebsauer

	* kmldonkey/search.cpp: Fix for a bug I put in last hour - sorry.

2003-08-12 18:32  sebsauer

	* kmldonkey/: prefs.cpp, prefs.h, search.cpp, search.h: Added "Show
	Submit-URL" option to prefs.

2003-08-12 17:05  sebsauer

	* kmldonkey/search.cpp: Better ToolTip's for the searchresultitem's

2003-08-12 15:59  sebsauer

	* kmldonkey/friendpage.cpp, kmldonkey/friendpage.h,
	kmldonkey/kmldonkeyui.rc, libkmldonkey/donkeyprotocol.cpp,
	libkmldonkey/donkeyprotocol.h: Added "Remove all Friends" Action.

2003-08-12 15:09  sebsauer

	* kmldonkey/prefs.cpp: Guess I was to fast. Corrected the ToolTip
	:-)

2003-08-12 15:06  sebsauer

	* TODO, kmldonkey/infolist.cpp, kmldonkey/kmldonkey.cpp,
	kmldonkey/kmldonkey.h, kmldonkey/prefs.cpp, kmldonkey/prefs.h:
	Option to display filesizes human readable or in bytes.

2003-08-11 21:48  mlaurent

	* applet/: mldonkeyapplet.cpp, mldonkeyapplet.h: Add const

2003-08-11 18:53  sebsauer

	* kmldonkey/: kmldonkey.cpp, kmldonkey.h, kmldonkeyui.rc: Added
	"Submit URL" Action.

2003-08-11 18:26  sebsauer

	* kmldonkey/: addserver.cpp, addserver.h: New files for the "Add
	Server" method.

2003-08-11 18:26  mueller

	* kcmdonkey/kcmdonkey.cpp: compile

2003-08-11 18:23  sebsauer

	* kmldonkey/: Makefile.am, serverpage.cpp: Rewrote "Add Server"
	method.

2003-08-10 17:29  pstokke

	* kmldonkey/infodialog.cpp: Removed the useless "Preview" button in
	the info dialog.

2003-08-10 17:05  pstokke

	* kmldonkey/: infodialog.cpp, infodialog.h, preview.cpp, preview.h:
	Preview KPart loads only on demand.

2003-08-10 15:04  sebsauer

	* kmldonkey/mlconfig.cpp: Display hourglass while builing the
	dialog.

2003-08-10 15:04  asimon

	* applet/Makefile.am, kio_mldonkey/Makefile.am,
	kmldonkey/Makefile.am, scripts/Makefile.am: Compile fix for srcdir
	!= builddir

2003-08-10 13:25  sebsauer

	* kmldonkey/: search.cpp, search.h: Double-click starts
	download-dialog

2003-08-10 12:48  sebsauer

	* kmldonkey/: listeditor.cpp, listeditor.h: Changed header of the
	both new files to match others.

2003-08-10 11:39  sebsauer

	* TODO: Updated TODO

2003-08-10 11:36  sebsauer

	* kmldonkey/: Makefile.am, downloadpage.cpp, downloadpage.h,
	kmldonkey.h, listeditor.cpp, listeditor.h, prefs.cpp, prefs.h:
	Added AutoRenamer - would declare it more as beta now, but seems to
	work well.

2003-08-09 15:37  sebsauer

	* TODO: Just updated TODO to check "cvs commit
	kdeextragear-2/kmldonkey" out :-)

2003-08-09 07:03  scripty

	* kcmdonkey/kcmdonkey.desktop, kmldonkey/kmldonkey.desktop,
	scripts/ed2k_slurp.desktop: CVS_SILENT made messages

2003-08-08 11:39  binner

	* applet/mldonkeyapplet.cpp, kcmdonkey/kcmdonkey.cpp,
	kmldonkey/clientlist.cpp, kmldonkey/consolepage.cpp,
	kmldonkey/downloadpage.cpp, kmldonkey/friendpage.cpp,
	kmldonkey/kmldonkey.cpp, kmldonkey/kmldonkeyui.rc,
	kmldonkey/mlconfig.cpp, kmldonkey/prefs.cpp, kmldonkey/search.cpp,
	kmldonkey/serverpage.cpp, kmldonkey/sharepage.cpp: CVS_SILENT i18n
	style guide fixes

2003-08-08 00:19  pstokke

	* .cvsignore, AUTHORS, COPYING, INSTALL, Makefile.am, README, TODO,
	configure.in.in, applet/.cvsignore, applet/Makefile.am,
	applet/appletconfig.cpp, applet/appletconfig.h,
	applet/mldonkeyapplet.cpp, applet/mldonkeyapplet.desktop,
	applet/mldonkeyapplet.h, applet/mldonkeyappletgui.cpp,
	applet/mldonkeyappletgui.h, applet/mldonkeyappletiface.h,
	applet/icons/.cvsignore, applet/icons/Makefile.am,
	applet/icons/mld-launchgui.png, applet/icons/mld-launchgui.xcf,
	applet/icons/mld-mutedonkey.png, applet/icons/mld-mutedonkey.xcf,
	applet/icons/mld-unmutedonkey.png,
	applet/icons/mld-unmutedonkey.xcf, debian/.cvsignore,
	debian/changelog, debian/control, debian/copyright, debian/docs,
	debian/kmldonkey.docs, debian/kmldonkey.install,
	debian/libkmldonkey-dev.dirs, debian/libkmldonkey-dev.files,
	debian/libkmldonkey-dev.install, debian/libkmldonkey-doc.dirs,
	debian/libkmldonkey-doc.install, debian/libkmldonkey0.dirs,
	debian/libkmldonkey0.files, debian/libkmldonkey0.install,
	debian/rules, icons/.cvsignore, icons/Makefile.am,
	icons/hi128-app-kmldonkey.png, icons/hi128-app-mldonkey.png,
	icons/hi16-app-kmldonkey.png, icons/hi16-app-mldonkey.png,
	icons/hi22-app-kmldonkey.png, icons/hi22-app-mldonkey.png,
	icons/hi32-app-kmldonkey.png, icons/hi32-app-mldonkey.png,
	icons/hi48-app-kmldonkey.png, icons/hi48-app-mldonkey.png,
	icons/hi64-app-kmldonkey.png, icons/hi64-app-mldonkey.png,
	icons/kmldonkey.xcf, icons/mldonkey.xcf, kcmdonkey/.cvsignore,
	kcmdonkey/Makefile.am, kcmdonkey/kcmdonkey.cpp,
	kcmdonkey/kcmdonkey.desktop, kcmdonkey/kcmdonkey.h,
	kio_mldonkey/.cvsignore, kio_mldonkey/Makefile.am,
	kio_mldonkey/kio_mldonkey.cpp, kio_mldonkey/kio_mldonkey.h,
	kio_mldonkey/mldonkey.protocol, kmldonkey/.cvsignore,
	kmldonkey/Makefile.am, kmldonkey/availability.cpp,
	kmldonkey/availability.h, kmldonkey/clientlist.cpp,
	kmldonkey/clientlist.h, kmldonkey/clipboard.cpp,
	kmldonkey/clipboard.h, kmldonkey/closabletab.cpp,
	kmldonkey/closabletab.h, kmldonkey/colorselector.cpp,
	kmldonkey/colorselector.h, kmldonkey/consolepage.cpp,
	kmldonkey/consolepage.h, kmldonkey/debugpage.cpp,
	kmldonkey/debugpage.h, kmldonkey/downloadpage.cpp,
	kmldonkey/downloadpage.h, kmldonkey/fontselector.cpp,
	kmldonkey/fontselector.h, kmldonkey/friendpage.cpp,
	kmldonkey/friendpage.h, kmldonkey/infodialog.cpp,
	kmldonkey/infodialog.h, kmldonkey/infolist.cpp,
	kmldonkey/infolist.h, kmldonkey/kmldonkey.1,
	kmldonkey/kmldonkey.cpp, kmldonkey/kmldonkey.desktop,
	kmldonkey/kmldonkey.h, kmldonkey/kmldonkeyiface.h,
	kmldonkey/kmldonkeyui.rc, kmldonkey/main.cpp,
	kmldonkey/mlconfig.cpp, kmldonkey/mlconfig.h, kmldonkey/page.h,
	kmldonkey/prefs.cpp, kmldonkey/prefs.h, kmldonkey/preview.cpp,
	kmldonkey/preview.h, kmldonkey/renamedialog.cpp,
	kmldonkey/renamedialog.h, kmldonkey/search.cpp, kmldonkey/search.h,
	kmldonkey/serverpage.cpp, kmldonkey/serverpage.h,
	kmldonkey/sharepage.cpp, kmldonkey/sharepage.h,
	kmldonkey/webbrowser.cpp, kmldonkey/webbrowser.h,
	kmldonkey/webservices.cpp, kmldonkey/webservices.h,
	libkmldonkey/.cvsignore, libkmldonkey/Makefile.am,
	libkmldonkey/clientinfo.cpp, libkmldonkey/clientinfo.h,
	libkmldonkey/donkeymessage.cpp, libkmldonkey/donkeymessage.h,
	libkmldonkey/donkeyprotocol.cpp, libkmldonkey/donkeyprotocol.h,
	libkmldonkey/donkeysocket.cpp, libkmldonkey/donkeysocket.h,
	libkmldonkey/fileinfo.cpp, libkmldonkey/fileinfo.h,
	libkmldonkey/hostmanager.cpp, libkmldonkey/hostmanager.h,
	libkmldonkey/network.cpp, libkmldonkey/network.h,
	libkmldonkey/searchinfo.cpp, libkmldonkey/searchinfo.h,
	libkmldonkey/searchquery.cpp, libkmldonkey/searchquery.h,
	libkmldonkey/serverinfo.cpp, libkmldonkey/serverinfo.h,
	libkmldonkey/shareinfo.cpp, libkmldonkey/shareinfo.h,
	scripts/.cvsignore, scripts/Makefile.am, scripts/ed2k.protocol,
	scripts/ed2k_slurp.desktop, scripts/kmldonkey_submit.1,
	scripts/submit.cpp, scripts/submit.h: Initial KMLDonkey commit.

