From d63f2b43fe6252c91911f7867f6e8d34321cfed6 Mon Sep 17 00:00:00 2001 From: sebastia Date: Wed, 28 Jul 2010 18:03:00 +0000 Subject: [PATCH] Update coccinella from the very old version to latest release. Many new features to list them here, and especially a much nicer looking interface. No sound or VoIP yet, since those dependencies needs to be ported to sndio first. Take maintainership, since I'm part of upstream, old maintainer agreed long time ago. OK landry@ --- net/coccinella/Makefile | 66 +- net/coccinella/distinfo | 10 +- net/coccinella/patches/patch-Coccinella_tcl | 40 +- net/coccinella/patches/patch-lib_Init_tcl | 20 +- net/coccinella/pkg/DESCR | 8 +- net/coccinella/pkg/PLIST | 915 ++++++++++++++------ 6 files changed, 747 insertions(+), 312 deletions(-) diff --git a/net/coccinella/Makefile b/net/coccinella/Makefile index 994bed91ba6..d39adc1c72b 100644 --- a/net/coccinella/Makefile +++ b/net/coccinella/Makefile @@ -1,43 +1,59 @@ -# $OpenBSD: Makefile,v 1.5 2007/09/15 22:36:52 merdely Exp $ +# $OpenBSD: Makefile,v 1.6 2010/07/28 18:03:00 sebastia Exp $ -COMMENT= Jabber client with whiteboard communication +SHARED_ONLY = Yes -DISTNAME= Coccinella-0.95.4Src -PKGNAME= ${DISTNAME:S/Src$//:L} -CATEGORIES= net +COMMENT = XMPP client with whiteboard -HOMEPAGE= http://hem.fyristorg.com/matben/ +DISTNAME = Coccinella-0.96.18Src +PKGNAME = ${DISTNAME:S/Src$//:L} +CATEGORIES = net -MAINTAINER= Marc Bruenink +HOMEPAGE = http://www.coccinella.im +MAINTAINER = Sebastian Reitenbach -# GPL -PERMIT_PACKAGE_CDROM= Yes -PERMIT_PACKAGE_FTP= Yes -PERMIT_DISTFILES_CDROM= Yes -PERMIT_DISTFILES_FTP= Yes +# GPLv3 +PERMIT_PACKAGE_CDROM = Yes +PERMIT_PACKAGE_FTP = Yes +PERMIT_DISTFILES_CDROM = Yes +PERMIT_DISTFILES_FTP = Yes -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=coccinella/} +MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=coccinella/} -RUN_DEPENDS= ::x11/tk/8.4 +MODULES = x11/tk -USE_X11= Yes -NO_BUILD= Yes -NO_REGRESS= Yes -PKG_ARCH= * +# No dependencies to sound and telephony yet, due to the reason those +# need to be ported to sndio first +RUN_DEPENDS = ::devel/itcl \ + ::graphics/tkpng \ + ::graphics/tkimg \ + ::misc/memchan \ + ::net/tcludp \ + ::security/tcltls \ + ::x11/tkdnd \ + ::x11/tkhtml \ + ::x11/tktray \ + ::x11/tktreectrl + +NO_BUILD = Yes +NO_REGRESS = Yes +SEPARATE_BUILD = simple +COCCINELLALIB = ${LOCALBASE}/lib/coccinella +SUBST_VARS = COCCINELLALIB pre-configure: - @perl -pi -e 's,!!COCCINELLALIB!!,${LOCALBASE}/lib/coccinella,'\ - ${WRKSRC}/Coccinella.tcl ${WRKSRC}/lib/Init.tcl + ${MODTCL_WISH_ADJ} ${WRKSRC}/Coccinella.tcl + ${SUBST_CMD} ${WRKSRC}/Coccinella.tcl \ + ${WRKSRC}/lib/Init.tcl do-install: ${INSTALL_SCRIPT_DIR} ${PREFIX}/lib/coccinella - @cd ${WRKSRC} ; tar cf - TclXML [c-z]* | \ + cd ${WRKSRC} ; tar cf - TclXML [c-z]* | \ tar xf - -C ${PREFIX}/lib/coccinella/ - ${INSTALL_SCRIPT} ${WRKSRC}/Coccinella.tcl ${PREFIX}/lib/coccinella/ + rm ${PREFIX}/lib/coccinella/lib/Init.tcl.* + ${INSTALL_SCRIPT} ${WRKSRC}/Coccinella.tcl ${PREFIX}/bin/coccinella ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/coccinella - @cd ${WRKSRC} && ${INSTALL_DATA} README.txt READMEs/README-jabber \ - READMEs/README-smileys msgs/README_encodings \ - sounds/README-sounds \ + cd ${WRKSRC} && ${INSTALL_DATA} README.txt READMEs/README-xmpp \ + READMEs/README-sounds \ ${PREFIX}/share/doc/coccinella/ .include diff --git a/net/coccinella/distinfo b/net/coccinella/distinfo index 2f03d3c78a8..53cf1e894de 100644 --- a/net/coccinella/distinfo +++ b/net/coccinella/distinfo @@ -1,5 +1,5 @@ -MD5 (Coccinella-0.95.4Src.tar.gz) = PCAsWffuyCzBG+r8xX76KA== -RMD160 (Coccinella-0.95.4Src.tar.gz) = Go9Q//gl2EQjYIcCbuzlvauh62A= -SHA1 (Coccinella-0.95.4Src.tar.gz) = i1OH0keY6SRBejQw+JL94EqA0X0= -SHA256 (Coccinella-0.95.4Src.tar.gz) = 4QcajPQs5XHnVQ4fFbmfXutZMi16P1UoEOHpZXs7hxY= -SIZE (Coccinella-0.95.4Src.tar.gz) = 4006282 +MD5 (Coccinella-0.96.18Src.tar.gz) = kN80t0I9AJyNHvlyf6KEBA== +RMD160 (Coccinella-0.96.18Src.tar.gz) = fA/0JQPgDAKHt2krQt7n38Q35yQ= +SHA1 (Coccinella-0.96.18Src.tar.gz) = lNYHRElWd4eC2u8pIcAqWbsPz14= +SHA256 (Coccinella-0.96.18Src.tar.gz) = Wd4Nd7czh5T5O+BJ50j/1eLEw/3FXEo1oUuBv4o/y3E= +SIZE (Coccinella-0.96.18Src.tar.gz) = 9493927 diff --git a/net/coccinella/patches/patch-Coccinella_tcl b/net/coccinella/patches/patch-Coccinella_tcl index d7acc661f03..e11c4296aa2 100644 --- a/net/coccinella/patches/patch-Coccinella_tcl +++ b/net/coccinella/patches/patch-Coccinella_tcl @@ -1,29 +1,21 @@ -$OpenBSD: patch-Coccinella_tcl,v 1.1 2005/04/18 21:59:51 alek Exp $ ---- Coccinella.tcl.orig Wed Jan 26 08:58:29 2005 -+++ Coccinella.tcl Thu Apr 7 22:47:56 2005 -@@ -1,6 +1,6 @@ - #!/bin/sh - # the next line restarts using wish \ -- exec wish "$0" -visual best "$@" -+ exec wish8.4 "$0" -visual best "$@" - - # Coccinella.tcl --- - # -@@ -131,7 +131,7 @@ if {[string equal $this(platform) "unix" +$OpenBSD: patch-Coccinella_tcl,v 1.2 2010/07/28 18:03:00 sebastia Exp $ +--- Coccinella.tcl.orig Mon Feb 23 05:47:12 2009 ++++ Coccinella.tcl Sat Aug 29 13:13:35 2009 +@@ -131,7 +131,7 @@ if {[string equal $this(platform) "unix"]} { } else { set thisScript [file normalize [info script]] } -set thisPath [file normalize [file dirname $thisScript]] -+set thisPath "!!COCCINELLALIB!!" - if {[info exists ::env(HOME)]} { - cd $::env(HOME) - } else { -@@ -159,6 +159,8 @@ if {![catch {package require Itcl 3.2}]} - } - set prefs(appName) "Coccinella" - set prefs(theAppName) "The Coccinella" -+ -+lappend auto_path !!COCCINELLALIB!! ++set thisPath ${COCCINELLALIB} - # Read our theme prefs file, if any, containing the theme name and locale. - package require Theme + # Debug support. + source [file join $thisPath lib Debug.tcl] +@@ -148,6 +148,8 @@ source [file join $thisPath lib Init.tcl] + + set prefs(appName) "Coccinella" + set prefs(theAppName) "Coccinella" ++ ++lappend auto_path ${COCCINELLALIB} + + # Read our prefs file containing the theme name and locale needed before splash. + package require PrefUtils diff --git a/net/coccinella/patches/patch-lib_Init_tcl b/net/coccinella/patches/patch-lib_Init_tcl index e733d03a99b..954a1d1dcfe 100644 --- a/net/coccinella/patches/patch-lib_Init_tcl +++ b/net/coccinella/patches/patch-lib_Init_tcl @@ -1,12 +1,12 @@ -$OpenBSD: patch-lib_Init_tcl,v 1.1 2005/04/18 21:59:51 alek Exp $ ---- lib/Init.tcl.orig Wed Jan 26 09:00:26 2005 -+++ lib/Init.tcl Thu Apr 7 22:47:26 2005 -@@ -49,7 +49,7 @@ proc ::Init::SetThis {thisScript} { +$OpenBSD: patch-lib_Init_tcl,v 1.2 2010/07/28 18:03:00 sebastia Exp $ +--- lib/Init.tcl.orig Thu Mar 12 20:59:00 2009 ++++ lib/Init.tcl Sat Aug 29 13:15:51 2009 +@@ -35,7 +35,7 @@ proc ::Init::SetThis {mainScript} { + set this(prefsDriverDir) "CoccinellaPrefs" # Collect paths in 'this' array. - set this(script) $thisScript -- set this(path) [file dirname $thisScript] -+ set this(path) "!!COCCINELLALIB!!" - set this(appPath) $this(path) - if {[info exists starkit::topdir]} { - set this(appPath) [file dirname [info nameofexecutable]] +- set path [file dirname $mainScript] ++ set path ${COCCINELLALIB} + set this(path) $path + set this(script) $mainScript + diff --git a/net/coccinella/pkg/DESCR b/net/coccinella/pkg/DESCR index d4a0e424cea..768afc98f8e 100644 --- a/net/coccinella/pkg/DESCR +++ b/net/coccinella/pkg/DESCR @@ -1,4 +1,4 @@ -Coccinella is a Jabber chat client with whiteboard communication. The -whiteboard let you share your mp3s, photos, and lots of other stuff. -Further it accepts any fonts. So you will also be able to share -mathematical formulas with your contacts. +Coccinella is a XMPP chat client with whiteboard. The whiteboard +let you share your mp3s, photos, and lots of other stuff. Further +it accepts any fonts. So you will also be able to share mathematical +formulas with your contacts. diff --git a/net/coccinella/pkg/PLIST b/net/coccinella/pkg/PLIST index db81884c8ec..4cfddcd3c4a 100644 --- a/net/coccinella/pkg/PLIST +++ b/net/coccinella/pkg/PLIST @@ -1,9 +1,6 @@ -@comment $OpenBSD: PLIST,v 1.2 2005/04/18 21:59:51 alek Exp $ +@comment $OpenBSD: PLIST,v 1.3 2010/07/28 18:03:00 sebastia Exp $ +bin/coccinella lib/coccinella/ -lib/coccinella/Coccinella.tcl -@mode 755 -@sample bin/coccinella -@mode lib/coccinella/TclXML/ @comment lib/coccinella/TclXML/CHANGES lib/coccinella/TclXML/pkgIndex.tcl @@ -19,260 +16,200 @@ lib/coccinella/components/ lib/coccinella/components/AppleEvents.tcl lib/coccinella/components/AutoUpdate.tcl lib/coccinella/components/BuddyPounce.tcl -lib/coccinella/components/CarbonNotification.tcl +lib/coccinella/components/Carbon.tcl +lib/coccinella/components/ChatShorts.tcl lib/coccinella/components/ComponentExample.tcl lib/coccinella/components/GMeeting.tcl +lib/coccinella/components/Geolocation.tcl +lib/coccinella/components/Growl.tcl lib/coccinella/components/ICQ.tcl +lib/coccinella/components/IRCActions.tcl lib/coccinella/components/ImageMagic.tcl +lib/coccinella/components/JivePhone.tcl +lib/coccinella/components/LiveRosterImage.tcl +lib/coccinella/components/MailtoURI.tcl +lib/coccinella/components/MeBeam.tcl +lib/coccinella/components/Mood.tcl lib/coccinella/components/Notifier.tcl +lib/coccinella/components/NotifyCall.tcl +lib/coccinella/components/NotifyOnline.tcl +lib/coccinella/components/ParseStyledText.tcl lib/coccinella/components/ParseURI.tcl +lib/coccinella/components/Phone/ +lib/coccinella/components/Phone/AddressBook.tcl +lib/coccinella/components/Phone/IAX/ +lib/coccinella/components/Phone/IAX/Iax.tcl +lib/coccinella/components/Phone/IAX/IaxPrefs.tcl +lib/coccinella/components/Phone/IAX/JingleIax.tcl +lib/coccinella/components/Phone/IAX/cmpntIndex.tcl +lib/coccinella/components/Phone/IAX/pkgIndex.tcl +lib/coccinella/components/Phone/NotifyCall.tcl +lib/coccinella/components/Phone/Phone.tcl +lib/coccinella/components/Phone/TPhone.tcl +lib/coccinella/components/Phone/cmpntIndex.tcl +lib/coccinella/components/Phone/pkgIndex.tcl lib/coccinella/components/SlideShow.tcl lib/coccinella/components/Sounds.tcl lib/coccinella/components/Speech.tcl -lib/coccinella/components/Tile.tcl +lib/coccinella/components/Spell.tcl +lib/coccinella/components/SpotLight.tcl +lib/coccinella/components/Totd.tcl +lib/coccinella/components/TtkDialog.tcl +lib/coccinella/components/URIRegisterKDE.tcl lib/coccinella/components/URIRegistry.tcl -lib/coccinella/components/VoIP.tcl +lib/coccinella/components/UserActivity.tcl +lib/coccinella/components/WhiteboardMK.tcl +lib/coccinella/components/XMLConsole.tcl lib/coccinella/components/cmpntIndex.tcl +lib/coccinella/components/fsdialog.tcl lib/coccinella/components/taskbar/ lib/coccinella/components/taskbar/Taskbar.tcl lib/coccinella/components/taskbar/cmpntIndex.tcl -lib/coccinella/components/taskbar/coccinella.ico -lib/coccinella/components/taskbar/machead.ico lib/coccinella/contrib/ lib/coccinella/contrib/MSSpeech.tcl -lib/coccinella/contrib/ProgressWindow.tcl @comment lib/coccinella/contrib/README -lib/coccinella/contrib/Test2Tree.tcl +lib/coccinella/contrib/RegisterFileType.tcl lib/coccinella/contrib/TestTree.tcl lib/coccinella/contrib/TkInteractorPackage.tcl -lib/coccinella/contrib/alertbox.tcl +lib/coccinella/contrib/TracedText.tcl +lib/coccinella/contrib/TreeCtrlDnD.tcl +lib/coccinella/contrib/anigif.tcl +lib/coccinella/contrib/autoproxy.tcl +lib/coccinella/contrib/autosocks.tcl lib/coccinella/contrib/balloonhelp.tcl lib/coccinella/contrib/base64.tcl -lib/coccinella/contrib/buttontray.tcl +lib/coccinella/contrib/black/ +lib/coccinella/contrib/black/black.tcl +lib/coccinella/contrib/black/pkgIndex.tcl lib/coccinella/contrib/can2svg.tcl lib/coccinella/contrib/can2svgwb.tcl lib/coccinella/contrib/canvasex.tcl lib/coccinella/contrib/chasearrows.tcl lib/coccinella/contrib/colorutils.tcl -lib/coccinella/contrib/combobox.tcl lib/coccinella/contrib/component.tcl -lib/coccinella/contrib/entrycomp.tcl -lib/coccinella/contrib/entrypopup.tcl -lib/coccinella/contrib/fontselection.tcl +lib/coccinella/contrib/dns.tcl lib/coccinella/contrib/getfile.tcl -lib/coccinella/contrib/headlabel.tcl lib/coccinella/contrib/hooks.tcl lib/coccinella/contrib/httpex.tcl -lib/coccinella/contrib/mactabnotebook.tcl +lib/coccinella/contrib/idletime.tcl +lib/coccinella/contrib/ip.tcl lib/coccinella/contrib/md5x.tcl lib/coccinella/contrib/mnotebook.tcl lib/coccinella/contrib/moviecontroller.tcl +lib/coccinella/contrib/mstack.tcl lib/coccinella/contrib/notebox.tcl -lib/coccinella/contrib/pane.tcl lib/coccinella/contrib/pipes.tcl lib/coccinella/contrib/pkgIndex.tcl -lib/coccinella/contrib/progressbar.tcl lib/coccinella/contrib/putfile.tcl -lib/coccinella/contrib/sha1pure.tcl +lib/coccinella/contrib/qdxml.tcl +lib/coccinella/contrib/repackanim.tcl +lib/coccinella/contrib/sha1.tcl +lib/coccinella/contrib/snit.tcl +lib/coccinella/contrib/socks4.tcl lib/coccinella/contrib/socks5.tcl +lib/coccinella/contrib/spell.tcl +lib/coccinella/contrib/stun.tcl lib/coccinella/contrib/svg2can.tcl lib/coccinella/contrib/svgwb2can.tcl -lib/coccinella/contrib/tablelist3.5/ -@comment lib/coccinella/contrib/tablelist3.5/CHANGES.txt -@comment lib/coccinella/contrib/tablelist3.5/COPYRIGHT.txt -@comment lib/coccinella/contrib/tablelist3.5/README.txt -lib/coccinella/contrib/tablelist3.5/pkgIndex.tcl -lib/coccinella/contrib/tablelist3.5/scripts/ -lib/coccinella/contrib/tablelist3.5/scripts/mwutil.tcl -lib/coccinella/contrib/tablelist3.5/scripts/repair.tcl -lib/coccinella/contrib/tablelist3.5/scripts/tablelistBind.tcl -lib/coccinella/contrib/tablelist3.5/scripts/tablelistConfig.tcl -lib/coccinella/contrib/tablelist3.5/scripts/tablelistEdit.tcl -lib/coccinella/contrib/tablelist3.5/scripts/tablelistMove.tcl -lib/coccinella/contrib/tablelist3.5/scripts/tablelistSort.tcl -lib/coccinella/contrib/tablelist3.5/scripts/tablelistUtil.tcl -lib/coccinella/contrib/tablelist3.5/scripts/tablelistWidget.tcl -lib/coccinella/contrib/tablelist3.5/scripts/tclIndex -lib/coccinella/contrib/tablelist3.5/tablelist.tcl +lib/coccinella/contrib/tablelist/ +lib/coccinella/contrib/tablelist/pkgIndex.tcl +lib/coccinella/contrib/tablelist/scripts/ +lib/coccinella/contrib/tablelist/scripts/mwutil.tcl +lib/coccinella/contrib/tablelist/scripts/repair.tcl +lib/coccinella/contrib/tablelist/scripts/tablelistBind.tcl +lib/coccinella/contrib/tablelist/scripts/tablelistBitmaps.tcl +lib/coccinella/contrib/tablelist/scripts/tablelistConfig.tcl +lib/coccinella/contrib/tablelist/scripts/tablelistEdit.tcl +lib/coccinella/contrib/tablelist/scripts/tablelistMove.tcl +lib/coccinella/contrib/tablelist/scripts/tablelistSort.tcl +lib/coccinella/contrib/tablelist/scripts/tablelistThemes.tcl +lib/coccinella/contrib/tablelist/scripts/tablelistUtil.tcl +lib/coccinella/contrib/tablelist/scripts/tablelistWidget.tcl +lib/coccinella/contrib/tablelist/scripts/tclIndex +lib/coccinella/contrib/tablelist/tablelist.tcl +lib/coccinella/contrib/tablelist/tablelistPublic.tcl +lib/coccinella/contrib/tablelist/tablelist_tile.tcl +lib/coccinella/contrib/tiles/ +lib/coccinella/contrib/tiles/blank.png +lib/coccinella/contrib/tiles/close.png +lib/coccinella/contrib/tiles/closeDark.png +lib/coccinella/contrib/tiles/closeLight.png +lib/coccinella/contrib/tiles/crossAqua.png +lib/coccinella/contrib/tiles/crossAquaActive.png +lib/coccinella/contrib/tiles/downArrow.png +lib/coccinella/contrib/tiles/downArrowContrast.png +lib/coccinella/contrib/tiles/open.png +lib/coccinella/contrib/tiles/openDark.png +lib/coccinella/contrib/tiles/openLight.png +lib/coccinella/contrib/tiles/oval.png +lib/coccinella/contrib/tiles/ovalDark.png +lib/coccinella/contrib/tiles/search.png +lib/coccinella/contrib/tiles/sunken.png +lib/coccinella/contrib/tiles/sunkenWhite.png +lib/coccinella/contrib/tileutils.tcl lib/coccinella/contrib/timing.tcl lib/coccinella/contrib/tinyfileutils.tcl lib/coccinella/contrib/tinyhttpd.tcl -lib/coccinella/contrib/tree.tcl +lib/coccinella/contrib/tinyhttpdmsg.tcl +lib/coccinella/contrib/treeutil.tcl +lib/coccinella/contrib/ttoolbar.tcl +lib/coccinella/contrib/ui/ +lib/coccinella/contrib/ui/comboboxex.tcl +lib/coccinella/contrib/ui/combomenu.tcl +lib/coccinella/contrib/ui/dialog.tcl +lib/coccinella/contrib/ui/entryex.tcl +lib/coccinella/contrib/ui/fontselector.tcl +lib/coccinella/contrib/ui/megaentry.tcl +lib/coccinella/contrib/ui/notify.tcl +lib/coccinella/contrib/ui/openimage.tcl +lib/coccinella/contrib/ui/optionmenu.tcl +lib/coccinella/contrib/ui/pkgIndex.tcl +lib/coccinella/contrib/ui/progress.tcl +lib/coccinella/contrib/ui/toplevel.tcl +lib/coccinella/contrib/ui/util.tcl lib/coccinella/contrib/undo.tcl +lib/coccinella/contrib/uri.tcl lib/coccinella/contrib/uriencode.tcl -lib/coccinella/contrib/wavelabel.tcl +lib/coccinella/contrib/urn-scheme.tcl +lib/coccinella/contrib/utils.tcl +lib/coccinella/contrib/uuid.tcl lib/coccinella/contrib/wizard.tcl lib/coccinella/docs/ -lib/coccinella/docs/JabberTransport_en.can -lib/coccinella/docs/JabberTransport_nl.can -lib/coccinella/docs/NetworkSetup_en.can -lib/coccinella/docs/NetworkSetup_nl.can -lib/coccinella/docs/Servers_en.can -lib/coccinella/docs/Servers_nl.can lib/coccinella/docs/Welcome_en.can lib/coccinella/docs/Welcome_nl.can lib/coccinella/docs/Welcome_sv.can +lib/coccinella/docs/penguin.gif lib/coccinella/httpd/ lib/coccinella/httpd/404.html lib/coccinella/httpd/images/ -lib/coccinella/httpd/images/download.gif -lib/coccinella/httpd/images/file.gif -lib/coccinella/httpd/images/folder.gif -lib/coccinella/httpd/images/up.gif +lib/coccinella/httpd/images/file.png +lib/coccinella/httpd/images/folder.png +lib/coccinella/httpd/images/up.png lib/coccinella/httpd/std.css lib/coccinella/iconsets/ lib/coccinella/iconsets/emoticons/ -lib/coccinella/iconsets/emoticons/AIM.jisp -lib/coccinella/iconsets/emoticons/Chibi.jisp -lib/coccinella/iconsets/emoticons/KMess-Cartoon-1.0.jisp -lib/coccinella/iconsets/emoticons/apple_ichat.jisp lib/coccinella/iconsets/emoticons/default/ -@comment lib/coccinella/iconsets/emoticons/default/SmileysReadme.txt +lib/coccinella/iconsets/emoticons/default/face-angel.png +lib/coccinella/iconsets/emoticons/default/face-confused.png +lib/coccinella/iconsets/emoticons/default/face-crying.png +lib/coccinella/iconsets/emoticons/default/face-devilish.png +lib/coccinella/iconsets/emoticons/default/face-embarrassed.png +lib/coccinella/iconsets/emoticons/default/face-foot-in-mouth.png +lib/coccinella/iconsets/emoticons/default/face-glasses.png +lib/coccinella/iconsets/emoticons/default/face-kiss.png +lib/coccinella/iconsets/emoticons/default/face-laugh.png +lib/coccinella/iconsets/emoticons/default/face-plain.png +lib/coccinella/iconsets/emoticons/default/face-raspberry.png +lib/coccinella/iconsets/emoticons/default/face-sad.png +lib/coccinella/iconsets/emoticons/default/face-sleep.png +lib/coccinella/iconsets/emoticons/default/face-smile-big.png +lib/coccinella/iconsets/emoticons/default/face-smile.png +lib/coccinella/iconsets/emoticons/default/face-surprise.png +lib/coccinella/iconsets/emoticons/default/face-uncertain.png +lib/coccinella/iconsets/emoticons/default/face-wink.png +lib/coccinella/iconsets/emoticons/default/heart.png lib/coccinella/iconsets/emoticons/default/icondef.xml -lib/coccinella/iconsets/emoticons/default/smiley-alien.gif -lib/coccinella/iconsets/emoticons/default/smiley-angry.gif -lib/coccinella/iconsets/emoticons/default/smiley-bandit.gif -lib/coccinella/iconsets/emoticons/default/smiley-beard.gif -lib/coccinella/iconsets/emoticons/default/smiley-bored.gif -lib/coccinella/iconsets/emoticons/default/smiley-calm.gif -lib/coccinella/iconsets/emoticons/default/smiley-cat.gif -lib/coccinella/iconsets/emoticons/default/smiley-cheeky.gif -lib/coccinella/iconsets/emoticons/default/smiley-cheerful.gif -lib/coccinella/iconsets/emoticons/default/smiley-chinese.gif -lib/coccinella/iconsets/emoticons/default/smiley-classic.gif -lib/coccinella/iconsets/emoticons/default/smiley-confused.gif -lib/coccinella/iconsets/emoticons/default/smiley-cool.gif -lib/coccinella/iconsets/emoticons/default/smiley-cross-eye.gif -lib/coccinella/iconsets/emoticons/default/smiley-cry.gif -lib/coccinella/iconsets/emoticons/default/smiley-cyclops.gif -lib/coccinella/iconsets/emoticons/default/smiley-dead.gif -lib/coccinella/iconsets/emoticons/default/smiley-depressed.gif -lib/coccinella/iconsets/emoticons/default/smiley-devious.gif -lib/coccinella/iconsets/emoticons/default/smiley-disappoin.gif -lib/coccinella/iconsets/emoticons/default/smiley-ditsy.gif -lib/coccinella/iconsets/emoticons/default/smiley-dog.gif -lib/coccinella/iconsets/emoticons/default/smiley-eek.gif -lib/coccinella/iconsets/emoticons/default/smiley-embarrassed.gif -lib/coccinella/iconsets/emoticons/default/smiley-ermm.gif -lib/coccinella/iconsets/emoticons/default/smiley-evil.gif -lib/coccinella/iconsets/emoticons/default/smiley-evolved.gif -lib/coccinella/iconsets/emoticons/default/smiley-gasmask.gif -lib/coccinella/iconsets/emoticons/default/smiley-glasses.gif -lib/coccinella/iconsets/emoticons/default/smiley-grin.gif -lib/coccinella/iconsets/emoticons/default/smiley-happy.gif -lib/coccinella/iconsets/emoticons/default/smiley-hurt.gif -lib/coccinella/iconsets/emoticons/default/smiley-jaguar.gif -lib/coccinella/iconsets/emoticons/default/smiley-knocked.gif -lib/coccinella/iconsets/emoticons/default/smiley-kommie.gif -lib/coccinella/iconsets/emoticons/default/smiley-laugh.gif -lib/coccinella/iconsets/emoticons/default/smiley-lick.gif -lib/coccinella/iconsets/emoticons/default/smiley-mad.gif -lib/coccinella/iconsets/emoticons/default/smiley-nervous.gif -lib/coccinella/iconsets/emoticons/default/smiley-ninja.gif -lib/coccinella/iconsets/emoticons/default/smiley-normal.gif -lib/coccinella/iconsets/emoticons/default/smiley-ogre.gif -lib/coccinella/iconsets/emoticons/default/smiley-old.gif -lib/coccinella/iconsets/emoticons/default/smiley-paranoid.gif -lib/coccinella/iconsets/emoticons/default/smiley-pirate.gif -lib/coccinella/iconsets/emoticons/default/smiley-ponder.gif -lib/coccinella/iconsets/emoticons/default/smiley-puzzled.gif -lib/coccinella/iconsets/emoticons/default/smiley-rambo.gif -lib/coccinella/iconsets/emoticons/default/smiley-robot.gif -lib/coccinella/iconsets/emoticons/default/smiley-sad.gif -lib/coccinella/iconsets/emoticons/default/smiley-shocked.gif -lib/coccinella/iconsets/emoticons/default/smiley-silly.gif -lib/coccinella/iconsets/emoticons/default/smiley-sleeping.gif -lib/coccinella/iconsets/emoticons/default/smiley-smiley.gif -lib/coccinella/iconsets/emoticons/default/smiley-smoker.gif -lib/coccinella/iconsets/emoticons/default/smiley-speechless.gif -lib/coccinella/iconsets/emoticons/default/smiley-squareeyed.gif -lib/coccinella/iconsets/emoticons/default/smiley-surprised.gif -lib/coccinella/iconsets/emoticons/default/smiley-tired.gif -lib/coccinella/iconsets/emoticons/default/smiley-vampire.gif -lib/coccinella/iconsets/emoticons/default/smiley-wink.gif -lib/coccinella/iconsets/emoticons/kreativ_squareheads.jisp -lib/coccinella/iconsets/emoticons/patricks_faces-1.0.jisp -lib/coccinella/iconsets/emoticons/trill-basic-smileys.jisp -lib/coccinella/iconsets/emoticons/webmessenger.jisp -lib/coccinella/iconsets/emoticons/yahoo_messenger.jisp -lib/coccinella/iconsets/roster/ -lib/coccinella/iconsets/roster/default/ -lib/coccinella/iconsets/roster/default/icondef.xml -lib/coccinella/images/ -lib/coccinella/images/Coccinella.icns -lib/coccinella/images/Coccinella.psd -lib/coccinella/images/FakeSample.mov -lib/coccinella/images/MimeCodeGifs.tcl -lib/coccinella/images/alert.png -lib/coccinella/images/bluebox.gif -lib/coccinella/images/brokenImage.gif -lib/coccinella/images/browser16.gif -lib/coccinella/images/buttoncancel.gif -lib/coccinella/images/buttonok.gif -lib/coccinella/images/bwrect.gif -lib/coccinella/images/coccinella.ico -lib/coccinella/images/connect.gif -lib/coccinella/images/connectDis.gif -lib/coccinella/images/connectDis2.gif -lib/coccinella/images/contactOff.gif -lib/coccinella/images/contactOn.gif -lib/coccinella/images/error.png -lib/coccinella/images/forward.gif -lib/coccinella/images/forwardDis.gif -lib/coccinella/images/history.gif -lib/coccinella/images/import.gif -lib/coccinella/images/importDis.gif -lib/coccinella/images/inbox.gif -lib/coccinella/images/inboxDis.gif -lib/coccinella/images/inboxLetter.gif -lib/coccinella/images/inboxLetterDis.gif -lib/coccinella/images/info.gif -lib/coccinella/images/infoDis.gif -lib/coccinella/images/invite.gif -lib/coccinella/images/inviteDis.gif -lib/coccinella/images/ladybug.gif -lib/coccinella/images/light.png -lib/coccinella/images/lightbulboff.gif -lib/coccinella/images/lightbulbon.gif -lib/coccinella/images/message.gif -lib/coccinella/images/newmsg.gif -lib/coccinella/images/newmsgDis.gif -lib/coccinella/images/newuser.gif -lib/coccinella/images/newuserDis.gif -lib/coccinella/images/notifier.gif -lib/coccinella/images/open.gif -lib/coccinella/images/openDis.gif -lib/coccinella/images/penguin.gif -lib/coccinella/images/print.gif -lib/coccinella/images/printDis.gif -lib/coccinella/images/qtlogo12.gif -lib/coccinella/images/qtlogo16.gif -lib/coccinella/images/quote.gif -lib/coccinella/images/quoteDis.gif -lib/coccinella/images/reliefpopupbt.gif -lib/coccinella/images/reliefpopupbtpush.gif -lib/coccinella/images/reply.gif -lib/coccinella/images/replyDis.gif -lib/coccinella/images/resizehandle.gif -lib/coccinella/images/roster16.gif -lib/coccinella/images/save.gif -lib/coccinella/images/saveDis.gif -lib/coccinella/images/send.gif -lib/coccinella/images/sendDis.gif -lib/coccinella/images/sendfile.gif -lib/coccinella/images/sendfileDis.gif -lib/coccinella/images/settings.gif -lib/coccinella/images/sky.gif -lib/coccinella/images/sky2.gif -lib/coccinella/images/splash.gif -lib/coccinella/images/stop.gif -lib/coccinella/images/stopDis.gif -lib/coccinella/images/tklogo12.gif -lib/coccinella/images/trash.gif -lib/coccinella/images/trashDis.gif -lib/coccinella/images/unreadmessage.gif -lib/coccinella/images/wave.gif -lib/coccinella/images/xppopupbt.gif +lib/coccinella/iconsets/emoticons/default/star.png lib/coccinella/items/ lib/coccinella/items/Games/ lib/coccinella/items/Games/Chess.can @@ -296,33 +233,32 @@ lib/coccinella/items/Games/chessimages/wrunner.gif lib/coccinella/items/Games/chessimages/wtower.gif lib/coccinella/items/Games/chineschecker.gif lib/coccinella/items/Mathematica.can -lib/coccinella/items/Smileys/ -lib/coccinella/items/Smileys/Classic.can -lib/coccinella/items/Smileys/Cry.can -lib/coccinella/items/Smileys/Embarrassed.can -lib/coccinella/items/Smileys/Grin.can -lib/coccinella/items/Smileys/Knocked.can -lib/coccinella/items/Smileys/Normal.can -lib/coccinella/items/Smileys/Sad.can -lib/coccinella/items/Smileys/Speechless.can -lib/coccinella/items/Smileys/Wink.can +lib/coccinella/items/Mathematica2.can lib/coccinella/items/SpeechBubbleSE.can lib/coccinella/items/boing.can lib/coccinella/items/heart.can -lib/coccinella/items/ladyBug.can lib/coccinella/items/modernArt.can lib/coccinella/jabber/ -lib/coccinella/jabber/Agents.tcl -lib/coccinella/jabber/Browse.tcl +lib/coccinella/jabber/Adhoc.tcl +lib/coccinella/jabber/AppStatusSlot.tcl +lib/coccinella/jabber/AutoAway.tcl +lib/coccinella/jabber/Avatar.tcl +lib/coccinella/jabber/AvatarMB.tcl lib/coccinella/jabber/Chat.tcl -lib/coccinella/jabber/Conference.tcl +lib/coccinella/jabber/ChatTheme.tcl +lib/coccinella/jabber/Create.tcl lib/coccinella/jabber/Disco.tcl lib/coccinella/jabber/Emoticons.tcl +lib/coccinella/jabber/Enter.tcl +lib/coccinella/jabber/FTrans.tcl +lib/coccinella/jabber/Gateway.tcl lib/coccinella/jabber/GotMsg.tcl lib/coccinella/jabber/GroupChat.tcl lib/coccinella/jabber/History.tcl +lib/coccinella/jabber/Icondef.tcl lib/coccinella/jabber/JForms.tcl lib/coccinella/jabber/JPrefs.tcl +lib/coccinella/jabber/JPubServers.tcl lib/coccinella/jabber/JUI.tcl lib/coccinella/jabber/JUser.tcl lib/coccinella/jabber/JWB.tcl @@ -330,75 +266,127 @@ lib/coccinella/jabber/Jabber.tcl lib/coccinella/jabber/Login.tcl lib/coccinella/jabber/MUC.tcl lib/coccinella/jabber/MailBox.tcl +lib/coccinella/jabber/MegaPresence.tcl +lib/coccinella/jabber/MicroBlog.tcl lib/coccinella/jabber/NewMsg.tcl +lib/coccinella/jabber/Nickname.tcl lib/coccinella/jabber/OOB.tcl lib/coccinella/jabber/Privacy.tcl lib/coccinella/jabber/Profiles.tcl +lib/coccinella/jabber/PublicServices.tcl lib/coccinella/jabber/Register.tcl lib/coccinella/jabber/Roster.tcl +lib/coccinella/jabber/RosterAvatar.tcl +lib/coccinella/jabber/RosterPlain.tcl +lib/coccinella/jabber/RosterTree.tcl +lib/coccinella/jabber/RosterTwo.tcl lib/coccinella/jabber/Rosticons.tcl lib/coccinella/jabber/Search.tcl +lib/coccinella/jabber/Servicons.tcl lib/coccinella/jabber/SetupAss.tcl lib/coccinella/jabber/Status.tcl +lib/coccinella/jabber/StatusSlot.tcl lib/coccinella/jabber/Subscribe.tcl +lib/coccinella/jabber/UserInfo.tcl lib/coccinella/jabber/VCard.tcl lib/coccinella/jabber/pkgIndex.tcl lib/coccinella/jabberlib/ @comment lib/coccinella/jabberlib/README lib/coccinella/jabberlib/XMLFormat.tcl -lib/coccinella/jabberlib/browse.tcl +lib/coccinella/jabberlib/annotations.tcl +lib/coccinella/jabberlib/avatar.tcl +lib/coccinella/jabberlib/bind.tcl +lib/coccinella/jabberlib/bytestreams.tcl +lib/coccinella/jabberlib/caps.tcl +lib/coccinella/jabberlib/compress.tcl +lib/coccinella/jabberlib/connect.tcl +lib/coccinella/jabberlib/data.tcl lib/coccinella/jabberlib/disco.tcl +lib/coccinella/jabberlib/ftrans.tcl +lib/coccinella/jabberlib/groupchat.tcl lib/coccinella/jabberlib/ibb.tcl lib/coccinella/jabberlib/jabberlib.tcl +lib/coccinella/jabberlib/jingle.tcl +lib/coccinella/jabberlib/jlibdns.tcl lib/coccinella/jabberlib/jlibhttp.tcl lib/coccinella/jabberlib/jlibsasl.tcl lib/coccinella/jabberlib/jlibtls.tcl lib/coccinella/jabberlib/muc.tcl +lib/coccinella/jabberlib/pep.tcl lib/coccinella/jabberlib/pkgIndex.tcl +lib/coccinella/jabberlib/private.tcl +lib/coccinella/jabberlib/pubsub.tcl lib/coccinella/jabberlib/roster.tcl lib/coccinella/jabberlib/saslmd5.tcl +lib/coccinella/jabberlib/scripts/ +lib/coccinella/jabberlib/scripts/README-scripts +lib/coccinella/jabberlib/scripts/message.tcl +lib/coccinella/jabberlib/scripts/password.tcl +lib/coccinella/jabberlib/scripts/pkgIndex.tcl +lib/coccinella/jabberlib/scripts/register.tcl +lib/coccinella/jabberlib/scripts/unregister.tcl lib/coccinella/jabberlib/service.tcl +lib/coccinella/jabberlib/si.tcl +lib/coccinella/jabberlib/sipub.tcl lib/coccinella/jabberlib/stanzaerror.tcl lib/coccinella/jabberlib/streamerror.tcl lib/coccinella/jabberlib/tinydom.tcl +lib/coccinella/jabberlib/util.tcl +lib/coccinella/jabberlib/vcard.tcl lib/coccinella/jabberlib/wrapper.tcl lib/coccinella/lib/ +lib/coccinella/lib/AMenu.tcl lib/coccinella/lib/Base64Icons.tcl +lib/coccinella/lib/Bookmarks.tcl +lib/coccinella/lib/Component.tcl lib/coccinella/lib/Debug.tcl lib/coccinella/lib/Dialogs.tcl lib/coccinella/lib/EditDialogs.tcl +lib/coccinella/lib/FakeSample.mov lib/coccinella/lib/FileCache.tcl -lib/coccinella/lib/FileUtils.tcl lib/coccinella/lib/HttpTrpt.tcl lib/coccinella/lib/Httpd.tcl +lib/coccinella/lib/ITree.tcl lib/coccinella/lib/Init.tcl lib/coccinella/lib/MacintoshUtils.tcl +lib/coccinella/lib/Media.tcl lib/coccinella/lib/Network.tcl -lib/coccinella/lib/P2P.tcl -lib/coccinella/lib/P2PNet.tcl +lib/coccinella/lib/PrefGeneral.tcl +lib/coccinella/lib/PrefHelpers.tcl +lib/coccinella/lib/PrefNet.tcl +lib/coccinella/lib/PrefUtils.tcl lib/coccinella/lib/Preferences.tcl -lib/coccinella/lib/PreferencesUtils.tcl -lib/coccinella/lib/ReflectorServer.tcl +lib/coccinella/lib/Proxy.tcl +lib/coccinella/lib/SSLInfo.tcl lib/coccinella/lib/SetFactoryDefaults.tcl lib/coccinella/lib/Splash.tcl +lib/coccinella/lib/TSearch.tcl lib/coccinella/lib/TheServer.tcl lib/coccinella/lib/Theme.tcl lib/coccinella/lib/Types.tcl lib/coccinella/lib/UI.tcl lib/coccinella/lib/UserActions.tcl lib/coccinella/lib/Utils.tcl +lib/coccinella/lib/WSearch.tcl lib/coccinella/lib/WindowsUtils.tcl lib/coccinella/lib/pkgIndex.tcl lib/coccinella/msgs/ +lib/coccinella/msgs/cs.msg +lib/coccinella/msgs/da.msg lib/coccinella/msgs/de.msg lib/coccinella/msgs/en.msg lib/coccinella/msgs/es.msg lib/coccinella/msgs/fr.msg +lib/coccinella/msgs/it.msg +lib/coccinella/msgs/ko.msg lib/coccinella/msgs/nl.msg +lib/coccinella/msgs/pl.msg lib/coccinella/msgs/post/ @comment lib/coccinella/msgs/post/README-post -lib/coccinella/msgs/sv.mac +lib/coccinella/msgs/pt.msg +lib/coccinella/msgs/ru.msg lib/coccinella/msgs/sv.msg +lib/coccinella/msgs/zh_cn.msg lib/coccinella/pkgIndex.tcl lib/coccinella/plugins/ lib/coccinella/plugins/Example.tcl @@ -414,37 +402,475 @@ lib/coccinella/plugins/applets/CardGame/CardGame.itcl lib/coccinella/plugins/applets/CardGame/CardStack.itcl lib/coccinella/plugins/applets/CardGame/cards/ lib/coccinella/plugins/applets/CardGame/cards/tewi.tcl +lib/coccinella/plugins/applets/CardGame/swash.wav lib/coccinella/plugins/applets/CardGame/tclIndex lib/coccinella/plugins/applets/Dice.itcl lib/coccinella/plugins/pluginDefs.tcl lib/coccinella/plugins/vtk/ lib/coccinella/plugins/vtk/VTKImports.tcl +lib/coccinella/po/ +lib/coccinella/po/LINGUAS +lib/coccinella/po/POTFILES.in +lib/coccinella/po/compile.tcl +lib/coccinella/po/cs.po +lib/coccinella/po/da.po +lib/coccinella/po/de.po +lib/coccinella/po/es.po +lib/coccinella/po/extract.tcl +lib/coccinella/po/fr.po +lib/coccinella/po/it.po +lib/coccinella/po/ko.po +lib/coccinella/po/nl.po +lib/coccinella/po/pl.po +lib/coccinella/po/pt.po +lib/coccinella/po/ru.po +lib/coccinella/po/sv.po +lib/coccinella/po/template.pot +lib/coccinella/po/update.sh +lib/coccinella/po/zh_cn.po lib/coccinella/resources/ +lib/coccinella/resources/README-config lib/coccinella/resources/README-resources -lib/coccinella/resources/blueberry.rdb -lib/coccinella/resources/bluetabs.rdb -lib/coccinella/resources/crystal.rdb +lib/coccinella/resources/alt.rdb +lib/coccinella/resources/clam.rdb +lib/coccinella/resources/classic.rdb +lib/coccinella/resources/configExample.tcl lib/coccinella/resources/default.rdb +lib/coccinella/resources/keramik.rdb lib/coccinella/resources/macintosh.rdb lib/coccinella/resources/macosx.rdb lib/coccinella/resources/post/ lib/coccinella/resources/post/README-post +lib/coccinella/resources/pre/ +lib/coccinella/resources/pre/README-pre +lib/coccinella/resources/step.rdb lib/coccinella/resources/unix.rdb lib/coccinella/resources/windows.rdb -lib/coccinella/sounds/ -lib/coccinella/sounds/alarm.wav -lib/coccinella/sounds/autoanswered.wav -lib/coccinella/sounds/clicked.wav -lib/coccinella/sounds/connected.wav -lib/coccinella/sounds/newchatmsg.wav -lib/coccinella/sounds/newchatthread.wav -lib/coccinella/sounds/newmsg.wav -lib/coccinella/sounds/offline.wav -lib/coccinella/sounds/online.wav -lib/coccinella/sounds/startup.wav -lib/coccinella/sounds/statchange.wav -lib/coccinella/sounds/swash.wav -lib/coccinella/sounds/userchange.wav +lib/coccinella/resources/winxpblue.rdb +lib/coccinella/themes/ +lib/coccinella/themes/Aqua/ +lib/coccinella/themes/Aqua/icons/ +lib/coccinella/themes/Aqua/icons/16x16/ +lib/coccinella/themes/Aqua/icons/16x16/user-away.png +lib/coccinella/themes/Aqua/icons/16x16/user-dnd.png +lib/coccinella/themes/Aqua/icons/16x16/user-invisible.png +lib/coccinella/themes/Aqua/icons/16x16/user-offline.png +lib/coccinella/themes/Aqua/icons/16x16/user-online.png +lib/coccinella/themes/Aqua/icons/16x16/user-xa.png +lib/coccinella/themes/Aqua/themeInfo +lib/coccinella/themes/Oxygen/ +lib/coccinella/themes/Oxygen/AUTHORS +lib/coccinella/themes/Oxygen/avatars/ +lib/coccinella/themes/Oxygen/avatars/32x32/ +lib/coccinella/themes/Oxygen/avatars/32x32/defaultBoy.png +lib/coccinella/themes/Oxygen/avatars/48x48/ +lib/coccinella/themes/Oxygen/avatars/48x48/defaultBoy.png +lib/coccinella/themes/Oxygen/avatars/64x64/ +lib/coccinella/themes/Oxygen/avatars/64x64/defaultBoy.png +lib/coccinella/themes/Oxygen/backgrounds/ +lib/coccinella/themes/Oxygen/backgrounds/roster-default.png +lib/coccinella/themes/Oxygen/backgrounds/roster-default.svg +lib/coccinella/themes/Oxygen/elements/ +lib/coccinella/themes/Oxygen/elements/bwrect.gif +lib/coccinella/themes/Oxygen/elements/colorSelBW.gif +lib/coccinella/themes/Oxygen/elements/colorSelSwap.gif +lib/coccinella/themes/Oxygen/elements/colorSelector.gif +lib/coccinella/themes/Oxygen/elements/phone/ +lib/coccinella/themes/Oxygen/elements/phone/b0.png +lib/coccinella/themes/Oxygen/elements/phone/b0Pressed.png +lib/coccinella/themes/Oxygen/elements/phone/b1.png +lib/coccinella/themes/Oxygen/elements/phone/b1Pressed.png +lib/coccinella/themes/Oxygen/elements/phone/b2.png +lib/coccinella/themes/Oxygen/elements/phone/b2Pressed.png +lib/coccinella/themes/Oxygen/elements/phone/b3.png +lib/coccinella/themes/Oxygen/elements/phone/b3Pressed.png +lib/coccinella/themes/Oxygen/elements/phone/b4.png +lib/coccinella/themes/Oxygen/elements/phone/b4Pressed.png +lib/coccinella/themes/Oxygen/elements/phone/b5.png +lib/coccinella/themes/Oxygen/elements/phone/b5Pressed.png +lib/coccinella/themes/Oxygen/elements/phone/b6.png +lib/coccinella/themes/Oxygen/elements/phone/b6Pressed.png +lib/coccinella/themes/Oxygen/elements/phone/b7.png +lib/coccinella/themes/Oxygen/elements/phone/b7Pressed.png +lib/coccinella/themes/Oxygen/elements/phone/b8.png +lib/coccinella/themes/Oxygen/elements/phone/b8Pressed.png +lib/coccinella/themes/Oxygen/elements/phone/b9.png +lib/coccinella/themes/Oxygen/elements/phone/b9Pressed.png +lib/coccinella/themes/Oxygen/elements/phone/backspace.png +lib/coccinella/themes/Oxygen/elements/phone/backspacePressed.png +lib/coccinella/themes/Oxygen/elements/phone/bsquare.png +lib/coccinella/themes/Oxygen/elements/phone/bsquarePressed.png +lib/coccinella/themes/Oxygen/elements/phone/bstar.png +lib/coccinella/themes/Oxygen/elements/phone/bstarPressed.png +lib/coccinella/themes/Oxygen/elements/phone/call.png +lib/coccinella/themes/Oxygen/elements/phone/callPressed.png +lib/coccinella/themes/Oxygen/elements/phone/clear.png +lib/coccinella/themes/Oxygen/elements/phone/clearPressed.png +lib/coccinella/themes/Oxygen/elements/phone/display.png +lib/coccinella/themes/Oxygen/elements/phone/hangup.png +lib/coccinella/themes/Oxygen/elements/phone/hangupPressed.png +lib/coccinella/themes/Oxygen/elements/phone/radio1.png +lib/coccinella/themes/Oxygen/elements/phone/radio1Pressed.png +lib/coccinella/themes/Oxygen/elements/phone/radio2.png +lib/coccinella/themes/Oxygen/elements/phone/radio2Pressed.png +lib/coccinella/themes/Oxygen/elements/phone/radio3.png +lib/coccinella/themes/Oxygen/elements/phone/radio3Pressed.png +lib/coccinella/themes/Oxygen/elements/phone/transfer.png +lib/coccinella/themes/Oxygen/elements/phone/transferPressed.png +lib/coccinella/themes/Oxygen/elements/reliefpopupbt.gif +lib/coccinella/themes/Oxygen/elements/reliefpopupbtpush.gif +lib/coccinella/themes/Oxygen/elements/sizegrip.png +lib/coccinella/themes/Oxygen/elements/xppopupbt.gif +lib/coccinella/themes/Oxygen/icons/ +lib/coccinella/themes/Oxygen/icons/128x128/ +lib/coccinella/themes/Oxygen/icons/128x128/coccinella.png +lib/coccinella/themes/Oxygen/icons/128x128/coccinella2-shadow.png +lib/coccinella/themes/Oxygen/icons/128x128/coccinella2.png +lib/coccinella/themes/Oxygen/icons/12x12/ +lib/coccinella/themes/Oxygen/icons/12x12/mail-mark-whiteboard.png +lib/coccinella/themes/Oxygen/icons/16x16/ +lib/coccinella/themes/Oxygen/icons/16x16/activity-doing_chores.png +lib/coccinella/themes/Oxygen/icons/16x16/activity-drinking.png +lib/coccinella/themes/Oxygen/icons/16x16/activity-eating.png +lib/coccinella/themes/Oxygen/icons/16x16/activity-exercising.png +lib/coccinella/themes/Oxygen/icons/16x16/activity-grooming.png +lib/coccinella/themes/Oxygen/icons/16x16/activity-having_appointment.png +lib/coccinella/themes/Oxygen/icons/16x16/activity-inactive.png +lib/coccinella/themes/Oxygen/icons/16x16/activity-relaxing.png +lib/coccinella/themes/Oxygen/icons/16x16/activity-talking.png +lib/coccinella/themes/Oxygen/icons/16x16/activity-traveling.png +lib/coccinella/themes/Oxygen/icons/16x16/activity-working.png +lib/coccinella/themes/Oxygen/icons/16x16/activity.png +lib/coccinella/themes/Oxygen/icons/16x16/application-exit.png +lib/coccinella/themes/Oxygen/icons/16x16/audio-input-microphone.png +lib/coccinella/themes/Oxygen/icons/16x16/audio-output-speaker.png +lib/coccinella/themes/Oxygen/icons/16x16/bookmark-new.png +lib/coccinella/themes/Oxygen/icons/16x16/close-aqua-active.png +lib/coccinella/themes/Oxygen/icons/16x16/close-aqua.png +lib/coccinella/themes/Oxygen/icons/16x16/close.png +lib/coccinella/themes/Oxygen/icons/16x16/coccinella.png +lib/coccinella/themes/Oxygen/icons/16x16/dialog-cancel.png +lib/coccinella/themes/Oxygen/icons/16x16/dialog-information.png +lib/coccinella/themes/Oxygen/icons/16x16/dialog-ok.png +lib/coccinella/themes/Oxygen/icons/16x16/folder-closed.png +lib/coccinella/themes/Oxygen/icons/16x16/folder-open.png +lib/coccinella/themes/Oxygen/icons/16x16/folder.png +lib/coccinella/themes/Oxygen/icons/16x16/group-offline.png +lib/coccinella/themes/Oxygen/icons/16x16/group-online.png +lib/coccinella/themes/Oxygen/icons/16x16/group-pending.png +lib/coccinella/themes/Oxygen/icons/16x16/group-root-offline.png +lib/coccinella/themes/Oxygen/icons/16x16/group-root-online.png +lib/coccinella/themes/Oxygen/icons/16x16/group-transport.png +lib/coccinella/themes/Oxygen/icons/16x16/invite-Dis.png +lib/coccinella/themes/Oxygen/icons/16x16/invite.png +lib/coccinella/themes/Oxygen/icons/16x16/keypress-return.png +lib/coccinella/themes/Oxygen/icons/16x16/list-add-user.png +lib/coccinella/themes/Oxygen/icons/16x16/mail-mark-read.png +lib/coccinella/themes/Oxygen/icons/16x16/mail-mark-unread.png +lib/coccinella/themes/Oxygen/icons/16x16/mail-message-new.png +lib/coccinella/themes/Oxygen/icons/16x16/mood-afraid.png +lib/coccinella/themes/Oxygen/icons/16x16/mood-amazed.png +lib/coccinella/themes/Oxygen/icons/16x16/mood-angry.png +lib/coccinella/themes/Oxygen/icons/16x16/mood-annoyed.png +lib/coccinella/themes/Oxygen/icons/16x16/mood-anxious.png +lib/coccinella/themes/Oxygen/icons/16x16/mood-aroused.png +lib/coccinella/themes/Oxygen/icons/16x16/mood-ashamed.png +lib/coccinella/themes/Oxygen/icons/16x16/mood-bored.png +lib/coccinella/themes/Oxygen/icons/16x16/mood-brave.png +lib/coccinella/themes/Oxygen/icons/16x16/mood-calm.png +lib/coccinella/themes/Oxygen/icons/16x16/mood-cold.png +lib/coccinella/themes/Oxygen/icons/16x16/mood-confused.png +lib/coccinella/themes/Oxygen/icons/16x16/mood-contented.png +lib/coccinella/themes/Oxygen/icons/16x16/mood-cranky.png +lib/coccinella/themes/Oxygen/icons/16x16/mood-curious.png +lib/coccinella/themes/Oxygen/icons/16x16/mood-depressed.png +lib/coccinella/themes/Oxygen/icons/16x16/mood-disappointed.png +lib/coccinella/themes/Oxygen/icons/16x16/mood-disgusted.png +lib/coccinella/themes/Oxygen/icons/16x16/mood-distracted.png +lib/coccinella/themes/Oxygen/icons/16x16/mood-embarrassed.png +lib/coccinella/themes/Oxygen/icons/16x16/mood-excited.png +lib/coccinella/themes/Oxygen/icons/16x16/mood-flirtatious.png +lib/coccinella/themes/Oxygen/icons/16x16/mood-frustrated.png +lib/coccinella/themes/Oxygen/icons/16x16/mood-grumpy.png +lib/coccinella/themes/Oxygen/icons/16x16/mood-guilty.png +lib/coccinella/themes/Oxygen/icons/16x16/mood-happy.png +lib/coccinella/themes/Oxygen/icons/16x16/mood-hot.png +lib/coccinella/themes/Oxygen/icons/16x16/mood-humbled.png +lib/coccinella/themes/Oxygen/icons/16x16/mood-humiliated.png +lib/coccinella/themes/Oxygen/icons/16x16/mood-hungry.png +lib/coccinella/themes/Oxygen/icons/16x16/mood-hurt.png +lib/coccinella/themes/Oxygen/icons/16x16/mood-impressed.png +lib/coccinella/themes/Oxygen/icons/16x16/mood-in_awe.png +lib/coccinella/themes/Oxygen/icons/16x16/mood-in_love.png +lib/coccinella/themes/Oxygen/icons/16x16/mood-indignant.png +lib/coccinella/themes/Oxygen/icons/16x16/mood-interested.png +lib/coccinella/themes/Oxygen/icons/16x16/mood-intoxicated.png +lib/coccinella/themes/Oxygen/icons/16x16/mood-invincible.png +lib/coccinella/themes/Oxygen/icons/16x16/mood-jealous.png +lib/coccinella/themes/Oxygen/icons/16x16/mood-lonely.png +lib/coccinella/themes/Oxygen/icons/16x16/mood-mean.png +lib/coccinella/themes/Oxygen/icons/16x16/mood-moody.png +lib/coccinella/themes/Oxygen/icons/16x16/mood-nervous.png +lib/coccinella/themes/Oxygen/icons/16x16/mood-neutral.png +lib/coccinella/themes/Oxygen/icons/16x16/mood-offended.png +lib/coccinella/themes/Oxygen/icons/16x16/mood-playful.png +lib/coccinella/themes/Oxygen/icons/16x16/mood-proud.png +lib/coccinella/themes/Oxygen/icons/16x16/mood-relieved.png +lib/coccinella/themes/Oxygen/icons/16x16/mood-remorseful.png +lib/coccinella/themes/Oxygen/icons/16x16/mood-restless.png +lib/coccinella/themes/Oxygen/icons/16x16/mood-sad.png +lib/coccinella/themes/Oxygen/icons/16x16/mood-sarcastic.png +lib/coccinella/themes/Oxygen/icons/16x16/mood-serious.png +lib/coccinella/themes/Oxygen/icons/16x16/mood-shocked.png +lib/coccinella/themes/Oxygen/icons/16x16/mood-shy.png +lib/coccinella/themes/Oxygen/icons/16x16/mood-sick.png +lib/coccinella/themes/Oxygen/icons/16x16/mood-sleepy.png +lib/coccinella/themes/Oxygen/icons/16x16/mood-stressed.png +lib/coccinella/themes/Oxygen/icons/16x16/mood-surprised.png +lib/coccinella/themes/Oxygen/icons/16x16/mood-thirsty.png +lib/coccinella/themes/Oxygen/icons/16x16/mood-worried.png +lib/coccinella/themes/Oxygen/icons/16x16/mood.png +lib/coccinella/themes/Oxygen/icons/16x16/network-connect.png +lib/coccinella/themes/Oxygen/icons/16x16/network-disconnect.png +lib/coccinella/themes/Oxygen/icons/16x16/notify-message.png +lib/coccinella/themes/Oxygen/icons/16x16/notify-typing.png +lib/coccinella/themes/Oxygen/icons/16x16/phone-call-Dis.png +lib/coccinella/themes/Oxygen/icons/16x16/phone-call.png +lib/coccinella/themes/Oxygen/icons/16x16/phone-called.png +lib/coccinella/themes/Oxygen/icons/16x16/phone-missed.png +lib/coccinella/themes/Oxygen/icons/16x16/phone-online.png +lib/coccinella/themes/Oxygen/icons/16x16/phone-received.png +lib/coccinella/themes/Oxygen/icons/16x16/phone-ring.png +lib/coccinella/themes/Oxygen/icons/16x16/phone-symbol-Dis.png +lib/coccinella/themes/Oxygen/icons/16x16/phone-symbol.png +lib/coccinella/themes/Oxygen/icons/16x16/phone-talk.png +lib/coccinella/themes/Oxygen/icons/16x16/preferences.png +lib/coccinella/themes/Oxygen/icons/16x16/protocol-aim.png +lib/coccinella/themes/Oxygen/icons/16x16/protocol-facebook.png +lib/coccinella/themes/Oxygen/icons/16x16/protocol-gadugadu.png +lib/coccinella/themes/Oxygen/icons/16x16/protocol-icq.png +lib/coccinella/themes/Oxygen/icons/16x16/protocol-irc.png +lib/coccinella/themes/Oxygen/icons/16x16/protocol-mrim.png +lib/coccinella/themes/Oxygen/icons/16x16/protocol-msn.png +lib/coccinella/themes/Oxygen/icons/16x16/protocol-myspaceim.png +lib/coccinella/themes/Oxygen/icons/16x16/protocol-qq.png +lib/coccinella/themes/Oxygen/icons/16x16/protocol-sametime.png +lib/coccinella/themes/Oxygen/icons/16x16/protocol-sms.png +lib/coccinella/themes/Oxygen/icons/16x16/protocol-tlen.png +lib/coccinella/themes/Oxygen/icons/16x16/protocol-twitter.png +lib/coccinella/themes/Oxygen/icons/16x16/protocol-xmpp.png +lib/coccinella/themes/Oxygen/icons/16x16/protocol-yahoo.png +lib/coccinella/themes/Oxygen/icons/16x16/security-high.png +lib/coccinella/themes/Oxygen/icons/16x16/security-low.png +lib/coccinella/themes/Oxygen/icons/16x16/security-medium.png +lib/coccinella/themes/Oxygen/icons/16x16/service-account.png +lib/coccinella/themes/Oxygen/icons/16x16/service-auth.png +lib/coccinella/themes/Oxygen/icons/16x16/service-automation-translation.png +lib/coccinella/themes/Oxygen/icons/16x16/service-automation.png +lib/coccinella/themes/Oxygen/icons/16x16/service-client-console.png +lib/coccinella/themes/Oxygen/icons/16x16/service-client-handheld.png +lib/coccinella/themes/Oxygen/icons/16x16/service-client-pc.png +lib/coccinella/themes/Oxygen/icons/16x16/service-client-phone.png +lib/coccinella/themes/Oxygen/icons/16x16/service-client.png +lib/coccinella/themes/Oxygen/icons/16x16/service-collaboration-whiteboard.png +lib/coccinella/themes/Oxygen/icons/16x16/service-component-archive.png +lib/coccinella/themes/Oxygen/icons/16x16/service-component-load.png +lib/coccinella/themes/Oxygen/icons/16x16/service-component-log.png +lib/coccinella/themes/Oxygen/icons/16x16/service-component-stats.png +lib/coccinella/themes/Oxygen/icons/16x16/service-component.png +lib/coccinella/themes/Oxygen/icons/16x16/service-conference.png +lib/coccinella/themes/Oxygen/icons/16x16/service-directory-user.png +lib/coccinella/themes/Oxygen/icons/16x16/service-directory.png +lib/coccinella/themes/Oxygen/icons/16x16/service-headline-newmail.png +lib/coccinella/themes/Oxygen/icons/16x16/service-headline-rss.png +lib/coccinella/themes/Oxygen/icons/16x16/service-headline-weather.png +lib/coccinella/themes/Oxygen/icons/16x16/service-hierarchy-branch.png +lib/coccinella/themes/Oxygen/icons/16x16/service-hierarchy-leaf.png +lib/coccinella/themes/Oxygen/icons/16x16/service-proxy.png +lib/coccinella/themes/Oxygen/icons/16x16/service-pubsub.png +lib/coccinella/themes/Oxygen/icons/16x16/service-server-im.png +lib/coccinella/themes/Oxygen/icons/16x16/service-server.png +lib/coccinella/themes/Oxygen/icons/16x16/service-store.png +lib/coccinella/themes/Oxygen/icons/16x16/services-Dis.png +lib/coccinella/themes/Oxygen/icons/16x16/services.png +lib/coccinella/themes/Oxygen/icons/16x16/user-away-aim.png +lib/coccinella/themes/Oxygen/icons/16x16/user-away-gadugadu.png +lib/coccinella/themes/Oxygen/icons/16x16/user-away-icq.png +lib/coccinella/themes/Oxygen/icons/16x16/user-away-msn.png +lib/coccinella/themes/Oxygen/icons/16x16/user-away-tlen.png +lib/coccinella/themes/Oxygen/icons/16x16/user-away-yahoo.png +lib/coccinella/themes/Oxygen/icons/16x16/user-away.png +lib/coccinella/themes/Oxygen/icons/16x16/user-chat-icq.png +lib/coccinella/themes/Oxygen/icons/16x16/user-chat-msn.png +lib/coccinella/themes/Oxygen/icons/16x16/user-chat-tlen.png +lib/coccinella/themes/Oxygen/icons/16x16/user-chat.png +lib/coccinella/themes/Oxygen/icons/16x16/user-dnd-aim.png +lib/coccinella/themes/Oxygen/icons/16x16/user-dnd-gadugadu.png +lib/coccinella/themes/Oxygen/icons/16x16/user-dnd-icq.png +lib/coccinella/themes/Oxygen/icons/16x16/user-dnd-msn.png +lib/coccinella/themes/Oxygen/icons/16x16/user-dnd-tlen.png +lib/coccinella/themes/Oxygen/icons/16x16/user-dnd-yahoo.png +lib/coccinella/themes/Oxygen/icons/16x16/user-dnd.png +lib/coccinella/themes/Oxygen/icons/16x16/user-invisible-gadugadu.png +lib/coccinella/themes/Oxygen/icons/16x16/user-invisible-icq.png +lib/coccinella/themes/Oxygen/icons/16x16/user-invisible-msn.png +lib/coccinella/themes/Oxygen/icons/16x16/user-invisible-yahoo.png +lib/coccinella/themes/Oxygen/icons/16x16/user-invisible.png +lib/coccinella/themes/Oxygen/icons/16x16/user-offline-aim.png +lib/coccinella/themes/Oxygen/icons/16x16/user-offline-gadugadu.png +lib/coccinella/themes/Oxygen/icons/16x16/user-offline-icq.png +lib/coccinella/themes/Oxygen/icons/16x16/user-offline-msn.png +lib/coccinella/themes/Oxygen/icons/16x16/user-offline-tlen.png +lib/coccinella/themes/Oxygen/icons/16x16/user-offline-yahoo.png +lib/coccinella/themes/Oxygen/icons/16x16/user-offline.png +lib/coccinella/themes/Oxygen/icons/16x16/user-online-aim.png +lib/coccinella/themes/Oxygen/icons/16x16/user-online-gadugadu.png +lib/coccinella/themes/Oxygen/icons/16x16/user-online-icq.png +lib/coccinella/themes/Oxygen/icons/16x16/user-online-msn.png +lib/coccinella/themes/Oxygen/icons/16x16/user-online-sms.png +lib/coccinella/themes/Oxygen/icons/16x16/user-online-smtp.png +lib/coccinella/themes/Oxygen/icons/16x16/user-online-tlen.png +lib/coccinella/themes/Oxygen/icons/16x16/user-online-yahoo.png +lib/coccinella/themes/Oxygen/icons/16x16/user-online.png +lib/coccinella/themes/Oxygen/icons/16x16/user-xa-icq.png +lib/coccinella/themes/Oxygen/icons/16x16/user-xa-msn.png +lib/coccinella/themes/Oxygen/icons/16x16/user-xa-tlen.png +lib/coccinella/themes/Oxygen/icons/16x16/user-xa-yahoo.png +lib/coccinella/themes/Oxygen/icons/16x16/user-xa.png +lib/coccinella/themes/Oxygen/icons/16x16/view-history-Dis.png +lib/coccinella/themes/Oxygen/icons/16x16/view-history.png +lib/coccinella/themes/Oxygen/icons/22x22/ +lib/coccinella/themes/Oxygen/icons/22x22/coccinella.png +lib/coccinella/themes/Oxygen/icons/22x22/coccinella2-shadow.png +lib/coccinella/themes/Oxygen/icons/22x22/coccinella2.png +lib/coccinella/themes/Oxygen/icons/22x22/draw-arc.gif +lib/coccinella/themes/Oxygen/icons/22x22/draw-arrow.png +lib/coccinella/themes/Oxygen/icons/22x22/draw-brush.png +lib/coccinella/themes/Oxygen/icons/22x22/draw-del.png +lib/coccinella/themes/Oxygen/icons/22x22/draw-line.png +lib/coccinella/themes/Oxygen/icons/22x22/draw-oval.png +lib/coccinella/themes/Oxygen/icons/22x22/draw-pen.png +lib/coccinella/themes/Oxygen/icons/22x22/draw-point.png +lib/coccinella/themes/Oxygen/icons/22x22/draw-poly.png +lib/coccinella/themes/Oxygen/icons/22x22/draw-rect.png +lib/coccinella/themes/Oxygen/icons/22x22/draw-text.png +lib/coccinella/themes/Oxygen/icons/22x22/fill-color.png +lib/coccinella/themes/Oxygen/icons/22x22/transform-move.png +lib/coccinella/themes/Oxygen/icons/22x22/transform-rotate.png +lib/coccinella/themes/Oxygen/icons/22x22/vcard.png +lib/coccinella/themes/Oxygen/icons/32x32/ +lib/coccinella/themes/Oxygen/icons/32x32/chat-message-new-Dis.png +lib/coccinella/themes/Oxygen/icons/32x32/chat-message-new.png +lib/coccinella/themes/Oxygen/icons/32x32/coccinella.png +lib/coccinella/themes/Oxygen/icons/32x32/coccinella2-shadow.png +lib/coccinella/themes/Oxygen/icons/32x32/coccinella2.png +lib/coccinella/themes/Oxygen/icons/32x32/dialog-error-Dis.png +lib/coccinella/themes/Oxygen/icons/32x32/dialog-error.png +lib/coccinella/themes/Oxygen/icons/32x32/dialog-information-Dis.png +lib/coccinella/themes/Oxygen/icons/32x32/dialog-information.png +lib/coccinella/themes/Oxygen/icons/32x32/document-import-Dis.png +lib/coccinella/themes/Oxygen/icons/32x32/document-import.png +lib/coccinella/themes/Oxygen/icons/32x32/document-open-Dis.png +lib/coccinella/themes/Oxygen/icons/32x32/document-open.png +lib/coccinella/themes/Oxygen/icons/32x32/document-print-Dis.png +lib/coccinella/themes/Oxygen/icons/32x32/document-print.png +lib/coccinella/themes/Oxygen/icons/32x32/document-save-Dis.png +lib/coccinella/themes/Oxygen/icons/32x32/document-save.png +lib/coccinella/themes/Oxygen/icons/32x32/go-next-view-Dis.png +lib/coccinella/themes/Oxygen/icons/32x32/go-next-view.png +lib/coccinella/themes/Oxygen/icons/32x32/go-previous-view-Dis.png +lib/coccinella/themes/Oxygen/icons/32x32/go-previous-view.png +lib/coccinella/themes/Oxygen/icons/32x32/image-missing.png +lib/coccinella/themes/Oxygen/icons/32x32/inbox-Dis.png +lib/coccinella/themes/Oxygen/icons/32x32/inbox-unread-Dis.png +lib/coccinella/themes/Oxygen/icons/32x32/inbox-unread.png +lib/coccinella/themes/Oxygen/icons/32x32/inbox.png +lib/coccinella/themes/Oxygen/icons/32x32/invite-Dis.png +lib/coccinella/themes/Oxygen/icons/32x32/invite.png +lib/coccinella/themes/Oxygen/icons/32x32/list-add-user-Dis.png +lib/coccinella/themes/Oxygen/icons/32x32/list-add-user.png +lib/coccinella/themes/Oxygen/icons/32x32/mail-attachment-Dis.png +lib/coccinella/themes/Oxygen/icons/32x32/mail-attachment.png +lib/coccinella/themes/Oxygen/icons/32x32/mail-forward-Dis.png +lib/coccinella/themes/Oxygen/icons/32x32/mail-forward.png +lib/coccinella/themes/Oxygen/icons/32x32/mail-message-new-Dis.png +lib/coccinella/themes/Oxygen/icons/32x32/mail-message-new.png +lib/coccinella/themes/Oxygen/icons/32x32/mail-quote-Dis.png +lib/coccinella/themes/Oxygen/icons/32x32/mail-quote.png +lib/coccinella/themes/Oxygen/icons/32x32/mail-reply-sender-Dis.png +lib/coccinella/themes/Oxygen/icons/32x32/mail-reply-sender.png +lib/coccinella/themes/Oxygen/icons/32x32/mail-send-Dis.png +lib/coccinella/themes/Oxygen/icons/32x32/mail-send.png +lib/coccinella/themes/Oxygen/icons/32x32/network-connect-Dis.png +lib/coccinella/themes/Oxygen/icons/32x32/network-connect.png +lib/coccinella/themes/Oxygen/icons/32x32/network-disconnect-Dis.png +lib/coccinella/themes/Oxygen/icons/32x32/network-disconnect.png +lib/coccinella/themes/Oxygen/icons/32x32/network-server.png +lib/coccinella/themes/Oxygen/icons/32x32/phone-call-Dis.png +lib/coccinella/themes/Oxygen/icons/32x32/phone-call.png +lib/coccinella/themes/Oxygen/icons/32x32/preferences-Dis.png +lib/coccinella/themes/Oxygen/icons/32x32/preferences.png +lib/coccinella/themes/Oxygen/icons/32x32/protocol-aim.png +lib/coccinella/themes/Oxygen/icons/32x32/protocol-facebook.png +lib/coccinella/themes/Oxygen/icons/32x32/protocol-gadugadu.png +lib/coccinella/themes/Oxygen/icons/32x32/protocol-icq.png +lib/coccinella/themes/Oxygen/icons/32x32/protocol-irc.png +lib/coccinella/themes/Oxygen/icons/32x32/protocol-mrim.png +lib/coccinella/themes/Oxygen/icons/32x32/protocol-msn.png +lib/coccinella/themes/Oxygen/icons/32x32/protocol-myspaceim.png +lib/coccinella/themes/Oxygen/icons/32x32/protocol-qq.png +lib/coccinella/themes/Oxygen/icons/32x32/protocol-sametime.png +lib/coccinella/themes/Oxygen/icons/32x32/protocol-sms.png +lib/coccinella/themes/Oxygen/icons/32x32/protocol-tlen.png +lib/coccinella/themes/Oxygen/icons/32x32/protocol-twitter.png +lib/coccinella/themes/Oxygen/icons/32x32/protocol-xmpp.png +lib/coccinella/themes/Oxygen/icons/32x32/protocol-yahoo.png +lib/coccinella/themes/Oxygen/icons/32x32/services-Dis.png +lib/coccinella/themes/Oxygen/icons/32x32/services.png +lib/coccinella/themes/Oxygen/icons/32x32/tools-wizard-Dis.png +lib/coccinella/themes/Oxygen/icons/32x32/tools-wizard.png +lib/coccinella/themes/Oxygen/icons/32x32/user-trash-Dis.png +lib/coccinella/themes/Oxygen/icons/32x32/user-trash.png +lib/coccinella/themes/Oxygen/icons/32x32/vcard.png +lib/coccinella/themes/Oxygen/icons/32x32/view-history-Dis.png +lib/coccinella/themes/Oxygen/icons/32x32/view-history.png +lib/coccinella/themes/Oxygen/icons/32x32/whiteboard-Dis.png +lib/coccinella/themes/Oxygen/icons/32x32/whiteboard.png +lib/coccinella/themes/Oxygen/icons/64x64/ +lib/coccinella/themes/Oxygen/icons/64x64/coccinella.png +lib/coccinella/themes/Oxygen/icons/64x64/dialog-error-Dis.png +lib/coccinella/themes/Oxygen/icons/64x64/dialog-error.png +lib/coccinella/themes/Oxygen/icons/64x64/dialog-information-Dis.png +lib/coccinella/themes/Oxygen/icons/64x64/dialog-information.png +lib/coccinella/themes/Oxygen/icons/64x64/dialog-question-Dis.png +lib/coccinella/themes/Oxygen/icons/64x64/dialog-question.png +lib/coccinella/themes/Oxygen/icons/64x64/dialog-warning-Dis.png +lib/coccinella/themes/Oxygen/icons/64x64/dialog-warning.png +lib/coccinella/themes/Oxygen/icons/64x64/world-map-Dis.png +lib/coccinella/themes/Oxygen/icons/64x64/world-map.png +lib/coccinella/themes/Oxygen/icons/others/ +lib/coccinella/themes/Oxygen/icons/others/coccinella.icns +lib/coccinella/themes/Oxygen/icons/others/coccinella.ico +lib/coccinella/themes/Oxygen/mime/ +lib/coccinella/themes/Oxygen/mime/16x16/ +lib/coccinella/themes/Oxygen/mime/16x16/video-quicktime.png +lib/coccinella/themes/Oxygen/sounds/ +lib/coccinella/themes/Oxygen/sounds/alarm.wav +lib/coccinella/themes/Oxygen/sounds/autoanswered.wav +lib/coccinella/themes/Oxygen/sounds/clicked.wav +lib/coccinella/themes/Oxygen/sounds/connected.wav +lib/coccinella/themes/Oxygen/sounds/newchatmsg.wav +lib/coccinella/themes/Oxygen/sounds/newchatthread.wav +lib/coccinella/themes/Oxygen/sounds/newmsg.wav +lib/coccinella/themes/Oxygen/sounds/offline.wav +lib/coccinella/themes/Oxygen/sounds/online.wav +lib/coccinella/themes/Oxygen/sounds/soundIndex.tcl +lib/coccinella/themes/Oxygen/sounds/startup.wav +lib/coccinella/themes/Oxygen/sounds/statchange.wav +lib/coccinella/themes/Oxygen/sounds/userchange.wav +lib/coccinella/themes/Oxygen/splash/ +lib/coccinella/themes/Oxygen/splash/splash-default.png +lib/coccinella/themes/Oxygen/themeInfo lib/coccinella/whiteboard/ lib/coccinella/whiteboard/BaseWBCanvas.itcl lib/coccinella/whiteboard/CanvasCmd.tcl @@ -460,15 +886,16 @@ lib/coccinella/whiteboard/ItemInspector.tcl lib/coccinella/whiteboard/Multicast.tcl lib/coccinella/whiteboard/Plugins.tcl lib/coccinella/whiteboard/PutFileIface.tcl -lib/coccinella/whiteboard/SequenceGrabber.tcl -lib/coccinella/whiteboard/WBIcons.tcl lib/coccinella/whiteboard/WBPrefs.tcl +lib/coccinella/whiteboard/WDialogs.tcl lib/coccinella/whiteboard/Whiteboard.tcl lib/coccinella/whiteboard/pkgIndex.tcl lib/coccinella/whiteboard/tclIndex +lib/coccinella/xmpp/ +lib/coccinella/xmpp/tcp.tcl +lib/coccinella/xmpp/xmlns.tcl +lib/coccinella/xmpp/xmpp.tcl share/doc/coccinella/ -share/doc/coccinella/README-jabber -share/doc/coccinella/README-smileys share/doc/coccinella/README-sounds +share/doc/coccinella/README-xmpp share/doc/coccinella/README.txt -share/doc/coccinella/README_encodings