summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* add basic support for printer thanx to Jason WhitlarkSebastien Estienne2007-09-221-2/+6
| | | | | | | | add support for different kind of message (error, warning, info) fix emacs encoding settings git-svn-id: file:///home/lennart/svn/public/service-discovery-applet/trunk@141 3be567f1-68ff-0310-b24a-ad7cc433fd2f
* display an error message when an error occur whith nautilus pluginSebastien Estienne2007-03-261-0/+13
| | | | git-svn-id: file:///home/lennart/svn/public/service-discovery-applet/trunk@137 3be567f1-68ff-0310-b24a-ad7cc433fd2f
* add a check in remove_serviceSebastien Estienne2007-03-191-1/+1
| | | | git-svn-id: file:///home/lennart/svn/public/service-discovery-applet/trunk@136 3be567f1-68ff-0310-b24a-ad7cc433fd2f
* display an error message when no plugin are available to handle a service typeSebastien Estienne2007-03-191-1/+4
| | | | git-svn-id: file:///home/lennart/svn/public/service-discovery-applet/trunk@135 3be567f1-68ff-0310-b24a-ad7cc433fd2f
* handle avahi restartSebastien Estienne2007-02-271-11/+10
| | | | | | | update to dbus api 1.0 git-svn-id: file:///home/lennart/svn/public/service-discovery-applet/trunk@131 3be567f1-68ff-0310-b24a-ad7cc433fd2f
* bump version / refactor some part of the codeSebastien Estienne2007-02-251-53/+47
| | | | git-svn-id: file:///home/lennart/svn/public/service-discovery-applet/trunk@130 3be567f1-68ff-0310-b24a-ad7cc433fd2f
* now using pynotifySebastien Estienne2007-02-251-15/+16
| | | | git-svn-id: file:///home/lennart/svn/public/service-discovery-applet/trunk@129 3be567f1-68ff-0310-b24a-ad7cc433fd2f
* visual error message when we can't contact dbusSebastien Estienne2007-02-251-9/+22
| | | | git-svn-id: file:///home/lennart/svn/public/service-discovery-applet/trunk@128 3be567f1-68ff-0310-b24a-ad7cc433fd2f
* cosmectic changeSebastien Estienne2006-08-261-4/+1
| | | | git-svn-id: file:///home/lennart/svn/public/service-discovery-applet/trunk@122 3be567f1-68ff-0310-b24a-ad7cc433fd2f
* fix a stupid bugSebastien Estienne2006-08-261-1/+1
| | | | git-svn-id: file:///home/lennart/svn/public/service-discovery-applet/trunk@119 3be567f1-68ff-0310-b24a-ad7cc433fd2f
* * remove test for avahi 0.6.9 from the codeSebastien Estienne2006-08-251-16/+7
| | | | | | | | * move these tests in configure.ac * update README git-svn-id: file:///home/lennart/svn/public/service-discovery-applet/trunk@116 3be567f1-68ff-0310-b24a-ad7cc433fd2f
* add Id propertySebastien Estienne2006-08-063-3/+3
| | | | git-svn-id: file:///home/lennart/svn/public/service-discovery-applet/trunk@114 3be567f1-68ff-0310-b24a-ad7cc433fd2f
* cleaningSebastien Estienne2006-08-062-4/+0
| | | | git-svn-id: file:///home/lennart/svn/public/service-discovery-applet/trunk@113 3be567f1-68ff-0310-b24a-ad7cc433fd2f
* * fix a bug causing the plugin to be loaded twiceSebastien Estienne2006-08-061-2/+0
| | | | | | | * clean the gconfterminal plugin git-svn-id: file:///home/lennart/svn/public/service-discovery-applet/trunk@112 3be567f1-68ff-0310-b24a-ad7cc433fd2f
* removed now useless start/stop buttonSebastien Estienne2006-04-011-6/+2
| | | | | | | set version number to 0.4.1 git-svn-id: file:///home/lennart/svn/public/service-discovery-applet/trunk@106 3be567f1-68ff-0310-b24a-ad7cc433fd2f
* first try at implementing avahi-daemon reconnectinSebastien Estienne2006-04-011-1/+14
| | | | git-svn-id: file:///home/lennart/svn/public/service-discovery-applet/trunk@105 3be567f1-68ff-0310-b24a-ad7cc433fd2f
* * you can sort only by one column ;)Sebastian Droege2006-03-071-1/+0
| | | | git-svn-id: file:///home/lennart/svn/public/service-discovery-applet/trunk@100 3be567f1-68ff-0310-b24a-ad7cc433fd2f
* * use the service type database for services to browseSebastian Droege2006-03-073-112/+33
| | | | git-svn-id: file:///home/lennart/svn/public/service-discovery-applet/trunk@99 3be567f1-68ff-0310-b24a-ad7cc433fd2f
* * use a scrollbox for the service configuration treeviewSebastian Droege2006-03-071-9/+23
| | | | git-svn-id: file:///home/lennart/svn/public/service-discovery-applet/trunk@98 3be567f1-68ff-0310-b24a-ad7cc433fd2f
* * remove code that was no more usefullSebastien Estienne2006-03-071-23/+8
| | | | git-svn-id: file:///home/lennart/svn/public/service-discovery-applet/trunk@97 3be567f1-68ff-0310-b24a-ad7cc433fd2f
* * Raise avahi requirements to 0.6.9Sebastian Droege2006-03-041-26/+17
| | | | git-svn-id: file:///home/lennart/svn/public/service-discovery-applet/trunk@94 3be567f1-68ff-0310-b24a-ad7cc433fd2f
* * fill in all services from the service type database on first startup, ↵Sebastian Droege2006-03-041-10/+11
| | | | | | | | | enable only some of them. This requires avahi >= 0.6.9! git-svn-id: file:///home/lennart/svn/public/service-discovery-applet/trunk@93 3be567f1-68ff-0310-b24a-ad7cc433fd2f
* * API changes for latest notification-daemon (>= 0.3.2)Sebastian Droege2006-01-271-1/+1
| | | | git-svn-id: file:///home/lennart/svn/public/service-discovery-applet/trunk@89 3be567f1-68ff-0310-b24a-ad7cc433fd2f
* * port to new notify-daemon API (markup still broken)Sebastian Droege2006-01-221-6/+5
| | | | git-svn-id: file:///home/lennart/svn/public/service-discovery-applet/trunk@88 3be567f1-68ff-0310-b24a-ad7cc433fd2f
* * use hostname instead of ip if nss-mdns is availableSebastien Estienne2006-01-211-2/+6
| | | | git-svn-id: file:///home/lennart/svn/public/service-discovery-applet/trunk@86 3be567f1-68ff-0310-b24a-ad7cc433fd2f
* * more consistent avahi api version checksSebastian Droege2005-12-211-8/+8
| | | | git-svn-id: file:///home/lennart/svn/public/service-discovery-applet/trunk@85 3be567f1-68ff-0310-b24a-ad7cc433fd2f
* * Saner avahi version checkSebastian Droege2005-12-071-4/+10
| | | | git-svn-id: file:///home/lennart/svn/public/service-discovery-applet/trunk@84 3be567f1-68ff-0310-b24a-ad7cc433fd2f
* * Better way of retrieving current API versionSebastian Droege2005-12-071-4/+4
| | | | git-svn-id: file:///home/lennart/svn/public/service-discovery-applet/trunk@83 3be567f1-68ff-0310-b24a-ad7cc433fd2f
* * added a the begining of a proper plugin architectureSebastien Estienne2005-11-196-6/+141
| | | | git-svn-id: file:///home/lennart/svn/public/service-discovery-applet/trunk@80 3be567f1-68ff-0310-b24a-ad7cc433fd2f
* * fix local service browsingSebastien Estienne2005-11-181-1/+1
| | | | git-svn-id: file:///home/lennart/svn/public/service-discovery-applet/trunk@79 3be567f1-68ff-0310-b24a-ad7cc433fd2f
* * Added webdav, webdavs browsing supportSebastian Droege2005-11-131-0/+2
| | | | git-svn-id: file:///home/lennart/svn/public/service-discovery-applet/trunk@76 3be567f1-68ff-0310-b24a-ad7cc433fd2f
* * start splitting sda in more objectsSebastien Estienne2005-11-121-101/+136
| | | | git-svn-id: file:///home/lennart/svn/public/service-discovery-applet/trunk@75 3be567f1-68ff-0310-b24a-ad7cc433fd2f
* * catch exception of missing avahi defineSebastien Estienne2005-10-281-3/+7
| | | | git-svn-id: file:///home/lennart/svn/public/service-discovery-applet/trunk@74 3be567f1-68ff-0310-b24a-ad7cc433fd2f
* * more work on avahi 0.6Sebastien Estienne2005-10-271-2/+6
| | | | git-svn-id: file:///home/lennart/svn/public/service-discovery-applet/trunk@73 3be567f1-68ff-0310-b24a-ad7cc433fd2f
* * add support for displaying "no service found"Sebastien Estienne2005-10-271-0/+20
| | | | git-svn-id: file:///home/lennart/svn/public/service-discovery-applet/trunk@72 3be567f1-68ff-0310-b24a-ad7cc433fd2f
* * fixed a bug Sebastien Estienne2005-10-271-3/+3
| | | | git-svn-id: file:///home/lennart/svn/public/service-discovery-applet/trunk@71 3be567f1-68ff-0310-b24a-ad7cc433fd2f
* * try to make sda compatible with api 0.5 and 0.6Sebastien Estienne2005-10-271-9/+28
| | | | git-svn-id: file:///home/lennart/svn/public/service-discovery-applet/trunk@70 3be567f1-68ff-0310-b24a-ad7cc433fd2f
* * ported to avahi 0.6Sebastien Estienne2005-10-271-4/+4
| | | | git-svn-id: file:///home/lennart/svn/public/service-discovery-applet/trunk@69 3be567f1-68ff-0310-b24a-ad7cc433fd2f
* * don't underline in the menus when a service type has no pretty name ↵Sebastian Droege2005-10-171-1/+2
| | | | | | (thanks Ralf Fuest for the patch) git-svn-id: file:///home/lennart/svn/public/service-discovery-applet/trunk@68 3be567f1-68ff-0310-b24a-ad7cc433fd2f
* * try to comply more with hig (i'm definitely not an ui designer :)Sebastien Estienne2005-10-171-4/+4
| | | | git-svn-id: file:///home/lennart/svn/public/service-discovery-applet/trunk@67 3be567f1-68ff-0310-b24a-ad7cc433fd2f
* * organize functionsSebastien Estienne2005-10-091-88/+114
| | | | | | | * add some comments git-svn-id: file:///home/lennart/svn/public/service-discovery-applet/trunk@62 3be567f1-68ff-0310-b24a-ad7cc433fd2f
* * Re-add the translator-credits stringSebastian Droege2005-10-061-1/+1
| | | | git-svn-id: file:///home/lennart/svn/public/service-discovery-applet/trunk@58 3be567f1-68ff-0310-b24a-ad7cc433fd2f
* * Fixed the encoding of the python filesSebastian Droege2005-10-062-4/+5
| | | | git-svn-id: file:///home/lennart/svn/public/service-discovery-applet/trunk@57 3be567f1-68ff-0310-b24a-ad7cc433fd2f
* * correct some things in the french translationSebastien Estienne2005-10-061-2/+3
| | | | | | | * add slomo to the credits git-svn-id: file:///home/lennart/svn/public/service-discovery-applet/trunk@55 3be567f1-68ff-0310-b24a-ad7cc433fd2f
* * Changed two strings to the same like everywhere elseSebastian Droege2005-10-061-2/+2
| | | | git-svn-id: file:///home/lennart/svn/public/service-discovery-applet/trunk@54 3be567f1-68ff-0310-b24a-ad7cc433fd2f
* * Added a tooltip to the appletSebastian Droege2005-10-061-0/+5
| | | | | | | * Completed the french translation git-svn-id: file:///home/lennart/svn/public/service-discovery-applet/trunk@52 3be567f1-68ff-0310-b24a-ad7cc433fd2f
* * fix a string to make 2 others (missing !)Sebastien Estienne2005-10-061-1/+1
| | | | | | | * fix french translation git-svn-id: file:///home/lennart/svn/public/service-discovery-applet/trunk@51 3be567f1-68ff-0310-b24a-ad7cc433fd2f
* * fix a stringSebastien Estienne2005-10-061-1/+1
| | | | git-svn-id: file:///home/lennart/svn/public/service-discovery-applet/trunk@49 3be567f1-68ff-0310-b24a-ad7cc433fd2f
* * Polished the stringsSebastian Droege2005-10-063-14/+14
| | | | git-svn-id: file:///home/lennart/svn/public/service-discovery-applet/trunk@47 3be567f1-68ff-0310-b24a-ad7cc433fd2f
* * Fix the notifications for the translationsSebastian Droege2005-10-062-2/+2
| | | | | | | * Remove the unneeded translations from the german one git-svn-id: file:///home/lennart/svn/public/service-discovery-applet/trunk@46 3be567f1-68ff-0310-b24a-ad7cc433fd2f