[Xfce4-commits] add ru.po

2011-02-16 Thread Mark Trompell
Updating branch refs/heads/master
 to 101de86c2ba11fc53e24e96ddc06375528e8542d (commit)
   from 3bbaa9eb62be992cc22409799fa6e7cba8a8cdb3 (commit)

commit 101de86c2ba11fc53e24e96ddc06375528e8542d
Author: Evgeni Golov 
Date:   Fri Jul 2 21:53:08 2010 +0200

add ru.po

 THANKS |4 
 po/LINGUAS |2 +-
 po/ru.po   |   34 ++
 3 files changed, 39 insertions(+), 1 deletions(-)

diff --git a/THANKS b/THANKS
index 7dcf577..295a90b 100644
--- a/THANKS
+++ b/THANKS
@@ -24,3 +24,7 @@ These people have translated the indicator plugin to foreign 
languages.
 
  Bucur Alexandru 
  * ro translations
+
+ Evgeni Golov 
+ * ru translations
+
diff --git a/po/LINGUAS b/po/LINGUAS
index 928b634..c60f564 100644
--- a/po/LINGUAS
+++ b/po/LINGUAS
@@ -1,2 +1,2 @@
 # set of available languages (in alphabetic order)
-de fr nl pt_BR ro
+de fr nl pt_BR ro ru
diff --git a/po/ru.po b/po/ru.po
new file mode 100644
index 000..e8f8e8a
--- /dev/null
+++ b/po/ru.po
@@ -0,0 +1,34 @@
+# Russian translations for xfce4-indicator-plugin package
+# Russian messages for xfce4-indicator-plugin.
+# Copyright (C) 2010 Evgeni Golov 
+# This file is distributed under the same license as the 
xfce4-indicator-plugin package.
+# 2010 Evgeni Golov , 2010.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: xfce4-indicator-plugin 0.2.0-hg\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2010-07-02 09:48+0100\n"
+"PO-Revision-Date: 2010-07-02 10:06+0100\n"
+"Last-Translator: Evgeni Golov \n"
+"Language-Team: Russian\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-Poedit-Language: Russian\n"
+"X-Poedit-Country: RUSSIAN FEDERATION\n"
+
+#. A label to allow for click through
+#: ../panel-plugin/indicator.c:209
+msgid "No Indicators"
+msgstr "Нет индикаторов"
+
+#: ../panel-plugin/indicator.desktop.in.in.h:1
+msgid "An indicator of something that needs your attention on the desktop"
+msgstr "Индикатор события, требующего вашего внимания"
+
+#: ../panel-plugin/indicator.desktop.in.in.h:2
+msgid "Indicator Plugin"
+msgstr "Плагин индикаторов"
+
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
http://foo-projects.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] add dutch

2011-02-16 Thread Mark Trompell
Updating branch refs/heads/master
 to a4c37ada55b94835929e925588987f8440594b42 (commit)
   from 017e04ee4b77495d55cf9b3b44724ea904b86ce5 (commit)

commit a4c37ada55b94835929e925588987f8440594b42
Author: Mark Trompell 
Date:   Thu Jul 1 12:01:16 2010 +0200

add dutch

 INSTALL|   97 +--
 po/LINGUAS |2 +-
 po/nl.po   |   27 
 3 files changed, 108 insertions(+), 18 deletions(-)

diff --git a/INSTALL b/INSTALL
index 2550dab..7d1c323 100644
--- a/INSTALL
+++ b/INSTALL
@@ -4,8 +4,10 @@ Installation Instructions
 Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005,
 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
 
-   This file is free documentation; the Free Software Foundation gives
-unlimited permission to copy, distribute and modify it.
+   Copying and distribution of this file, with or without modification,
+are permitted in any medium without royalty provided the copyright
+notice and this notice are preserved.  This file is offered as-is,
+without warranty of any kind.
 
 Basic Installation
 ==
@@ -13,7 +15,11 @@ Basic Installation
Briefly, the shell commands `./configure; make; make install' should
 configure, build, and install this package.  The following
 more-detailed instructions are generic; see the `README' file for
-instructions specific to this package.
+instructions specific to this package.  Some packages provide this
+`INSTALL' file but do not implement all of the features documented
+below.  The lack of an optional feature in a given package is not
+necessarily a bug.  More recommendations for GNU packages can be found
+in *note Makefile Conventions: (standards)Makefile Conventions.
 
The `configure' shell script attempts to guess correct values for
 various system-dependent variables used during compilation.  It uses
@@ -42,7 +48,7 @@ may remove or edit it.
 you want to change it or regenerate `configure' using a newer version
 of `autoconf'.
 
-The simplest way to compile this package is:
+   The simplest way to compile this package is:
 
   1. `cd' to the directory containing the package's source code and type
  `./configure' to configure the package for your system.
@@ -53,12 +59,22 @@ The simplest way to compile this package is:
   2. Type `make' to compile the package.
 
   3. Optionally, type `make check' to run any self-tests that come with
- the package.
+ the package, generally using the just-built uninstalled binaries.
 
   4. Type `make install' to install the programs and any data files and
- documentation.
-
-  5. You can remove the program binaries and object files from the
+ documentation.  When installing into a prefix owned by root, it is
+ recommended that the package be configured and built as a regular
+ user, and only the `make install' phase executed with root
+ privileges.
+
+  5. Optionally, type `make installcheck' to repeat any self-tests, but
+ this time using the binaries in their final installed location.
+ This target does not install anything.  Running this target as a
+ regular user, particularly if the prior `make install' required
+ root privileges, verifies that the installation completed
+ correctly.
+
+  6. You can remove the program binaries and object files from the
  source code directory by typing `make clean'.  To also remove the
  files that `configure' created (so you can compile the package for
  a different kind of computer), type `make distclean'.  There is
@@ -67,8 +83,15 @@ The simplest way to compile this package is:
  all sorts of other programs in order to regenerate files that came
  with the distribution.
 
-  6. Often, you can also type `make uninstall' to remove the installed
- files again.
+  7. Often, you can also type `make uninstall' to remove the installed
+ files again.  In practice, not all packages have tested that
+ uninstallation works correctly, even though it is required by the
+ GNU Coding Standards.
+
+  8. Some packages, particularly those that use Automake, provide `make
+ distcheck', which can by used by developers to test that all other
+ targets like `make install' and `make uninstall' work correctly.
+ This target is generally not run by end users.
 
 Compilers and Options
 =
@@ -93,7 +116,8 @@ same time, by placing the object files for each architecture 
in their
 own directory.  To do this, you can use GNU `make'.  `cd' to the
 directory where you want the object files and executables to go and run
 the `configure' script.  `configure' automatically checks for the
-source code in the directory that `configure' is in and in `..'.
+source code in the directory that `configure' is in and in `..'.  This
+is known as a "VPATH" build.
 
With a non-GNU `make', it is safer to compile the package for one
 architecture at a time in the source code directory.  Afte

[Xfce4-commits] honor to whom honor is due! nl.po from Vincent.

2011-02-16 Thread Mark Trompell
Updating branch refs/heads/master
 to c82a0a7c0ff81115b0db4f44f4e50967e1196739 (commit)
   from a4c37ada55b94835929e925588987f8440594b42 (commit)

commit c82a0a7c0ff81115b0db4f44f4e50967e1196739
Author: Mark Trompell 
Date:   Thu Jul 1 12:14:33 2010 +0200

honor to whom honor is due! nl.po from Vincent.

 THANKS |3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/THANKS b/THANKS
index d14811e..7dcf577 100644
--- a/THANKS
+++ b/THANKS
@@ -16,6 +16,9 @@ These people have translated the indicator plugin to foreign 
languages.
  Alexandre Franke 
  * fr translations
 
+ Vincent Tunru
+ * nl translations
+
  Og Maciel 
  * pt_BR translations
 
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
http://foo-projects.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] add module.xml

2011-02-16 Thread Mark Trompell
Updating branch refs/heads/master
 to 5fd54ab20467bdd2f44dc5c9c1455eb3a99278c2 (commit)
   from 101de86c2ba11fc53e24e96ddc06375528e8542d (commit)

commit 5fd54ab20467bdd2f44dc5c9c1455eb3a99278c2
Author: Mark Trompell 
Date:   Thu Feb 17 08:20:39 2011 +0100

add module.xml

 module.xml |   20 
 1 files changed, 20 insertions(+), 0 deletions(-)

diff --git a/module.xml b/module.xml
new file mode 100644
index 000..99355b9
--- /dev/null
+++ b/module.xml
@@ -0,0 +1,20 @@
+
+http://www.w3.org/1999/02/22-rdf-syntax-ns#";
+  xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#";
+  xmlns:foaf="http://xmlns.com/foaf/0.1/";
+  xmlns:gnome="http://api.gnome.org/doap-extensions#";
+  xmlns="http://usefulinc.com/ns/doap#";>
+
+  xfce4-indicator-plugin
+  exposes ayatana indicators in the xfce 
panel
+  http://goodies.xfce.org/projects/panel-plugins/xfce4-indicator-plugin"/>
+  http://foo-projects.org/mailman/listinfo/xfce"/>
+
+  
+
+  Mark Trompell
+  m...@foresightlinux.org
+  markt
+
+  
+
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
http://foo-projects.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] get ready for 0.2

2011-02-16 Thread Mark Trompell
Updating branch refs/heads/master
 to 827c171389735c9b3c29e167990b27313fe72502 (commit)
   from 38226e17623403d142dda61e1f6d2cd15ff8ef8f (commit)

commit 827c171389735c9b3c29e167990b27313fe72502
Author: Mark Trompell 
Date:   Tue Jun 29 14:52:19 2010 +0200

get ready for 0.2

 NEWS|4 
 THANKS  |4 
 configure.in.in |2 +-
 3 files changed, 9 insertions(+), 1 deletions(-)

diff --git a/NEWS b/NEWS
index a0224d4..b365308 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+0.2.0
+=
+Use indicator 0.3+
+
 0.1.0
 =
 Make it work with the new splitted libindicat{e,or}
diff --git a/THANKS b/THANKS
index b951cd2..d14811e 100644
--- a/THANKS
+++ b/THANKS
@@ -2,6 +2,10 @@ What's this file about?
 ---
 This file lists all external people that have contributed to this project
 
+Contributions:
+--
+ Evgeni Golov 
+
 Translators (sorted by language):
 --
 These people have translated the indicator plugin to foreign languages.
diff --git a/configure.in.in b/configure.in.in
index 67a7efd..881641b 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -7,7 +7,7 @@ dnl ***
 dnl *** Version information ***
 dnl ***
 m4_define([indicator_version_major], [0])
-m4_define([indicator_version_minor], [1])
+m4_define([indicator_version_minor], [2])
 m4_define([indicator_version_micro], [0])
 m4_define([indicator_version], 
[indicator_version_major().indicator_version_minor().indicator_version_micro()])
 
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
http://foo-projects.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] Added tag 0.2.0 for changeset 87a6a470a7c4

2011-02-16 Thread Mark Trompell
Updating branch refs/heads/master
 to 017e04ee4b77495d55cf9b3b44724ea904b86ce5 (commit)
   from 827c171389735c9b3c29e167990b27313fe72502 (commit)

commit 017e04ee4b77495d55cf9b3b44724ea904b86ce5
Author: Mark Trompell 
Date:   Tue Jun 29 14:52:43 2010 +0200

Added tag 0.2.0 for changeset 87a6a470a7c4


___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
http://foo-projects.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] fix Charset. Thanks Evgeni

2011-02-16 Thread Mark Trompell
Updating branch refs/heads/master
 to 3bbaa9eb62be992cc22409799fa6e7cba8a8cdb3 (commit)
   from c82a0a7c0ff81115b0db4f44f4e50967e1196739 (commit)

commit 3bbaa9eb62be992cc22409799fa6e7cba8a8cdb3
Author: Mark Trompell 
Date:   Fri Jul 2 21:48:47 2010 +0200

fix Charset. Thanks Evgeni

 po/de.po |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/po/de.po b/po/de.po
index 4286cb7..9da0f97 100644
--- a/po/de.po
+++ b/po/de.po
@@ -13,7 +13,7 @@ msgstr ""
 "Last-Translator: Mark Trompell \n"
 "Language-Team: German\n"
 "MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=ISO-8859-1\n"
+"Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
http://foo-projects.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] fix missing menu, when no indicators are found

2011-02-16 Thread Mark Trompell
Updating branch refs/heads/master
 to 38226e17623403d142dda61e1f6d2cd15ff8ef8f (commit)
   from 6d1612209cc18a1b9f17b87581739675830b8553 (commit)

commit 38226e17623403d142dda61e1f6d2cd15ff8ef8f
Author: Evgeni Golov 
Date:   Tue Jun 29 14:20:58 2010 +0200

fix missing menu, when no indicators are found

 panel-plugin/indicator.c |4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/panel-plugin/indicator.c b/panel-plugin/indicator.c
index 965c054..b769297 100644
--- a/panel-plugin/indicator.c
+++ b/panel-plugin/indicator.c
@@ -204,7 +204,8 @@ indicator_new (XfcePanelPlugin *plugin)
 
   if (indicators_loaded == 0) {
 /* A label to allow for click through */
-indicator->item = gtk_label_new(_("No Indicators"));
+indicator->item = xfce_create_panel_button();
+gtk_button_set_label(indicator->item, _("No Indicators"));
 gtk_widget_show(indicator->item);
 gtk_container_add (GTK_CONTAINER (plugin), indicator->item);
   } else {
@@ -293,6 +294,7 @@ indicator_construct (XfcePanelPlugin *plugin)
 
   /* show the panel's right-click menu on this menu */
   xfce_panel_plugin_add_action_widget (plugin, indicator->menu);
+  xfce_panel_plugin_add_action_widget (plugin, indicator->item);
 
   /* connect plugin signals */
   g_signal_connect (G_OBJECT (plugin), "free-data",
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
http://foo-projects.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] fix for indicator 0.3

2011-02-16 Thread Mark Trompell
Updating branch refs/heads/master
 to 6d1612209cc18a1b9f17b87581739675830b8553 (commit)
   from b9c05847bd3695d3e3fbda8f86924d57ca9081d0 (commit)

commit 6d1612209cc18a1b9f17b87581739675830b8553
Author: Evgeni Golov 
Date:   Mon Jun 7 11:12:31 2010 +0200

fix for indicator 0.3

 configure.in.in  |2 +-
 panel-plugin/indicator.c |   74 -
 2 files changed, 27 insertions(+), 49 deletions(-)

diff --git a/configure.in.in b/configure.in.in
index d80d1bb..67a7efd 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -65,7 +65,7 @@ XDT_CHECK_PACKAGE([GTK], [gtk+-2.0], [2.6.0])
 XDT_CHECK_PACKAGE([LIBXFCEGUI4], [libxfcegui4-1.0], [4.3.99.2])
 XDT_CHECK_PACKAGE([LIBXFCE4UTIL], [libxfce4util-1.0], [4.3.99.2])
 XDT_CHECK_PACKAGE([LIBXFCE4PANEL], [libxfce4panel-1.0], [4.3.99.2])
-XDT_CHECK_PACKAGE([INDICATOR], [indicator], [0.2.0])
+XDT_CHECK_PACKAGE([INDICATOR], [indicator], [0.3.0])
 
 dnl ***
 dnl *** Check for debugging support ***
diff --git a/panel-plugin/indicator.c b/panel-plugin/indicator.c
index 3edc404..965c054 100644
--- a/panel-plugin/indicator.c
+++ b/panel-plugin/indicator.c
@@ -26,7 +26,7 @@
 #include 
 #include 
 #include 
-#include 
+#include 
 
 #include "indicator.h"
 
@@ -318,57 +318,35 @@ load_module (const gchar * name, GtkWidget * menu)
g_debug("Loading Module: %s", name);
 
gchar * fullpath = g_build_filename(INDICATOR_DIR, name, NULL);
-   GModule * module = g_module_open(fullpath,
- G_MODULE_BIND_LAZY | G_MODULE_BIND_LOCAL);
+   IndicatorObject * io = indicator_object_new_from_file(fullpath);
g_free(fullpath);
-   g_return_val_if_fail(module != NULL, FALSE);
 
-   get_version_t lget_version = NULL;
-   g_return_val_if_fail(g_module_symbol(module, INDICATOR_GET_VERSION_S, 
(gpointer *)(&lget_version)), FALSE);
-   if (!INDICATOR_VERSION_CHECK(lget_version())) {
-   g_warning("Indicator using API version '%s' we're expecting 
'%s'", lget_version(), INDICATOR_VERSION);
-   return FALSE;
+   GList * entries = indicator_object_get_entries(io);
+   GList * entry = NULL;
+
+   for (entry = entries; entry != NULL; entry = g_list_next(entry)) {
+   IndicatorObjectEntry * entrydata = (IndicatorObjectEntry 
*)entry->data;
+
+   GtkWidget * menuitem = gtk_menu_item_new();
+   GtkWidget * hbox = gtk_hbox_new(FALSE, 3);
+   if (entrydata->image != NULL) {
+   gtk_box_pack_start(GTK_BOX(hbox), 
GTK_WIDGET(entrydata->image), FALSE, FALSE, 0);
+   }
+   if (entrydata->label != NULL) {
+   gtk_box_pack_start(GTK_BOX(hbox), 
GTK_WIDGET(entrydata->label), FALSE, FALSE, 0);
+   }
+   gtk_container_add(GTK_CONTAINER(menuitem), hbox);
+   gtk_widget_show(hbox);
+
+   if (entrydata->menu != NULL) {
+   gtk_menu_item_set_submenu(GTK_MENU_ITEM(menuitem), 
GTK_WIDGET(entrydata->menu));
+   }
+
+   gtk_menu_shell_append(GTK_MENU_SHELL(menu), menuitem);
+   gtk_widget_show(menuitem);
}
 
-   get_label_t lget_label = NULL;
-   g_return_val_if_fail(g_module_symbol(module, INDICATOR_GET_LABEL_S, 
(gpointer *)(&lget_label)), FALSE);
-   g_return_val_if_fail(lget_label != NULL, FALSE);
-   GtkLabel * label = lget_label();
-
-   get_icon_t lget_icon = NULL;
-   g_return_val_if_fail(g_module_symbol(module, INDICATOR_GET_ICON_S, 
(gpointer *)(&lget_icon)), FALSE);
-   g_return_val_if_fail(lget_icon != NULL, FALSE);
-   GtkImage * icon = lget_icon();
-
-   get_menu_t lget_menu = NULL;
-   g_return_val_if_fail(g_module_symbol(module, INDICATOR_GET_MENU_S, 
(gpointer *)(&lget_menu)), FALSE);
-   g_return_val_if_fail(lget_menu != NULL, FALSE);
-   GtkMenu * lmenu = lget_menu();
-
-   if (label == NULL && icon == NULL) {
-   /* This is the case where there is nothing to display,
-  kinda odd that we'd have a module with nothing. */
-   g_warning("No label or icon.  Odd.");
-   return FALSE;
-   }
-
-   GtkWidget * menuitem = gtk_menu_item_new();
-   GtkWidget * hbox = gtk_hbox_new(FALSE, 3);
-   if (icon != NULL) {
-   gtk_box_pack_start(GTK_BOX(hbox), GTK_WIDGET(icon), FALSE, 
FALSE, 0);
-   }
-   if (label != NULL) {
-   gtk_box_pack_start(GTK_BOX(hbox), GTK_WIDGET(label), FALSE, 
FALSE, 0);
-   }
-   gtk_container_add(GTK_CONTAINER(menuitem), hbox);
-   gtk_widget_show(hbox);
-
-   if (lmenu != NULL) {
-   gtk_menu_item_set_submenu(GTK_MENU_ITEM(menuitem), 
GTK_WIDGET(lmenu));
-   }
-
-   gtk_menu_shell_append(GTK_MENU_SHELL(menu), menuitem);
-   gtk_widget_show(menuitem);
+   g_list_free(entries);

[Xfce4-commits] forgotten pre release updates

2011-02-16 Thread Mark Trompell
Updating branch refs/heads/master
 to cc25b26a568487b03731106bc4d1bb929d7d7830 (commit)
   from eba33df457436b6114aeb60d2d5680641e16afff (commit)

commit cc25b26a568487b03731106bc4d1bb929d7d7830
Author: Mark Trompell 
Date:   Fri Oct 23 15:03:35 2009 +0200

forgotten pre release updates

 ChangeLog   |  191 ++-
 NEWS|4 +
 THANKS  |4 +-
 configure.in.in |4 +-
 4 files changed, 195 insertions(+), 8 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index db1f360..1747078 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,190 @@
-2009-05-15 Mark Trompell 
+2009-10-23  Mark Trompell  
+
+   * .hgtags:
+   Removed tag 0.1.0
+   [637ac7b3ce18] [tip]
+
+   * .hgtags:
+   Removed tag 0.1.0
+   [bc32f9c0d949]
+
+   * .hgtags:
+   tag for unstable release
+   [247267c94fe3]
+
+   * configure.in.in:
+   bump version to match the odd/even pattern
+   [db937462c76e]
+
+   * INSTALL, configure.in.in, panel-plugin/Makefile.am, panel-
+   plugin/indicator.c:
+   use icon dir provided by pkgconfig
+   [f55e3f23f51f]
+
+2009-08-19  Mark Trompell  
+
+   * autogen.sh, configure.in.in:
+   prepare for moving to git.xfce.org
+   [627bce9c8d8b]
+
+2009-06-22  Mark Trompell  
+
+   * .hgtags:
+   Added tag 0.0.1 for changeset 5252a897c046
+   [c2c591ecb672]
+
+   * configure.in.in:
+   remove svn tag only
+   [5252a897c046] [0.0.1]
+
+   * configure.in.in:
+   remove svn references
+   [b9113c0e5c2a]
+
+2009-06-17  Mark Trompell  
+
+   * configure.in.in:
+   fix check for indicator version
+   [9890ead51176]
+
+2009-06-10  Mark Trompell  
+
+   * THANKS, po/LINGUAS, po/fr.po:
+   french translations
+   [e65d3a56a5f0]
+
+   * THANKS, po/LINGUAS, po/ro.po:
+   update translations and Thanks
+   [d2d18bbfcced]
+
+   * po/ro.po:
+   ad a ro.po
+   [d87437a7cc16]
+
+2009-06-10  Og Maciel  
+
+   * po/ChangeLog, po/LINGUAS, po/pt_BR.po:
+   Added Brazilian Portuguese translation.
+   [3747d6ba92fe]
+
+2009-06-09  Mark Trompell  
+
+   * panel-plugin/indicator.desktop.in.in, po/de.po, po/xfce4-indicator-
+   plugin.pot:
+   make the english string match 'upstream'
+   [5131cf5f8af9]
+
+   * po/LINGUAS, po/POTFILES.in, po/de.po, po/xfce4-indicator-plugin.pot:
+   add i18n
+   [889ced45348a]
+
+2009-06-05  Mark Trompell  
+
+   * panel-plugin/indicator.c:
+   remove the old stuff
+   [af4d1bf7d0fb]
+
+   * panel-plugin/indicator.c:
+   simplify so check
+   [e7fa9c50e2e9]
+
+2009-06-04  Mark Trompell  
+
+   * Makefile.am, NEWS, TODO, configure.in.in, panel-plugin/Makefile.am,
+   panel-plugin/indicator.c, panel-plugin/indicator.h:
+   fix license
+   [60855760422c]
+
+   * panel-plugin/Makefile.am:
+   fix build
+   [c268fcc51951]
+
+   * icons/48x48/xfce4-indicator-plugin.png, icons/scalable/xfce4
+   -indicator-plugin.svg, panel-plugin/indicator-dialogs.c, panel-
+   plugin/indicator-dialogs.h, panel-plugin/indicator.c, panel-
+   plugin/indicator.h:
+   some cleanup
+   [7c93b7344569]
+
+   * panel-plugin/indicator.c:
+   do I really need the popup thing?
+   [e70d14d8edac]
+
+   * panel-plugin/indicator.c:
+   remove button again
+   [c693babca8b4]
+
+   * panel-plugin/indicator.c, panel-plugin/indicator.h:
+   it compiles
+   [c1a35016630c]
+
+2009-06-02  Mark Trompell  
+
+   * panel-plugin/indicator.c:
+   no comment
+   [794d46f01ee5]
+
+   * panel-plugin/indicator.c, panel-plugin/indicator.h:
+   break some more things
+   [2181eb951590]
+
+   * panel-plugin/indicator.c:
+   change menubar name
+   [0c027c03bb81]
+
+   * panel-plugin/Makefile.am, panel-plugin/indicator.c:
+   add some theme and icon stuff
+   [caa587a41a59]
+
+   * panel-plugin/indicator.c:
+   fix the fix
+   [327be7e098ed]
+
+   * panel-plugin/indicator.c, panel-plugin/indicator.h:
+   some random fixes
+   [571fbea24fc3]
+
+   * panel-plugin/indicator.c, panel-plugin/indicator.h:
+   add menubar
+   [8bf18f9d0247]
+
+   * panel-plugin/Makefile.am, panel-plugin/indicator.c:
+   add a new CFLAG
+   [73d6b6c8fdc2]
+
+2009-05-29  Mark Trompell  
+
+   * panel-plugin/indicator.c:
+   start to break things
+   [4dd240c193ff]
+
+2009-05-27  Mark Trompell  
+
+   * configure.in.in, panel-plugin/indicator.c:
+   indicator is the one we need to check for
+   [9270629d14cd]
+
+2009-05-26  Mark Trompell  
+
+   * configure.in.in, panel-plugin/indicator.h:
+   Fix build issue with libtool 2.x
+   [581ef713c278]
+
+2009-05-15  Mark Trompell  
+
+   * INSTALL, configure.in.in, panel-plugin/Makefile.am, panel-plugin
+   /indi

[Xfce4-commits] Removed tag 0.1.0

2011-02-16 Thread Mark Trompell
Updating branch refs/heads/master
 to eba33df457436b6114aeb60d2d5680641e16afff (commit)
   from ba3186adefe014bc00f1435d8a66c6297cf83e15 (commit)

commit eba33df457436b6114aeb60d2d5680641e16afff
Author: Mark Trompell 
Date:   Fri Oct 23 14:43:42 2009 +0200

Removed tag 0.1.0


___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
http://foo-projects.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] Removed tag 0.1.0

2011-02-16 Thread Mark Trompell
Updating branch refs/heads/master
 to ba3186adefe014bc00f1435d8a66c6297cf83e15 (commit)
   from c4560ce40e7e32a6d5c9d221a09c52f999e1162e (commit)

commit ba3186adefe014bc00f1435d8a66c6297cf83e15
Author: Mark Trompell 
Date:   Fri Oct 23 14:43:40 2009 +0200

Removed tag 0.1.0


___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
http://foo-projects.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] Added tag 0.1.0 for changeset 1e001f64ad6a

2011-02-16 Thread Mark Trompell
Updating branch refs/heads/master
 to b9c05847bd3695d3e3fbda8f86924d57ca9081d0 (commit)
   from cc25b26a568487b03731106bc4d1bb929d7d7830 (commit)

commit b9c05847bd3695d3e3fbda8f86924d57ca9081d0
Author: Mark Trompell 
Date:   Fri Oct 23 15:03:46 2009 +0200

Added tag 0.1.0 for changeset 1e001f64ad6a


___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
http://foo-projects.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] Added tag remove, 0.1.0 for changeset 247267c94fe3

2011-02-16 Thread Mark Trompell
Updating branch refs/heads/master
 to ab036e4e77121f7e7901ca3e390a3643a775ac07 (commit)
   from 864bf4baa26b2330299ac7c0a3293b59f0fdcd9a (commit)

commit ab036e4e77121f7e7901ca3e390a3643a775ac07
Author: Mark Trompell 
Date:   Fri Oct 23 14:42:14 2009 +0200

Added tag remove, 0.1.0 for changeset 247267c94fe3


___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
http://foo-projects.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] Removed tag remove

2011-02-16 Thread Mark Trompell
Updating branch refs/heads/master
 to c4560ce40e7e32a6d5c9d221a09c52f999e1162e (commit)
   from ab036e4e77121f7e7901ca3e390a3643a775ac07 (commit)

commit c4560ce40e7e32a6d5c9d221a09c52f999e1162e
Author: Mark Trompell 
Date:   Fri Oct 23 14:43:32 2009 +0200

Removed tag remove


___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
http://foo-projects.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] tag for unstable release

2011-02-16 Thread Mark Trompell
Updating branch refs/heads/master
 to 864bf4baa26b2330299ac7c0a3293b59f0fdcd9a (commit)
   from df46888d76cadbe7bd92587a9d8c70ef271d9580 (commit)

commit 864bf4baa26b2330299ac7c0a3293b59f0fdcd9a
Author: Mark Trompell 
Date:   Fri Oct 23 14:00:48 2009 +0200

tag for unstable release


___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
http://foo-projects.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] use icon dir provided by pkgconfig

2011-02-16 Thread Mark Trompell
Updating branch refs/heads/master
 to f1835a8aa73fcf02e5d9f938a4ed97ae178a0691 (commit)
   from e358b2a745df240e3ac56f9a1e964469ab00a680 (commit)

commit f1835a8aa73fcf02e5d9f938a4ed97ae178a0691
Author: Mark Trompell 
Date:   Fri Oct 23 13:47:13 2009 +0200

use icon dir provided by pkgconfig

 INSTALL  |   17 ++---
 configure.in.in  |9 +
 panel-plugin/Makefile.am |3 ++-
 panel-plugin/indicator.c |6 ++
 4 files changed, 27 insertions(+), 8 deletions(-)

diff --git a/INSTALL b/INSTALL
index 8b82ade..2550dab 100644
--- a/INSTALL
+++ b/INSTALL
@@ -2,7 +2,7 @@ Installation Instructions
 *
 
 Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005,
-2006, 2007, 2008 Free Software Foundation, Inc.
+2006, 2007, 2008, 2009 Free Software Foundation, Inc.
 
This file is free documentation; the Free Software Foundation gives
 unlimited permission to copy, distribute and modify it.
@@ -159,7 +159,7 @@ Particular systems
 CC is not installed, it is recommended to use the following options in
 order to use an ANSI C compiler:
 
- ./configure CC="cc -Ae"
+ ./configure CC="cc -Ae -D_XOPEN_SOURCE=500"
 
 and if that doesn't work, install pre-built binaries of GCC for HP-UX.
 
@@ -174,6 +174,16 @@ and if that doesn't work, try
 
  ./configure CC="cc -nodtk"
 
+   On Solaris, don't put `/usr/ucb' early in your `PATH'.  This
+directory contains several dysfunctional programs; working variants of
+these programs are available in `/usr/bin'.  So, if you need `/usr/ucb'
+in your `PATH', put it _after_ `/usr/bin'.
+
+   On Haiku, software installed for all users goes in `/boot/common',
+not `/usr/local'.  It is recommended to use the following options:
+
+ ./configure --prefix=/boot/common
+
 Specifying the System Type
 ==
 
@@ -189,7 +199,8 @@ type, such as `sun4', or a canonical name which has the 
form:
 
 where SYSTEM can have one of these forms:
 
- OS KERNEL-OS
+ OS
+ KERNEL-OS
 
See the file `config.sub' for the possible values of each field.  If
 `config.sub' isn't included in this package, then this package doesn't
diff --git a/configure.in.in b/configure.in.in
index 0d48661..2b92dc7 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -74,6 +74,15 @@ dnl *** Check for debugging support ***
 dnl ***
 XDT_FEATURE_DEBUG()
 
+dnl ***
+dnl *** Indicator info ***
+dnl ***
+INDICATORDIR=`$PKG_CONFIG --variable=indicatordir indicator`
+INDICATORICONSDIR=`$PKG_CONFIG --variable=iconsdir indicator`
+
+AC_SUBST(INDICATORDIR)
+AC_SUBST(INDICATORICONSDIR)
+
 dnl *
 dnl *** Substitute platform flags ***
 dnl *
diff --git a/panel-plugin/Makefile.am b/panel-plugin/Makefile.am
index c8e4644..ee2bf92 100644
--- a/panel-plugin/Makefile.am
+++ b/panel-plugin/Makefile.am
@@ -24,7 +24,8 @@ xfce4_indicator_plugin_CFLAGS =   
\
$(INDICATOR_CFLAGS) \
$(PLATFORM_CFLAGS)  \
-DDATADIR=\""$(datadir)"\"  \
-   -DINDICATOR_DIR=\""$(libdir)/indicators/2"\"
+   -DINDICATOR_ICONS_DIR=\""$(INDICATORICONSDIR)"\" \
+   -DINDICATOR_DIR=\""$(INDICATORDIR)"\"
 
 
 xfce4_indicator_plugin_LDADD = \
diff --git a/panel-plugin/indicator.c b/panel-plugin/indicator.c
index 6201041..3edc404 100644
--- a/panel-plugin/indicator.c
+++ b/panel-plugin/indicator.c
@@ -34,8 +34,6 @@
 #define DEFAULT_SETTING1 NULL
 #define DEFAULT_SETTING2 1
 #define DEFAULT_SETTING3 FALSE
-#define ICONS_DIR  (DATADIR G_DIR_SEPARATOR_S "indicator-applet" 
G_DIR_SEPARATOR_S "icons")
-
 
 /* prototypes */
 static void
@@ -153,8 +151,8 @@ indicator_new (XfcePanelPlugin *plugin)
 
   /* Init some theme/icon stuff */
   gtk_icon_theme_append_search_path(gtk_icon_theme_get_default(),
-  ICONS_DIR);
-  /* g_debug("Icons directory: %s", ICONS_DIR); */
+  INDICATOR_ICONS_DIR);
+  /* g_debug("Icons directory: %s", INDICATOR_ICONS_DIR); */
   gtk_rc_parse_string (
 "style \"indicator-applet-style\"\n"
 "{\n"
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
http://foo-projects.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] bump version to match the odd/even pattern

2011-02-16 Thread Mark Trompell
Updating branch refs/heads/master
 to df46888d76cadbe7bd92587a9d8c70ef271d9580 (commit)
   from f1835a8aa73fcf02e5d9f938a4ed97ae178a0691 (commit)

commit df46888d76cadbe7bd92587a9d8c70ef271d9580
Author: Mark Trompell 
Date:   Fri Oct 23 13:59:33 2009 +0200

bump version to match the odd/even pattern

 configure.in.in |4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.in.in b/configure.in.in
index 2b92dc7..db45d27 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -7,8 +7,8 @@ dnl ***
 dnl *** Version information ***
 dnl ***
 m4_define([indicator_version_major], [0])
-m4_define([indicator_version_minor], [0])
-m4_define([indicator_version_micro], [1])
+m4_define([indicator_version_minor], [1])
+m4_define([indicator_version_micro], [0])
 m4_define([indicator_version_build], [r@REVISION@])
 m4_define([indicator_version_tag], [git])
 m4_define([indicator_version], 
[indicator_version_major().indicator_version_minor().indicator_version_micro()ifelse(indicator_version_tag(),
 [git], [indicator_version_tag()-indicator_version_build()], 
[indicator_version_tag()])])
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
http://foo-projects.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] remove svn tag only

2011-02-16 Thread Mark Trompell
Updating branch refs/heads/master
 to e0f57ac91528d3bd71b8540e8c1892f3c967531b (commit)
   from f4095fd2828c3098bf89882d4c0cb2471865a31d (commit)

commit e0f57ac91528d3bd71b8540e8c1892f3c967531b
Author: Mark Trompell 
Date:   Mon Jun 22 17:23:07 2009 +0200

remove svn tag only

 configure.in.in |2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/configure.in.in b/configure.in.in
index 57dc30d..722bdc7 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -9,6 +9,8 @@ dnl ***
 m4_define([indicator_version_major], [0])
 m4_define([indicator_version_minor], [0])
 m4_define([indicator_version_micro], [1])
+m4_define([indicator_version_build], [r@REVISION@])
+m4_define([indicator_version_tag], [])
 m4_define([indicator_version], 
[indicator_version_major().indicator_version_minor().indicator_version_micro()ifelse(indicator_version_tag(),
 [svn], [indicator_version_tag()-indicator_version_build()], 
[indicator_version_tag()])])
 
 dnl ***
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
http://foo-projects.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] Added tag 0.0.1 for changeset 5252a897c046

2011-02-16 Thread Mark Trompell
Updating branch refs/heads/master
 to 3c848a5004fe729c71707ac03a75fb97c147ebef (commit)
   from e0f57ac91528d3bd71b8540e8c1892f3c967531b (commit)

commit 3c848a5004fe729c71707ac03a75fb97c147ebef
Author: Mark Trompell 
Date:   Mon Jun 22 17:32:01 2009 +0200

Added tag 0.0.1 for changeset 5252a897c046


___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
http://foo-projects.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] add i18n

2011-02-16 Thread Mark Trompell
Updating branch refs/heads/master
 to 04c3604dd47ca083a9eef881bf2beb54323ef129 (commit)
   from c980b4cf3ebb45c8424deb4b33ea79f02410996e (commit)

commit 04c3604dd47ca083a9eef881bf2beb54323ef129
Author: Mark Trompell 
Date:   Tue Jun 9 12:11:45 2009 +0200

add i18n

 po/LINGUAS|2 +-
 po/POTFILES.in|1 -
 po/de.po  |   31 +++
 po/xfce4-indicator-plugin.pot |   30 ++
 4 files changed, 62 insertions(+), 2 deletions(-)

diff --git a/po/LINGUAS b/po/LINGUAS
index 1756fb5..378dbde 100644
--- a/po/LINGUAS
+++ b/po/LINGUAS
@@ -1,2 +1,2 @@
 # set of available languages (in alphabetic order)
-
+de
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 104e3ff..24ff214 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -1,3 +1,2 @@
 panel-plugin/indicator.c
-panel-plugin/indicator-dialogs.c
 panel-plugin/indicator.desktop.in.in
diff --git a/po/de.po b/po/de.po
new file mode 100644
index 000..df7f70a
--- /dev/null
+++ b/po/de.po
@@ -0,0 +1,31 @@
+# German translations for xfce4-indicator-plugin package
+# German messages for xfce4-indicator-plugin.
+# Copyright (C) 2009 Mark Trompell 
+# This file is distributed under the same license as the 
xfce4-indicator-plugin package.
+# Mark Trompell , 2009.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: xfce4-indicator-plugin 0.0.1svn-r\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2009-06-09 11:58+0200\n"
+"PO-Revision-Date: 2009-06-09 12:02+0200\n"
+"Last-Translator: Mark Trompell \n"
+"Language-Team: German\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=ISO-8859-1\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. A label to allow for click through
+#: ../panel-plugin/indicator.c:209
+msgid "No Indicators"
+msgstr "Keine Anzeigen"
+
+#: ../panel-plugin/indicator.desktop.in.in.h:1
+msgid "Indicator Plugin"
+msgstr "Nachrichtenanzeige"
+
+#: ../panel-plugin/indicator.desktop.in.in.h:2
+msgid "Indicator plugin for the Xfce panel"
+msgstr "Panel Plugin zum Anzeigen neuer Nachrichten"
diff --git a/po/xfce4-indicator-plugin.pot b/po/xfce4-indicator-plugin.pot
new file mode 100644
index 000..fc01e26
--- /dev/null
+++ b/po/xfce4-indicator-plugin.pot
@@ -0,0 +1,30 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# FIRST AUTHOR , YEAR.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2009-06-09 11:58+0200\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME \n"
+"Language-Team: LANGUAGE \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=CHARSET\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. A label to allow for click through
+#: ../panel-plugin/indicator.c:209
+msgid "No Indicators"
+msgstr ""
+
+#: ../panel-plugin/indicator.desktop.in.in.h:1
+msgid "Indicator Plugin"
+msgstr ""
+
+#: ../panel-plugin/indicator.desktop.in.in.h:2
+msgid "Indicator plugin for the Xfce panel"
+msgstr ""
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
http://foo-projects.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] ad a ro.po

2011-02-16 Thread Mark Trompell
Updating branch refs/heads/master
 to eaa9e6bcb31d7112c12ff30be21392dd282d0a50 (commit)
   from 609120aee6d510dde172aba4f169dfff23ac (commit)

commit eaa9e6bcb31d7112c12ff30be21392dd282d0a50
Author: Mark Trompell 
Date:   Wed Jun 10 15:33:27 2009 +0200

ad a ro.po

 po/{de.po => ro.po} |   21 +++--
 1 files changed, 11 insertions(+), 10 deletions(-)

diff --git a/po/de.po b/po/ro.po
similarity index 61%
copy from po/de.po
copy to po/ro.po
index 4286cb7..4363bcd 100644
--- a/po/de.po
+++ b/po/ro.po
@@ -1,6 +1,6 @@
-# German translations for xfce4-indicator-plugin package
-# German messages for xfce4-indicator-plugin.
-# Copyright (C) 2009 Mark Trompell 
+# Romanian translations for xfce4-indicator-plugin package
+# Traducerea �n limba rom�n� pentru pachetul xfce4-indicator-plugin.
+# Copyright (C) 2009 THE xfce4-indicator-plugin'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the 
xfce4-indicator-plugin package.
 # Mark Trompell , 2009.
 #
@@ -9,23 +9,24 @@ msgstr ""
 "Project-Id-Version: xfce4-indicator-plugin 0.0.1svn-r\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2009-06-09 13:40+0200\n"
-"PO-Revision-Date: 2009-06-09 12:02+0200\n"
+"PO-Revision-Date: 2009-06-10 15:31+0200\n"
 "Last-Translator: Mark Trompell \n"
-"Language-Team: German\n"
+"Language-Team: Romanian\n"
 "MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=ISO-8859-1\n"
+"Content-Type: text/plain; charset=ISO-8859-2\n"
 "Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"Plural-Forms: nplurals=3; plural=n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < "
+"20)) ? 1 : 2;\n"
 
 #. A label to allow for click through
 #: ../panel-plugin/indicator.c:209
 msgid "No Indicators"
-msgstr "Keine Anzeigen"
+msgstr ""
 
 #: ../panel-plugin/indicator.desktop.in.in.h:1
 msgid "An indicator of something that needs your attention on the desktop"
-msgstr "Eine Anzeige, dass etwas Ihre Aufmerksamkeit benötigt"
+msgstr ""
 
 #: ../panel-plugin/indicator.desktop.in.in.h:2
 msgid "Indicator Plugin"
-msgstr "Nachrichtenanzeige"
+msgstr ""
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
http://foo-projects.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] french translations

2011-02-16 Thread Mark Trompell
Updating branch refs/heads/master
 to a4b374de80ef1acefcdca38f9e0ea577da9f3dd4 (commit)
   from 644a9b365bf66e9315bae8808d52b82f6aac99eb (commit)

commit a4b374de80ef1acefcdca38f9e0ea577da9f3dd4
Author: Mark Trompell 
Date:   Wed Jun 10 16:38:35 2009 +0200

french translations

 THANKS  |3 +++
 po/LINGUAS  |2 +-
 po/{de.po => fr.po} |   22 +++---
 3 files changed, 15 insertions(+), 12 deletions(-)

diff --git a/THANKS b/THANKS
index 65a72c3..8cbab99 100644
--- a/THANKS
+++ b/THANKS
@@ -11,6 +11,9 @@ These people have translated the indicator plugin to foreign 
languages.
  Mark Trompell 
  * de translations
 
+ Alexandre Franke 
+ * fr translations
+
  Og Maciel 
  * pt_BR translations
 
diff --git a/po/LINGUAS b/po/LINGUAS
index b419439..1179ea5 100644
--- a/po/LINGUAS
+++ b/po/LINGUAS
@@ -1,2 +1,2 @@
 # set of available languages (in alphabetic order)
-de pt_BR ro
+de fr pt_BR ro
diff --git a/po/de.po b/po/fr.po
similarity index 56%
copy from po/de.po
copy to po/fr.po
index 4286cb7..10af455 100644
--- a/po/de.po
+++ b/po/fr.po
@@ -1,31 +1,31 @@
-# German translations for xfce4-indicator-plugin package
-# German messages for xfce4-indicator-plugin.
+# French translations for xfce4-indicator-plugin
+# Traductions fran�aises de xfce4-indicator-plugin
 # Copyright (C) 2009 Mark Trompell 
 # This file is distributed under the same license as the 
xfce4-indicator-plugin package.
-# Mark Trompell , 2009.
+# Alexandre Franke , 2009.
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: xfce4-indicator-plugin 0.0.1svn-r\n"
+"Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2009-06-09 13:40+0200\n"
-"PO-Revision-Date: 2009-06-09 12:02+0200\n"
-"Last-Translator: Mark Trompell \n"
-"Language-Team: German\n"
+"PO-Revision-Date: 2009-06-10 16:25+0200\n"
+"Last-Translator: Alexandre Franke \n"
+"Language-Team: French\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=ISO-8859-1\n"
 "Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"Plural-Forms: nplurals=2; plural=(n > 1);\n"
 
 #. A label to allow for click through
 #: ../panel-plugin/indicator.c:209
 msgid "No Indicators"
-msgstr "Keine Anzeigen"
+msgstr "Aucun indicateur"
 
 #: ../panel-plugin/indicator.desktop.in.in.h:1
 msgid "An indicator of something that needs your attention on the desktop"
-msgstr "Eine Anzeige, dass etwas Ihre Aufmerksamkeit benötigt"
+msgstr "Un indicateur de quelque chose qui n�cessite votre attention"
 
 #: ../panel-plugin/indicator.desktop.in.in.h:2
 msgid "Indicator Plugin"
-msgstr "Nachrichtenanzeige"
+msgstr "Greffon indicateur"
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
http://foo-projects.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] remove svn references

2011-02-16 Thread Mark Trompell
Updating branch refs/heads/master
 to f4095fd2828c3098bf89882d4c0cb2471865a31d (commit)
   from 1a37ebb894c784855412deda302b11a48a627e2a (commit)

commit f4095fd2828c3098bf89882d4c0cb2471865a31d
Author: Mark Trompell 
Date:   Mon Jun 22 17:06:34 2009 +0200

remove svn references

 configure.in.in |2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/configure.in.in b/configure.in.in
index cc7d084..57dc30d 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -9,8 +9,6 @@ dnl ***
 m4_define([indicator_version_major], [0])
 m4_define([indicator_version_minor], [0])
 m4_define([indicator_version_micro], [1])
-m4_define([indicator_version_build], [r@REVISION@])
-m4_define([indicator_version_tag], [svn])
 m4_define([indicator_version], 
[indicator_version_major().indicator_version_minor().indicator_version_micro()ifelse(indicator_version_tag(),
 [svn], [indicator_version_tag()-indicator_version_build()], 
[indicator_version_tag()])])
 
 dnl ***
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
http://foo-projects.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] prepare for moving to git.xfce.org

2011-02-16 Thread Mark Trompell
Updating branch refs/heads/master
 to e358b2a745df240e3ac56f9a1e964469ab00a680 (commit)
   from 3c848a5004fe729c71707ac03a75fb97c147ebef (commit)

commit e358b2a745df240e3ac56f9a1e964469ab00a680
Author: Mark Trompell 
Date:   Wed Aug 19 13:56:22 2009 +0200

prepare for moving to git.xfce.org

 autogen.sh  |   20 +---
 configure.in.in |4 ++--
 2 files changed, 11 insertions(+), 13 deletions(-)

diff --git a/autogen.sh b/autogen.sh
index 15b0cd1..bceccc9 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -16,18 +16,16 @@ EOF
   exit 1
 }
 
-# verify that po/LINGUAS is present
-(test -f po/LINGUAS) >/dev/null 2>&1 || {
-  cat >&2  "configure.in"
diff --git a/configure.in.in b/configure.in.in
index 722bdc7..0d48661 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -10,8 +10,8 @@ m4_define([indicator_version_major], [0])
 m4_define([indicator_version_minor], [0])
 m4_define([indicator_version_micro], [1])
 m4_define([indicator_version_build], [r@REVISION@])
-m4_define([indicator_version_tag], [])
-m4_define([indicator_version], 
[indicator_version_major().indicator_version_minor().indicator_version_micro()ifelse(indicator_version_tag(),
 [svn], [indicator_version_tag()-indicator_version_build()], 
[indicator_version_tag()])])
+m4_define([indicator_version_tag], [git])
+m4_define([indicator_version], 
[indicator_version_major().indicator_version_minor().indicator_version_micro()ifelse(indicator_version_tag(),
 [git], [indicator_version_tag()-indicator_version_build()], 
[indicator_version_tag()])])
 
 dnl ***
 dnl *** Initialize autoconf ***
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
http://foo-projects.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] do I really need the popup thing?

2011-02-16 Thread Mark Trompell
Updating branch refs/heads/master
 to 3cd2b92498f279c22b4c49e3dbd4b81e5a0b7b8d (commit)
   from b65b79b3e362cc21129f5d9e057549e6eab6b7dd (commit)

commit 3cd2b92498f279c22b4c49e3dbd4b81e5a0b7b8d
Author: Mark Trompell 
Date:   Thu Jun 4 11:36:37 2009 +0200

do I really need the popup thing?

 panel-plugin/indicator.c |4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/panel-plugin/indicator.c b/panel-plugin/indicator.c
index 99166dd..c61ff5b 100644
--- a/panel-plugin/indicator.c
+++ b/panel-plugin/indicator.c
@@ -283,8 +283,8 @@ on_menu_press (GtkWidget *widget, GdkEventButton *event, 
IndicatorPlugin *indica
 TRACE ("enters on_button_press");
 if (indicator != NULL && event->button == 1) /* left click only */
 {
-gtk_menu_popup (GTK_MENU(indicator->menu), NULL, NULL, NULL, NULL, 0,
-event->time);
+ /*   gtk_menu_popup (GTK_MENU(indicator->menu), NULL, NULL, NULL, NULL, 0,
+event->time);*/
 return TRUE;
 }
 TRACE ("leaves on_button_press");
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
http://foo-projects.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] make the english string match 'upstream'

2011-02-16 Thread Mark Trompell
Updating branch refs/heads/master
 to 6749b8bbb1df8aac978d25a25066286031cef38d (commit)
   from 04c3604dd47ca083a9eef881bf2beb54323ef129 (commit)

commit 6749b8bbb1df8aac978d25a25066286031cef38d
Author: Mark Trompell 
Date:   Tue Jun 9 13:45:16 2009 +0200

make the english string match 'upstream'

 panel-plugin/indicator.desktop.in.in |2 +-
 po/de.po |   10 +-
 po/xfce4-indicator-plugin.pot|6 +++---
 3 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/panel-plugin/indicator.desktop.in.in 
b/panel-plugin/indicator.desktop.in.in
index b0ab389..3f686cd 100644
--- a/panel-plugin/indicator.desktop.in.in
+++ b/panel-plugin/indicator.desktop.in.in
@@ -2,7 +2,7 @@
 Type=X-XFCE-PanelPlugin
 Encoding=UTF-8
 _Name=Indicator Plugin
-_Comment=Indicator plugin for the Xfce panel
+_Comment=An indicator of something that needs your attention on the desktop
 Icon=xfce4-indicator-plugin
 X-XFCE-Exec=@libexecdir@/xfce4/panel-plugins/xfce4-indicator-plugin
 #X-XFCE-Unique=true
diff --git a/po/de.po b/po/de.po
index df7f70a..4286cb7 100644
--- a/po/de.po
+++ b/po/de.po
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: xfce4-indicator-plugin 0.0.1svn-r\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-06-09 11:58+0200\n"
+"POT-Creation-Date: 2009-06-09 13:40+0200\n"
 "PO-Revision-Date: 2009-06-09 12:02+0200\n"
 "Last-Translator: Mark Trompell \n"
 "Language-Team: German\n"
@@ -23,9 +23,9 @@ msgid "No Indicators"
 msgstr "Keine Anzeigen"
 
 #: ../panel-plugin/indicator.desktop.in.in.h:1
-msgid "Indicator Plugin"
-msgstr "Nachrichtenanzeige"
+msgid "An indicator of something that needs your attention on the desktop"
+msgstr "Eine Anzeige, dass etwas Ihre Aufmerksamkeit benötigt"
 
 #: ../panel-plugin/indicator.desktop.in.in.h:2
-msgid "Indicator plugin for the Xfce panel"
-msgstr "Panel Plugin zum Anzeigen neuer Nachrichten"
+msgid "Indicator Plugin"
+msgstr "Nachrichtenanzeige"
diff --git a/po/xfce4-indicator-plugin.pot b/po/xfce4-indicator-plugin.pot
index fc01e26..be7784f 100644
--- a/po/xfce4-indicator-plugin.pot
+++ b/po/xfce4-indicator-plugin.pot
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-06-09 11:58+0200\n"
+"POT-Creation-Date: 2009-06-09 13:40+0200\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME \n"
 "Language-Team: LANGUAGE \n"
@@ -22,9 +22,9 @@ msgid "No Indicators"
 msgstr ""
 
 #: ../panel-plugin/indicator.desktop.in.in.h:1
-msgid "Indicator Plugin"
+msgid "An indicator of something that needs your attention on the desktop"
 msgstr ""
 
 #: ../panel-plugin/indicator.desktop.in.in.h:2
-msgid "Indicator plugin for the Xfce panel"
+msgid "Indicator Plugin"
 msgstr ""
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
http://foo-projects.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] update translations and Thanks

2011-02-16 Thread Mark Trompell
Updating branch refs/heads/master
 to 644a9b365bf66e9315bae8808d52b82f6aac99eb (commit)
   from eaa9e6bcb31d7112c12ff30be21392dd282d0a50 (commit)

commit 644a9b365bf66e9315bae8808d52b82f6aac99eb
Author: Mark Trompell 
Date:   Wed Jun 10 16:18:15 2009 +0200

update translations and Thanks

 THANKS |5 +
 po/LINGUAS |3 +--
 po/ro.po   |8 
 3 files changed, 10 insertions(+), 6 deletions(-)

diff --git a/THANKS b/THANKS
index a7adf06..65a72c3 100644
--- a/THANKS
+++ b/THANKS
@@ -11,3 +11,8 @@ These people have translated the indicator plugin to foreign 
languages.
  Mark Trompell 
  * de translations
 
+ Og Maciel 
+ * pt_BR translations
+
+ Bucur Alexandru 
+ * ro translations
diff --git a/po/LINGUAS b/po/LINGUAS
index ee6126d..b419439 100644
--- a/po/LINGUAS
+++ b/po/LINGUAS
@@ -1,3 +1,2 @@
 # set of available languages (in alphabetic order)
-de
-pt_BR
+de pt_BR ro
diff --git a/po/ro.po b/po/ro.po
index 4363bcd..b118e64 100644
--- a/po/ro.po
+++ b/po/ro.po
@@ -10,7 +10,7 @@ msgstr ""
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2009-06-09 13:40+0200\n"
 "PO-Revision-Date: 2009-06-10 15:31+0200\n"
-"Last-Translator: Mark Trompell \n"
+"Last-Translator: Bucur Alexandru \n"
 "Language-Team: Romanian\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=ISO-8859-2\n"
@@ -21,12 +21,12 @@ msgstr ""
 #. A label to allow for click through
 #: ../panel-plugin/indicator.c:209
 msgid "No Indicators"
-msgstr ""
+msgstr "Nu exista indicator"
 
 #: ../panel-plugin/indicator.desktop.in.in.h:1
 msgid "An indicator of something that needs your attention on the desktop"
-msgstr ""
+msgstr "Un indicator aflat pe desktop care necesita atentie"
 
 #: ../panel-plugin/indicator.desktop.in.in.h:2
 msgid "Indicator Plugin"
-msgstr ""
+msgstr "Plugin de Indicator"
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
http://foo-projects.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] fix check for indicator version

2011-02-16 Thread Mark Trompell
Updating branch refs/heads/master
 to 1a37ebb894c784855412deda302b11a48a627e2a (commit)
   from a4b374de80ef1acefcdca38f9e0ea577da9f3dd4 (commit)

commit 1a37ebb894c784855412deda302b11a48a627e2a
Author: Mark Trompell 
Date:   Wed Jun 17 13:25:59 2009 +0200

fix check for indicator version

 configure.in.in |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.in.in b/configure.in.in
index 589b0f1..cc7d084 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -67,7 +67,7 @@ XDT_CHECK_PACKAGE([GTK], [gtk+-2.0], [2.6.0])
 XDT_CHECK_PACKAGE([LIBXFCEGUI4], [libxfcegui4-1.0], [4.3.99.2])
 XDT_CHECK_PACKAGE([LIBXFCE4UTIL], [libxfce4util-1.0], [4.3.99.2])
 XDT_CHECK_PACKAGE([LIBXFCE4PANEL], [libxfce4panel-1.0], [4.3.99.2])
-XDT_CHECK_PACKAGE([INDICATOR], [indicator], [0.1.6])
+XDT_CHECK_PACKAGE([INDICATOR], [indicator], [0.2.0])
 
 dnl ***
 dnl *** Check for debugging support ***
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
http://foo-projects.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] no comment

2011-02-16 Thread Mark Trompell
Updating branch refs/heads/master
 to 709ad772c8eaa711c3559d06d59b0799891958f2 (commit)
   from 138ceef650314876bce692960e8600ac740349a8 (commit)

commit 709ad772c8eaa711c3559d06d59b0799891958f2
Author: Mark Trompell 
Date:   Tue Jun 2 17:03:42 2009 +0200

no comment

 panel-plugin/indicator.c |   10 +++---
 1 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/panel-plugin/indicator.c b/panel-plugin/indicator.c
index ed7d6ad..ab1cd84 100644
--- a/panel-plugin/indicator.c
+++ b/panel-plugin/indicator.c
@@ -185,6 +185,13 @@ indicator_new (XfcePanelPlugin *plugin)
 "widget \"*.indicator-applet-menubar\" style 
\"indicator-applet-menubar-style\"");
   gtk_widget_set_name(GTK_WIDGET (plugin), "indicator-applet-menubar");
   /* create some panel widgets */
+  indicator->button = gtk_button_new ("foo");
+  gtk_button_set_relief (GTK_BUTTON(indicator->button), GTK_RELIEF_NONE);
+
+  g_signal_connect (G_OBJECT(mounter->button), "button_press_event",
+G_CALLBACK(on_button_press), indicator);
+
+  
   /* Build menu */
   indicator->menu = gtk_menu_bar_new();
   GTK_WIDGET_SET_FLAGS (indicator->menu, GTK_WIDGET_FLAGS(indicator->menu) | 
GTK_CAN_FOCUS);
@@ -301,9 +308,6 @@ indicator_construct (XfcePanelPlugin *plugin)
 
   /* show the panel's right-click menu on this menu */
   xfce_panel_plugin_add_action_widget (plugin, indicator->button);
-  
-  g_signal_connect (G_OBJECT(mounter->button), "button_press_event",
-G_CALLBACK(on_button_press), indicator);
 
   /* connect plugin signals */
   g_signal_connect (G_OBJECT (plugin), "free-data",
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
http://foo-projects.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] it compiles

2011-02-16 Thread Mark Trompell
Updating branch refs/heads/master
 to 4798235d8013f98fe5b843376ba0112d694700cc (commit)
   from 709ad772c8eaa711c3559d06d59b0799891958f2 (commit)

commit 4798235d8013f98fe5b843376ba0112d694700cc
Author: Mark Trompell 
Date:   Thu Jun 4 11:00:17 2009 +0200

it compiles

 panel-plugin/indicator.c |9 ++---
 panel-plugin/indicator.h |2 +-
 2 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/panel-plugin/indicator.c b/panel-plugin/indicator.c
index ab1cd84..a9447a5 100644
--- a/panel-plugin/indicator.c
+++ b/panel-plugin/indicator.c
@@ -47,6 +47,9 @@ indicator_construct (XfcePanelPlugin *plugin);
 static gboolean
 load_module (const gchar * name, GtkWidget * menu);
 
+static gboolean
+on_button_press (GtkWidget *widget, GdkEventButton *event, IndicatorPlugin 
*indicator);
+
 
 /* register the plugin */
 XFCE_PANEL_PLUGIN_REGISTER_EXTERNAL (indicator_construct);
@@ -185,10 +188,10 @@ indicator_new (XfcePanelPlugin *plugin)
 "widget \"*.indicator-applet-menubar\" style 
\"indicator-applet-menubar-style\"");
   gtk_widget_set_name(GTK_WIDGET (plugin), "indicator-applet-menubar");
   /* create some panel widgets */
-  indicator->button = gtk_button_new ("foo");
+  indicator->button = gtk_button_new_with_label ("foo");
   gtk_button_set_relief (GTK_BUTTON(indicator->button), GTK_RELIEF_NONE);
 
-  g_signal_connect (G_OBJECT(mounter->button), "button_press_event",
+  g_signal_connect (G_OBJECT(indicator->button), "button_press_event",
 G_CALLBACK(on_button_press), indicator);
 
   
@@ -284,7 +287,7 @@ static gboolean
 on_button_press (GtkWidget *widget, GdkEventButton *event, IndicatorPlugin 
*indicator)
 {
 TRACE ("enters on_button_press");
-if (plugin != NULL && event->button == 1) /* left click only */
+if (indicator != NULL && event->button == 1) /* left click only */
 {
 gtk_menu_popup (GTK_MENU(indicator->menu), NULL, NULL, NULL, NULL, 0,
 event->time);
diff --git a/panel-plugin/indicator.h b/panel-plugin/indicator.h
index a4e4d8b..0f6c5f4 100644
--- a/panel-plugin/indicator.h
+++ b/panel-plugin/indicator.h
@@ -30,7 +30,7 @@ typedef struct
 /* panel widgets */
 GtkWidget   *menu;
 GtkWidget   *label;
-GdkPixbuf   *item;
+GtkWidget   *item;
 GtkWidget   *button;
 GdkPixbuf   *button_pb;
 gchar   *icon;
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
http://foo-projects.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] change menubar name

2011-02-16 Thread Mark Trompell
Updating branch refs/heads/master
 to 366e4e52304713b94073a8ad1578ec46d34af5b7 (commit)
   from 6fcdac9ae90625e6be0dc93384e64e15d6d1048d (commit)

commit 366e4e52304713b94073a8ad1578ec46d34af5b7
Author: Mark Trompell 
Date:   Tue Jun 2 14:36:32 2009 +0200

change menubar name

 panel-plugin/indicator.c |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/panel-plugin/indicator.c b/panel-plugin/indicator.c
index 8388c79..e41b8ce 100644
--- a/panel-plugin/indicator.c
+++ b/panel-plugin/indicator.c
@@ -188,7 +188,7 @@ indicator_new (XfcePanelPlugin *plugin)
   /* Build menubar */
   indicator->menubar = gtk_menu_bar_new();
   GTK_WIDGET_SET_FLAGS (indicator->menubar, 
GTK_WIDGET_FLAGS(indicator->menubar) | GTK_CAN_FOCUS);
-  gtk_widget_set_name(GTK_WIDGET (indicator->menubar), 
"fast-user-switch-menubar");
+  gtk_widget_set_name(GTK_WIDGET (indicator->menubar), 
"indicator-applet-menubar");
   //g_signal_connect(indicator->menubar, "button-press-event", 
G_CALLBACK(menubar_press), NULL);
   //g_signal_connect_after(indicator->menubar, "expose-event", 
G_CALLBACK(menubar_on_expose), menubar);
   gtk_container_set_border_width(GTK_CONTAINER(indicator->menubar), 0);
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
http://foo-projects.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] Added Brazilian Portuguese translation.

2011-02-16 Thread Mark Trompell
Updating branch refs/heads/master
 to 609120aee6d510dde172aba4f169dfff23ac (commit)
   from 6749b8bbb1df8aac978d25a25066286031cef38d (commit)

commit 609120aee6d510dde172aba4f169dfff23ac
Author: Og Maciel 
Date:   Wed Jun 10 08:41:36 2009 -0400

Added Brazilian Portuguese translation.

 po/ChangeLog |5 +
 po/LINGUAS   |1 +
 po/pt_BR.po  |   30 ++
 3 files changed, 36 insertions(+), 0 deletions(-)

diff --git a/po/ChangeLog b/po/ChangeLog
index fc53ca1..06bf860 100644
--- a/po/ChangeLog
+++ b/po/ChangeLog
@@ -1,3 +1,8 @@
+2009-06-10 Og Maciel 
+
+   * pt_BR.po: Added Brazilian Portuguese translation.
+   * LINGUAS: Added Brazilian Portuguese.
+
 -MM-DD John Doo 
 
* be.po: Update translations
diff --git a/po/LINGUAS b/po/LINGUAS
index 378dbde..ee6126d 100644
--- a/po/LINGUAS
+++ b/po/LINGUAS
@@ -1,2 +1,3 @@
 # set of available languages (in alphabetic order)
 de
+pt_BR
diff --git a/po/pt_BR.po b/po/pt_BR.po
new file mode 100644
index 000..034452c
--- /dev/null
+++ b/po/pt_BR.po
@@ -0,0 +1,30 @@
+# Portuguese translations for xfce package.
+# Copyright (C) 2009 THE xfce'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the xfce package.
+# Og Maciel , 2009.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: xfce 4-indicator-plugin\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2009-06-10 08:30-0400\n"
+"PO-Revision-Date: 2009-06-10 08:30-0400\n"
+"Last-Translator: Og Maciel \n"
+"Language-Team: Brazilian Portuguese \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=ISO-8859-1\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n > 1);\n"
+
+#. A label to allow for click through
+#: ../panel-plugin/indicator.c:209
+msgid "No Indicators"
+msgstr "Nenhum indicador"
+
+#: ../panel-plugin/indicator.desktop.in.in.h:1
+msgid "An indicator of something that needs your attention on the desktop"
+msgstr "Um indicador sobre algo que requer sua atenção na área de trabalho"
+
+#: ../panel-plugin/indicator.desktop.in.in.h:2
+msgid "Indicator Plugin"
+msgstr "Plug-in Indicador"
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
http://foo-projects.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] some cleanup

2011-02-16 Thread Mark Trompell
Updating branch refs/heads/master
 to 049ebe7f99e0faf6c3c3559cdaf4257f117f21e8 (commit)
   from 3cd2b92498f279c22b4c49e3dbd4b81e5a0b7b8d (commit)

commit 049ebe7f99e0faf6c3c3559cdaf4257f117f21e8
Author: Mark Trompell 
Date:   Thu Jun 4 13:24:43 2009 +0200

some cleanup

 icons/48x48/xfce4-indicator-plugin.png|  Bin 2899 -> 3537 bytes
 icons/scalable/xfce4-indicator-plugin.svg |  377 ++---
 panel-plugin/indicator-dialogs.c  |  113 -
 panel-plugin/indicator-dialogs.h  |   34 ---
 panel-plugin/indicator.c  |   25 +--
 panel-plugin/indicator.h  |9 +-
 6 files changed, 135 insertions(+), 423 deletions(-)

diff --git a/icons/48x48/xfce4-indicator-plugin.png 
b/icons/48x48/xfce4-indicator-plugin.png
index d1f05ea..2e6dec7 100644
Binary files a/icons/48x48/xfce4-indicator-plugin.png and 
b/icons/48x48/xfce4-indicator-plugin.png differ
diff --git a/icons/scalable/xfce4-indicator-plugin.svg 
b/icons/scalable/xfce4-indicator-plugin.svg
index 1331ecb..5e9beed 100644
--- a/icons/scalable/xfce4-indicator-plugin.svg
+++ b/icons/scalable/xfce4-indicator-plugin.svg
@@ -2,233 +2,131 @@
 
 http://purl.org/dc/elements/1.1/";
-   xmlns:cc="http://web.resource.org/cc/";
+   xmlns:cc="http://creativecommons.org/ns#";
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#";
xmlns:svg="http://www.w3.org/2000/svg";
xmlns="http://www.w3.org/2000/svg";
xmlns:xlink="http://www.w3.org/1999/xlink";
-   xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/sodipodi-0.dtd";
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd";
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape";
-   width="48.00px"
-   height="48.00px"
-   id="svg4376"
+   width="32px"
+   height="32px"
+   id="svg3499"
sodipodi:version="0.32"
-   inkscape:version="0.42+devel"
-   sodipodi:docbase="/home/jimmac/src/cvs/tango-icon-theme/scalable/emotes"
-   sodipodi:docname="face-grin.svg"
-   inkscape:export-filename="/home/tigert/Desktop/face-grin.png"
-   inkscape:export-xdpi="90.00"
-   inkscape:export-ydpi="90.00">
+   inkscape:version="0.46"
+   sodipodi:docname="add-notification-applet.svg"
+   inkscape:output_extension="org.inkscape.output.svg.inkscape">
   
+ id="defs3501">
 
+   id="linearGradient3547">
   
-  
-
-
-  
-  
-  
-
-
-  
-  
+ id="stop3549" />
   
+ id="stop3553"
+ offset="0.46295282"
+ style="stop-color:#8e8e92;stop-opacity:1;" />
   
+ style="stop-color:#f5f5f5;stop-opacity:1;"
+ offset="1"
+ id="stop3557" />
 
 
+   id="linearGradient3245">
   
+ id="stop3247" />
   
+ id="stop3249" />
 
-
-
+   id="filter3374"
+   x="-0.21687568"
+   width="1.4337514"
+   y="-0.10843168"
+   height="1.2168634">
+  
+
 
-
-
+
-
+   id="filter4144">
+  
+
 
-
+
+   id="filter4158"
+   x="-0.24"
+   width="1.48"
+   y="-0.24"
+   height="1.48">
+  
+
   
   
+ showborder="false">
+
+  
   
+ id="metadata3504">
 
   
 image/svg+xml
 http://purl.org/dc/dcmitype/StillImage"; />
-Face - Laughing
-
-  
-emoticon
-emote
-smiley
-laughing
-:-D
-:D
-  
-
-http://creativecommons.org/licenses/by-sa/2.0/"; />
-
-  
-Jakub Steiner
-  
-
-http://jimmac.musichall.cz
-
-  
-Tuomas Kuosmanen
-  
-
   
-  http://creativecommons.org/licenses/by-sa/2.0/";>
-http://web.resource.org/cc/Reproduction"; />
-http://web.resource.org/cc/Distribution"; />
-http://web.resource.org/cc/Notice"; />
-http://web.resource.org/cc/Attribution"; />
-http://web.resource.org/cc/DerivativeWorks"; />
-http://web.resource.org/cc/ShareAlike"; />
-  
 
   
   
 
+   
style="opacity:0.4;fill:#00;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;marker:none;marker-start:none;marker-mid:none;marker-end:none;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;visibility:visible;display:inline;overflow:visible;filter:url(#filter4144);enable-background:accumulate"
+   d="M 16.05,2 C 8.2720052,2 2.052,8.271999 2.052,16 C 
2.052,23.728 8.2720062,30 16.05,30 C 23.728005,30 30.06,23.727999 
30.05,16 C 30.05,8.272 23.728006,2.01 16.05,2 z M 16.05,3 C 
23.176003,3.02 29.05,8.824 29.05,16 C 29.05,23.175999 
23.176003,29 16.05,29 C 8.8240062,29 3.052,23.176 3.052,16 C 
3.052,8.824 8.8240072,3 16.05,3 z"
+  

[Xfce4-commits] remove the old stuff

2011-02-16 Thread Mark Trompell
Updating branch refs/heads/master
 to c980b4cf3ebb45c8424deb4b33ea79f02410996e (commit)
   from a969bbde5814f06b9356fd99321d6712fefdc49f (commit)

commit c980b4cf3ebb45c8424deb4b33ea79f02410996e
Author: Mark Trompell 
Date:   Fri Jun 5 13:46:09 2009 +0200

remove the old stuff

 panel-plugin/indicator.c |   12 +---
 1 files changed, 1 insertions(+), 11 deletions(-)

diff --git a/panel-plugin/indicator.c b/panel-plugin/indicator.c
index a588b80..6201041 100644
--- a/panel-plugin/indicator.c
+++ b/panel-plugin/indicator.c
@@ -314,19 +314,9 @@ load_module (const gchar * name, GtkWidget * menu)
g_debug("Looking at Module: %s", name);
g_return_val_if_fail(name != NULL, FALSE);
 
-   guint suffix_len = strlen(G_MODULE_SUFFIX);
-   guint name_len = strlen(name);
-
-   g_return_val_if_fail(name_len > suffix_len, FALSE);
 if (!g_str_has_suffix(name,G_MODULE_SUFFIX))
 return FALSE;
-/*
-   int i;
-   for (i = 0; i < suffix_len; i++) {
-   if (name[(name_len - suffix_len) + i] != (G_MODULE_SUFFIX)[i])
-   return FALSE;
-   }
-*/
+
g_debug("Loading Module: %s", name);
 
gchar * fullpath = g_build_filename(INDICATOR_DIR, name, NULL);
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
http://foo-projects.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] simplify so check

2011-02-16 Thread Mark Trompell
Updating branch refs/heads/master
 to a969bbde5814f06b9356fd99321d6712fefdc49f (commit)
   from 78780859d2357dd573ac13456c152c114c0fecc2 (commit)

commit a969bbde5814f06b9356fd99321d6712fefdc49f
Author: Mark Trompell 
Date:   Fri Jun 5 13:40:06 2009 +0200

simplify so check

 panel-plugin/indicator.c |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/panel-plugin/indicator.c b/panel-plugin/indicator.c
index 3c38ca9..a588b80 100644
--- a/panel-plugin/indicator.c
+++ b/panel-plugin/indicator.c
@@ -318,12 +318,15 @@ load_module (const gchar * name, GtkWidget * menu)
guint name_len = strlen(name);
 
g_return_val_if_fail(name_len > suffix_len, FALSE);
-
+if (!g_str_has_suffix(name,G_MODULE_SUFFIX))
+return FALSE;
+/*
int i;
for (i = 0; i < suffix_len; i++) {
if (name[(name_len - suffix_len) + i] != (G_MODULE_SUFFIX)[i])
return FALSE;
}
+*/
g_debug("Loading Module: %s", name);
 
gchar * fullpath = g_build_filename(INDICATOR_DIR, name, NULL);
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
http://foo-projects.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] fix license

2011-02-16 Thread Mark Trompell
Updating branch refs/heads/master
 to 78780859d2357dd573ac13456c152c114c0fecc2 (commit)
   from 53a9a8f2968238299ffb271308c914b16c4f06de (commit)

commit 78780859d2357dd573ac13456c152c114c0fecc2
Author: Mark Trompell 
Date:   Thu Jun 4 14:32:58 2009 +0200

fix license

 Makefile.am  |2 --
 NEWS |4 ++--
 TODO |3 ++-
 configure.in.in  |2 --
 panel-plugin/Makefile.am |2 --
 panel-plugin/indicator.c |4 +---
 panel-plugin/indicator.h |4 +---
 7 files changed, 6 insertions(+), 15 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index a5625b4..56fdc91 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,5 +1,3 @@
-# $Id: Makefile.am 2257 2006-12-19 19:49:00Z nick $
-
 SUBDIRS =  \
icons   \
panel-plugin\
diff --git a/NEWS b/NEWS
index b4c4f0d..42d229c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,3 @@
-0.0.0.1
+0.0.1
 =
-- The plugin that doesn't do anything useful yet.
+- 
diff --git a/TODO b/TODO
index 81b1089..e93535a 100644
--- a/TODO
+++ b/TODO
@@ -2,4 +2,5 @@ For 0.0.1:
 get the basics done.
 
 For 0.0.2:
-
+cleanup and tweaking
+translations
diff --git a/configure.in.in b/configure.in.in
index b5b9027..589b0f1 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -1,5 +1,3 @@
-dnl $Id: configure.in.in 3434 2007-10-24 22:36:53Z kelnos $
-dnl
 dnl xfce4-indicator-plugin - A indicator plugin for the Xfce panel
 dnl
 dnl 2009 Mark Trompell 
diff --git a/panel-plugin/Makefile.am b/panel-plugin/Makefile.am
index ece08ae..c8e4644 100644
--- a/panel-plugin/Makefile.am
+++ b/panel-plugin/Makefile.am
@@ -1,5 +1,3 @@
-# $Id: Makefile.am 2257 2006-12-19 19:49:00Z nick $
-
 INCLUDES = 
\
-I$(top_srcdir) 
\
-DG_LOG_DOMAIN=\"xfce4-indicator-plugin\"   \
diff --git a/panel-plugin/indicator.c b/panel-plugin/indicator.c
index 6308760..3c38ca9 100644
--- a/panel-plugin/indicator.c
+++ b/panel-plugin/indicator.c
@@ -1,6 +1,4 @@
-/*  $Id: indicator.c 2257 2006-12-19 19:49:00Z nick $
- *
- *  Copyright (c) 2006-2007 John Doo 
+/*  Copyright (c) 2009 Mark Trompell 
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
diff --git a/panel-plugin/indicator.h b/panel-plugin/indicator.h
index 2d7fdb1..a6b12d3 100644
--- a/panel-plugin/indicator.h
+++ b/panel-plugin/indicator.h
@@ -1,6 +1,4 @@
-/*  $Id: indicator.h 2257 2006-12-19 19:49:00Z nick $
- *
- *  Copyright (c) 2006-2007 John Doo 
+/*  Copyright (c) 2009 Mark Trompell 
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
http://foo-projects.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] fix build

2011-02-16 Thread Mark Trompell
Updating branch refs/heads/master
 to 53a9a8f2968238299ffb271308c914b16c4f06de (commit)
   from 049ebe7f99e0faf6c3c3559cdaf4257f117f21e8 (commit)

commit 53a9a8f2968238299ffb271308c914b16c4f06de
Author: Mark Trompell 
Date:   Thu Jun 4 13:27:28 2009 +0200

fix build

 panel-plugin/Makefile.am |4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/panel-plugin/Makefile.am b/panel-plugin/Makefile.am
index 7c147c1..ece08ae 100644
--- a/panel-plugin/Makefile.am
+++ b/panel-plugin/Makefile.am
@@ -17,9 +17,7 @@ plugindir =   
\
 
 xfce4_indicator_plugin_SOURCES =   \
indicator.c 
\
-   indicator.h 
\
-   indicator-dialogs.c 
\
-   indicator-dialogs.h
+   indicator.h 

 
 xfce4_indicator_plugin_CFLAGS =\
$(LIBXFCE4UTIL_CFLAGS)  \
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
http://foo-projects.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] add some theme and icon stuff

2011-02-16 Thread Mark Trompell
Updating branch refs/heads/master
 to 6fcdac9ae90625e6be0dc93384e64e15d6d1048d (commit)
   from 2204270f69623a88387f0f2770dbf0061df527f9 (commit)

commit 6fcdac9ae90625e6be0dc93384e64e15d6d1048d
Author: Mark Trompell 
Date:   Tue Jun 2 13:11:22 2009 +0200

add some theme and icon stuff

 panel-plugin/Makefile.am |1 +
 panel-plugin/indicator.c |   34 +++---
 2 files changed, 32 insertions(+), 3 deletions(-)

diff --git a/panel-plugin/Makefile.am b/panel-plugin/Makefile.am
index 7d83e8c..7c147c1 100644
--- a/panel-plugin/Makefile.am
+++ b/panel-plugin/Makefile.am
@@ -27,6 +27,7 @@ xfce4_indicator_plugin_CFLAGS =   
\
$(LIBXFCE4PANEL_CFLAGS) \
$(INDICATOR_CFLAGS) \
$(PLATFORM_CFLAGS)  \
+   -DDATADIR=\""$(datadir)"\"  \
-DINDICATOR_DIR=\""$(libdir)/indicators/2"\"
 
 
diff --git a/panel-plugin/indicator.c b/panel-plugin/indicator.c
index 23fc9da..8388c79 100644
--- a/panel-plugin/indicator.c
+++ b/panel-plugin/indicator.c
@@ -37,7 +37,7 @@
 #define DEFAULT_SETTING1 NULL
 #define DEFAULT_SETTING2 1
 #define DEFAULT_SETTING3 FALSE
-
+#define ICONS_DIR  (DATADIR G_DIR_SEPARATOR_S "indicator-applet" 
G_DIR_SEPARATOR_S "icons")
 
 
 /* prototypes */
@@ -140,7 +140,6 @@ indicator_new (XfcePanelPlugin *plugin)
 {
   IndicatorPlugin   *indicator;
   GtkOrientation  orientation;
-  GtkWidget  *label;
   gint indicators_loaded = 0;
 
   /* allocate memory for the plugin structure */
@@ -155,7 +154,36 @@ indicator_new (XfcePanelPlugin *plugin)
   /* get the current orientation */
   orientation = xfce_panel_plugin_get_orientation (plugin);
 
-  /* TODO: Create menubar */
+  /* Init some theme/icon stuff */
+  gtk_icon_theme_append_search_path(gtk_icon_theme_get_default(),
+  ICONS_DIR);
+  /* g_debug("Icons directory: %s", ICONS_DIR); */
+  gtk_rc_parse_string (
+"style \"indicator-applet-style\"\n"
+"{\n"
+"GtkMenuBar::shadow-type = none\n"
+"GtkMenuBar::internal-padding = 0\n"
+"GtkWidget::focus-line-width = 0\n"
+"GtkWidget::focus-padding = 0\n"
+"}\n"
+"style \"indicator-applet-menubar-style\"\n"
+"{\n"
+"GtkMenuBar::shadow-type = none\n"
+"GtkMenuBar::internal-padding = 0\n"
+"GtkWidget::focus-line-width = 0\n"
+"GtkWidget::focus-padding = 0\n"
+"GtkMenuItem::horizontal-padding = 0\n"
+"}\n"
+"style \"indicator-applet-menuitem-style\"\n"
+"{\n"
+"GtkWidget::focus-line-width = 0\n"
+"GtkWidget::focus-padding = 0\n"
+"GtkMenuItem::horizontal-padding = 0\n"
+"}\n"
+"widget \"*.indicator-applet\" style \"indicator-applet-style\""
+"widget \"*.indicator-applet-menuitem\" style 
\"indicator-applet-menuitem-style\""
+"widget \"*.indicator-applet-menubar\" style 
\"indicator-applet-menubar-style\"");
+  gtk_widget_set_name(GTK_WIDGET (plugin), "indicator-applet-menubar");
   /* create some panel widgets */
   /* Build menubar */
   indicator->menubar = gtk_menu_bar_new();
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
http://foo-projects.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] remove button again

2011-02-16 Thread Mark Trompell
Updating branch refs/heads/master
 to b65b79b3e362cc21129f5d9e057549e6eab6b7dd (commit)
   from 4798235d8013f98fe5b843376ba0112d694700cc (commit)

commit b65b79b3e362cc21129f5d9e057549e6eab6b7dd
Author: Mark Trompell 
Date:   Thu Jun 4 11:29:00 2009 +0200

remove button again

 panel-plugin/indicator.c |   14 --
 1 files changed, 4 insertions(+), 10 deletions(-)

diff --git a/panel-plugin/indicator.c b/panel-plugin/indicator.c
index a9447a5..99166dd 100644
--- a/panel-plugin/indicator.c
+++ b/panel-plugin/indicator.c
@@ -48,7 +48,7 @@ static gboolean
 load_module (const gchar * name, GtkWidget * menu);
 
 static gboolean
-on_button_press (GtkWidget *widget, GdkEventButton *event, IndicatorPlugin 
*indicator);
+on_menu_press (GtkWidget *widget, GdkEventButton *event, IndicatorPlugin 
*indicator);
 
 
 /* register the plugin */
@@ -188,18 +188,12 @@ indicator_new (XfcePanelPlugin *plugin)
 "widget \"*.indicator-applet-menubar\" style 
\"indicator-applet-menubar-style\"");
   gtk_widget_set_name(GTK_WIDGET (plugin), "indicator-applet-menubar");
   /* create some panel widgets */
-  indicator->button = gtk_button_new_with_label ("foo");
-  gtk_button_set_relief (GTK_BUTTON(indicator->button), GTK_RELIEF_NONE);
-
-  g_signal_connect (G_OBJECT(indicator->button), "button_press_event",
-G_CALLBACK(on_button_press), indicator);
-
   
   /* Build menu */
   indicator->menu = gtk_menu_bar_new();
   GTK_WIDGET_SET_FLAGS (indicator->menu, GTK_WIDGET_FLAGS(indicator->menu) | 
GTK_CAN_FOCUS);
   gtk_widget_set_name(GTK_WIDGET (indicator->menu), 
"indicator-applet-menubar");
-  //g_signal_connect(indicator->menu, "button-press-event", 
G_CALLBACK(menu_press), NULL);
+  g_signal_connect(indicator->menu, "button-press-event", 
G_CALLBACK(on_menu_press), NULL);
   //g_signal_connect_after(indicator->menu, "expose-event", 
G_CALLBACK(menu_on_expose), menu);
   gtk_container_set_border_width(GTK_CONTAINER(indicator->menu), 0);
 
@@ -284,7 +278,7 @@ indicator_size_changed (XfcePanelPlugin *plugin,
 
 
 static gboolean
-on_button_press (GtkWidget *widget, GdkEventButton *event, IndicatorPlugin 
*indicator)
+on_menu_press (GtkWidget *widget, GdkEventButton *event, IndicatorPlugin 
*indicator)
 {
 TRACE ("enters on_button_press");
 if (indicator != NULL && event->button == 1) /* left click only */
@@ -310,7 +304,7 @@ indicator_construct (XfcePanelPlugin *plugin)
   indicator = indicator_new (plugin);
 
   /* show the panel's right-click menu on this menu */
-  xfce_panel_plugin_add_action_widget (plugin, indicator->button);
+  xfce_panel_plugin_add_action_widget (plugin, indicator->menu);
 
   /* connect plugin signals */
   g_signal_connect (G_OBJECT (plugin), "free-data",
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
http://foo-projects.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] fix the fix

2011-02-16 Thread Mark Trompell
Updating branch refs/heads/master
 to 2204270f69623a88387f0f2770dbf0061df527f9 (commit)
   from 9ef5c622e92f64d61bb246b9924a6dc0805774c2 (commit)

commit 2204270f69623a88387f0f2770dbf0061df527f9
Author: Mark Trompell 
Date:   Tue Jun 2 12:11:15 2009 +0200

fix the fix

 panel-plugin/indicator.c |7 ++-
 1 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/panel-plugin/indicator.c b/panel-plugin/indicator.c
index e570677..23fc9da 100644
--- a/panel-plugin/indicator.c
+++ b/panel-plugin/indicator.c
@@ -257,11 +257,8 @@ indicator_construct (XfcePanelPlugin *plugin)
   /* create the plugin */
   indicator = indicator_new (plugin);
 
-  /* add the ebox to the panel */
-  gtk_container_add (GTK_CONTAINER (plugin), indicator->ebox);
-
-  /* show the panel's right-click menu on this ebox */
-  xfce_panel_plugin_add_action_widget (plugin, indicator->ebox);
+  /* show the panel's right-click menu on this menubar */
+  xfce_panel_plugin_add_action_widget (plugin, indicator->menubar);
 
   /* connect plugin signals */
   g_signal_connect (G_OBJECT (plugin), "free-data",
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
http://foo-projects.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] break some more things

2011-02-16 Thread Mark Trompell
Updating branch refs/heads/master
 to 138ceef650314876bce692960e8600ac740349a8 (commit)
   from 366e4e52304713b94073a8ad1578ec46d34af5b7 (commit)

commit 138ceef650314876bce692960e8600ac740349a8
Author: Mark Trompell 
Date:   Tue Jun 2 16:51:38 2009 +0200

break some more things

 panel-plugin/indicator.c |   41 +
 panel-plugin/indicator.h |5 -
 2 files changed, 33 insertions(+), 13 deletions(-)

diff --git a/panel-plugin/indicator.c b/panel-plugin/indicator.c
index e41b8ce..ed7d6ad 100644
--- a/panel-plugin/indicator.c
+++ b/panel-plugin/indicator.c
@@ -185,13 +185,13 @@ indicator_new (XfcePanelPlugin *plugin)
 "widget \"*.indicator-applet-menubar\" style 
\"indicator-applet-menubar-style\"");
   gtk_widget_set_name(GTK_WIDGET (plugin), "indicator-applet-menubar");
   /* create some panel widgets */
-  /* Build menubar */
-  indicator->menubar = gtk_menu_bar_new();
-  GTK_WIDGET_SET_FLAGS (indicator->menubar, 
GTK_WIDGET_FLAGS(indicator->menubar) | GTK_CAN_FOCUS);
-  gtk_widget_set_name(GTK_WIDGET (indicator->menubar), 
"indicator-applet-menubar");
-  //g_signal_connect(indicator->menubar, "button-press-event", 
G_CALLBACK(menubar_press), NULL);
-  //g_signal_connect_after(indicator->menubar, "expose-event", 
G_CALLBACK(menubar_on_expose), menubar);
-  gtk_container_set_border_width(GTK_CONTAINER(indicator->menubar), 0);
+  /* Build menu */
+  indicator->menu = gtk_menu_bar_new();
+  GTK_WIDGET_SET_FLAGS (indicator->menu, GTK_WIDGET_FLAGS(indicator->menu) | 
GTK_CAN_FOCUS);
+  gtk_widget_set_name(GTK_WIDGET (indicator->menu), 
"indicator-applet-menubar");
+  //g_signal_connect(indicator->menu, "button-press-event", 
G_CALLBACK(menu_press), NULL);
+  //g_signal_connect_after(indicator->menu, "expose-event", 
G_CALLBACK(menu_on_expose), menu);
+  gtk_container_set_border_width(GTK_CONTAINER(indicator->menu), 0);
 
   
   /* load 'em */
@@ -200,7 +200,7 @@ indicator_new (XfcePanelPlugin *plugin)
 
 const gchar * name;
 while ((name = g_dir_read_name(dir)) != NULL) {
-  if (load_module(name, indicator->menubar))
+  if (load_module(name, indicator->menu))
 indicators_loaded++;
 }
 g_dir_close (dir);
@@ -212,8 +212,8 @@ indicator_new (XfcePanelPlugin *plugin)
 gtk_widget_show(indicator->item);
 gtk_container_add (GTK_CONTAINER (plugin), indicator->item);
   } else {
-gtk_widget_show(indicator->menubar);
-gtk_container_add (GTK_CONTAINER (plugin), indicator->menubar);
+gtk_widget_show(indicator->menu);
+gtk_container_add (GTK_CONTAINER (plugin), indicator->menu);
   }
   return indicator;
 }
@@ -273,6 +273,20 @@ indicator_size_changed (XfcePanelPlugin *plugin,
 }
 
 
+static gboolean
+on_button_press (GtkWidget *widget, GdkEventButton *event, IndicatorPlugin 
*indicator)
+{
+TRACE ("enters on_button_press");
+if (plugin != NULL && event->button == 1) /* left click only */
+{
+gtk_menu_popup (GTK_MENU(indicator->menu), NULL, NULL, NULL, NULL, 0,
+event->time);
+return TRUE;
+}
+TRACE ("leaves on_button_press");
+return FALSE ;
+}
+
 
 static void
 indicator_construct (XfcePanelPlugin *plugin)
@@ -285,8 +299,11 @@ indicator_construct (XfcePanelPlugin *plugin)
   /* create the plugin */
   indicator = indicator_new (plugin);
 
-  /* show the panel's right-click menu on this menubar */
-  xfce_panel_plugin_add_action_widget (plugin, indicator->menubar);
+  /* show the panel's right-click menu on this menu */
+  xfce_panel_plugin_add_action_widget (plugin, indicator->button);
+  
+  g_signal_connect (G_OBJECT(mounter->button), "button_press_event",
+G_CALLBACK(on_button_press), indicator);
 
   /* connect plugin signals */
   g_signal_connect (G_OBJECT (plugin), "free-data",
diff --git a/panel-plugin/indicator.h b/panel-plugin/indicator.h
index 4399823..a4e4d8b 100644
--- a/panel-plugin/indicator.h
+++ b/panel-plugin/indicator.h
@@ -28,9 +28,12 @@ typedef struct
 XfcePanelPlugin *plugin;
 
 /* panel widgets */
-GtkWidget   *menubar;
+GtkWidget   *menu;
 GtkWidget   *label;
 GdkPixbuf   *item;
+GtkWidget   *button;
+GdkPixbuf   *button_pb;
+gchar   *icon;
 
 /* indicator settings */
 gchar   *setting1;
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
http://foo-projects.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] add menubar

2011-02-16 Thread Mark Trompell
Updating branch refs/heads/master
 to 3df674322c3a59d3084b5442da45ef78664165dd (commit)
   from 71bbe206145a95b27469beaff3070fdeba2eaa93 (commit)

commit 3df674322c3a59d3084b5442da45ef78664165dd
Author: Mark Trompell 
Date:   Tue Jun 2 11:54:36 2009 +0200

add menubar

 panel-plugin/indicator.c |   48 ++---
 panel-plugin/indicator.h |5 +--
 2 files changed, 34 insertions(+), 19 deletions(-)

diff --git a/panel-plugin/indicator.c b/panel-plugin/indicator.c
index f012f9a..d7e632b 100644
--- a/panel-plugin/indicator.c
+++ b/panel-plugin/indicator.c
@@ -141,6 +141,7 @@ indicator_new (XfcePanelPlugin *plugin)
   IndicatorPlugin   *indicator;
   GtkOrientation  orientation;
   GtkWidget  *label;
+  gint indicators_loaded = 0;
 
   /* allocate memory for the plugin structure */
   indicator = panel_slice_new0 (IndicatorPlugin);
@@ -156,22 +157,37 @@ indicator_new (XfcePanelPlugin *plugin)
 
   /* TODO: Create menubar */
   /* create some panel widgets */
-  indicator->ebox = gtk_event_box_new ();
-  gtk_widget_show (indicator->ebox);
-
-  indicator->hvbox = xfce_hvbox_new (orientation, FALSE, 2);
-  gtk_widget_show (indicator->hvbox);
-  gtk_container_add (GTK_CONTAINER (indicator->ebox), indicator->hvbox);
-
-  /* some indicator widgets */
-  label = gtk_label_new (_("Indicator"));
-  gtk_widget_show (label);
-  gtk_box_pack_start (GTK_BOX (indicator->hvbox), label, FALSE, FALSE, 0);
-
-  label = gtk_label_new (_("Plugin"));
-  gtk_widget_show (label);
-  gtk_box_pack_start (GTK_BOX (indicator->hvbox), label, FALSE, FALSE, 0);
-
+  /* Build menubar */
+  indicator->menubar = gtk_menu_bar_new();
+  GTK_WIDGET_SET_FLAGS (indicator->menubar, 
GTK_WIDGET_FLAGS(indicator->menubar) | GTK_CAN_FOCUS);
+  gtk_widget_set_name(GTK_WIDGET (indicator->menubar), 
"fast-user-switch-menubar");
+  //g_signal_connect(indicator->menubar, "button-press-event", 
G_CALLBACK(menubar_press), NULL);
+  //g_signal_connect_after(indicator->menubar, "expose-event", 
G_CALLBACK(menubar_on_expose), menubar);
+  gtk_container_set_border_width(GTK_CONTAINER(indicator->menubar), 0);
+
+  
+  /* load 'em */
+  if (g_file_test(INDICATOR_DIR, (G_FILE_TEST_EXISTS | G_FILE_TEST_IS_DIR))) {
+GDir * dir = g_dir_open(INDICATOR_DIR, 0, NULL);
+
+const gchar * name;
+while ((name = g_dir_read_name(dir)) != NULL) {
+  if (load_module(name, indicator->menubar))
+indicators_loaded++;
+}
+g_dir_close (dir);
+  }
+
+  if (indicators_loaded == 0) {
+/* A label to allow for click through */
+indicator->item = gtk_label_new(_("No Indicators"));
+gtk_widget_show(indicator->item);
+gtk_container_add (GTK_CONTAINER (indicator->ebox), indicator->item);
+  } else {
+gtk_container_add (GTK_CONTAINER (indicator->ebox), indicator->menubar);
+gtk_widget_show(indicator->menubar);
+  }
+  gtk_widget_show(indicator->ebox);
   return indicator;
 }
 
diff --git a/panel-plugin/indicator.h b/panel-plugin/indicator.h
index 104c9b1..c2c8127 100644
--- a/panel-plugin/indicator.h
+++ b/panel-plugin/indicator.h
@@ -29,11 +29,10 @@ typedef struct
 
 /* panel widgets */
 GtkWidget   *ebox;
+GtkWidget   *menubar;
 GtkWidget   *hvbox;
 GtkWidget   *label;
-GtkWidget *button;
-GdkPixbuf *button_pb;
-GtkWidget *menu;
+GdkPixbuf   *item;
 
 /* indicator settings */
 gchar   *setting1;
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
http://foo-projects.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] some random fixes

2011-02-16 Thread Mark Trompell
Updating branch refs/heads/master
 to 9ef5c622e92f64d61bb246b9924a6dc0805774c2 (commit)
   from 3df674322c3a59d3084b5442da45ef78664165dd (commit)

commit 9ef5c622e92f64d61bb246b9924a6dc0805774c2
Author: Mark Trompell 
Date:   Tue Jun 2 12:05:52 2009 +0200

some random fixes

 panel-plugin/indicator.c |   10 +++---
 panel-plugin/indicator.h |2 --
 2 files changed, 3 insertions(+), 9 deletions(-)

diff --git a/panel-plugin/indicator.c b/panel-plugin/indicator.c
index d7e632b..e570677 100644
--- a/panel-plugin/indicator.c
+++ b/panel-plugin/indicator.c
@@ -182,12 +182,11 @@ indicator_new (XfcePanelPlugin *plugin)
 /* A label to allow for click through */
 indicator->item = gtk_label_new(_("No Indicators"));
 gtk_widget_show(indicator->item);
-gtk_container_add (GTK_CONTAINER (indicator->ebox), indicator->item);
+gtk_container_add (GTK_CONTAINER (plugin), indicator->item);
   } else {
-gtk_container_add (GTK_CONTAINER (indicator->ebox), indicator->menubar);
 gtk_widget_show(indicator->menubar);
+gtk_container_add (GTK_CONTAINER (plugin), indicator->menubar);
   }
-  gtk_widget_show(indicator->ebox);
   return indicator;
 }
 
@@ -204,9 +203,6 @@ indicator_free (XfcePanelPlugin *plugin,
   if (G_UNLIKELY (dialog != NULL))
 gtk_widget_destroy (dialog);
 
-  /* destroy the panel widgets */
-  gtk_widget_destroy (indicator->hvbox);
-
   /* cleanup the settings */
   if (G_LIKELY (indicator->setting1 != NULL))
 g_free (indicator->setting1);
@@ -223,7 +219,7 @@ indicator_orientation_changed (XfcePanelPlugin *plugin,
 IndicatorPlugin*indicator)
 {
   /* change the orienation of the box */
-  xfce_hvbox_set_orientation (XFCE_HVBOX (indicator->hvbox), orientation);
+  //xfce_hvbox_set_orientation (XFCE_HVBOX (indicator->hvbox), orientation);
 }
 
 
diff --git a/panel-plugin/indicator.h b/panel-plugin/indicator.h
index c2c8127..4399823 100644
--- a/panel-plugin/indicator.h
+++ b/panel-plugin/indicator.h
@@ -28,9 +28,7 @@ typedef struct
 XfcePanelPlugin *plugin;
 
 /* panel widgets */
-GtkWidget   *ebox;
 GtkWidget   *menubar;
-GtkWidget   *hvbox;
 GtkWidget   *label;
 GdkPixbuf   *item;
 
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
http://foo-projects.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] add a new CFLAG

2011-02-16 Thread Mark Trompell
Updating branch refs/heads/master
 to 71bbe206145a95b27469beaff3070fdeba2eaa93 (commit)
   from cee9b27c882738dfb1f80f816757cbaaeecda821 (commit)

commit 71bbe206145a95b27469beaff3070fdeba2eaa93
Author: Mark Trompell 
Date:   Tue Jun 2 11:32:50 2009 +0200

add a new CFLAG

 panel-plugin/Makefile.am |6 --
 panel-plugin/indicator.c |1 +
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/panel-plugin/Makefile.am b/panel-plugin/Makefile.am
index ac89634..7d83e8c 100644
--- a/panel-plugin/Makefile.am
+++ b/panel-plugin/Makefile.am
@@ -25,8 +25,10 @@ xfce4_indicator_plugin_CFLAGS =  
\
$(LIBXFCE4UTIL_CFLAGS)  \
$(LIBXFCEGUI4_CFLAGS)   \
$(LIBXFCE4PANEL_CFLAGS) \
-   $(INDICATOR_CFLAGS) 
\
-   $(PLATFORM_CFLAGS)
+   $(INDICATOR_CFLAGS) \
+   $(PLATFORM_CFLAGS)  \
+   -DINDICATOR_DIR=\""$(libdir)/indicators/2"\"
+
 
 xfce4_indicator_plugin_LDADD = \
$(LIBXFCE4UTIL_LIBS)\
diff --git a/panel-plugin/indicator.c b/panel-plugin/indicator.c
index d7e2ae6..f012f9a 100644
--- a/panel-plugin/indicator.c
+++ b/panel-plugin/indicator.c
@@ -28,6 +28,7 @@
 #include 
 #include 
 #include 
+#include 
 
 #include "indicator.h"
 #include "indicator-dialogs.h"
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
http://foo-projects.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] some random changes

2011-02-16 Thread Mark Trompell
Updating branch refs/heads/master
 to aa9f8f05982ddf5dcd91049895357fffcbe3f070 (commit)
   from ac4fe3fd7608567165e08aeb76311651adf3ddbc (commit)

commit aa9f8f05982ddf5dcd91049895357fffcbe3f070
Author: Mark Trompell 
Date:   Fri May 15 15:32:24 2009 +0200

some random changes

 INSTALL  |  156 ++
 configure.in.in  |5 +-
 panel-plugin/Makefile.am |   42 ++-
 panel-plugin/indicator-dialogs.h |2 +-
 4 files changed, 134 insertions(+), 71 deletions(-)

diff --git a/INSTALL b/INSTALL
index 095b1eb..8b82ade 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,16 +1,19 @@
 Installation Instructions
 *
 
-Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004 Free
-Software Foundation, Inc.
+Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005,
+2006, 2007, 2008 Free Software Foundation, Inc.
 
-This file is free documentation; the Free Software Foundation gives
+   This file is free documentation; the Free Software Foundation gives
 unlimited permission to copy, distribute and modify it.
 
 Basic Installation
 ==
 
-These are generic installation instructions.
+   Briefly, the shell commands `./configure; make; make install' should
+configure, build, and install this package.  The following
+more-detailed instructions are generic; see the `README' file for
+instructions specific to this package.
 
The `configure' shell script attempts to guess correct values for
 various system-dependent variables used during compilation.  It uses
@@ -23,9 +26,9 @@ debugging `configure').
 
It can also use an optional file (typically called `config.cache'
 and enabled with `--cache-file=config.cache' or simply `-C') that saves
-the results of its tests to speed up reconfiguring.  (Caching is
+the results of its tests to speed up reconfiguring.  Caching is
 disabled by default to prevent problems with accidental use of stale
-cache files.)
+cache files.
 
If you need to do unusual things to compile the package, please try
 to figure out how `configure' could check whether to do them, and mail
@@ -35,20 +38,17 @@ some point `config.cache' contains results you don't want 
to keep, you
 may remove or edit it.
 
The file `configure.ac' (or `configure.in') is used to create
-`configure' by a program called `autoconf'.  You only need
-`configure.ac' if you want to change it or regenerate `configure' using
-a newer version of `autoconf'.
+`configure' by a program called `autoconf'.  You need `configure.ac' if
+you want to change it or regenerate `configure' using a newer version
+of `autoconf'.
 
 The simplest way to compile this package is:
 
   1. `cd' to the directory containing the package's source code and type
- `./configure' to configure the package for your system.  If you're
- using `csh' on an old version of System V, you might need to type
- `sh ./configure' instead to prevent `csh' from trying to execute
- `configure' itself.
+ `./configure' to configure the package for your system.
 
- Running `configure' takes awhile.  While running, it prints some
- messages telling which features it is checking for.
+ Running `configure' might take a while.  While running, it prints
+ some messages telling which features it is checking for.
 
   2. Type `make' to compile the package.
 
@@ -67,51 +67,66 @@ The simplest way to compile this package is:
  all sorts of other programs in order to regenerate files that came
  with the distribution.
 
+  6. Often, you can also type `make uninstall' to remove the installed
+ files again.
+
 Compilers and Options
 =
 
-Some systems require unusual options for compilation or linking that the
-`configure' script does not know about.  Run `./configure --help' for
-details on some of the pertinent environment variables.
+   Some systems require unusual options for compilation or linking that
+the `configure' script does not know about.  Run `./configure --help'
+for details on some of the pertinent environment variables.
 
You can give `configure' initial values for configuration parameters
 by setting variables in the command line or in the environment.  Here
 is an example:
 
- ./configure CC=c89 CFLAGS=-O2 LIBS=-lposix
+ ./configure CC=c99 CFLAGS=-g LIBS=-lposix
 
*Note Defining Variables::, for more details.
 
 Compiling For Multiple Architectures
 
 
-You can compile the package for more than one kind of computer at the
+   You can compile the package for more than one kind of computer at the
 same time, by placing the object files for each architecture in their
-own directory.  To do this, you must use a version of `make' that
-supports the `VPATH' variable, such as GNU `make'.  `cd' to the
+own directory.  To do this, you can use GNU `make'.  `cd' to the
 directory where you want the object files and

[Xfce4-commits] start to break things

2011-02-16 Thread Mark Trompell
Updating branch refs/heads/master
 to cee9b27c882738dfb1f80f816757cbaaeecda821 (commit)
   from 67c060d1d815937a5dc60c17d54945c00591ef4f (commit)

commit cee9b27c882738dfb1f80f816757cbaaeecda821
Author: Mark Trompell 
Date:   Fri May 29 15:56:42 2009 +0200

start to break things

 panel-plugin/indicator.c |   78 ++
 1 files changed, 78 insertions(+), 0 deletions(-)

diff --git a/panel-plugin/indicator.c b/panel-plugin/indicator.c
index 35fa940..d7e2ae6 100644
--- a/panel-plugin/indicator.c
+++ b/panel-plugin/indicator.c
@@ -43,6 +43,9 @@
 static void
 indicator_construct (XfcePanelPlugin *plugin);
 
+static gboolean
+load_module (const gchar * name, GtkWidget * menu);
+
 
 /* register the plugin */
 XFCE_PANEL_PLUGIN_REGISTER_EXTERNAL (indicator_construct);
@@ -270,3 +273,78 @@ indicator_construct (XfcePanelPlugin *plugin)
   g_signal_connect (G_OBJECT (plugin), "about",
 G_CALLBACK (indicator_about), NULL);
 }
+
+
+static gboolean
+load_module (const gchar * name, GtkWidget * menu)
+{
+   g_debug("Looking at Module: %s", name);
+   g_return_val_if_fail(name != NULL, FALSE);
+
+   guint suffix_len = strlen(G_MODULE_SUFFIX);
+   guint name_len = strlen(name);
+
+   g_return_val_if_fail(name_len > suffix_len, FALSE);
+
+   int i;
+   for (i = 0; i < suffix_len; i++) {
+   if (name[(name_len - suffix_len) + i] != (G_MODULE_SUFFIX)[i])
+   return FALSE;
+   }
+   g_debug("Loading Module: %s", name);
+
+   gchar * fullpath = g_build_filename(INDICATOR_DIR, name, NULL);
+   GModule * module = g_module_open(fullpath,
+ G_MODULE_BIND_LAZY | G_MODULE_BIND_LOCAL);
+   g_free(fullpath);
+   g_return_val_if_fail(module != NULL, FALSE);
+
+   get_version_t lget_version = NULL;
+   g_return_val_if_fail(g_module_symbol(module, INDICATOR_GET_VERSION_S, 
(gpointer *)(&lget_version)), FALSE);
+   if (!INDICATOR_VERSION_CHECK(lget_version())) {
+   g_warning("Indicator using API version '%s' we're expecting 
'%s'", lget_version(), INDICATOR_VERSION);
+   return FALSE;
+   }
+
+   get_label_t lget_label = NULL;
+   g_return_val_if_fail(g_module_symbol(module, INDICATOR_GET_LABEL_S, 
(gpointer *)(&lget_label)), FALSE);
+   g_return_val_if_fail(lget_label != NULL, FALSE);
+   GtkLabel * label = lget_label();
+
+   get_icon_t lget_icon = NULL;
+   g_return_val_if_fail(g_module_symbol(module, INDICATOR_GET_ICON_S, 
(gpointer *)(&lget_icon)), FALSE);
+   g_return_val_if_fail(lget_icon != NULL, FALSE);
+   GtkImage * icon = lget_icon();
+
+   get_menu_t lget_menu = NULL;
+   g_return_val_if_fail(g_module_symbol(module, INDICATOR_GET_MENU_S, 
(gpointer *)(&lget_menu)), FALSE);
+   g_return_val_if_fail(lget_menu != NULL, FALSE);
+   GtkMenu * lmenu = lget_menu();
+
+   if (label == NULL && icon == NULL) {
+   /* This is the case where there is nothing to display,
+  kinda odd that we'd have a module with nothing. */
+   g_warning("No label or icon.  Odd.");
+   return FALSE;
+   }
+
+   GtkWidget * menuitem = gtk_menu_item_new();
+   GtkWidget * hbox = gtk_hbox_new(FALSE, 3);
+   if (icon != NULL) {
+   gtk_box_pack_start(GTK_BOX(hbox), GTK_WIDGET(icon), FALSE, 
FALSE, 0);
+   }
+   if (label != NULL) {
+   gtk_box_pack_start(GTK_BOX(hbox), GTK_WIDGET(label), FALSE, 
FALSE, 0);
+   }
+   gtk_container_add(GTK_CONTAINER(menuitem), hbox);
+   gtk_widget_show(hbox);
+
+   if (lmenu != NULL) {
+   gtk_menu_item_set_submenu(GTK_MENU_ITEM(menuitem), 
GTK_WIDGET(lmenu));
+   }
+
+   gtk_menu_shell_append(GTK_MENU_SHELL(menu), menuitem);
+   gtk_widget_show(menuitem);
+
+   return TRUE;
+}
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
http://foo-projects.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] indicator is the one we need to check for

2011-02-16 Thread Mark Trompell
Updating branch refs/heads/master
 to 67c060d1d815937a5dc60c17d54945c00591ef4f (commit)
   from 646fe351e89a1f4faac553212acc9d9947cb2133 (commit)

commit 67c060d1d815937a5dc60c17d54945c00591ef4f
Author: Mark Trompell 
Date:   Wed May 27 10:34:27 2009 +0200

indicator is the one we need to check for

 configure.in.in  |2 +-
 panel-plugin/indicator.c |1 +
 2 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/configure.in.in b/configure.in.in
index 9d898a0..b5b9027 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -69,7 +69,7 @@ XDT_CHECK_PACKAGE([GTK], [gtk+-2.0], [2.6.0])
 XDT_CHECK_PACKAGE([LIBXFCEGUI4], [libxfcegui4-1.0], [4.3.99.2])
 XDT_CHECK_PACKAGE([LIBXFCE4UTIL], [libxfce4util-1.0], [4.3.99.2])
 XDT_CHECK_PACKAGE([LIBXFCE4PANEL], [libxfce4panel-1.0], [4.3.99.2])
-XDT_CHECK_PACKAGE([INDICATOR], [indicate], [0.1.6])
+XDT_CHECK_PACKAGE([INDICATOR], [indicator], [0.1.6])
 
 dnl ***
 dnl *** Check for debugging support ***
diff --git a/panel-plugin/indicator.c b/panel-plugin/indicator.c
index acb6aee..35fa940 100644
--- a/panel-plugin/indicator.c
+++ b/panel-plugin/indicator.c
@@ -150,6 +150,7 @@ indicator_new (XfcePanelPlugin *plugin)
   /* get the current orientation */
   orientation = xfce_panel_plugin_get_orientation (plugin);
 
+  /* TODO: Create menubar */
   /* create some panel widgets */
   indicator->ebox = gtk_event_box_new ();
   gtk_widget_show (indicator->ebox);
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
http://foo-projects.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] Fix build issue with libtool 2.x

2011-02-16 Thread Mark Trompell
Updating branch refs/heads/master
 to 646fe351e89a1f4faac553212acc9d9947cb2133 (commit)
   from aa9f8f05982ddf5dcd91049895357fffcbe3f070 (commit)

commit 646fe351e89a1f4faac553212acc9d9947cb2133
Author: Mark Trompell 
Date:   Tue May 26 10:40:25 2009 +0200

Fix build issue with libtool 2.x

 configure.in.in  |1 +
 panel-plugin/indicator.h |5 -
 2 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/configure.in.in b/configure.in.in
index df2d908..9d898a0 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -38,6 +38,7 @@ dnl 
 AC_PROG_CC()
 AC_PROG_LD()
 AC_PROG_INSTALL()
+AC_PROG_LIBTOOL()
 AC_PROG_INTLTOOL()
 
 dnl **
diff --git a/panel-plugin/indicator.h b/panel-plugin/indicator.h
index 65df505..104c9b1 100644
--- a/panel-plugin/indicator.h
+++ b/panel-plugin/indicator.h
@@ -30,7 +30,10 @@ typedef struct
 /* panel widgets */
 GtkWidget   *ebox;
 GtkWidget   *hvbox;
-GtkWidget   *label;
+GtkWidget   *label;
+GtkWidget *button;
+GdkPixbuf *button_pb;
+GtkWidget *menu;
 
 /* indicator settings */
 gchar   *setting1;
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
http://foo-projects.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] initial checkin

2011-02-16 Thread Mark Trompell
Updating branch refs/heads/master
 to ac4fe3fd7608567165e08aeb76311651adf3ddbc (commit)
   from ac4fe3fd7608567165e08aeb76311651adf3ddbc^1 ()


___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
http://foo-projects.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] Creating branch master

2011-02-16 Thread Mark Trompell
Updating branch refs/heads/master
 as new branch
 to 5fd54ab20467bdd2f44dc5c9c1455eb3a99278c2 (commit)

Branches are created implicitly by pushing. This mail only exists to 
let you know that there was code pushed to 

  refs/heads/master

for the first time. Mails for the commits that lead to the creation 
of the branch will follow after this mail.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
http://foo-projects.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] Make columns sortable (bug #7145).

2011-02-16 Thread Jérôme Guelfucci
Updating branch refs/heads/master
 to 3cf812d8d732c5cab9151acf1c07511f8b76eeca (commit)
   from 01aa823b9fa7e2ef920f3a72533090993ad8f1b7 (commit)

commit 3cf812d8d732c5cab9151acf1c07511f8b76eeca
Author: Jérôme Guelfucci 
Date:   Thu Feb 17 00:26:02 2011 +0100

Make columns sortable (bug #7145).

 xfce4-settings-editor/main_window.c |6 +-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/xfce4-settings-editor/main_window.c 
b/xfce4-settings-editor/main_window.c
index 5d659c7..34c51c5 100644
--- a/xfce4-settings-editor/main_window.c
+++ b/xfce4-settings-editor/main_window.c
@@ -99,7 +99,7 @@ print_list (gpointer data, gpointer user_data);
 GtkDialog *
 xfce4_settings_editor_main_window_new(void)
 {
-gint width, height, position;
+gint width, height, position, i;
 GObject *dialog;
 GObject *channel_treeview;
 GObject *property_treeview;
@@ -178,6 +178,10 @@ xfce4_settings_editor_main_window_new(void)
 renderer = gtk_cell_renderer_text_new();
 gtk_tree_view_insert_column_with_attributes (GTK_TREE_VIEW 
(property_treeview), 3, _("Value"), renderer, "text", 3, NULL);
 
+/* Allow the user to sort the column items by clicking on headers */
+for (i = 0; i < 4; i++)
+gtk_tree_view_column_set_sort_column_id (gtk_tree_view_get_column 
(GTK_TREE_VIEW (property_treeview), i), i);
+
 /* Allow the user to resize the columns */
 gtk_tree_view_column_set_resizable (gtk_tree_view_get_column 
(GTK_TREE_VIEW (property_treeview), 0), TRUE);
 gtk_tree_view_column_set_resizable (gtk_tree_view_get_column 
(GTK_TREE_VIEW (property_treeview), 1), TRUE);
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
http://foo-projects.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] Add Alt + F1 as a shortcut for applications menu.

2011-02-16 Thread Jérôme Guelfucci
Updating branch refs/heads/master
 to 27cb62f2c22a44a9ff96e63518a5e754a58f9037 (commit)
   from df3d6cf9b3524ccb90d26bc96afd467dcb00de43 (commit)

commit 27cb62f2c22a44a9ff96e63518a5e754a58f9037
Author: Jérôme Guelfucci 
Date:   Thu Feb 17 00:13:22 2011 +0100

Add Alt + F1 as a shortcut for applications menu.

 libxfce4kbd-private/xfce4-keyboard-shortcuts.xml |1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/libxfce4kbd-private/xfce4-keyboard-shortcuts.xml 
b/libxfce4kbd-private/xfce4-keyboard-shortcuts.xml
index 723a10d..f0514eb 100644
--- a/libxfce4kbd-private/xfce4-keyboard-shortcuts.xml
+++ b/libxfce4kbd-private/xfce4-keyboard-shortcuts.xml
@@ -3,6 +3,7 @@
 
   
 
+  
   
   
   
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
http://foo-projects.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] Remove duplicated accelerator.

2011-02-16 Thread Jérôme Guelfucci
Updating branch refs/heads/master
 to 698ab92d9c9057d2a3a16e9f69d3afa30b67035e (commit)
   from 9f63340116716d4fefe7faef4bf0a2b2cc8e23c3 (commit)

commit 698ab92d9c9057d2a3a16e9f69d3afa30b67035e
Author: Jérôme Guelfucci 
Date:   Wed Feb 16 23:53:52 2011 +0100

Remove duplicated accelerator.

 xfce4-session/shutdown.c |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/xfce4-session/shutdown.c b/xfce4-session/shutdown.c
index 8c386db..45031ba 100644
--- a/xfce4-session/shutdown.c
+++ b/xfce4-session/shutdown.c
@@ -496,7 +496,7 @@ shutdownDialog(const gchar *sessionName, XfsmShutdownType 
*shutdownType, gboolea
   gtk_box_pack_start (GTK_BOX (vbox2), image, FALSE, FALSE, 0);
   g_object_unref (icon);
 
-  label = gtk_label_new_with_mnemonic (_("_Shut Down"));
+  label = gtk_label_new_with_mnemonic (_("Shut _Down"));
   gtk_widget_show (label);
   gtk_box_pack_start (GTK_BOX (vbox2), label, FALSE, FALSE, 0);
 
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
http://foo-projects.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] l10n: Updated Greek (el) translation to 100%

2011-02-16 Thread Transifex
Updating branch refs/heads/master
 to 74f6288b2c3e6c4538505f74346107951db4b67a (commit)
   from 94394fe3932ed8d9f9e8d4c85120661ed8a16c04 (commit)

commit 74f6288b2c3e6c4538505f74346107951db4b67a
Author: Stavros Giannouris 
Date:   Wed Feb 16 17:45:53 2011 +0100

l10n: Updated Greek (el) translation to 100%

New status: 208 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).

 po/el.po |  379 --
 1 files changed, 222 insertions(+), 157 deletions(-)

diff --git a/po/el.po b/po/el.po
index 36262c9..7651c2a 100644
--- a/po/el.po
+++ b/po/el.po
@@ -7,18 +7,18 @@ msgid ""
 msgstr ""
 "Project-Id-Version: xfce4-power-manager git\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-01-07 05:03+\n"
+"POT-Creation-Date: 2011-02-16 11:03+\n"
 "PO-Revision-Date: 2010-03-26 00:12+0200\n"
 "Last-Translator: Evaggelos Balaskas \n"
 "Language-Team: Greek \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+"X-Poedit-Country: GREECE\n"
+"X-Generator: Lokalize 0.2\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 "X-Poedit-Language: Greek\n"
 "X-Poedit-SourceCharset: utf-8\n"
-"X-Poedit-Country: GREECE\n"
-"X-Generator: Lokalize 0.2\n"
 
 #: ../data/interfaces/xfpm-settings.ui.h:1
 msgid "Actions"
@@ -49,237 +49,239 @@ msgid "Consider the computer on low power at:"
 msgstr "Θεωρείστε τον υπολογιστή σε λίγο ρεύμα στο:"
 
 #. Hibernate menu option
-#: ../data/interfaces/xfpm-settings.ui.h:8 ../settings/xfpm-settings.c:789
-#: ../settings/xfpm-settings.c:857 ../settings/xfpm-settings.c:995
-#: ../settings/xfpm-settings.c:1160 ../settings/xfpm-settings.c:1215
-#: ../settings/xfpm-settings.c:1265 ../src/xfpm-power.c:443
-#: ../src/xfpm-power.c:704
+#: ../data/interfaces/xfpm-settings.ui.h:8 ../settings/xfpm-settings.c:817
+#: ../settings/xfpm-settings.c:885 ../settings/xfpm-settings.c:1032
+#: ../settings/xfpm-settings.c:1206 ../settings/xfpm-settings.c:1263
+#: ../settings/xfpm-settings.c:1315 ../src/xfpm-power.c:484
+#: ../src/xfpm-power.c:779
 msgid "Hibernate"
 msgstr "Αδρανοποίηση"
 
 #: ../data/interfaces/xfpm-settings.ui.h:9
+msgid "Level:"
+msgstr "Επίπεδο:"
+
+#: ../data/interfaces/xfpm-settings.ui.h:10
 msgid "Lock screen when going for suspend/hibernate"
 msgstr "Κλείδωμα οθόνης όταν μεταβαίνει για αναστολή/αδρανοποίηση"
 
-#: ../data/interfaces/xfpm-settings.ui.h:10 ../src/xfpm-power-common.c:132
+#: ../data/interfaces/xfpm-settings.ui.h:11 ../src/xfpm-power-common.c:132
 msgid "Monitor"
 msgstr "Οθόνη"
 
-#: ../data/interfaces/xfpm-settings.ui.h:11
+#: ../data/interfaces/xfpm-settings.ui.h:12
 msgid "Monitor power management control"
 msgstr "Παρακολούθηση ελέγχου διαχείρισης ρεύματος"
 
-#: ../data/interfaces/xfpm-settings.ui.h:12 ../settings/xfpm-settings.c:778
-#: ../settings/xfpm-settings.c:846 ../settings/xfpm-settings.c:984
-#: ../settings/xfpm-settings.c:1149 ../settings/xfpm-settings.c:1204
-#: ../settings/xfpm-settings.c:1254
+#: ../data/interfaces/xfpm-settings.ui.h:13 ../settings/xfpm-settings.c:806
+#: ../settings/xfpm-settings.c:874 ../settings/xfpm-settings.c:1021
+#: ../settings/xfpm-settings.c:1195 ../settings/xfpm-settings.c:1252
+#: ../settings/xfpm-settings.c:1304
 msgid "Nothing"
 msgstr "Τίποτα"
 
-#: ../data/interfaces/xfpm-settings.ui.h:13
+#: ../data/interfaces/xfpm-settings.ui.h:14
 msgid "Power manager settings"
 msgstr "Ρυθμίσεις διαχειριστή ρεύματος"
 
-#: ../data/interfaces/xfpm-settings.ui.h:14
+#: ../data/interfaces/xfpm-settings.ui.h:15
 msgid "Prefer power savings over performance"
 msgstr "Προτιμώμενες ρυθμίσεις ρεύματος έναντι απόδοσης"
 
-#: ../data/interfaces/xfpm-settings.ui.h:15
+#: ../data/interfaces/xfpm-settings.ui.h:16
 msgid "Put display to sleep when computer is inactive for:"
 msgstr "Κλείσιμο οθόνης όταν ο υπολογιστής είναι ανενεργός για:"
 
-#: ../data/interfaces/xfpm-settings.ui.h:16
+#: ../data/interfaces/xfpm-settings.ui.h:17
 msgid "Put the computer to sleep when inactive for:"
 msgstr "Κλείσιμο υπολογιστή εάν είναι ανενεργός για:"
 
-#: ../data/interfaces/xfpm-settings.ui.h:17
+#: ../data/interfaces/xfpm-settings.ui.h:18
 msgid "Reduce screen brightness when computer is inactive for:"
 msgstr "Μείωση της φωτεινότητας της οθόνης όταν ο υπολογιστής είναι ανενεργός 
για:"
 
-#: ../data/interfaces/xfpm-settings.ui.h:18
+#: ../data/interfaces/xfpm-settings.ui.h:19
 msgid "Set computer inactivity sleep mode:"
 msgstr "Όταν ο υπολογιστής είναι ανενεργός να κλείσει:"
 
-#: ../data/interfaces/xfpm-settings.ui.h:19
+#: ../data/interfaces/xfpm-settings.ui.h:20
 msgid "Set monitor sleep mode:"
 msgstr "Κατάσταση κλεισίματος οθόνης:"
 
-#: ../data/interfaces/xfpm-settings.ui.h:20
+#: ../data/interfaces/xfpm-settings.ui.h:21
 msgid "Show notifications to notify about the battery state"
 msgstr "Να εμφανίζονται ειδοποιήσεις σχετικά με την κατάσταση της μπαταρίας"
 

[Xfce4-commits] l10n: Updated German (de) translation to 91%

2011-02-16 Thread Transifex
Updating branch refs/heads/master
 to 94394fe3932ed8d9f9e8d4c85120661ed8a16c04 (commit)
   from f4c676736e07e31f213810fd36e05aed5ec4f0d6 (commit)

commit 94394fe3932ed8d9f9e8d4c85120661ed8a16c04
Author: Johannes Lips 
Date:   Wed Feb 16 16:43:28 2011 +0100

l10n: Updated German (de) translation to 91%

New status: 191 messages complete with 17 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).

 po/de.po |  465 +++---
 1 files changed, 262 insertions(+), 203 deletions(-)

diff --git a/po/de.po b/po/de.po
index 8a9500a..e256d66 100644
--- a/po/de.po
+++ b/po/de.po
@@ -12,7 +12,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: xfce 4-power-manager\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-03-28 06:01+0200\n"
+"POT-Creation-Date: 2011-02-16 11:03+\n"
 "PO-Revision-Date: 2010-02-20 16:56+0100\n"
 "Last-Translator: Fabian Nowak \n"
 "Language-Team: German\n"
@@ -50,237 +50,240 @@ msgid "Consider the computer on low power at:"
 msgstr "Energiezustand als niedrig betrachten bei:"
 
 #. Hibernate menu option
-#: ../data/interfaces/xfpm-settings.ui.h:8 ../settings/xfpm-settings.c:789
-#: ../settings/xfpm-settings.c:857 ../settings/xfpm-settings.c:995
-#: ../settings/xfpm-settings.c:1160 ../settings/xfpm-settings.c:1215
-#: ../settings/xfpm-settings.c:1265 ../src/xfpm-power.c:443
-#: ../src/xfpm-power.c:704
+#: ../data/interfaces/xfpm-settings.ui.h:8 ../settings/xfpm-settings.c:817
+#: ../settings/xfpm-settings.c:885 ../settings/xfpm-settings.c:1032
+#: ../settings/xfpm-settings.c:1206 ../settings/xfpm-settings.c:1263
+#: ../settings/xfpm-settings.c:1315 ../src/xfpm-power.c:484
+#: ../src/xfpm-power.c:779
 msgid "Hibernate"
 msgstr "Ruhezustand"
 
 #: ../data/interfaces/xfpm-settings.ui.h:9
+#, fuzzy
+msgid "Level:"
+msgstr "Niveau:"
+
+#: ../data/interfaces/xfpm-settings.ui.h:10
 msgid "Lock screen when going for suspend/hibernate"
 msgstr "Bildschirm sperren im Ruhezustand/Standby"
 
-#: ../data/interfaces/xfpm-settings.ui.h:10 ../src/xfpm-power-common.c:132
+#: ../data/interfaces/xfpm-settings.ui.h:11 ../src/xfpm-power-common.c:132
 msgid "Monitor"
 msgstr "Monitor"
 
-#: ../data/interfaces/xfpm-settings.ui.h:11
+#: ../data/interfaces/xfpm-settings.ui.h:12
 msgid "Monitor power management control"
 msgstr "Energieverwaltung des Monitors"
 
-#: ../data/interfaces/xfpm-settings.ui.h:12 ../settings/xfpm-settings.c:778
-#: ../settings/xfpm-settings.c:846 ../settings/xfpm-settings.c:984
-#: ../settings/xfpm-settings.c:1149 ../settings/xfpm-settings.c:1204
-#: ../settings/xfpm-settings.c:1254
+#: ../data/interfaces/xfpm-settings.ui.h:13 ../settings/xfpm-settings.c:806
+#: ../settings/xfpm-settings.c:874 ../settings/xfpm-settings.c:1021
+#: ../settings/xfpm-settings.c:1195 ../settings/xfpm-settings.c:1252
+#: ../settings/xfpm-settings.c:1304
 msgid "Nothing"
 msgstr "Nichts"
 
-#: ../data/interfaces/xfpm-settings.ui.h:13
+#: ../data/interfaces/xfpm-settings.ui.h:14
 msgid "Power manager settings"
 msgstr "Einstellungen der Energieverwaltung"
 
-#: ../data/interfaces/xfpm-settings.ui.h:14
+#: ../data/interfaces/xfpm-settings.ui.h:15
 msgid "Prefer power savings over performance"
 msgstr "Stromsparen gegenüber Leistung bevorzugen"
 
-#: ../data/interfaces/xfpm-settings.ui.h:15
+#: ../data/interfaces/xfpm-settings.ui.h:16
 msgid "Put display to sleep when computer is inactive for:"
 msgstr "Anzeige schlafen legen, wenn der Computer inaktiv ist für:"
 
-#: ../data/interfaces/xfpm-settings.ui.h:16
+#: ../data/interfaces/xfpm-settings.ui.h:17
 msgid "Put the computer to sleep when inactive for:"
 msgstr "Computer schlafen legen, wenn er inaktiv ist für:"
 
-#: ../data/interfaces/xfpm-settings.ui.h:17
+#: ../data/interfaces/xfpm-settings.ui.h:18
 msgid "Reduce screen brightness when computer is inactive for:"
 msgstr "Bildschirmhelligkeit reduzieren, wenn der Computer inaktiv ist für:"
 
-#: ../data/interfaces/xfpm-settings.ui.h:18
+#: ../data/interfaces/xfpm-settings.ui.h:19
 msgid "Set computer inactivity sleep mode:"
 msgstr "Schlafmodus für den Computer einstellen:"
 
-#: ../data/interfaces/xfpm-settings.ui.h:19
+#: ../data/interfaces/xfpm-settings.ui.h:20
 msgid "Set monitor sleep mode:"
 msgstr "Schlafmodus für den Monitor einstellen:"
 
-#: ../data/interfaces/xfpm-settings.ui.h:20
+#: ../data/interfaces/xfpm-settings.ui.h:21
 msgid "Show notifications to notify about the battery state"
 msgstr "Benachrichtigungen anzeigen, um über den Batteriezustand zu 
informieren"
 
-#: ../data/interfaces/xfpm-settings.ui.h:21
+#: ../data/interfaces/xfpm-settings.ui.h:22
 msgid "Spin down hard disks"
 msgstr "Festplatte langsamer drehen lassen"
 
-#: ../data/interfaces/xfpm-settings.ui.h:22
+#: ../data/interfaces/xfpm-settings.ui.h:23
 msgid "Standby"
 msgstr "Bereitschaft"
 
 #. Suspend menu option
-#: ../data/interfaces/xfpm-settings.ui.h:23 ../settings/xfpm-settings.c:783
-#: ../settings/xfpm-settin

[Xfce4-commits] l10n: Updated Italian (it) translation to 100%

2011-02-16 Thread Transifex
Updating branch refs/heads/master
 to f4c676736e07e31f213810fd36e05aed5ec4f0d6 (commit)
   from 90945067d901a935165cf813ac9609a939398a35 (commit)

commit f4c676736e07e31f213810fd36e05aed5ec4f0d6
Author: Cristian Marchi 
Date:   Wed Feb 16 14:03:33 2011 +0100

l10n: Updated Italian (it) translation to 100%

New status: 208 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).

 po/it.po |4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/po/it.po b/po/it.po
index 981101f..c4eb974 100644
--- a/po/it.po
+++ b/po/it.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: xfce4-power-manager\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-02-15 17:03+\n"
+"POT-Creation-Date: 2011-02-16 11:03+\n"
 "PO-Revision-Date: 2010-12-23 21:06+0100\n"
 "Last-Translator: Cristian Marchi \n"
 "Language-Team: Italian Translation Team 
\n"
@@ -407,7 +407,7 @@ msgstr "Il sistema ha poca carica"
 #: ../src/xfpm-power.c:955
 #, c-format
 msgid ""
-"Your %s y charge level is low\n"
+"Your %s charge level is low\n"
 "Estimated time left %s"
 msgstr ""
 "La %s è in scaricamento\n"
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
http://foo-projects.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] l10n: Updated Portuguese (pt) translation to 100%

2011-02-16 Thread Transifex
Updating branch refs/heads/master
 to 7faeaeff50fd9278824fdc990bec6942e66e4f61 (commit)
   from bc87fab69fd954aa8ed86ec19fef95a767441308 (commit)

commit 7faeaeff50fd9278824fdc990bec6942e66e4f61
Author: Sergio Marques 
Date:   Wed Feb 16 12:40:43 2011 +0100

l10n: Updated Portuguese (pt) translation to 100%

New status: 230 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).

 po/pt.po |  248 +++--
 1 files changed, 77 insertions(+), 171 deletions(-)

diff --git a/po/pt.po b/po/pt.po
index 73e03f9..a81ec76 100644
--- a/po/pt.po
+++ b/po/pt.po
@@ -3,21 +3,21 @@
 # This file is distributed under the same license as the xfce4-session package.
 # Nuno Donato , 2004.
 # Nuno Miguel , 2007, 2008, 2009.
-#
+# 
 msgid ""
 msgstr ""
 "Project-Id-Version: xfce4-session 4.6.x\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-01-16 17:35+0100\n"
+"POT-Creation-Date: 2011-02-16 11:11+\n"
 "PO-Revision-Date: 2010-12-23 16:19+0100\n"
 "Last-Translator: Nuno Miguel \n"
 "Language-Team: \n"
-"Language: \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Poedit-Country: PORTUGAL\n"
+"Language: \n"
 "X-Poedit-Language: Portuguese\n"
+"X-Poedit-Country: PORTUGAL\n"
 
 #: ../engines/balou/balou-theme.c:110
 msgid "No description given"
@@ -147,7 +147,7 @@ msgid "_Suspend"
 msgstr "_Suspender"
 
 #: ../panel-plugin/xfsm-logout-plugin.c:89
-#: ../panel-plugin/xfsm-logout-plugin.c:135
+#: ../panel-plugin/xfsm-logout-plugin.c:135 ../xfce4-session/shutdown.c:599
 msgid "_Hibernate"
 msgstr "_Hibernar"
 
@@ -225,41 +225,41 @@ msgstr "O Xfclock4 não pôde ser iniciado"
 msgid "Close Session"
 msgstr "Fechar sessão"
 
-#: ../settings/main.c:42
+#: ../settings/main.c:43
 msgid "Settings manager socket"
 msgstr "\"Socket\" do gestor de definições"
 
-#: ../settings/main.c:42
+#: ../settings/main.c:43
 msgid "SOCKET ID"
 msgstr "ID de \"SOCKET\""
 
-#: ../settings/main.c:43
+#: ../settings/main.c:44
 msgid "Version information"
 msgstr "Informações da versão"
 
-#: ../settings/main.c:73
+#: ../settings/main.c:74
 #, c-format
 msgid "Type '%s --help' for usage."
 msgstr "Digite \"%s --help\" para utilização."
 
-#: ../settings/main.c:85 ../xfce4-session/main.c:226
+#: ../settings/main.c:86 ../xfce4-session/main.c:226
 msgid "The Xfce development team. All rights reserved."
 msgstr "A equipa de desenvolvimento do Xfce. Todos os direitos reservados."
 
-#: ../settings/main.c:86 ../xfce4-session/main.c:232
+#: ../settings/main.c:87 ../xfce4-session/main.c:232
 #, c-format
 msgid "Please report bugs to <%s>."
 msgstr "Por favor, reporte os erros para <%s>."
 
-#: ../settings/main.c:95 ../xfce4-session/main.c:238 ../xfce4-tips/main.c:270
+#: ../settings/main.c:96 ../xfce4-session/main.c:238 ../xfce4-tips/main.c:270
 msgid "Unable to contact settings server"
 msgstr "Incapaz de contactar servidor de definições"
 
-#: ../settings/main.c:114
+#: ../settings/main.c:115
 msgid "Unable to create user interface from embedded definition data"
 msgstr "Incapaz de criar interface de utilizador para os dados das definições"
 
-#: ../settings/main.c:127
+#: ../settings/main.c:128
 msgid "_Application Autostart"
 msgstr "Apli_cações automáticas"
 
@@ -297,12 +297,8 @@ msgid "Terminate Program"
 msgstr "Terminar programa"
 
 #: ../settings/session-editor.c:189
-msgid ""
-"The application will lose any unsaved state and will not be restarted in "
-"your next session."
-msgstr ""
-"A aplicação irá perder qualquer estado não gravado e não será reiniciada na "
-"sessão seguinte."
+msgid "The application will lose any unsaved state and will not be restarted 
in your next session."
+msgstr "A aplicação irá perder qualquer estado não gravado e não será 
reiniciada na sessão seguinte."
 
 #: ../settings/session-editor.c:191
 #: ../settings/xfce4-session-settings.glade.h:35
@@ -389,14 +385,8 @@ msgid "Failed to open %s for writing"
 msgstr "Falha ao abrir %s para escrita"
 
 #: ../settings/xfae-window.c:101
-msgid ""
-"Below is the list of applications that will be started automatically when "
-"you login to your Xfce desktop, in addition to the applications that were "
-"saved when you logged out last time:"
-msgstr ""
-"Em baixo está a lista de aplicações que serão iniciadas automaticamente ao "
-"iniciar a sessão no Xfce, em adição às aplicações que foram gravadas quando "
-"saiu da última vez:"
+msgid "Below is the list of applications that will be started automatically 
when you login to your Xfce desktop, in addition to the applications that were 
saved when you logged out last time:"
+msgstr "Em baixo está a lista de aplicações que serão iniciadas 
automaticamente ao iniciar a sessão no Xfce, em adição às aplicações que foram 
gravadas quando saiu da última vez:"
 
 #: ../settings/xfae-window.c:289
 #, c-format
@@ -408,12 +398,8 @@ msgid "Failed to r

[Xfce4-commits] l10n: Updated Portuguese (pt) translation to 100%

2011-02-16 Thread Transifex
Updating branch refs/heads/master
 to 90945067d901a935165cf813ac9609a939398a35 (commit)
   from 029ebb9594bf0cb3c24ccc467983846f212e775e (commit)

commit 90945067d901a935165cf813ac9609a939398a35
Author: Sergio Marques 
Date:   Wed Feb 16 12:39:09 2011 +0100

l10n: Updated Portuguese (pt) translation to 100%

New status: 208 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).

 po/pt.po |  194 +-
 1 files changed, 129 insertions(+), 65 deletions(-)

diff --git a/po/pt.po b/po/pt.po
index 7e81cf3..0938ff7 100644
--- a/po/pt.po
+++ b/po/pt.po
@@ -2,14 +2,14 @@
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
 # Nuno Miguel , 2008, 2009.
-# 
+#
 msgid ""
 msgstr ""
 "Project-Id-Version: xfce4-power-manager\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2011-02-16 11:03+\n"
-"PO-Revision-Date: 2009-08-31 16:32+0100\n"
-"Last-Translator: Nuno Miguel \n"
+"PO-Revision-Date: 2011-02-16 11:38-\n"
+"Last-Translator: Sérgio Marques \n"
 "Language-Team: \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -45,10 +45,14 @@ msgid "Consider the computer on low power at:"
 msgstr "Considerar o computador com energia baixa em:"
 
 #. Hibernate menu option
-#: ../data/interfaces/xfpm-settings.ui.h:8 ../settings/xfpm-settings.c:817
-#: ../settings/xfpm-settings.c:885 ../settings/xfpm-settings.c:1032
-#: ../settings/xfpm-settings.c:1206 ../settings/xfpm-settings.c:1263
-#: ../settings/xfpm-settings.c:1315 ../src/xfpm-power.c:484
+#: ../data/interfaces/xfpm-settings.ui.h:8
+#: ../settings/xfpm-settings.c:817
+#: ../settings/xfpm-settings.c:885
+#: ../settings/xfpm-settings.c:1032
+#: ../settings/xfpm-settings.c:1206
+#: ../settings/xfpm-settings.c:1263
+#: ../settings/xfpm-settings.c:1315
+#: ../src/xfpm-power.c:484
 #: ../src/xfpm-power.c:779
 msgid "Hibernate"
 msgstr "Hibernar"
@@ -61,7 +65,8 @@ msgstr "Nível:"
 msgid "Lock screen when going for suspend/hibernate"
 msgstr "Bloquear o ecrã ao suspender/hibernar"
 
-#: ../data/interfaces/xfpm-settings.ui.h:11 ../src/xfpm-power-common.c:132
+#: ../data/interfaces/xfpm-settings.ui.h:11
+#: ../src/xfpm-power-common.c:132
 msgid "Monitor"
 msgstr "Monitor"
 
@@ -69,9 +74,12 @@ msgstr "Monitor"
 msgid "Monitor power management control"
 msgstr "Controlo de gestão de energia do monitor"
 
-#: ../data/interfaces/xfpm-settings.ui.h:13 ../settings/xfpm-settings.c:806
-#: ../settings/xfpm-settings.c:874 ../settings/xfpm-settings.c:1021
-#: ../settings/xfpm-settings.c:1195 ../settings/xfpm-settings.c:1252
+#: ../data/interfaces/xfpm-settings.ui.h:13
+#: ../settings/xfpm-settings.c:806
+#: ../settings/xfpm-settings.c:874
+#: ../settings/xfpm-settings.c:1021
+#: ../settings/xfpm-settings.c:1195
+#: ../settings/xfpm-settings.c:1252
 #: ../settings/xfpm-settings.c:1304
 msgid "Nothing"
 msgstr "Nada"
@@ -117,10 +125,14 @@ msgid "Standby"
 msgstr "Em espera"
 
 #. Suspend menu option
-#: ../data/interfaces/xfpm-settings.ui.h:24 ../settings/xfpm-settings.c:811
-#: ../settings/xfpm-settings.c:879 ../settings/xfpm-settings.c:1026
-#: ../settings/xfpm-settings.c:1200 ../settings/xfpm-settings.c:1257
-#: ../settings/xfpm-settings.c:1309 ../src/xfpm-power.c:499
+#: ../data/interfaces/xfpm-settings.ui.h:24
+#: ../settings/xfpm-settings.c:811
+#: ../settings/xfpm-settings.c:879
+#: ../settings/xfpm-settings.c:1026
+#: ../settings/xfpm-settings.c:1200
+#: ../settings/xfpm-settings.c:1257
+#: ../settings/xfpm-settings.c:1309
+#: ../src/xfpm-power.c:499
 #: ../src/xfpm-power.c:792
 msgid "Suspend"
 msgstr "Suspender"
@@ -154,11 +166,13 @@ msgid "When sleep button is pressed:"
 msgstr "Quando o botão suspender for pressionado:"
 
 #: ../data/interfaces/xfpm-settings.ui.h:32
-#: ../settings/xfpm-settings-main.c:121 ../src/xfpm-main.c:410
+#: ../settings/xfpm-settings-main.c:121
+#: ../src/xfpm-main.c:410
 msgid "Xfce Power Manager"
 msgstr "Gestão de energia Xfce"
 
-#: ../settings/xfpm-settings.c:567 ../settings/xfpm-settings.c:582
+#: ../settings/xfpm-settings.c:567
+#: ../settings/xfpm-settings.c:582
 #: ../settings/xfpm-settings.c:609
 msgid "Never"
 msgstr "Nunca"
@@ -167,24 +181,30 @@ msgstr "Nunca"
 msgid "One minute"
 msgstr "Um minuto"
 
-#: ../settings/xfpm-settings.c:572 ../settings/xfpm-settings.c:584
+#: ../settings/xfpm-settings.c:572
+#: ../settings/xfpm-settings.c:584
 msgid "Minutes"
 msgstr "Minutos"
 
-#: ../settings/xfpm-settings.c:586 ../settings/xfpm-settings.c:593
-#: ../settings/xfpm-settings.c:594 ../settings/xfpm-settings.c:595
+#: ../settings/xfpm-settings.c:586
+#: ../settings/xfpm-settings.c:593
+#: ../settings/xfpm-settings.c:594
+#: ../settings/xfpm-settings.c:595
 msgid "One hour"
 msgstr "Uma hora"
 
-#: ../settings/xfpm-settings.c:594 ../settings/xfpm-settings.c:598
+#: ../settings/xfpm-settings.c:594
+#: ../setting

[Xfce4-commits] l10n: Updated Portuguese (pt) translation to 100%

2011-02-16 Thread Transifex
Updating branch refs/heads/master
 to 029ebb9594bf0cb3c24ccc467983846f212e775e (commit)
   from 56c835f6df6146bfffc7feb5a7ca12789c392197 (commit)

commit 029ebb9594bf0cb3c24ccc467983846f212e775e
Author: Sergio Marques 
Date:   Wed Feb 16 12:36:45 2011 +0100

l10n: Updated Portuguese (pt) translation to 100%

New status: 208 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).

 po/pt.po |  340 --
 1 files changed, 196 insertions(+), 144 deletions(-)

diff --git a/po/pt.po b/po/pt.po
index ca56511..7e81cf3 100644
--- a/po/pt.po
+++ b/po/pt.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: xfce4-power-manager\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-02-15 05:03+\n"
+"POT-Creation-Date: 2011-02-16 11:03+\n"
 "PO-Revision-Date: 2009-08-31 16:32+0100\n"
 "Last-Translator: Nuno Miguel \n"
 "Language-Team: \n"
@@ -45,235 +45,239 @@ msgid "Consider the computer on low power at:"
 msgstr "Considerar o computador com energia baixa em:"
 
 #. Hibernate menu option
-#: ../data/interfaces/xfpm-settings.ui.h:8 ../settings/xfpm-settings.c:789
-#: ../settings/xfpm-settings.c:857 ../settings/xfpm-settings.c:995
-#: ../settings/xfpm-settings.c:1160 ../settings/xfpm-settings.c:1215
-#: ../settings/xfpm-settings.c:1265 ../src/xfpm-power.c:443
-#: ../src/xfpm-power.c:704
+#: ../data/interfaces/xfpm-settings.ui.h:8 ../settings/xfpm-settings.c:817
+#: ../settings/xfpm-settings.c:885 ../settings/xfpm-settings.c:1032
+#: ../settings/xfpm-settings.c:1206 ../settings/xfpm-settings.c:1263
+#: ../settings/xfpm-settings.c:1315 ../src/xfpm-power.c:484
+#: ../src/xfpm-power.c:779
 msgid "Hibernate"
 msgstr "Hibernar"
 
 #: ../data/interfaces/xfpm-settings.ui.h:9
+msgid "Level:"
+msgstr "Nível:"
+
+#: ../data/interfaces/xfpm-settings.ui.h:10
 msgid "Lock screen when going for suspend/hibernate"
 msgstr "Bloquear o ecrã ao suspender/hibernar"
 
-#: ../data/interfaces/xfpm-settings.ui.h:10 ../src/xfpm-power-common.c:132
+#: ../data/interfaces/xfpm-settings.ui.h:11 ../src/xfpm-power-common.c:132
 msgid "Monitor"
 msgstr "Monitor"
 
-#: ../data/interfaces/xfpm-settings.ui.h:11
+#: ../data/interfaces/xfpm-settings.ui.h:12
 msgid "Monitor power management control"
 msgstr "Controlo de gestão de energia do monitor"
 
-#: ../data/interfaces/xfpm-settings.ui.h:12 ../settings/xfpm-settings.c:778
-#: ../settings/xfpm-settings.c:846 ../settings/xfpm-settings.c:984
-#: ../settings/xfpm-settings.c:1149 ../settings/xfpm-settings.c:1204
-#: ../settings/xfpm-settings.c:1254
+#: ../data/interfaces/xfpm-settings.ui.h:13 ../settings/xfpm-settings.c:806
+#: ../settings/xfpm-settings.c:874 ../settings/xfpm-settings.c:1021
+#: ../settings/xfpm-settings.c:1195 ../settings/xfpm-settings.c:1252
+#: ../settings/xfpm-settings.c:1304
 msgid "Nothing"
 msgstr "Nada"
 
-#: ../data/interfaces/xfpm-settings.ui.h:13
+#: ../data/interfaces/xfpm-settings.ui.h:14
 msgid "Power manager settings"
 msgstr "Definições de gestão de energia"
 
-#: ../data/interfaces/xfpm-settings.ui.h:14
+#: ../data/interfaces/xfpm-settings.ui.h:15
 msgid "Prefer power savings over performance"
 msgstr "Preferir poupança de energia sobre desempenho"
 
-#: ../data/interfaces/xfpm-settings.ui.h:15
+#: ../data/interfaces/xfpm-settings.ui.h:16
 msgid "Put display to sleep when computer is inactive for:"
 msgstr "Suspender o monitor se o computador estiver inactivo por:"
 
-#: ../data/interfaces/xfpm-settings.ui.h:16
+#: ../data/interfaces/xfpm-settings.ui.h:17
 msgid "Put the computer to sleep when inactive for:"
 msgstr "Suspender o computador se estiver inactivo por:"
 
-#: ../data/interfaces/xfpm-settings.ui.h:17
+#: ../data/interfaces/xfpm-settings.ui.h:18
 msgid "Reduce screen brightness when computer is inactive for:"
 msgstr "Reduzir o brilho do ecrã se o computador estiver inactivo por:"
 
-#: ../data/interfaces/xfpm-settings.ui.h:18
+#: ../data/interfaces/xfpm-settings.ui.h:19
 msgid "Set computer inactivity sleep mode:"
 msgstr "Definir o modo de suspensão do computador:"
 
-#: ../data/interfaces/xfpm-settings.ui.h:19
+#: ../data/interfaces/xfpm-settings.ui.h:20
 msgid "Set monitor sleep mode:"
 msgstr "Definir o modo de suspensão do monitor:"
 
-#: ../data/interfaces/xfpm-settings.ui.h:20
+#: ../data/interfaces/xfpm-settings.ui.h:21
 msgid "Show notifications to notify about the battery state"
 msgstr "Mostrar notificações para avisar o estado da bateria"
 
-#: ../data/interfaces/xfpm-settings.ui.h:21
+#: ../data/interfaces/xfpm-settings.ui.h:22
 msgid "Spin down hard disks"
 msgstr "Reduzir rotação do disco"
 
-#: ../data/interfaces/xfpm-settings.ui.h:22
+#: ../data/interfaces/xfpm-settings.ui.h:23
 msgid "Standby"
 msgstr "Em espera"
 
 #. Suspend menu option
-#: ../data/interfaces/xfpm-settings.ui.h:23 ../settings/xfpm-settings.c:783
-#: ../settings/xfpm-settings.c:851 ../settings/xfpm-settings.c:989
-#: ../set

[Xfce4-commits] l10n: Updated Portuguese (pt) translation to 100%

2011-02-16 Thread Transifex
Updating branch refs/heads/master
 to e98d6fc0ae92bee6bd5ea9cfd35cd98a4ff07302 (commit)
   from 7627b2ede280de34b664f5509e73e16df24432fa (commit)

commit e98d6fc0ae92bee6bd5ea9cfd35cd98a4ff07302
Author: Sergio Marques 
Date:   Wed Feb 16 12:32:37 2011 +0100

l10n: Updated Portuguese (pt) translation to 100%

New status: 237 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).

 po/pt.po |  256 +++--
 1 files changed, 130 insertions(+), 126 deletions(-)

diff --git a/po/pt.po b/po/pt.po
index 3537fd4..c3a1bc4 100644
--- a/po/pt.po
+++ b/po/pt.po
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: postler\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-02-15 05:17+\n"
+"POT-Creation-Date: 2011-02-16 11:17+\n"
 "PO-Revision-Date: 2011-01-25 00:39-\n"
 "Last-Translator: Sérgio Marques \n"
 "Language-Team: \n"
@@ -31,7 +31,7 @@ msgid "Postler"
 msgstr "Postler"
 
 #: ../postler/postler-accounts.vala:70 ../postler/postler-accounts.vala:197
-#: ../postler/postler-service.vala:194
+#: ../postler/postler-service.vala:202
 msgid "Inbox"
 msgstr "Caixa de entrada"
 
@@ -68,52 +68,52 @@ msgstr "Ocorreu um erro ao procurar o certificado."
 msgid "Config folder couldn't be created."
 msgstr "A pasta de configuração não foi criada."
 
-#: ../postler/postler-accounts.vala:366
+#: ../postler/postler-accounts.vala:378
 #, c-format
 msgid "Invalid type \"%s\""
 msgstr "O tipo \"%s\" é inválido"
 
 #. i18n: File was found but can't contains invalid values
-#: ../postler/postler-accounts.vala:370
+#: ../postler/postler-accounts.vala:382
 #, c-format
 msgid "Failed to parse account in \"%s\": %s"
 msgstr "Falha ao processar a conta em \"%s\": %s"
 
-#: ../postler/postler-accounts.vala:407
+#: ../postler/postler-accounts.vala:419
 msgid "Cache folder couldn't be created."
 msgstr "A pasta de \"cache\" não foi criada."
 
-#: ../postler/postler-accounts.vala:417
+#: ../postler/postler-accounts.vala:429
 msgid "This type can't receive mail."
 msgstr "Este tipo não consegue receber mensagens."
 
-#: ../postler/postler-accounts.vala:427
+#: ../postler/postler-accounts.vala:439
 msgid "No SSL certificates available"
 msgstr "Nenhum certificado SSL disponível"
 
-#: ../postler/postler-accounts.vala:432
+#: ../postler/postler-accounts.vala:444
 msgid "Invalid address"
 msgstr "Endereço inválido"
 
-#: ../postler/postler-accounts.vala:442 ../postler/postler-accounts.vala:444
+#: ../postler/postler-accounts.vala:454 ../postler/postler-accounts.vala:456
 msgid "Hostname is missing"
 msgstr "Falta o nome do servidor"
 
-#: ../postler/postler-accounts.vala:446
+#: ../postler/postler-accounts.vala:458
 msgid "Username is missing"
 msgstr "Falta o nome de utilizador"
 
-#: ../postler/postler-accounts.vala:448
+#: ../postler/postler-accounts.vala:460
 msgid "Password is missing"
 msgstr "Falta a senha"
 
-#: ../postler/postler-accounts.vala:542 ../postler/postler-accounts.vala:560
-#: ../postler/postler-accounts.vala:580
+#: ../postler/postler-accounts.vala:559 ../postler/postler-accounts.vala:577
+#: ../postler/postler-accounts.vala:597
 #, c-format
 msgid "Account \"%s\" can't receive mail."
 msgstr "A conta \"%s\" não recebe mensagens."
 
-#: ../postler/postler-accounts.vala:563 ../postler/postler-accounts.vala:583
+#: ../postler/postler-accounts.vala:580 ../postler/postler-accounts.vala:600
 msgid "Mail folder couldn't be created."
 msgstr "A pasta de correio não foi criada."
 
@@ -125,68 +125,68 @@ msgstr "Cabeç_halho"
 msgid "_Keywords"
 msgstr "_Palavras chave"
 
-#: ../postler/postler-accountsetup.vala:75
+#: ../postler/postler-accountsetup.vala:76
 msgid "_Full Name:"
 msgstr "_Nome completo:"
 
-#: ../postler/postler-accountsetup.vala:78
+#: ../postler/postler-accountsetup.vala:81
 msgid "_Email Address:"
 msgstr "_Endereço eletrónico:"
 
-#: ../postler/postler-accountsetup.vala:82
+#: ../postler/postler-accountsetup.vala:86
 msgid "_Password:"
 msgstr "_Senha:"
 
-#: ../postler/postler-accountsetup.vala:85
+#: ../postler/postler-accountsetup.vala:90
 msgid "_Organization:"
 msgstr "_Organização:"
 
-#: ../postler/postler-accountsetup.vala:90
+#: ../postler/postler-accountsetup.vala:95
 msgid "_Signature:"
 msgstr "_Assinatura:"
 
-#: ../postler/postler-accountsetup.vala:92
+#: ../postler/postler-accountsetup.vala:97
 msgid "Insert -- to render part of the signature gray."
 msgstr "Insira -- para processar uma parte da assinatura a cinzento."
 
-#: ../postler/postler-accountsetup.vala:95
+#: ../postler/postler-accountsetup.vala:100
 msgid "_Advanced"
 msgstr "_Avançado"
 
-#: ../postler/postler-accountsetup.vala:102
+#: ../postler/postler-accountsetup.vala:108
 msgid "_Receiving Server:"
 msgstr "Servidor de _receção:"
 
-#: ../postler/postler-accountsetup.vala:105
+#: ../postler/postler-accountsetup.vala:112
 msgid "_Username:"
 msgstr "Nome de _utilizador:"
 
-#: ../p

[Xfce4-commits] l10n: Updated Kazakh (kk) translation to 100%

2011-02-16 Thread Transifex
Updating branch refs/heads/master
 to bc87fab69fd954aa8ed86ec19fef95a767441308 (commit)
   from ab53635ab2dcb007456abe037f4264efddeddc2a (commit)

commit bc87fab69fd954aa8ed86ec19fef95a767441308
Author: Bauzhan Muftakhidinov 
Date:   Wed Feb 16 09:16:00 2011 +0100

l10n: Updated Kazakh (kk) translation to 100%

New status: 230 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).

 po/kk.po |  172 ++
 1 files changed, 60 insertions(+), 112 deletions(-)

diff --git a/po/kk.po b/po/kk.po
index 43f51de..dea6154 100644
--- a/po/kk.po
+++ b/po/kk.po
@@ -2,19 +2,19 @@
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
 # Baurzhan Muftakhidinov , 2009.
-#
+# 
 msgid ""
 msgstr ""
 "Project-Id-Version: trunk\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-01-16 17:35+0100\n"
+"POT-Creation-Date: 2011-02-16 05:11+\n"
 "PO-Revision-Date: 2010-11-04 09:42+0600\n"
 "Last-Translator: Baurzhan Muftakhidinov \n"
 "Language-Team: Kazakh \n"
-"Language: kk\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+"Language: kk\n"
 "Plural-Forms: nplurals=1; plural=0\n"
 
 #: ../engines/balou/balou-theme.c:110
@@ -145,7 +145,7 @@ msgid "_Suspend"
 msgstr "Ұ_йықтату"
 
 #: ../panel-plugin/xfsm-logout-plugin.c:89
-#: ../panel-plugin/xfsm-logout-plugin.c:135
+#: ../panel-plugin/xfsm-logout-plugin.c:135 ../xfce4-session/shutdown.c:599
 msgid "_Hibernate"
 msgstr "Г_ибернация"
 
@@ -223,42 +223,41 @@ msgstr "Xflock4 жөнелту мүмкін емес"
 msgid "Close Session"
 msgstr "Сессияны жабу"
 
-#: ../settings/main.c:42
+#: ../settings/main.c:43
 msgid "Settings manager socket"
 msgstr "Баптаулар басқарушысының сокеті"
 
-#: ../settings/main.c:42
+#: ../settings/main.c:43
 msgid "SOCKET ID"
 msgstr "SOCKET ID"
 
-#: ../settings/main.c:43
+#: ../settings/main.c:44
 msgid "Version information"
 msgstr "Нұсқа ақпараты"
 
-#: ../settings/main.c:73
+#: ../settings/main.c:74
 #, c-format
 msgid "Type '%s --help' for usage."
 msgstr "Көмек алу үшін '%s --help' енгізіңіз."
 
-#: ../settings/main.c:85 ../xfce4-session/main.c:226
+#: ../settings/main.c:86 ../xfce4-session/main.c:226
 msgid "The Xfce development team. All rights reserved."
 msgstr "Xfce өндіру тобы. Барлық құқықтары қорғалған."
 
-#: ../settings/main.c:86 ../xfce4-session/main.c:232
+#: ../settings/main.c:87 ../xfce4-session/main.c:232
 #, c-format
 msgid "Please report bugs to <%s>."
 msgstr "Ақаулықтар жөнінде хабарласыңыз: <%s>."
 
-#: ../settings/main.c:95 ../xfce4-session/main.c:238 ../xfce4-tips/main.c:270
+#: ../settings/main.c:96 ../xfce4-session/main.c:238 ../xfce4-tips/main.c:270
 msgid "Unable to contact settings server"
 msgstr "Баптаулар қызметімен байланыс орнату мүмкін емес"
 
-#: ../settings/main.c:114
+#: ../settings/main.c:115
 msgid "Unable to create user interface from embedded definition data"
-msgstr ""
-"Енгізілген ақпаратқа сүйеніп, пайдаланушы интерфейсін жасау мүмкін емес."
+msgstr "Енгізілген ақпаратқа сүйеніп, пайдаланушы интерфейсін жасау мүмкін 
емес."
 
-#: ../settings/main.c:127
+#: ../settings/main.c:128
 msgid "_Application Autostart"
 msgstr "Қ_олданбалардың автоқосылуы"
 
@@ -296,12 +295,8 @@ msgid "Terminate Program"
 msgstr "Бағдарламаны күштеп аяқтау"
 
 #: ../settings/session-editor.c:189
-msgid ""
-"The application will lose any unsaved state and will not be restarted in "
-"your next session."
-msgstr ""
-"Қолданба сақталмаған мәліметтерді барлығын жоғалтады және келесі сессияңызда "
-"қайта қосылмайды"
+msgid "The application will lose any unsaved state and will not be restarted 
in your next session."
+msgstr "Қолданба сақталмаған мәліметтерді барлығын жоғалтады және келесі 
сессияңызда қайта қосылмайды"
 
 #: ../settings/session-editor.c:191
 #: ../settings/xfce4-session-settings.glade.h:35
@@ -388,14 +383,8 @@ msgid "Failed to open %s for writing"
 msgstr "Жазу үшін %s ашу сәтсіз аяқталды"
 
 #: ../settings/xfae-window.c:101
-msgid ""
-"Below is the list of applications that will be started automatically when "
-"you login to your Xfce desktop, in addition to the applications that were "
-"saved when you logged out last time:"
-msgstr ""
-"Төмендегі тізімде көрсетілген қолданбалар сіз өзіңіздің Xfce жұмыс үстел "
-"ортасына кіргенде автоқосылады, соңғы сессияны аяқтау кезінде сақталған "
-"қолданбаларға қоса:"
+msgid "Below is the list of applications that will be started automatically 
when you login to your Xfce desktop, in addition to the applications that were 
saved when you logged out last time:"
+msgstr "Төмендегі тізімде көрсетілген қолданбалар сіз өзіңіздің Xfce жұмыс 
үстел ортасына кіргенде автоқосылады, соңғы сессияны аяқтау кезінде сақталған 
қолданбаларға қоса:"
 
 #: ../settings/xfae-window.c:289
 #, c-format
@@ -407,9 +396,7 @@ msgid "Failed 

[Xfce4-commits] l10n: Updated Kazakh (kk) translation to 100%

2011-02-16 Thread Transifex
Updating branch refs/heads/master
 to 674e462294c2442c22fe57cf664a52813deaddea (commit)
   from fbfa5e3e865e476b00daf0b83a6cd03af8691332 (commit)

commit 674e462294c2442c22fe57cf664a52813deaddea
Author: Bauzhan Muftakhidinov 
Date:   Wed Feb 16 09:15:41 2011 +0100

l10n: Updated Kazakh (kk) translation to 100%

New status: 48 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).

 po/kk.po |   52 ++--
 1 files changed, 26 insertions(+), 26 deletions(-)

diff --git a/po/kk.po b/po/kk.po
index d0e3332..878d8e8 100644
--- a/po/kk.po
+++ b/po/kk.po
@@ -2,22 +2,22 @@
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
 # Baurzhan Muftakhidinov , 2010.
-#
+# 
 msgid ""
 msgstr ""
 "Project-Id-Version: trunk\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-01-16 14:48+0100\n"
+"POT-Creation-Date: 2011-02-16 05:02+\n"
 "PO-Revision-Date: 2010-03-11 12:52+0600\n"
 "Last-Translator: Baurzhan Muftakhidinov \n"
 "Language-Team: Kazakh \n"
-"Language: kk\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=utf-8\n"
 "Content-Transfer-Encoding: 8bit\n"
+"Language: kk\n"
 "Plural-Forms: nplurals=1; plural=0\n"
 
-#: ../tumblerd/tumbler-cache-service.c:383
+#: ../tumblerd/tumbler-cache-service.c:416
 #, c-format
 msgid "Another thumbnail cache service is already running"
 msgstr "Басқа таңбашалар қызметі қосулы тұр"
@@ -28,12 +28,16 @@ msgstr "Басқа таңбашалар қызметі қосулы тұр"
 msgid "No thumbnailer available for \"%s\""
 msgstr "\"%s\" үшін таңбашалар қолданбасы қолжетерсіз"
 
-#: ../tumblerd/tumbler-service.c:751
+#: ../tumblerd/tumbler-lifecycle-manager.c:207
+msgid "The thumbnailer service is shutting down"
+msgstr "Таңбашалар қызметі сөндірілуде"
+
+#: ../tumblerd/tumbler-service.c:760
 #, c-format
 msgid "Another generic thumbnailer is already running"
 msgstr "Басқа жалпы таңбашалар қызметі қосулы тұр"
 
-#: ../tumblerd/tumbler-service.c:867
+#: ../tumblerd/tumbler-service.c:878
 msgid "Unsupported thumbnail flavor requested"
 msgstr "Қолдауы жоқ таңбаша түрі сұранды"
 
@@ -46,68 +50,64 @@ msgstr "Арнайы таңбаша қолданбасын шақыру қате
 msgid "Failed to call the specialized thumbnailer: %s"
 msgstr "Арнайы таңбаша қолданбасын шақыру қатесі: %s"
 
-#: ../tumblerd/tumbler-manager.c:467 ../tumblerd/tumbler-manager.c:873
+#: ../tumblerd/tumbler-manager.c:468 ../tumblerd/tumbler-manager.c:874
 #, c-format
 msgid "Failed to load the file \"%s\": %s"
 msgstr "\"%s\" файлын жүктеп алу қатесі: %s"
 
-#: ../tumblerd/tumbler-manager.c:485 ../tumblerd/tumbler-manager.c:499
-#: ../tumblerd/tumbler-manager.c:513
+#: ../tumblerd/tumbler-manager.c:486 ../tumblerd/tumbler-manager.c:500
+#: ../tumblerd/tumbler-manager.c:514
 #, c-format
 msgid "Malformed section \"%s\" in file \"%s\": %s"
 msgstr "\"%s\" секциясы қате, ол \"%s\" файлында: %s"
 
-#: ../tumblerd/tumbler-manager.c:526
+#: ../tumblerd/tumbler-manager.c:527
 #, c-format
-msgid ""
-"Malformed section \"%s\" in file \"%s\": Mismatch between section name and "
-"UriScheme/MimeType"
-msgstr ""
-"\"%s\" секциясы қате, ол \"%s\" файлында: Секция аты мен UriScheme/MimeType "
-"арасында сәйкестік жоқ"
+msgid "Malformed section \"%s\" in file \"%s\": Mismatch between section name 
and UriScheme/MimeType"
+msgstr "\"%s\" секциясы қате, ол \"%s\" файлында: Секция аты мен 
UriScheme/MimeType арасында сәйкестік жоқ"
 
-#: ../tumblerd/tumbler-manager.c:886 ../tumblerd/tumbler-manager.c:900
-#: ../tumblerd/tumbler-manager.c:914
+#: ../tumblerd/tumbler-manager.c:887 ../tumblerd/tumbler-manager.c:901
+#: ../tumblerd/tumbler-manager.c:915
 #, c-format
 msgid "Malformed file \"%s\": %s"
 msgstr "Қате файл \"%s\": %s"
 
-#: ../tumblerd/tumbler-manager.c:940
+#: ../tumblerd/tumbler-manager.c:941
 #, c-format
 msgid "Failed to determine last modified time of \"%s\""
 msgstr "\"%s\" үшін соңғы өзгерту уақытын анықтау мүмкін емес"
 
-#: ../tumblerd/tumbler-manager.c:1849
+#: ../tumblerd/tumbler-manager.c:1854
 #, c-format
 msgid "Another thumbnailer manager is already running"
 msgstr "Басқа таңбашалар басқарушысы қосулы тұр"
 
 #. set the application name. Translators: Don't translate "Tumbler".
-#: ../tumblerd/main.c:63
+#: ../tumblerd/main.c:78
 msgid "Tumbler Thumbnailing Service"
 msgstr "Tumbler таңбашалар қызметі"
 
-#: ../tumblerd/main.c:78
+#: ../tumblerd/main.c:93
 #, c-format
 msgid "Failed to connect to the D-Bus session bus: %s"
 msgstr "D-Bus сессия шинасына қосылу қатесі: %s"
 
-#: ../tumblerd/main.c:90
+#: ../tumblerd/main.c:108
 #, c-format
 msgid "Failed to start the thumbnail cache service: %s"
 msgstr "Таңбашаларды кэштеу қызметін жөнелту қатесі: %s"
 
-#: ../tumblerd/main.c:140
+#: ../tumblerd/main.c:158
 #, c-format
 msgid "Failed to load specialized thumbnailers into the registry: %s"
 msgstr "Арнайы таңбашалар қолданбаларын регистрге жүктеу қа