From 0178f9bba492d624e3008d41f8f55919267739c6 Mon Sep 17 00:00:00 2001 From: Sebastien Estienne Date: Sat, 26 Aug 2006 00:02:37 +0000 Subject: * adding changelog git-svn-id: file:///home/lennart/svn/public/service-discovery-applet/trunk@117 3be567f1-68ff-0310-b24a-ad7cc433fd2f --- CHANGELOG | 10 + CHANGELOG.svn | 581 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Makefile.am | 2 +- 3 files changed, 592 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG create mode 100644 CHANGELOG.svn diff --git a/CHANGELOG b/CHANGELOG new file mode 100644 index 0000000..6ed0abe --- /dev/null +++ b/CHANGELOG @@ -0,0 +1,10 @@ +* 0.4.2 +- display error messages when something goes wrong in plugins +- fix a bug causing the plugin to be loaded twice +- clean the gconfterminal plugin +- updated danish translation thanx to Lasse Bang Mikkelsen +- added catalan translation by Jordi Mallach +- change URI scheme for webdav(s) from webdav(s) to dav(s) as required + +* 0.4.1 +- read CHANGELOG.svn \ No newline at end of file diff --git a/CHANGELOG.svn b/CHANGELOG.svn new file mode 100644 index 0000000..42020f5 --- /dev/null +++ b/CHANGELOG.svn @@ -0,0 +1,581 @@ +------------------------------------------------------------------------ +r116 | sebest | 2006-08-26 01:49:09 +0200 (sam, 26 aoû 2006) | 4 lines + +* remove test for avahi 0.6.9 from the code +* move these tests in configure.ac +* update README + +------------------------------------------------------------------------ +r115 | sebest | 2006-08-07 01:52:31 +0200 (lun, 07 aoû 2006) | 1 line + +display error messages when something goes wrong in plugins +------------------------------------------------------------------------ +r114 | sebest | 2006-08-06 22:35:34 +0200 (dim, 06 aoû 2006) | 1 line + +add Id property +------------------------------------------------------------------------ +r113 | sebest | 2006-08-06 22:28:51 +0200 (dim, 06 aoû 2006) | 1 line + +cleaning +------------------------------------------------------------------------ +r112 | sebest | 2006-08-06 21:41:26 +0200 (dim, 06 aoû 2006) | 3 lines + +* fix a bug causing the plugin to be loaded twice +* clean the gconfterminal plugin + +------------------------------------------------------------------------ +r111 | sebest | 2006-08-06 20:43:38 +0200 (dim, 06 aoû 2006) | 3 lines + +* modification suggested by Padraig O'Briain to support sed with no +-i option + +------------------------------------------------------------------------ +r110 | sebest | 2006-08-06 20:31:13 +0200 (dim, 06 aoû 2006) | 1 line + +updated danish translation thanx to Lasse Bang Mikkelsen +------------------------------------------------------------------------ +r109 | slomo | 2006-06-29 23:13:53 +0200 (jeu, 29 jun 2006) | 2 lines + +* updated translations, added catalan translation by Jordi Mallach + +------------------------------------------------------------------------ +r108 | slomo | 2006-04-20 11:24:20 +0200 (jeu, 20 avr 2006) | 2 lines + +* change URI scheme for webdav(s) from webdav(s) to dav(s) as required + +------------------------------------------------------------------------ +r106 | sebest | 2006-04-01 17:53:30 +0200 (sam, 01 avr 2006) | 3 lines + +removed now useless start/stop button +set version number to 0.4.1 + +------------------------------------------------------------------------ +r105 | sebest | 2006-04-01 17:37:31 +0200 (sam, 01 avr 2006) | 2 lines + +first try at implementing avahi-daemon reconnectin + +------------------------------------------------------------------------ +r104 | sebest | 2006-03-27 22:46:12 +0200 (lun, 27 mar 2006) | 2 lines + +add support for webdavs + +------------------------------------------------------------------------ +r102 | sebest | 2006-03-27 20:55:03 +0200 (lun, 27 mar 2006) | 2 lines + +fix a bug with vnc plugins + +------------------------------------------------------------------------ +r101 | sebest | 2006-03-27 18:10:25 +0200 (lun, 27 mar 2006) | 2 lines + +adding xvncviewer plugin + +------------------------------------------------------------------------ +r100 | slomo | 2006-03-07 21:43:10 +0100 (mar, 07 mar 2006) | 2 lines + +* you can sort only by one column ;) + +------------------------------------------------------------------------ +r99 | slomo | 2006-03-07 21:35:32 +0100 (mar, 07 mar 2006) | 2 lines + +* use the service type database for services to browse + +------------------------------------------------------------------------ +r98 | slomo | 2006-03-07 20:59:04 +0100 (mar, 07 mar 2006) | 2 lines + +* use a scrollbox for the service configuration treeview + +------------------------------------------------------------------------ +r97 | sebest | 2006-03-07 18:29:14 +0100 (mar, 07 mar 2006) | 2 lines + + * remove code that was no more usefull + +------------------------------------------------------------------------ +r96 | slomo | 2006-03-06 18:53:49 +0100 (lun, 06 mar 2006) | 2 lines + +* add ekiga plugin + +------------------------------------------------------------------------ +r95 | slomo | 2006-03-04 17:19:06 +0100 (sam, 04 mar 2006) | 2 lines + +* rename gnometerminal.py to gconfterminal.py and use the gconf key for the default terminal if present or gnome-terminal otherwise + +------------------------------------------------------------------------ +r94 | slomo | 2006-03-04 15:49:36 +0100 (sam, 04 mar 2006) | 2 lines + +* Raise avahi requirements to 0.6.9 + +------------------------------------------------------------------------ +r93 | slomo | 2006-03-04 15:34:14 +0100 (sam, 04 mar 2006) | 3 lines + +* fill in all services from the service type database on first startup, enable only some of them. + This requires avahi >= 0.6.9! + +------------------------------------------------------------------------ +r92 | sebest | 2006-03-01 15:54:58 +0100 (mer, 01 mar 2006) | 2 lines + + * updates TODO + +------------------------------------------------------------------------ +r91 | slomo | 2006-02-22 12:38:27 +0100 (mer, 22 fév 2006) | 2 lines + +* add the -X for the ssh plugin at the correct position... + +------------------------------------------------------------------------ +r90 | slomo | 2006-02-20 21:44:08 +0100 (lun, 20 fév 2006) | 2 lines + +use -X as additional ssh parameter + +------------------------------------------------------------------------ +r89 | slomo | 2006-01-27 18:25:41 +0100 (ven, 27 jan 2006) | 2 lines + +* API changes for latest notification-daemon (>= 0.3.2) + +------------------------------------------------------------------------ +r88 | slomo | 2006-01-22 17:55:21 +0100 (dim, 22 jan 2006) | 2 lines + +* port to new notify-daemon API (markup still broken) + +------------------------------------------------------------------------ +r87 | slomo | 2006-01-21 01:36:12 +0100 (sam, 21 jan 2006) | 2 lines + +* use pkgdatadir correctly + +------------------------------------------------------------------------ +r86 | sebest | 2006-01-21 01:13:01 +0100 (sam, 21 jan 2006) | 2 lines + + * use hostname instead of ip if nss-mdns is available + +------------------------------------------------------------------------ +r85 | slomo | 2005-12-21 18:18:30 +0100 (mer, 21 déc 2005) | 2 lines + +* more consistent avahi api version checks + +------------------------------------------------------------------------ +r84 | slomo | 2005-12-07 17:12:48 +0100 (mer, 07 déc 2005) | 2 lines + +* Saner avahi version check + +------------------------------------------------------------------------ +r83 | slomo | 2005-12-07 15:06:59 +0100 (mer, 07 déc 2005) | 2 lines + +* Better way of retrieving current API version + +------------------------------------------------------------------------ +r82 | sebest | 2005-12-04 21:52:56 +0100 (dim, 04 déc 2005) | 2 lines + +* add a danish translation thanx to Lasse Bang Mikkelsen + +------------------------------------------------------------------------ +r81 | slomo | 2005-12-04 20:26:52 +0100 (dim, 04 déc 2005) | 2 lines + +* Use ${pkgdatadir} instead of ${datadir}/${PACKAGE} + +------------------------------------------------------------------------ +r80 | sebest | 2005-11-19 01:33:52 +0100 (sam, 19 nov 2005) | 2 lines + +* added a the begining of a proper plugin architecture + +------------------------------------------------------------------------ +r79 | sebest | 2005-11-19 00:12:47 +0100 (sam, 19 nov 2005) | 2 lines + +* fix local service browsing + +------------------------------------------------------------------------ +r77 | sebest | 2005-11-18 20:19:30 +0100 (ven, 18 nov 2005) | 2 lines + +* fixed wrong nautilus uri for sftp and davs + +------------------------------------------------------------------------ +r76 | slomo | 2005-11-13 18:18:10 +0100 (dim, 13 nov 2005) | 2 lines + +* Added webdav, webdavs browsing support + +------------------------------------------------------------------------ +r75 | sebest | 2005-11-12 23:09:12 +0100 (sam, 12 nov 2005) | 2 lines + +* start splitting sda in more objects + +------------------------------------------------------------------------ +r74 | sebest | 2005-10-28 22:05:45 +0200 (ven, 28 oct 2005) | 2 lines + +* catch exception of missing avahi define + +------------------------------------------------------------------------ +r73 | sebest | 2005-10-28 00:23:01 +0200 (ven, 28 oct 2005) | 2 lines + +* more work on avahi 0.6 + +------------------------------------------------------------------------ +r72 | sebest | 2005-10-27 23:50:41 +0200 (jeu, 27 oct 2005) | 2 lines + +* add support for displaying "no service found" + +------------------------------------------------------------------------ +r71 | sebest | 2005-10-27 23:08:21 +0200 (jeu, 27 oct 2005) | 2 lines + +* fixed a bug + +------------------------------------------------------------------------ +r70 | sebest | 2005-10-27 22:52:48 +0200 (jeu, 27 oct 2005) | 2 lines + +* try to make sda compatible with api 0.5 and 0.6 + +------------------------------------------------------------------------ +r69 | sebest | 2005-10-27 22:39:04 +0200 (jeu, 27 oct 2005) | 2 lines + +* ported to avahi 0.6 + +------------------------------------------------------------------------ +r68 | slomo | 2005-10-17 20:04:02 +0200 (lun, 17 oct 2005) | 2 lines + +* don't underline in the menus when a service type has no pretty name (thanks Ralf Fuest for the patch) + +------------------------------------------------------------------------ +r67 | sebest | 2005-10-17 16:43:47 +0200 (lun, 17 oct 2005) | 2 lines + + * try to comply more with hig (i'm definitely not an ui designer :) + +------------------------------------------------------------------------ +r66 | sebest | 2005-10-17 16:27:54 +0200 (lun, 17 oct 2005) | 2 lines + + * move glib-gettextize and intltoolize upper + +------------------------------------------------------------------------ +r65 | lennart | 2005-10-17 16:24:04 +0200 (lun, 17 oct 2005) | 2 lines + +add glib-gettextize to bootstrap.sh + +------------------------------------------------------------------------ +r64 | lennart | 2005-10-17 16:05:01 +0200 (lun, 17 oct 2005) | 2 lines + +add intltoolize to bootstrap.sh + +------------------------------------------------------------------------ +r63 | sebest | 2005-10-17 00:07:01 +0200 (lun, 17 oct 2005) | 2 lines + + * fix bug in malone #3154 (bad behaviour of enter key) + +------------------------------------------------------------------------ +r62 | sebest | 2005-10-09 20:17:29 +0200 (dim, 09 oct 2005) | 3 lines + + * organize functions + * add some comments + +------------------------------------------------------------------------ +r61 | slomo | 2005-10-08 13:28:45 +0200 (sam, 08 oct 2005) | 5 lines + +* Polish the SSH login dialog: + + Add a cancel button + + Do nothing on cancel or dialog-closing + + Close the dialog after every action + +------------------------------------------------------------------------ +r59 | sebest | 2005-10-07 00:14:02 +0200 (ven, 07 oct 2005) | 2 lines + + * fixed make distcheck in schemas + +------------------------------------------------------------------------ +r58 | slomo | 2005-10-06 23:54:34 +0200 (jeu, 06 oct 2005) | 2 lines + +* Re-add the translator-credits string + +------------------------------------------------------------------------ +r57 | slomo | 2005-10-06 23:48:40 +0200 (jeu, 06 oct 2005) | 2 lines + +* Fixed the encoding of the python files + +------------------------------------------------------------------------ +r56 | sebest | 2005-10-06 23:43:02 +0200 (jeu, 06 oct 2005) | 2 lines + + * more fix in fr translation + +------------------------------------------------------------------------ +r55 | sebest | 2005-10-06 23:39:10 +0200 (jeu, 06 oct 2005) | 3 lines + + * correct some things in the french translation + * add slomo to the credits + +------------------------------------------------------------------------ +r54 | slomo | 2005-10-06 21:54:35 +0200 (jeu, 06 oct 2005) | 2 lines + +* Changed two strings to the same like everywhere else + +------------------------------------------------------------------------ +r53 | slomo | 2005-10-06 21:46:36 +0200 (jeu, 06 oct 2005) | 2 lines + +* Added missing stuff to the french translation + +------------------------------------------------------------------------ +r52 | slomo | 2005-10-06 21:41:23 +0200 (jeu, 06 oct 2005) | 3 lines + +* Added a tooltip to the applet +* Completed the french translation + +------------------------------------------------------------------------ +r51 | sebest | 2005-10-06 19:54:20 +0200 (jeu, 06 oct 2005) | 3 lines + + * fix a string to make 2 others (missing !) + * fix french translation + +------------------------------------------------------------------------ +r50 | slomo | 2005-10-06 19:47:00 +0200 (jeu, 06 oct 2005) | 2 lines + +* Updated the german translation + +------------------------------------------------------------------------ +r49 | sebest | 2005-10-06 19:33:02 +0200 (jeu, 06 oct 2005) | 2 lines + + * fix a string + +------------------------------------------------------------------------ +r48 | sebest | 2005-10-06 19:30:00 +0200 (jeu, 06 oct 2005) | 2 lines + + * added a preliminary french translation + +------------------------------------------------------------------------ +r47 | slomo | 2005-10-06 18:45:45 +0200 (jeu, 06 oct 2005) | 2 lines + +* Polished the strings + +------------------------------------------------------------------------ +r46 | slomo | 2005-10-06 17:26:01 +0200 (jeu, 06 oct 2005) | 3 lines + +* Fix the notifications for the translations +* Remove the unneeded translations from the german one + +------------------------------------------------------------------------ +r45 | slomo | 2005-10-06 16:41:58 +0200 (jeu, 06 oct 2005) | 2 lines + +* added localization to sda + +------------------------------------------------------------------------ +r44 | sebest | 2005-10-06 15:15:41 +0200 (jeu, 06 oct 2005) | 2 lines + + * more cleaning + +------------------------------------------------------------------------ +r43 | sebest | 2005-10-06 13:16:08 +0200 (jeu, 06 oct 2005) | 2 lines + + * cleaning + +------------------------------------------------------------------------ +r42 | sebest | 2005-10-05 23:54:57 +0200 (mer, 05 oct 2005) | 2 lines + + * left justify the menu + +------------------------------------------------------------------------ +r41 | sebest | 2005-10-05 18:00:45 +0200 (mer, 05 oct 2005) | 3 lines + + * highlight the applet when clicked + + +------------------------------------------------------------------------ +r39 | sebest | 2005-10-05 03:04:40 +0200 (mer, 05 oct 2005) | 2 lines + + * fix a bug in th path of iconfile + +------------------------------------------------------------------------ +r38 | sebest | 2005-10-05 02:35:10 +0200 (mer, 05 oct 2005) | 2 lines + + * fix a make distcheck bug + +------------------------------------------------------------------------ +r37 | sebest | 2005-10-05 02:15:12 +0200 (mer, 05 oct 2005) | 2 lines + + * adding a big warning about actions/services being an interim solution + +------------------------------------------------------------------------ +r36 | sebest | 2005-10-05 02:12:25 +0200 (mer, 05 oct 2005) | 3 lines + + * add preliminary support for plugin (ssh) + * add support a small ui for ssh login + +------------------------------------------------------------------------ +r35 | sebest | 2005-10-05 00:40:25 +0200 (mer, 05 oct 2005) | 4 lines + + * remove default services from schema + * fix a small bug in config with gconf + * add a first_run setup + +------------------------------------------------------------------------ +r34 | sebest | 2005-10-04 18:14:23 +0200 (mar, 04 oct 2005) | 3 lines + + * remove old sh scripts system + * support avahi 0.4 by skipping exceptions on IsLocal + +------------------------------------------------------------------------ +r33 | sebest | 2005-10-04 03:42:09 +0200 (mar, 04 oct 2005) | 2 lines + +* small fix everywhere + +------------------------------------------------------------------------ +r32 | sebest | 2005-10-04 03:08:54 +0200 (mar, 04 oct 2005) | 2 lines + + * notification madness + +------------------------------------------------------------------------ +r31 | sebest | 2005-10-04 02:18:44 +0200 (mar, 04 oct 2005) | 3 lines + + * add support for avahi.ServiceTypeDatabase + * allow to browse or not for local service + +------------------------------------------------------------------------ +r30 | sebest | 2005-10-04 00:04:30 +0200 (mar, 04 oct 2005) | 2 lines + + * display a visual error message when a python module is missing + +------------------------------------------------------------------------ +r29 | sebest | 2005-10-02 20:12:47 +0200 (dim, 02 oct 2005) | 3 lines + + * fix bugs + * adding a 1s timeout before displaying notifications + +------------------------------------------------------------------------ +r28 | sebest | 2005-10-02 17:13:35 +0200 (dim, 02 oct 2005) | 2 lines + + * make the event box behave like a menubar and handle gnome-panel position + +------------------------------------------------------------------------ +r27 | sebest | 2005-10-02 04:14:56 +0200 (dim, 02 oct 2005) | 3 lines + +* fixed bug in sdc +* really install the new icons + +------------------------------------------------------------------------ +r26 | sebest | 2005-10-02 03:39:26 +0200 (dim, 02 oct 2005) | 2 lines + + * updated svn:ignore + +------------------------------------------------------------------------ +r25 | sebest | 2005-10-02 03:39:02 +0200 (dim, 02 oct 2005) | 2 lines + + * new icons for rfb, https, sftp + +------------------------------------------------------------------------ +r24 | sebest | 2005-10-02 02:46:04 +0200 (dim, 02 oct 2005) | 4 lines + + * add a TODO list + * only support IPv4 + * fix sftp-ssh + +------------------------------------------------------------------------ +r23 | sebest | 2005-10-02 02:13:49 +0200 (dim, 02 oct 2005) | 3 lines + + * remove support for shell scripts (too dangerous) + * add support for python modules for servicetype's actions (not finnished) + +------------------------------------------------------------------------ +r22 | sebest | 2005-10-01 17:44:41 +0200 (sam, 01 oct 2005) | 4 lines + + * converted the menubar in an eventbox + * handle panel transparency + * use subprocess.Popen instead of os.system + +------------------------------------------------------------------------ +r21 | sebest | 2005-10-01 15:23:31 +0200 (sam, 01 oct 2005) | 2 lines + + * convert the appler in an OOP + +------------------------------------------------------------------------ +r20 | sebest | 2005-09-26 03:38:20 +0200 (lun, 26 sep 2005) | 3 lines + +* support panel color (no transparency yet) +* allow hiding the applet name + +------------------------------------------------------------------------ +r18 | sebest | 2005-09-24 17:35:55 +0200 (sam, 24 sep 2005) | 2 lines + +new schemas + +------------------------------------------------------------------------ +r17 | sebest | 2005-09-24 17:16:24 +0200 (sam, 24 sep 2005) | 2 lines + +fix licencing issue + +------------------------------------------------------------------------ +r16 | sebest | 2005-09-24 02:00:52 +0200 (sam, 24 sep 2005) | 3 lines + +fixed make distcheck +remove default service from the gconf schemas, will write a wizzard + +------------------------------------------------------------------------ +r15 | sebest | 2005-09-23 20:41:00 +0200 (ven, 23 sep 2005) | 2 lines + +fix a gconf import bug + +------------------------------------------------------------------------ +r14 | sebest | 2005-09-18 10:37:40 +0200 (dim, 18 sep 2005) | 2 lines + +add autogen.sh for testing + +------------------------------------------------------------------------ +r13 | sebest | 2005-09-17 15:40:38 +0200 (sam, 17 sep 2005) | 3 lines + +* updated docs +* added a schema + +------------------------------------------------------------------------ +r12 | sebest | 2005-09-08 20:56:24 +0200 (jeu, 08 sep 2005) | 4 lines + +* take the size of the panel +* Fitt's law compliance +* try getting the transparency working (not working yet) + +------------------------------------------------------------------------ +r11 | sebest | 2005-09-06 20:02:56 +0200 (mar, 06 sep 2005) | 3 lines + +* some cleaning +* fixed _sftp-ssh._tcp.sh + +------------------------------------------------------------------------ +r10 | sebest | 2005-09-06 19:41:26 +0200 (mar, 06 sep 2005) | 4 lines + +* fix scripts +* don't prepend / if path already contains one +* fix a bug that prevents executing scripts + +------------------------------------------------------------------------ +r9 | sebest | 2005-09-06 18:48:07 +0200 (mar, 06 sep 2005) | 4 lines + +* check that icon exists, if not use a default icon +* check that script exists, if not do nothing + + +------------------------------------------------------------------------ +r8 | sebest | 2005-09-06 18:09:43 +0200 (mar, 06 sep 2005) | 3 lines + +* added a configuration ui +* rewrote a lot things + +------------------------------------------------------------------------ +r7 | sebest | 2005-09-02 18:16:06 +0200 (ven, 02 sep 2005) | 3 lines + +* added support for right click menu in the panel + + +------------------------------------------------------------------------ +r6 | sebest | 2005-08-31 00:55:02 +0200 (mer, 31 aoû 2005) | 3 lines + +* added support for libnotify +* add 24x24 and 48x48 icons + +------------------------------------------------------------------------ +r5 | sebest | 2005-08-29 01:18:36 +0200 (lun, 29 aoû 2005) | 2 lines + +* add a check for python module gnomeapplet + +------------------------------------------------------------------------ +r4 | lennart | 2005-08-29 00:43:15 +0200 (lun, 29 aoû 2005) | 2 lines + +don't call libtool + +------------------------------------------------------------------------ +r3 | sebest | 2005-08-29 00:09:02 +0200 (lun, 29 aoû 2005) | 2 lines + +* initial import + +------------------------------------------------------------------------ +r1 | lennart | 2005-08-28 19:45:22 +0200 (dim, 28 aoû 2005) | 1 line + +Create trunk directory +------------------------------------------------------------------------ diff --git a/Makefile.am b/Makefile.am index 653a6c0..2fa0d3b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -8,7 +8,7 @@ SUBDIRS = \ tools \ po -EXTRA_DIST = README INSTALL AUTHORS COPYING TODO \ +EXTRA_DIST = README INSTALL AUTHORS COPYING TODO CHANGELOG CHANGELOG.svn \ intltool-extract.in intltool-merge.in intltool-update.in DISTCLEANFILES = intltool-extract intltool-merge intltool-update -- cgit