2011-07-25 David King Update NEWS for 3.1.4 release 2011-07-16 A S Alam update Punjabi Translation for package 2011-07-15 Yaron Shahrabani Updated Hebrew translation. 2011-07-14 Matej Urbančič Updated Slovenian translation 2011-07-13 Rudolfs Mazurs Updated Latvian translation. 2011-07-13 Kjartan Maraas Updated Norwegian bokmål translation 2011-07-10 Daniel Mustieles Updated Spanish translation 2011-07-08 David King Move about dialog text to GtkBuilder XML 2011-07-08 David King Remove the unused dummy plugin source files 2011-07-08 David King Add GConf to GSettings convert file 2011-07-07 Abduxukur Abdurixit Added UG translation 2011-07-04 David King Post-release version bump to 3.1.4 2011-07-04 David King Update NEWS for 3.1.3 release 2011-07-04 Marc-André Lureau Only compile pty-open.c if getpt() is available Signed-off-by: David King 2011-07-04 Marc-André Lureau Correct include order to fix Win32 build Signed-off-by: David King 2011-07-02 Marc-André Lureau Avoid NULL dereference if a URI has no hostname Signed-off-by: David King 2011-07-02 David King Add generated help and translations to gitignore 2011-07-02 David King Replace xmlChar casts with BAD_CAST from libxml 2011-07-02 David King Use the slice allocator to allocate structures 2011-07-02 David King Add generated Vinagre.Dirs C file to .gitignore 2011-07-02 David King Use g_slist_free_full() where possible g_slist_free_full() has existed since GLib 2.28, and can be used instead of freeing a dynamically-allocated GSList with g_slist_foreach(), followed by calling g_slist_free(). The GLib configure requirement was bumped to 2.28. 2011-07-02 David King Remove an unused callback for the plugin dialog 2011-07-01 Marc-André Lureau Fix Win32 build of spice plugin and SSH handling Signed-off-by: David King 2011-07-01 Marc-André Lureau Check whether building for a Windows host Using AC_CANONICAL_HOST, check if Vinagre is being built for a Windows host, and select the correct GIO backend accordingly. Signed-off-by: David King 2011-07-01 Yinghua Wang update Simplified Chinese (zh_CN) translation 2011-06-30 Marc-André Lureau Rework widget visibility toggling Replace Vinagre.Utils.toggle_widget_visible() with Vinagre.Utils.set_widget_visible(). This allows for better control of the visibility state. Remove unused _toggle_widget_visible() Signed-off-by: David King 2011-06-30 David King Remove unnecessary Win32-specific path checks On Windows, g_get_system_data_dirs() returns the data directory inside the installation folder for the application, making the Win32-specific path checks in Vinagre.Dirs.get_package_data_file() unnecessary. 2011-06-30 David King Use g_get_system_data_dirs() to find data files In Vinagre.Dirs.get_package_data_file(), use g_get_system_data_dirs() to loop through the data directories and return the path to the first data file that exists. Check the path that was set when Vinagre was compiled first, followed by those obtained from the system. In this way, it is sufficient to set XDG_DATA_DIRS to make Vinagre relocatable, solving bug 653722. 2011-06-30 David King Rework Vinagre.Dirs.get_ui_file() logic Rename Vinagre.Dirs.get_ui_file() to Vinagre.Dirs.get_package_data_file(). Change logic of Vinagre.Dirs.get_vinagre_data_dir() to use the package data directory instaed of a versioned subdirectory. Use get_package_data_file() in vinagre-utils.vala and vinagre-window.c, removng internal _get_ui_xml_filename() in vinagre-window.c. 2011-06-30 David King Convert directory lookup functions to Vala Remove vinagre-dirs.c and vinagre-dirs.h. Remove include directives for deleted header. Add DATADIR, LIBDIR and VINAGRE_ABI_VERSION to config.vapi. Slightly rework some of the directory lookups based on bug 653722. Remove the plugin directory lookups, as they are no longer used. Remove other unused functions. 2011-06-26 Muhammet Kara Updated Turkish translation file header 2011-06-26 Muhammet Kara Updated Turkish translation 2011-06-23 Gabor Kelemen Add DOC_LINGUAS variable to help/Makefile.am, so that docs gets built 2011-06-22 Gabor Kelemen Added Hungarian translation by n0m4dm4n 2011-06-22 David King Translate the application name g_set_application_name() was called before gettext was initialised, so the application name, found in the about dialog and the window title, was not translated. Moving the function call to after the gettext initialisation fixes the problem, fixing bug 653126. 2011-06-20 Tomas Bzatek Correct SSH and RDP conditional tests in configure The AM_CONDITIONAL for both SSH and RDP features was enabled depending on the state of the relevant argument to configure, not whether those features had been found on the system. The logic was fixed to be consistent with the other configure arguments. 2011-06-20 Tomas Bzatek Distribute the config VAPI file This ensures that, when building from a tarball, the correct configuration variables are defined if any source files are patched and Vala stamps need to be regenerated. 2011-06-20 David King Post-release version bump to 3.1.3 2011-06-15 Ekaterina Gerasimova Update for recent UI changes Removed bookmarks help because the side pane has been removed. Merged connect-close into connect. Deleted leftovers from Docbook. Changed some sections to be less technical, more active and more topic-oriented. 2011-06-14 Tomas Bzatek Allow the main notebook to expand This was broken by the removal of the side pane, and caused the notebook to always take up too little space. 2011-06-14 Tomas Bzatek Fix compilation of Spice plugin 2011-06-13 David King Update NEWS for 3.1.2 release 2011-06-11 David King Update the DOAP file slightly 2011-06-11 David King Remove the bookmarks side panel As the bookmarks can also be browsed in the Bookmarks menu, remove the duplicate functionality of the side panel. 2011-06-11 David King Remove an unused GtkUIManager file 2011-06-11 David King Integrate reverse-vnc plugin directly 2011-06-11 David King Remove plugin dialog 2011-06-11 David King Remove active plugin list from settings 2011-06-11 David King Do not install plugin desktop files 2011-06-11 David King Do not install headers 2011-06-11 David King Remove pkg-config file 2011-06-11 David King Remove gobject-introspection support 2011-06-11 David King Remove libpeas support 2011-06-11 David King Convert plugins to use VinagreStaticExtension This removes libpeas support from plugins, making them use the simpler static extension class. 2011-06-11 David King Add static extension support 2011-06-11 David King Remove the im-status plugin As plugin support will be removed for 3.2, this Javascript plugin must be rewritten. 2011-06-11 Matej Urbančič Updated Slovenian translation 2011-06-10 Ekaterina Gerasimova Tidy up help and improve instructions Split connect.page into individual tasks pages. Improved style. Added introduction page. Grouped related pages together on index.page. 2011-06-10 Ekaterina Gerasimova Improve structure of help pages Split using.page into topic-oriented pages. Minor updates to style and indentation. Other small fixes. 2011-06-10 Abduxukur Abdurixit Added UG translation 2011-06-09 Kjartan Maraas Updated Norwegian bokmål translation 2011-06-06 David King Conditionally include headers for introspection Only use the Avahi and Telepathy headers in the introspection headers if those features are enabled. 2011-06-06 Fran Diéguez Updated Galician translations 2011-06-03 Yaron Shahrabani Updated Hebrew translation. 2011-06-01 Daniel Mustieles Updated Spanish translation 2011-05-31 Zeeshan Ali (Khattak) Conform more closely to Rygel coding style 2011-05-31 Zeeshan Ali (Khattak) Remove bogus 'static' declaration of util methods This also removes the nasty unused method warnings from valac. 2011-05-31 Zeeshan Ali (Khattak) Indent Vala code as per the Rygel coding style https://live.gnome.org/Rygel/CodingStyle 2011-05-29 Carles Ferrando [l10n]Updated Catalan (Valencian) translation 2011-05-29 Jorge González Updated Spanish translation 2011-05-29 David King Rewrite remaining utility functions with Vala Move some utility functions to the single place where they are used. Remove vinagre-util.c and vinagre-util.h. Add VINAGRE_DATADIR to config.vapi. 2011-05-24 David King Remove gettext macros in configure.ac, bug 650150 Using both intltool and gettext macros in configure.ac leads to problems when autoreconf is run, as gettext is run by autopoint, which leads to intltool rejecting the po/Makefile.in.in installed by gettext. Removing the two gettext macro calls from configure.ac fixes the problem. This is an acknowledged problem in the intltool documentation: https://bugs.launchpad.net/intltool/+bug/784191 2011-05-22 Matej Urbančič Added Slovenian translation 2011-05-19 Chao-Hsiung Liao Updated Traditional Chinese translation(Hong Kong and Taiwan) 2011-05-15 Matej Urbančič Updated Slovenian translation 2011-05-15 Andika Triwidada Updated Indonesian translation 2011-05-14 Matej Urbančič Updated Slovenian translation 2011-05-13 Yaron Shahrabani Updated Hebrew translation. 2011-05-09 Kristjan SCHMIDT Updated Esperanto translation 2011-05-09 David King Post-release version bump to 3.1.2 2011-05-09 David King Update NEWS for 3.1.1 release 2011-05-09 Fran Diéguez Updated Galician translations 2011-05-09 Yaron Shahrabani Updated Hebrew translation. 2011-05-08 Daniel Mustieles Updated Spanish translation 2011-05-07 David King Convert some utility functions to Vala Add config.vapi to take some defines from config.h. Add vinagre/vinagre-utils.vala to POTFILES.in. Ignore generated vinagre/vinagre-utils.c. Rearrange headers in Makefile variables so that no .h files are in SOURCES. 2011-05-07 David King Rename source file and update includes 2011-05-07 David King Change *.tar.gz to *.tar.xz in .gitignore 2011-05-06 Daniel Korostil Uploaded Ukranian 2011-05-04 Kjartan Maraas Updated Norwegian bokmål translation 2011-05-02 Abduxukur Abdurixit Added UG translation 2011-05-01 David King Move some utility code to where it is used 2011-05-01 Ekaterina Gerasimova Fix help button in reverse connection dialog Connect help button to Mallard help, bug 626082. 2011-05-01 Ekaterina Gerasimova Add help page for reverse connections, bug 597110 2011-05-01 David King Remove panel applet 2011-04-30 Fran Diéguez Updated galician translations 2011-04-29 David King Add dbus-glib-1 to telepathy-glib pkg-config check Thanks to Andreas Henriksson for the report. 2011-04-28 Daniel Mustieles Updated Spanish translation 2011-04-27 Daniel Mustieles Updated Spanish translation 2011-04-27 Mario Blättermann [l10n] Updated German translation 2011-04-26 Muhammet Kara Updated Turkish translation 2011-04-24 Abduxukur Abdurixit Added UG translation 2011-04-18 David King Minor updates to the man page 2011-04-18 David King Update copyright and authors information 2011-04-18 David King Make it possible to focus the hostname GtkEntry This was broken by commit e256798cffeb49fe3c31bfaa1e774220ae12e6a0. 2011-04-18 David King Post-release version bump to 3.1.1 2011-04-17 Ekaterina Gerasimova Update help for UI string changes Update strings to correspond to updates in Vinagre. Add line breaks to keep lines to 80 columns wide. Minor improvements to wording. 2011-04-17 David King Many UI and string changes, bug 599690 Use new widget margin properties in GTK+ 3 to indent group items in dialogs. Use correct capitalisation according to the HIG. Use consistent spacing according to the HIG. Many other minor changes. 2011-04-17 Ekaterina Gerasimova Add using page and minor updates to help Added help file for common Vinagre features. Arranged pages so that they appear in a logical order on the index page. Fixed typo in bookmarks description. 2011-04-16 David King Fix reverse-vnc GtkBuilder file search path 2011-04-16 David King Correct some UI strings and stock icon usage Replace ‘close’ with ‘disconnect’ when it refers to a connection. Rename functions appropriately. Change some stock icons to be more suitable. 2011-04-16 David King Use ‘remote desktop’ rather than ‘machine’ As mentioned in bug 574138, Vinagre often used ‘machine’ and ‘remote desktop’ interchangeably. This commit consistently uses ‘remote’, ‘remote desktop’ and ‘remote host’ where appropriate. 2011-04-16 David King Mark only the connect action as being important This change ensures that only the connect toolitem has an associated label when GTK_TOOLBAR_BOTH_HORIZ mode is set. Fixes bug 591369. 2011-04-11 Dominique Leuenberger Fix the SSH plugin build, bug 647497 Add LIBADD for ssh plugin, and use $(VINAGRE_LIBS) for it. Add $SSH_DEPS to VINAGRE pkg-config check. 2011-04-11 Daniel Mustieles Updated Spanish translation 2011-04-08 Ekaterina Gerasimova Add Mallard help 2011-04-08 Ekaterina Gerasimova Remove old DocBook help 2011-04-08 David King Check for gnome-icon-theme during configure Vinagre depends on the preferences-desktop-remote-desktop icon for desktop file icons as of 2.91.92. The absence of gnome-icon-theme during configure generates a warning, as other icon themes could satisfy the requirement. 2011-04-07 David King Capitalise Vinagre in command-line option help 2011-04-07 Paolo Bonzini Add X geometry command-line option, bug 640082 2011-04-05 Jordi Serratosa [l10n]Fixes on Catalan translation 2011-04-04 David King Leave initial focus set to the primary toolbar Initial focus was set to the GtkHPaned, which caused it to be highlighted blue when initially starting Vinagre. Removing the gtk_widget_set_focus() call makes the focus default to the primary toolbar, fixing the issue and bug 646235. 2011-04-04 David King Update NEWS for 3.0.0 release 2011-04-04 David King Bump VINAGRE_ABI_VERSION to 3.0 AC_DEFINE the ABI version and use it in vinagre/vinagre-dirs.c. Use the ABI version to construct the plugins DATA and LIBS variables. Install gobject-introspection files to a directory that depends on the ABI version. 2011-04-04 Baris Cicek Updated turkish translation 2011-04-03 Andrea Zagli [l10n] Updated Italian translation 2011-04-02 Kjartan Maraas Include config.h where necessary Add ‘#include ’ to all files that include translatable strings, so that they appear translated in the UI. Fixes bug 645861. 2011-04-01 Inaki Larranaga Murgoitio Updated Basque language 2011-03-31 Lukas Lommer Updated Czech translation 2011-03-31 Alexander Shopov Updated Bulgarian translation 2011-03-30 Kris Thomsen Updated Danish translation 2011-03-30 Chao-Hsiung Liao Updated Traditional Chinese translation(Hong Kong and Taiwan) 2011-03-30 Dr.T.Vasudevan Updated Tamil translation 2011-03-28 Rajesh Ranjan hindi updated 2011-03-27 Abduxukur Abdurixit Added UG translation 2011-03-27 Roman Mátyus Updated Slovak translation 2011-03-26 David King Require automake 1.11.1 and dist as .xz only 2011-03-26 David King Add description to DOAP file 2011-03-26 Flamarion Jorge Updated Brazilian Portuguese translation 2011-03-25 David King Update NEWS for 2.93.93 release 2011-03-25 Kjartan Maraas Updated Norwegian bokmål translation 2011-03-25 Cosimo Cecchi Add some style classes and junctions to make vinagre look better Use primary-toolbar, inline-toolbar and set some junctions in the sidebar to make vinagre play better with Adwaita. Bump the GTK+ requirement to 3.0.3. Fixes bug 645573. 2011-03-21 David King Post-release version bump to 2.91.93 2011-03-21 David King Update NEWS and release 2.91.92 2011-03-21 William Jon McCann Use icon from icon theme instead of custom one It already has a hires variant as well. Fixes bug 645175. 2011-03-20 Roman Mátyus Updated Slovak translation 2011-03-19 David King Remove broken gtk-vnc log handler, bug 632711 The custom logging handler for gtk-vnc debugging output used printf() for output. Thus, the output was buffered and could appear out-of-order with other debug messages. Removing the custom handler ensures that the default gtk-vnc handler is used. Thanks to Daniel P. Berrange for the report. 2011-03-19 David King Simplify panel applet code Drop the custom draw handler. Store the image as a GtkImage rather than a GdkPixbuf. Drop the change_background handler. Drop the check_size function. 2011-03-19 David King Remove /gnome-doc-utils.make from .gitignore 2011-03-19 Rudolfs Mazurs Updated Latvian translation. 2011-03-19 Yuri Myasoedov Updated Russian translation 2011-03-19 Dirgita Updated Indonesian translation 2011-03-19 Милош Поповић Updated Serbian translation 2011-03-18 Marc-André Lureau build: fix some autofoo after modernization 2011-03-18 Aron Xu Update Simplified Chinese translation. 2011-03-17 Mario Blättermann [l10n] Updated German translation 2011-03-17 Sweta Kothari Updated Gujarati Translations 2011-03-16 Bruce Cowan Updated British English translation 2011-03-15 Gabor Kelemen Updated Hungarian translation 2011-03-15 Lucian Adrian Grijincu Updated Romanian translation 2011-03-15 Mattias Põldaru [l10n] Updated Estonian translation 2011-03-15 Fran Diéguez Updated Galician translations 2011-03-14 Lucian Adrian Grijincu Updated Romanian translation 2011-03-13 Joan Duran [l10n]Updated Catalan translation 2011-03-13 Piotr Drąg Updated Polish translation 2011-03-13 David King Update README for upcoming release 2011-03-13 David King Merge .gitignore in subdirectories to /.gitignore 2011-03-13 David King Correct substitution for VINAGRE_ABI_VERSION 2011-03-13 David King Begin porting applet to libpanelapplet-4.0 API Port the panel applet to the new D-Bus panel applet API. Add D-Bus service file and panel-applet keyfile. Tidy build rules for the panel applet to depend on the vinagre libtool convenience library. Change the default configure arguments so that applet support is automagically enabled by default. The port is untested and incomplete, but builds successfully. 2011-03-12 Wouter Bolsterlee Updated Dutch translation by Wouter Bolsterlee 2011-03-12 David King Remove unused enums generation rules 2011-03-12 David King Remove unused marshaller generation rules 2011-03-12 Duarte Loreto Updated Portuguese translation 2011-03-11 Daniel Nylander Updated Swedish translation 2011-03-11 David King Generate ChangeLog from commit log during 'dist' Rename the pre-git ChangeLog to ChangeLog.pre-git. 2011-03-11 David King Add .gitignore and remove git.mk 2011-03-11 David King Conditionally compile compatibility ifaddrs code This was accidentally removed by the conversion of the plugins subdirectory to a non-recursive build. 2011-03-11 Khaled Hosny Updated Arabic translation 2011-03-09 David King Fix gschema.xml intltool rule 2011-03-09 David King Convert plugins directory to build non-recursively 2011-03-09 David King Use subdir-objects and fix parallel make Call AM_INIT with the 'subdir-objects' option. Additionally, make the gir file generated by GObject Introspection depend on the convenience library, so that a parallel make succeeds. 2011-03-09 David King Use WARN_FLAGS and DISABLE_DEPRECATED_FLAGS 2011-03-09 David King Convert vinagre/view subdir to non-recursive build 2011-03-09 David King Let configure update and rename pkg-config file 2011-03-09 Kjartan Maraas Updated Norwegian bokmål translation 2011-03-08 David King Fix non-functional PKG_CHECK_EXISTS checks PKG_CHECK_EXISTS does not have the same first argument as PKG_CHECK_MODULES, so remove the first argument from all PKG_CHECK_EXISTS calls. 2011-03-08 Brett Witherspoon Fix typo in spice configure check 2011-03-07 David King Update NEWS and configure.ac for 2.91.91 release 2011-03-07 David King Convert vinagre directory to build non-recursively As a side-effect, this overhaul also fixes the build if gobject-introspection is enabled. 2011-03-07 David King Distribute the DOAP file 2011-03-07 David King Convert data/icons subdir to build non-recursively 2011-03-07 David King Convert data subdirectory to build non-recursively 2011-03-07 David King Check for sed with AC_PROG_SED Use the resulting variable 'SED' in Makefile.am files. Update vinagre/GNOME_VinagreApplet.server.in.in appropriately. 2011-03-07 David King Check for glib-genmarshal and glib-mkenums Check the GLib pkg-config file for glib-genmarshal and glib-mkenums, AC_SUBST the variables and use them in vinagre/Makefile.am. 2011-03-06 David King Update AUTHORS, README and NEWS Remove INSTALL file and move contents to README. 2011-03-06 David King Overhaul configure script Rearrange to recommended standard layout. Use M4sh where possible. Enable automake warnings, disable defines and disable standard includes. Switch all configure arguments that enable support for external libraries to use AC_ARG_WITH, and be automatically enabled by default. Prefix all defines from AC_DEFINE macros with 'VINO_'. Drop checking for Perl to decide whether to rebuild generated files. Drop configure summary. Drop several unused checks for functions and headers. Additionally, make the minimum adjustments necessary in other files to enable the build to succeed. 2011-03-06 David King Bump libpanelapplet requirement to 4.0 Bump the libpanapplet requirement to a GTK+ 3 version. 2011-03-06 Javier Jardón Adapt to GtkObject removal in GTK+ 3 Fixes bug 631481. 2011-03-06 Brett Witherspoon Partially fix introspection build 2011-03-06 Brett Witherspoon plugins: avoid NULL pointer without introspection 2011-03-06 Daniel Svensson Replace gdk_draw_* with cairo calls in panel applet 2011-03-06 David King Disable applet by default Add a warning to configure that applet support is currently broken, and make the configure argument default to disabling the applet. As a side effect, fixes bug 642707. 2011-03-04 David King Correct spice configure argument default 2011-03-04 Chris Kühl Make GSettings schema translatable, bug 643659 2011-03-04 Chris Kühl Disable spice by default Also removed the dbus dependency as this is already dealt with by telepathy. Fixes bug 643658. 2011-03-04 David King Add me as a maintainer, remove MAINTAINERS file 2011-03-02 Kjartan Maraas Updated Norwegian bokmål translation 2011-02-28 Rudolfs Mazurs Updated Latvian translation. 2011-02-28 Sweta Kothari Updated Gujarati Translations 2011-02-27 Yaron Shahrabani Updated Hebrew translation. 2011-02-27 Changwoo Ryu Updated Korean translation 2011-02-26 Ivar Smolin [l10n] Updated Estonian translation 2011-02-26 Daniel Mustieles Updated Spanish translation 2011-02-26 Bruno Brouard Updated French translation 2011-02-25 Matej Urbančič Updated Slovenian translation 2011-02-25 Daniel Korostil Uploaded Ukranian 2011-02-25 A S Alam update Punjabi Translation by A S Alam 2011-02-24 Matthias Clasen bump version 2011-02-24 Matthias Clasen Updates 2011-02-24 Marc-André Lureau po: fix makedistcheck with new spice plugin 2011-02-24 Marc-André Lureau plugins: add spice plugin Use --enable-spice configure argument. https://bugzilla.gnome.org/show_bug.cgi?id=642844 2011-02-23 Marc-André Lureau gsettings: fix always-show-tabs leftover 2011-02-23 Marc-André Lureau gsettings: complete migration gconf -> gsettings https://bugzilla.gnome.org/show_bug.cgi?id=625895 2011-02-23 Marc-André Lureau gsettings: convert gconf schema https://bugzilla.gnome.org/show_bug.cgi?id=625895 2011-02-23 Marc-André Lureau build: dbus-glib is only required for telepathy 2011-02-23 Kjartan Maraas Updated Norwegian bokmål translation. 2011-02-23 Marc-André Lureau Make sure the priv->window can be set to NULL 2011-02-23 Marc-André Lureau Get rid of the remaining GCC warnings 2011-02-23 Marc-André Lureau Fix reverse VNC plugin to work with current GNOME 3.0 2011-02-23 Marc-André Lureau Add back filters in open dialog 2011-02-23 Marc-André Lureau build: make it more silent 2011-02-23 Marc-André Lureau build: remove m4 files, generated by autogen 2011-02-20 Benjamín Valero Espinosa Updated Spanish translation 2011-02-20 Jorge González Updated Spanish translation 2011-02-18 Matthias Clasen Post release version bump to 2.91.8 2011-02-18 Matthias Clasen Build fixes for VinagreTubeHandler 2011-02-18 Matthias Clasen Fix introspection build 2011-02-18 Matthias Clasen distcheck with --disable-applet 2011-02-18 Matthias Clasen Bump gtk-vnc dep to 0.4.3 2011-02-18 Matthias Clasen Some NEWS 2011-02-18 Matthias Clasen Bump version to 2.91.7 2011-02-18 Matthias Clasen Bump libpeas requirement to 0.7.2 2011-02-18 Matthias Clasen Update for current libpeas API peas_gtk_plugin_manager_new() takes an optional PeasEngine argument again, so we just pass NULL for the default engine. 2011-02-17 Daniel Korostil Uploaded Ukranian 2011-02-17 Daniel Korostil Uploaded Ukranian 2011-02-09 Matthias Clasen Quell a compiler warning 2011-02-09 Matthias Clasen Make the history combo a GtkComboBoxText That is what is expected in the code. 2011-02-09 Matthias Clasen No more gtk_combo_box_append_text() This has been replaced by the GtkComboBoxText class. 2011-02-09 Matthias Clasen Remove GtkComboBoxEntry This has been replaced by the GtkComboBox::has-entry property. 2011-02-09 Matthias Clasen Fix the build with --enable-telepathy=yes The vinagre-plugin.h header is no vinagre-protocol.h. Update vinagre-tube-hander.c to include the correct header. 2011-02-09 Matthias Clasen Handle URI schemes through mime-types instead of GConf schemas This is how things are done in GNOME 3. https://bugzilla.gnome.org/show_bug.cgi?id=631436 2011-02-09 Matthias Clasen Bump required GTK+ version Require 2.99.3, for the gtkx.h header. 2011-02-09 Matthias Clasen Include when using GtkSocket This is to fix the build with GTK+ 3. 2011-02-04 Gheyret Kenji Added UG translation 2011-01-27 Fran Diéguez QA of Galician translations 2011-01-23 Chao-Hsiung Liao Updated Traditional Chinese translation(Hong Kong and Taiwan) 2011-01-19 Marios Zindilis Updated Greek translation 2011-01-12 Alexander Shopov Updated Bulgarian translation 2011-01-05 Andika Triwidada Updated Indonesian translation 2010-12-29 Daniel Nylander Updated Swedish translation 2010-12-23 Gheyret T.Kenji Added UG translation 2010-12-20 Mattias Põldaru [l10n] Updated Estonian translation 2010-12-12 Reinout van Schouwen [l10n] Updated Dutch translation by Reinout van Schouwen 2010-11-28 Theppitak Karoonboonyanan Updated Thai translation. 2010-11-24 Jonh Wendell Adapt to new gtk width-for-height geometry 2010-11-20 Kjartan Maraas Updated Norwegian bokmål translation 2010-11-20 Gheyret T.Kenji Added UG translation 2010-11-16 Jonh Wendell comment a new gio function 2010-11-16 Jonh Wendell Adapt to the new G[tk]Application API 2010-11-16 Jonh Wendell Don't emit an error message in cache_finalize() 2010-11-15 Everado Canuto Fix compilation error, g_application_is_remote is now g_application_get_is_remote on latest glib. 2010-11-15 Everado Canuto Move from GTK_COMBO_BOX_ENTRY to GTK_COMBO_BOX_TEXT to fix some compilation problems on GTK 3.0. 2010-11-14 Gheyret T.Kenji Added UG translation 2010-11-13 Gheyret T.Kenji Added UG translation 2010-11-09 Javier Jardón Use gtk_paned_new() instead gtk_[h|v]paned_new() 2010-11-02 A S Alam update Punjabi Translation by A S Alam 2010-10-31 Takayuki KUSANO Updated Japanese translation 2010-10-29 Carles Ferrando Updated Catalan (Valencian) translation 2010-10-20 Fran Diéguez Updated Galician translations 2010-10-19 Jakob Kramer [i18n] Updated German translation 2010-10-17 Mattias Põldaru [l10n] Updated Estonian translation 2010-10-16 Matej Urbančič Updated Slovenian translation 2010-10-14 Matej Urbančič Added sl for Slovenian translation 2010-10-14 Matej Urbančič Added Slovenian translation 2010-10-14 Jorge González Updated Spanish translation 2010-10-14 Yaron Shahrabani Updated Hebrew translation. 2010-10-14 Yaron Shahrabani Updated Hebrew translation. 2010-10-13 Jonh Wendell Don't show duplicated mDNS entries. Closes #587131. 2010-10-13 Jonh Wendell Let's be more flexible 2010-10-13 Jonh Wendell Fixed logic for removing mdns entries Also, don't emit the changed signal when a protocol is removed 2010-10-13 Jonh Wendell Refresh the bookmarks menu when a protocol is added/removed 2010-10-13 Jonh Wendell Refresh bookmarks panel when a protocol is added/removed 2010-10-13 Jonh Wendell Make Bookmarks sensible to protocol-[added,removed] signals 2010-10-13 Jonh Wendell Make avahi browser work with the new plugin system 2010-10-13 Jonh Wendell Added protocol-[added,removed] signal to PluginsEngine 2010-10-13 Gintautas Miliauskas Updated Lithuanian translation. 2010-10-11 Fran Diéguez Updated Galician translations 2010-10-10 Yaron Shahrabani Updated Hebrew translation. 2010-10-09 Matej Urbančič Updated Slovenian translation 2010-10-09 Jorge González Updated Spanish translation 2010-10-09 Changwoo Ryu Updated Korean translation 2010-10-08 Jonh Wendell Drop screenshot action for vnc plugin 2010-10-08 Jonh Wendell Drop screenshot action for rdp plugin 2010-10-08 Jonh Wendell Drop screenshot action for ssh plugin 2010-10-08 Jonh Wendell Make the action 'take screenshot' sensitive according to has-screenshot property 2010-10-08 Jonh Wendell Added "has-screenshot" property into VinagreTab It means that a tab has the ability to take a screenshot. VinagreNotebook will use that property to sensitive the "Take screenshot" action. 2010-10-08 Jonh Wendell Added a default implementation for tab_get_screenshot() Which relies on gtk_widget_draw, and might not work on all sort of widgets 2010-10-08 Jonh Wendell Adapt VinagrePluginsEngine to the new Peas API 2010-10-08 Jonh Wendell Bump peas required version to 0.7 2010-10-08 Jonh Wendell Adapt reverse-vnc plugin .desktop file to the new peas format 2010-10-08 Jonh Wendell Adapt im-status plugin .desktop file to the new peas format 2010-10-08 Jonh Wendell Adapt RDP plugin .desktop file to the new peas format 2010-10-08 Jonh Wendell Adapt SSH plugin .desktop file to the new peas format 2010-10-08 Jonh Wendell Adapt VNC plugin .desktop file to the new peas format 2010-10-08 Jonh Wendell Adapt to the new PeasGtkPluginManager API 2010-10-08 Jonh Wendell Get rid of gdk_drawable_get_size 2010-10-08 Jonh Wendell Get rid of Colormap in GdkWindowAttr 2010-10-08 Jonh Wendell Get rid of GtkObject 2010-10-08 Jonh Wendell Updated m4 files (newer libtool) 2010-10-07 Jorge González Updated Spanish translation 2010-10-07 Fran Diéguez Updated galician translations 2010-10-06 Matej Urbančič Updated Slovenian translation 2010-10-06 Yaron Shahrabani Updated Hebrew translation. 2010-09-29 Jonh Wendell Added annotations 2010-09-27 Baurzhan Muftakhidinov Initial translation to Kazakh 2010-09-26 Alexander Shopov Updated Bulgarian translation 2010-09-24 Lucian Adrian Grijincu Updated Romanian translation 2010-09-23 Khaled Hosny Updated Arabic translation 2010-09-23 Khaled Hosny Fix file name 2010-09-23 Jonh Wendell Don't use hooks in About dialog, they were dropped in gtk 3.0 2010-09-20 Takayuki KUSANO Fix Japanese translation 2010-09-20 Roman Mátyus Updated Slovak translation 2010-09-20 Takayuki KUSANO Updated Japanese translation 2010-09-19 Kenneth Nielsen Updated Danish translation 2010-09-19 Andrea Zagli [l10n] Updated Italian translation 2010-09-19 Mattias Põldaru [l10n] Updated Estonian translation 2010-09-17 Jonh Wendell Remove has-separator property from all .ui files 2010-09-17 Jonh Wendell Add some checks 2010-09-17 Jonh Wendell Replace GtkItem to GtkMenuItem 2010-09-17 Jonh Wendell Drop call to gtk_dialog_set_has_separator() 2010-09-17 Jonh Wendell Added a skip annotation 2010-09-17 Jonh Wendell Rename PeasUI to PeasGtk 2010-09-17 Jonh Wendell Adapt to GDK key names change 2010-09-06 Shushi Kurose Updated Japanese translation. 2010-09-04 Jonh Wendell Added im-status plugin 2010-09-04 Jonh Wendell Adjust the size of the plugin dialog 2010-09-04 Jonh Wendell Drop dummy private struct from PluginDialog 2010-09-03 drtv Updated Tamil translation 2010-09-03 Daniel Nylander Updated Swedish translation 2010-09-02 Kjartan Maraas Updated Norwegian bokmål translation 2010-09-02 A S Alam update for Punjabi 2010-09-01 Jonh Wendell Drop VinagreProtocolExt We can now talk "directly" to the Extension 2010-08-31 Bruce Cowan Updated British English translation 2010-08-31 Gabor Kelemen Updated Hungarian translation 2010-08-29 Branko Kokanović Updated Serbian translation 2010-08-28 Aron Xu Update Simplified Chinese translation. 2010-08-27 Mattias Põldaru [l10n] Updated Estonian translation 2010-08-27 Jonh Wendell Fix git-ignore of help .mo files 2010-08-27 Yaron Shahrabani Updated Hebrew translation. 2010-08-26 Jonh Wendell Rename interface init functions 2010-08-26 Jonh Wendell Added some gi annotations 2010-08-26 Jonh Wendell Re-enabled command-line options provided by plugins 2010-08-26 Jonh Wendell Reorder fields 2010-08-26 Bruno Brouard Updated French translation 2010-08-26 Matej Urbančič Updated Slovenian translation 2010-08-26 Jorge González Updated Spanish translation 2010-08-25 Fran Diéguez Update Galician translations 2010-08-25 Jonh Wendell Port reverse-vnc plugin to GSocket from GLib This makes reverse connections work with both ipV4 and ipV6. Closes #626981. 2010-08-25 Jonh Wendell Added Socket property to VncConnection 2010-08-25 Matej Urbančič Updated Slovenian translation 2010-08-24 Jonh Wendell Added a missing file in POTFILES.in 2010-08-24 Fran Diéguez Update Galician translations 2010-08-24 Jorge González Updated Spanish translation 2010-08-24 Jonh Wendell Updated POTFILES.in 2010-08-24 Jonh Wendell Drop reverse vnc feature from vnc plugin 2010-08-24 Jonh Wendell Add reverse-vnc plugin Moved this feature from vnc plugin into its own. 2010-08-24 Jonh Wendell Added support to PeasActivatable extensions in VinagreWindow 2010-08-24 Jonh Wendell Fix an error in vinagre_utils_get_builder() 2010-08-24 Jonh Wendell Modify vinagre_utils_get_builder() callers to use the new signature 2010-08-24 Jonh Wendell Simplify vinagre_utils_get_builder() 2010-08-22 Alexander Shopov Updated Bulgarian translation 2010-08-22 Jonh Wendell Fixed loading/saving of active plugins from/to gconf 2010-08-22 Ask H. Larsen Updated Danish translation 2010-08-21 Duarte Loreto Updated Portuguese translation 2010-08-21 Chao-Hsiung Liao Updated Traditional Chinese translation(Hong Kong and Taiwan) 2010-08-18 Jonh Wendell Bump peas to 0.5.5 and fix vinagre to use the new api 2010-08-10 Runa Bhattacharjee Updated Bengali India Translation 2010-08-06 Claude Paroz Update POTFILES.in 2010-08-04 Andika Triwidada Updated Indonesian translation 2010-08-04 A S Alam update Punjabi Translation by A S Alam 2010-07-30 Jonh Wendell m4 stuff 2010-07-30 Jonh Wendell Ported SSH plugin to Peas 2010-07-30 Jonh Wendell Port VNC plugin to Peas 2010-07-30 Jonh Wendell Clean typelib files at Makefile 2010-07-30 Jonh Wendell Port everything to Peas 2010-07-30 Jonh Wendell Port RDP plugin to Peas 2010-07-30 Jonh Wendell Fix introspection stuff 2010-07-30 Jonh Wendell Added VinagrePluginsEngine as subclass of PeasEngine 2010-07-30 Jonh Wendell Added VinagreProtocolExt proxy 2010-07-30 Jonh Wendell Added VinagreProtocol interface 2010-07-30 Jonh Wendell Drop vinagre-object-module.[ch] from Makefile 2010-07-30 Jonh Wendell Fix mo files git-ignore 2010-07-26 Jonh Wendell Add GObject introspection support 2010-07-24 drtv Updated Tamil translation 2010-07-21 Fran Diéguez Updated Galician translations 2010-07-20 Jonh Wendell Removed vinagre-object-module.* 2010-07-20 Jonh Wendell Require libpeas 2010-07-20 Jonh Wendell Removed vinagre-plugin.* 2010-07-20 Jonh Wendell Removed vinagre-plugin-manager.* 2010-07-20 Jonh Wendell Removed vinagre-plugins-engine.* 2010-07-20 Jonh Wendell Removed vinagre-plugin-info* 2010-07-20 Jonh Wendell Removed vinagre-plugin-loader.[ch] 2010-07-20 Jonh Wendell Removed plugin-loaders dir 2010-07-19 Claude Paroz Updated French translation 2010-07-16 Mario Blättermann [i18n] Updated German translation 2010-07-15 Jonh Wendell Removed unused functions, since now we use GtkApplication 2010-07-15 Jonh Wendell fix an callback signature 2010-07-15 Jonh Wendell Fix compiler warnings 2010-07-15 Jonh Wendell Don't use deprecated vte function 2010-07-15 Jonh Wendell Migrate to GtkApplication Closes #596733 2010-07-15 Jonh Wendell Don't use GtkNotebookPage 2010-07-14 Lucian Adrian Grijincu po: Updated Romanian translation Signed-off-by: Lucian Adrian Grijincu 2010-07-14 Frédéric Péters [release] 2.31.5 2010-07-14 Frédéric Péters Require newer VTE for SSH plugin, to get a GTK+ 3 version 2010-07-14 Frédéric Péters Require newer gtk-vnc, to get a known GTK+ 3 version 2010-07-13 Kjartan Maraas Updated Norwegian bokmål translation 2010-07-14 Aron Xu Complete Simplified Chinese translation. 2010-07-11 Petr Kovar Update Czech translation by Marek Cernocky 2010-07-07 Fran Diéguez Updated Galician translations 2010-07-07 Ahmed Noor Kader Mustajir Md Eusoff [i18n] Added Malay translation 2010-07-05 Matej Urbančič Updated Slovenian translation 2010-07-02 Kristjan Schmidt Add Esperanto translation 2010-07-02 Kristjan Schmidt Add Esperanto translation 2010-07-02 Ivar Smolin [l10n] Updated Estonian translation 2010-07-01 Jorge González Updated Spanish translation 2010-06-30 Yaron Shahrabani Updated Hebrew translation. 2010-06-30 Jonh Wendell Bring back INSTALL file 2010-06-30 Jonh Wendell Depend on gtk+-3.0 2010-06-29 Jonh Wendell 2.31.4 2010-06-29 Jonh Wendell Fixed POTFILES.in 2010-06-29 Jonh Wendell Remove CXX warnings from configure.ac 2010-06-29 Aron Xu Update Simplified Chinese translation. 2010-06-27 Jonh Wendell Add m4/ dir 2010-06-27 Jonh Wendell git ignore help/mo files 2010-06-27 Jonh Wendell Added RDP support. Closes #503456. Still requires some work. Release early and often. 2010-06-27 Jonh Wendell Revert a mistake 2010-06-27 Aron Xu Update Simplified Chinese help translation. 2010-06-26 Jonh Wendell Implement 'take screenshot' for SSH connections 2010-06-26 Jonh Wendell Fix a mistake in libview previous patch 2010-06-26 Jonh Wendell Fixed an error in previous commit 2010-06-25 Jonh Wendell Build with GSEAL. Closes #615407. 2010-06-25 Jonh Wendell Updated libview 2010-06-25 Ivar Smolin [l10n] Updated Estonian translation 2010-06-21 Milo Casagrande [l10n] Updated Italian translation 2010-06-20 Rudolfs Mazurs Updated Latvian translation. 2010-06-19 Sira Nokyoongtong Updated Thai translation. 2010-06-19 Kjartan Maraas Added Norwegian bokmål translation 2010-06-19 Aron Xu Updated Simplified Chinese translation. 2010-06-19 Gabor Kelemen Updated Hungarian translation 2010-06-19 Matej Urbančič Updated Slovenian translation 2010-06-19 Bruce Cowan Updated British English translation 2010-06-17 Yaron Shahrabani Updated Hebrew translation. 2010-06-17 Fran Diéguez Updated Galician translations 2010-06-16 Jorge González Updated Spanish translation 2010-06-16 Jonh Wendell Updated Brazilian Portuguese translation 2010-06-16 Jonh Wendell Allows using of an alternative ssh port when doing tunnel Closes #621809 2010-06-16 Jonh Wendell Look for errors in stderr when doing ssh tunneling 2010-06-16 Jorge González Updated Spanish translation 2010-06-15 Jorge González Updated Spanish translation, fixes bug #621437 2010-06-08 Jonh Wendell Use vinagre_dirs_xxx() functions where applicable 2010-06-08 Jonh Wendell Added vinagre_dirs_get_user_data_dir() 2010-06-08 Jonh Wendell Reworked vinagre_dirs_xxx() wrapper functions. 2010-06-07 Halton Huo Make code is compatible with diffrent ifaddrs structures OpenSolaris (after b137) uses "struct sockaddr_storage", not "struct sockaddr" for ifa_addr member of "struct ifaddrs". This is followed RFC2553. Before BSD and Linux systems move to follow RFC2553, the codes need to be compiled under both cases. https://bugzilla.gnome.org/show_bug.cgi?id=617862 2010-06-06 Fran Diéguez Updated Galician translations 2010-06-06 Yaron Shahrabani Updated Hebrew translation. 2010-06-06 Ivar Smolin Estonian translation updated 2010-06-05 Guillaume Desmottes remove vinagre/handler 2010-06-05 Guillaume Desmottes use TpSimpleHandler rather than our own Handler implementation 2010-06-05 Guillaume Desmottes bump telepathy-glib to 0.11.6 TpSimpleHandler has been added in this release. 2010-06-05 Jonh Wendell Add missing mnemonic. Closes #611752. Thanks to Marcus Carlson for the patches. 2010-06-05 Jonh Wendell Fixed a grammar error. Closes #615639. Thanks to Marcel Telka for pointing this out. 2010-06-05 Jonh Wendell Fixed a grammar error. Closes #616992. Thanks to Marcel Telka for pointing this out. 2010-06-05 Jonh Wendell Use GtkSpinner instead of our own copy of GeditSpinner Closes #608244. Thanks to Stéphane Maniaci for the patch. 2010-05-29 Yaron Shahrabani Updated Hebrew translation. 2010-05-22 Jonh Wendell Removed password length limit for SSH connections. 2010-05-18 Thomas Thurman Updated Shavian translation 2010-05-17 Jonh Wendell Added a comment for translators. Closes #618664. 2010-05-17 Rajesh Ranjan hindi update 2010-05-12 Thomas Thurman Updated Shavian transliteration 2010-05-04 Jonh Wendell 2.30.1 2010-05-02 Kjartan Maraas Updated Norwegian bokmål translation 2010-04-29 Jonh Wendell Changed a bit the logic for local/non-local ifaddrs.h 2010-04-29 Jonh Wendell Fix username saving in bookmarks. Closes Ubuntu #545538. 2010-04-28 Roman Mátyus Added Slovak translation 2010-04-27 Jonh Wendell Bump telepathy minimum version to 0.9.0 Closes #614716. 2010-04-27 Jonh Wendell Added a comment for translators. Closes #617005. 2010-04-27 Jonh Wendell Added a comment for translators. Closes #617003. 2010-04-27 Jonh Wendell Added a comment for translators. Closes #617001. 2010-04-27 Jonh Wendell Added a comment for translators. Closes #616995. 2010-04-27 Jonh Wendell Added a comment for translators. 2010-04-27 Jonh Wendell Added a comment for translators. Closes #616989. 2010-04-27 Jonh Wendell Added translators comments. Closes #616986. 2010-04-27 Jonh Wendell Added a translators comment 2010-04-27 Jonh Wendell Added a comment for translators. Closes #615642. 2010-04-23 Xandru Armesto Updated asturian translation 2010-04-21 Carles Ferrando Updated Catalan (Valencian) translation 2010-04-21 Andika Triwidada Added Indonesian translation, contributed by Nana Suryana Added id to LINGUAS 2010-04-18 Olav Vitters Fix doap file 2010-04-14 Jonh Wendell Make ssh_vinagre_connect() symbol visible in .so. This fixes a crash when using SSH tunnel in VNC plugin. Closes Ubuntu #516847. 2010-04-09 Theppitak Karoonboonyanan Updated Thai translation. 2010-04-03 Žygimantas Beručka Updated Lithuanian translation 2010-04-02 Jordi Serratosa Fixes to Catalan translation 2010-03-29 Jordi Serratosa Fixes to Catalan translation 2010-03-29 Jonh Wendell 2.30 2010-03-28 Petr Kovar Update Czech translation by Lucas Lommer 2010-03-28 YunQiang Su Update Simplified Chinese translation. 2010-03-27 Jamil Ahmed Updated Bengali translation 2010-03-26 Maxim V. Dziumanenko Updated Ukrainian translation 2010-03-24 Inaki Larranaga Murgoitio Updated Basque language 2010-03-20 Jonh Wendell Added a translators comment. Bug #612947. 2010-03-20 Leonid Kanter Update Russian translation from Юрий Козлов 2010-03-19 Nikos Bakaoukas Updated Greek translation for vinagre 2010-03-15 Andrea Zagli Updated Italian translation 2010-03-15 Gabor Kelemen Updated Hungarian translation 2010-03-15 Gabor Kelemen Updated Hungarian translation 2010-03-14 Daniel Nylander Updated Swedish translation 2010-03-13 A S Alam updating for Punjabi by A S Alam 2010-03-12 Claude Paroz Updated French manual translation Contributed by Bernard Opic and Claude Paroz 2010-03-10 Tommi Vainikainen Updated Finnish translation 2010-03-10 Duarte Loreto Updated Portuguese translation 2010-03-09 Jonh Wendell 2.29.92 2010-03-07 Peteris Krisjanis Updated Latvian translation. 2010-03-07 Peteris Krisjanis Updated Latvian translation. 2010-03-07 Peteris Krisjanis Updated Latvian translation. 2010-03-07 Changwoo Ryu Updated Korean translation 2010-03-05 Joan Duran Updated Catalan translation 2010-03-04 Kjartan Maraas Updated Norwegian bokmål translation 2010-02-27 Piotr Drąg Updated Polish translation 2010-02-23 Bruce Cowan Updated British English translation 2010-02-23 Ask H. Larsen Updated Danish translation 2010-02-22 Jonh Wendell 2.29.91 2010-02-21 Leonid Kanter Updated Russian translation 2010-02-20 Claude Paroz Updated French translation Contributed by Pablo Martin-Gomez, Bruno Brouard and Claude Paroz 2010-02-16 Inaki Larranaga Murgoitio Updated Basque language 2010-02-15 Fran Diéguez Updated Galician Translation 2010-02-15 vasudeven updated Tamil translation 2010-02-13 Wolfgang Stöggl Updated German translation 2010-02-13 Lucian Adrian Grijincu Update Romanian translation 2010-02-13 Chao-Hsiung Liao Updated Traditional Chinese translation(Hong Kong and Taiwan) 2010-02-12 Fran Diéguez Updated Galician TRanslation. 2010-02-11 Matej Urbančič Updated Slovenian translation 2010-02-10 Kjartan Maraas Updated Norwegian bokmål translation 2010-02-10 Sweta Kothari Updated Gujarati Translations 2010-02-08 Jonh Wendell 2.29.90 2010-02-08 Jonh Wendell Modernize autotools 2010-02-06 Krasimir Chonov Updated Bulgarian translation 2010-02-06 Aron Xu Update Simplified Chinese translation. 2010-02-05 Sweta Kothari Updated Gujarati Translations 2010-02-04 Jonh Wendell Updated Brazilian Portuguese translation 2010-02-03 Jonh Wendell Replaced a deprecated gtk+ macro 2010-02-03 Ivar Smolin Updating Estonian translation 2010-02-03 Jorge González Updated Spanish translation 2010-02-02 Jonh Wendell Added the option to keep the aspect ratio when using scaling. Closes #599594. 2010-02-01 Jonh Wendell Added ability to plugins parse the txt data of mdns. Also, make SSH plugin use the username provided from mdns. Closes #598592. 2010-02-01 Jorge González Updated Spanish translation 2010-02-01 Jonh Wendell Enable the username field for SSH connections. Closes #603736. 2010-02-01 Jonh Wendell Fix a typo in a property ID 2010-02-01 Mattias Põldaru Updating Estonian translation 2010-01-31 Kjartan Maraas Updated Norwegian bokmål translation 2010-01-30 Jorge González Updated Spanish translation 2010-01-29 Jonh Wendell fix bug #606976 - spaces at end of hostname cause connection failure 2010-01-29 Jonh Wendell Remember correctly the maximized state and window size 2010-01-29 Jonh Wendell Remember all options in connect dialog. Closes #596451 2010-01-29 Jonh Wendell Drop 1px line at toolbar in fullscreen mode. Closes #599643. 2010-01-29 Jonh Wendell Fix the permission of XDG_CACHE_DIR 2010-01-29 Jonh Wendell Added a missing gconf schema 2010-01-29 Jonh Wendell Removed a duplicate gconf schema 2010-01-29 Jonh Wendell Use XDG_CACHE_HOME to store window size, panel state, etc. Closes #583210. 2010-01-29 Mattias Põldaru Updating Estonian translation 2010-01-28 Matej Urbančič Updated Slovenian translation 2010-01-27 Jorge González Updated Spanish translation 2010-01-27 Bruce Cowan Minor string fixes 2010-01-27 Jamil Ahmed Updated Bengali translation 2010-01-27 Jonh Wendell Show a first-run message about menu accelerators 2010-01-27 Jonh Wendell Added vinagre_utils_create_dir() 2010-01-27 Jonh Wendell Reording of preferences item that toggles menu accelerators. Also, put a help button in that dialog. 2010-01-27 Jonh Wendell Added a section parameter in vinagre_utils_help_contents() 2010-01-27 Jonh Wendell Minor string fixes. Closes #593661. Thanks to Bruce Cowan. 2010-01-27 Matthias Clasen fix a crash with empty history file 2010-01-27 Emilio Pozuelo Monfort Bug 602579: Check for X11 and dbus-glib-1 to link against them 2010-01-27 Jonh Wendell Fix a typo in configure.ac 2010-01-27 Matej Urbančič Updated Slovenian translation 2010-01-27 Halton Huo Add to vinagre-vnc-tunnel.c Fixes https://bugzilla.gnome.org/show_bug.cgi?id=608122 2010-01-27 Halton Huo Add ifaddrs.h and getifaddrs.c for those systems which does not ship BSD getifadrss() Fixes https://bugzilla.gnome.org/show_bug.cgi?id=608121 2010-01-26 Jonh Wendell forgot to mark a string for translation 2010-01-26 Jonh Wendell Improved the password dialog for the SSH tunneling 2010-01-25 Jorge González Updated Spanish translation 2010-01-25 Jonh Wendell 2.29.6 release 2010-01-25 Jonh Wendell Fixed POTFILES.in 2010-01-25 Jonh Wendell Initial support to ssh tunneling 2010-01-25 Jonh Wendell Added ssh-tunnel-host widget to the connection dialog 2010-01-25 Jonh Wendell Added ssh-tunnel-host property to the VncConnection class 2010-01-21 Christian.Kirbach Updated German translation 2010-01-16 Daniel Nylander Updated Swedish translation 2010-01-14 Guillaume Desmottes renamespace TpHandler 2010-01-14 Guillaume Desmottes Import TpHandler to Vinagre source tree Branch has not been merged in tp-glib yet. 2010-01-14 Guillaume Desmottes Import Empathy's magic to generate marshallers from sources 2010-01-14 Guillaume Desmottes Pass -Wno-portability to AM_INIT_AUTOMAKE to GNU Make extensions can be used Passing the package name and version to AM_INIT_AUTOMAKE is deprecated and done by AC_INIT now. 2010-01-14 Danielle Madeley Add Requested=False to the filter 2010-01-14 Danielle Madeley .client file for the Channel Dispatcher 2010-01-14 Danielle Madeley Rename service file for D-Bus activation 2010-01-14 Danielle Madeley Update for tweak to TpHandler API 2010-01-14 Danielle Madeley Remove Empathy TubeHandler interface from build 2010-01-14 Danielle Madeley Port old Empathy Tube handler to real Telepathy Client using TpHandler This removes the requirement on Empathy to dispatch Tubes, but instead requires Mission Control 5. 2010-01-13 Inaki Larranaga Murgoitio Updated Basque language 2010-01-05 Maxim V. Dziumanenko Update Ukrainian translation 2010-01-04 Xandru Armesto Fernandez Updated asturian translation 2010-01-04 Tournaris Pavlos-Petros Updated Greek translation 2009-12-19 Lucian Adrian Grijincu Update Romanian translation 2009-12-05 Kjartan Maraas Updated Norwegian bokmål translation. 2009-12-05 Yaron Sharabani Updated Hebrew translation 2009-11-29 Christian Kirbach Added and updated German manual screenshots 2009-11-27 Ivar Smolin Updating Estonian translation 2009-11-26 Matej Urbančič Updated Slovenian translation 2009-11-25 Liel Fridman Updated Hebrew translation 2009-11-25 Jorge González Updated Spanish translation 2009-11-25 Danielle Madeley Switch gendered pronoun for gender neutral pronoun. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=602247 2009-11-21 Peteris Krisjanis Updated Latvian translation. 2009-11-19 Thomas Thurman Shavian translation 2009-11-18 Claude Paroz Updated French translation 2009-11-18 Peteris Krisjanis Updated Latvian translation. 2009-11-15 Kjartan Maraas Updated Norwegian bokmål translation. 2009-11-09 Ivar Smolin Updating Estonian translation 2009-11-07 Ivar Smolin Updating Estonian translation 2009-11-05 Matej Urbančič Updated Slovenian translation 2009-11-03 Jonh Wendell Added vinagre_utils_ask_question() 2009-11-03 Aleksander Łukasiewicz Updated Polish translation 2009-11-02 Jonh Wendell Fix a crash by not freeing a variable twice 2009-10-29 Jorge González Updated Spanish translation 2009-10-29 Jonh Wendell Fix a memory leak 2009-10-29 Jonh Wendell Fix a memory leak 2009-10-29 Jonh Wendell Fix a memory leak 2009-10-28 Jonh Wendell Fix a memory leak 2009-10-28 Jonh Wendell Fix a memory leak 2009-10-28 Jonh Wendell Fix a memory leak 2009-10-28 Jonh Wendell Fix a memory leak 2009-10-27 Jonh Wendell Return the function if we did not receive a valid object. 2009-10-27 drtvasudevan Updated Tamil translation 2009-10-26 Jonh Wendell 2.29.1 release 2009-10-26 Jonh Wendell Updated POTFILES.in 2009-10-26 Jonh Wendell Uncheck 'always enabled' when disabling reverse connections. 2009-10-26 Jonh Wendell Fixed box orientation messed up by Glade. 2009-10-26 Jonh Wendell Use AM_SILENT_RULES if available. 2009-10-26 Jonh Wendell Added an toolbar in bookmarks panel. Removed edit/delete entries from the bookmarks menu and moved them to a toolbar in the side panel. As a side effect, this fixes #581855. 2009-10-24 Jonh Wendell Fixed scale atribute of some labels that were messed up by Glade. 2009-10-23 Jonh Wendell Fix an assert in atk by passing the label of a button in creation time. 2009-10-23 Jonh Wendell Make COPYING file a real file, not a link. 2009-10-22 Jonh Wendell Added ability to use JPEG compression (lossy encoding). Closes #573272. 2009-10-22 Jonh Wendell Added lossy_encoding property to the VncConnection class. 2009-10-22 Jonh Wendell Update gtk-vnc dependency to 0.3.10 2009-10-22 Jonh Wendell Requests an screen update. Closes #577153. 2009-10-22 Jonh Wendell Added ability to change depth color. Closes #485204. 2009-10-22 Jonh Wendell Added depth_profile property to VncConnection 2009-10-21 Jonh Wendell Fix a crash when updating bookmarks side panel tree. Closes #599121. 2009-10-17 Sterios Prosiniklis Updated Greek documentation translation 2009-10-17 Jonh Wendell Keep the aspect ratio when using scaling mode. Closes #593192. 2009-10-17 Jonh Wendell Use black color as background in the view 2009-10-16 Jonh Wendell Drop an useless label in the authentication dialog. Closes #594519. 2009-10-15 Jonh Wendell Just use the variable we already have setup in argument list 2009-10-11 Jorge González Updated Spanish translation 2009-10-10 Petr Kovar Fixed Czech translation Thanks goes to Roman Matyus. 2009-10-09 Ivar Smolin Updating Estonian translation 2009-10-09 drtvasudevan Updated Tamil translation 2009-10-09 drtvasudevan Updated Tamil translation 2009-09-29 Jonh Wendell Added VNC listen mode. Closes #578717. 2009-09-29 Jonh Wendell Added always-enable-listening property to Prefs object. This is needed for next commit 2009-09-29 Jonh Wendell Update the window title when receiving the 'initialized' signal 2009-09-29 Jonh Wendell Open a file descriptor if it is available 2009-09-29 Jonh Wendell Get rid of a wrong comment 2009-09-29 Jonh Wendell Use "vinagre-1" as DATADIR instead of "vinagre" 2009-09-29 Jonh Wendell Updated all vinagre_utils_get_builder() calls to the new signature 2009-09-29 Jonh Wendell Rewrite of vinagre_utils_get_builder(), accepting a plugin as parameter 2009-09-23 Jonh Wendell Added fd (file descriptor) property in VncConnection class 2009-09-23 Jonh Wendell Don't activate an engine plugin in the first load of engine plugins Just load it into the memory 2009-09-23 Jonh Wendell Activate and deactivate plugins when creating and destroying a window 2009-09-22 Jonh Wendell Check for NULL strings in strcmp 2009-09-21 Jonh Wendell Always distribute .service.in files 2009-09-21 Jonh Wendell Bump version to 2.29.1 2009-09-21 Jonh Wendell Fixed scale atribute of labels in the UI file 2009-09-21 Manoj Kumar Giri Upadated Oriya Translation 2009-09-21 Petr Kovar Updated Czech help translation by Lucas Lommer 2009-09-21 Joan Duran Updated Catalan translation 2009-09-20 Petr Kovar Updated Czech translation by Lucas Lommer 2009-09-20 Amitakhya Phukan Updating Assamese translations 2009-09-19 Rajesh Ranjan maithili update, translated by Sangeeta Kumari 2009-09-18 Bastien Nocera Fix warnings activating mDNS bookmarks - Don't tell the marshallers that we have an object and pass a pointer 2009-09-17 Maxim V. Dziumanenko Added Ukrainian translation 2009-09-17 Shankar Prasad Updated Kannada(kn) translation 2009-09-16 Andrea Zagli Updated Italian translation 2009-09-16 Matej Urbančič Updated Slovenian translation 2009-09-14 Carles Ferrando Added Catalan (Valencian) translation 2009-09-14 Rajesh Ranjan hindi update by Rajesh Ranjan 2009-09-14 Adi Roiban Updated Romanian translation 2009-09-13 Branko Kokanović Updated Serbian translation 2009-09-13 Ask H. Larsen Updated Danish translation 2009-09-12 Bruce Cowan Updated British English translation 2009-09-12 Ask H. Larsen Updated Danish translation 2009-09-12 Ani Updaeted Malayalam Translations 2009-09-11 Kostas Papadimas Updated Greek translation. 2009-09-11 krishnababu k Updated Telugu Translations 2009-09-10 Gabor Kelemen Hungarian translation updated 2009-09-10 Gintautas Miliauskas Updated Lithuanian translation. 2009-09-10 Rajesh Ranjan hindi update by Rajesh Ranjan 2009-09-09 Jonh Wendell Fixed bugzilla product 2009-09-07 Jonh Wendell 2.27.92 release 2009-09-07 A S Alam Updating for pa.po by A S Alam 2009-09-06 Matthias Clasen Handle GConf errors Instead of checking writability in advance, handle errors returned by GConfClient setters. Bug 594286. 2009-09-06 Jonh Wendell Show IP addresses of avahi-discovered machines instead of names. For instance, show 10.0.0.1 instead of wendell-laptop.local. Closes #593205. 2009-09-01 Kjartan Maraas Update Norwegian bokmål translation. 2009-09-01 Shankar Prasad Updated Kannada(kn) translation 2009-09-01 Jamil Ahmed Added Bengali translation 2009-08-31 Khaled Hosny Updated Arabic translation 2009-08-31 Sandeep Shedmake Updated Marathi Translations 2009-08-31 krishnababu k Updated Telugu Translations 2009-08-30 Jonh Wendell Updated Brazilian Portuguese translation, also added new screenshots. 2009-08-30 Baris Cicek Updated Turkish translation. 2009-08-30 Robert Ancell Resolve duplicate object IDs in vinagre.ui 2009-08-29 Tomasz Dominikowski Updated Polish translation 2009-08-29 Jorge González Updated Spanish translation 2009-08-29 Changwoo Ryu Update Korean translation 2009-08-28 Sweta Kothari Updated Gujarati Translations 2009-08-28 Branko Kokanović Updated Serbian translation 2009-08-27 Tommi Vainikainen Updated Finnish translation 2009-08-27 Inaki Larranaga Murgoitio Updated Basque language 2009-08-26 ifelix Updated Tamil Translations 2009-08-26 Duarte Loreto Updated Portuguese translation 2009-08-25 Mario Blättermann Updated German translation 2009-08-25 Mario Blättermann Updated German translation 2009-08-25 Mario Blättermann Updated German doc translation 2009-08-25 Mario Blättermann Updated German doc translation 2009-08-25 Jonh Wendell 2.27.91 release 2009-08-25 Runa Bhattacharjee Updated Bengali India Translations 2009-08-25 Arnaud Maillet VinagreTubeHandler uses the mc5 avatar cache and no more the mc4 avatar cache 2009-08-24 Jonh Wendell Use git.mk to ignore files automatically 2009-08-24 Jonh Wendell Updated documentation 2009-08-24 Jonh Wendell Updated Brazilian Portuguese translation. By Krix Apolinario, Henrique Machado and myself. 2009-08-24 Mattias Põldaru Updating Estonian translation 2009-08-22 Claude Paroz Updated French translation 2009-08-22 Mario Blättermann Fixed bug #591916 2009-08-22 Jorge González Updated Spanish translation 2009-08-22 Chao-Hsiung Liao Updated Traditional Chinese translation(Hong Kong and Taiwan) 2009-08-21 Daniel Nylander Updated Swedish translation 2009-08-20 Alexander Shopov Updated Bulgarian translation 2009-08-19 Ivar Smolin Updating Estonian translation 2009-08-19 Antón Méixome Updated Galician Translation 2009-08-18 Arnaud Maillet VinagreTubeHandler is more generic with plugin usage 2009-08-17 Seán de Búrca Updated Irish translation 2009-08-17 Ivar Smolin Updating Estonian translation 2009-08-16 Milo Casagrande Updated Italian translation * Fixes part of bug 591923 2009-08-14 Tommi Vainikainen Updated Finnish translation 2009-08-14 Daniel Nylander Updated Swedish translation 2009-08-13 Jorge González Updated Spanish translation 2009-08-13 Jonh Wendell Connect button should be inactive if no host is given. Closes #591604. 2009-08-13 Manoj Kumar Giri Updated Oriya Translation 2009-08-13 Jonh Wendell Append toolbar items according the new layout 2009-08-13 Jonh Wendell Redesign a bit the fullscreen toolbar 2009-08-13 Jonh Wendell Comment an assert 2009-08-13 Jonh Wendell Added new function vinagre_notebook_get_tabs(). It returns a list of all VinagreTabs in the notebook. 2009-08-13 Jonh Wendell Call parent's constructor 2009-08-13 Jorge González Updated Spanish translation 2009-08-12 Emilio Pozuelo Monfort Update manpage to cope with recent changes http://bugzilla.gnome.org/show_bug.cgi?id=591353 2009-08-12 Antón Méixome Updated Galician translation 2009-08-12 Priit Laes Updating Estonian translation 2009-08-11 Jonh Wendell 2.27.90 release 2009-08-11 Jonh Wendell Return a list of groups instead of just one 2009-08-11 Jonh Wendell Read a list of groups from the plugins, instead of just one. 2009-08-11 Jonh Wendell Make vinagre_plugin_get_context_groups return a list of groups. This enables plugins to have more than 1 OptionGroup. 2009-08-11 Jonh Wendell Adapt debug messages to the new gtk-vnc format 2009-08-11 Jonh Wendell Added a scaled mode command line option. Closes 591340. 2009-08-11 Mattias Põldaru Updating Estonian translation 2009-08-10 Jorge González Updated Spanish translation 2009-08-10 Jonh Wendell Changed the filename flag to -F in .desktop file 2009-08-10 Jonh Wendell Re-added "Open a file" command line feature. Changed the flag from -f to -F also. 2009-08-10 Jonh Wendell Correctly checks for an error when fails to open a file. 2009-08-10 Jonh Wendell Initialize an GError variable, prevents a crash :) 2009-08-10 Jonh Wendell Added a full screen command line option. Closes #589104. 2009-08-10 Jonh Wendell Move the fullscreen initial state code to VinagreNotebook. It checks for fullscreen flag at initialized signal. 2009-08-10 Jonh Wendell Allow only specifying a port number to connect to localhost. Closes #586736. 2009-08-10 Antón Méixome Updated Galician translation 2009-08-10 Jonh Wendell Make bacon messages send the correct URI for parameters. 2009-08-10 Jonh Wendell Disabled the GUI to activate plugins. Closes #590255. By now we just have one basic plugin, and we shouldn't allow users to disable it. 2009-08-10 Arnaud Maillet Rename x_vnc service to rfb 2009-08-10 Mattias Põldaru Updating Estonian translation 2009-08-09 Jorge González Updated Spanish translation 2009-08-08 Chao-Hsiung Liao Updated Traditional Chinese translation(Hong Kong and Taiwan) 2009-08-08 Jochen Skulj Updated German translation 2009-08-07 Jonh Wendell Allows the save screenshot dialog to save in various formats. Closes #591104. 2009-08-07 Jonh Wendell Put fullscreen toolbar in the middle of the screen. Closes #568582. 2009-08-07 Jorge González Updated Spanish translation 2009-08-06 Jonh Wendell Fixed clipboard copy operation if it contains special chars. Closes #577150. 2009-08-06 Kjartan Maraas Updated Norwegian bokmål translation. 2009-08-06 Kjartan Maraas Updated Norwegian bokmål translation. 2009-08-06 Jonh Wendell Added an animation in the tab, giving feedback on slow connections. Closes #580674 2009-08-06 Antón Méixome Updated Galician Translation 2009-08-06 Jonh Wendell Make the applet tooltip translatable 2009-08-04 Claude Paroz Updated French translation 2009-08-03 Jonh Wendell Removed a redundant function call 2009-08-03 Jonh Wendell Fixed a mem leak 2009-08-03 Jonh Wendell Fix fullscreen handling 2009-08-03 Jonh Wendell Grab the keyboard focus on connect 2009-08-03 Jonh Wendell Show the connection icon in the tab. 2009-08-03 Jonh Wendell Added get_icon_name() facility function. 2009-08-03 Ivar Smolin Updating Estonian translation 2009-08-01 Jonh Wendell Make the GNOME applet optional, closes #580501. Based on a patch by Romain Perier. 2009-08-01 Jonh Wendell Fixed gtkbuilder stuff in Makefile.am 2009-08-01 Jonh Wendell Mark some forgotten strings for translation 2009-08-01 Jonh Wendell Added ssh files to POTFILES.in 2009-08-01 Jonh Wendell Emit the 'tooltip' signal on size-change 2009-08-01 Jonh Wendell Update the tab tooltip correctly in VinagreBotebook. We listen to the notify::tooltip property in VinagreTab. 2009-08-01 Jonh Wendell Added the 'tooltip' property to VinagreTab 2009-08-01 Jonh Wendell Delay the emission of the signal 'initialized'. Since we can't emit it at construction time. 2009-08-01 Jonh Wendell Initialize the tab 2009-08-01 Jonh Wendell Use gnome-terminal icon 2009-07-31 Jonh Wendell Use the new version of vinagre_connection_split_string() 2009-07-31 Jonh Wendell Use the new vinagre_plugin_get_icon_name() in the applet menu 2009-07-31 Jonh Wendell Use the new vinagre_plugin_get_icon_name() in the bookmarks menu 2009-07-31 Jonh Wendell Added vinagre_plugin_get_icon_name() 2009-07-31 Jonh Wendell Use the new vinagre_plugin_get_icon() in bookmarks side bar. 2009-07-31 Jonh Wendell Added vinagre_plugin_get_icon() 2009-07-31 Jonh Wendell Dropped icon stuff from connection. It's more apropriated for plugins. 2009-07-31 Jonh Wendell Disable public info on last patch 2009-07-31 Jonh Wendell Added VinagrePluginInfo ref into a plugin. Thus you can get the plugin info inside the plugin. 2009-07-31 Jonh Wendell Save the protocol in bookmark file 2009-07-31 Jonh Wendell Fixed a duplicated name in .ui file 2009-07-31 Jonh Wendell Documented vinagre_connection_split_string() 2009-07-31 Jonh Wendell Use the new argument "known_protocol" where split_string() is used. 2009-07-31 Jonh Wendell Added the argument "gchar *known_protocol" to vinagre_connection_split_string(). If you know in advance what's the protocol of the URI you want to split, then you should pass it. Otherwise pass NULL. 2009-07-31 Jonh Wendell Reorganized constructor of SSH tab 2009-07-31 Jonh Wendell Added initial plugins/ssh folder 2009-07-31 Jonh Wendell Added subfolder plugins/ssh to autotools stuff 2009-07-31 Jonh Wendell Added --enable-ssh flag to configure.ac 2009-07-31 Ivar Smolin Updating Estonian translation 2009-07-30 Jonh Wendell Rewrite of vinagre_prefs_get_string() 2009-07-30 Jonh Wendell Check for value before unref a widget 2009-07-30 Jonh Wendell Fixed showing plugin specific widgets in connect dialog. 2009-07-30 Jonh Wendell Do not install static libraries. Closes #590201. 2009-07-30 Arnaud Maillet Add the protocol to the host string, so that vinagre_connection_new_from_string() can work correctly in the future 2009-07-30 Arnaud Maillet Remove g_printerr in VinagreTubeHandler and use the appropriate stuff 2009-07-30 Arnaud Maillet Avoid vinagre crashs if VNC plugin is not enabled 2009-07-30 Robert Ancell Fix Required and Libs in vinagre.pc (Bug #590105) 2009-07-30 Halton Huo Remove local uesless .m4 files under folder m4. Closes #590120 2009-07-30 Halton Huo Downgrade libxml2 require version to 2.6.31. Closes #590128 2009-07-29 Jonh Wendell Use 'vinagre' icon name for plugins that don't have an icon. In the future we could use a 'plugin' stock icon, when available. 2009-07-29 Jonh Wendell Dropped data/pixmaps folder. We do not use it. Closes #590139. 2009-07-29 Halton Huo Add misssing return to fix bug #590125 2009-07-29 Mattias Põldaru Updating Estonian translation 2009-07-29 Robert Ancell Fix linking order 2009-07-28 Jonh Wendell Drop markups on all strings. Closes #498402 2009-07-28 Jonh Wendell Fixed mime type for gtkbuilder file 2009-07-29 Daniel Nylander Updated Swedish translation 2009-07-28 Jonh Wendell Updated all orientation properties in the UI file. This workarounds a bug in glade/gtk+. 2009-07-28 Mattias Põldaru Updating Estonian translation 2009-07-28 Jonh Wendell Refactored last Leandro's GtkBuilder patch. 2009-07-28 Leandro Mattioli Use GtkBuilder instead of libglade. Fixes bug #580209. 2009-07-28 Jonh Wendell 2.27.5 release 2009-07-28 Jonh Wendell Removed dummy plugin from translation 2009-07-28 Jonh Wendell Fixed automake for tube stuff (again...) 2009-07-28 Jonh Wendell Fixed includes 2009-07-28 Jonh Wendell Fixed debug calls 2009-07-28 Jonh Wendell Fixed Makefile for tube stuff 2009-07-28 Jonh Wendell Removed dummy plugin from configure.ac 2009-07-28 Jonh Wendell Fixed automake stuff 2009-07-28 Jonh Wendell Fixed POTFILES.in 2009-07-28 Jonh Wendell Refactored last Jorge's patch. 2009-07-28 Jorge Pereira The window of plugin manager 2009-07-27 Ivar Smolin Updating Estonian translation 2009-07-27 Jonh Wendell Added libxml dependency to configure.ac 2009-07-27 Jonh Wendell Use debug framework in tube files, instead of g_debug 2009-07-27 Jonh Wendell Added Tube to debug options 2009-07-27 Jonh Wendell Fixed copyright holder for vinagre-debug files 2009-07-27 Jonh Wendell Disable dummy plugin 2009-07-27 Jonh Wendell Moved drag&drop stuff to its own .h file. Also updated some files according. This avoids a compiler warning. 2009-07-27 Jonh Wendell Added vinagre-tube-handler.c to POTFILES.in 2009-07-27 Jonh Wendell Fixed POTFILES.skip 2009-07-27 Jonh Wendell Fixed POTFILES.in 2009-07-27 Jonh Wendell Updated Dummy plugin description 2009-07-27 Jonh Wendell Updated VNC plugin description 2009-07-27 Jonh Wendell Removed an already done TODO entry 2009-07-27 Jorge Pereira The dummy plugin 2009-07-27 Jorge Pereira Fix correct name of plugin macros 2009-07-27 Jonh Wendell Make VNC menu entry "View original size" work again 2009-07-27 Jonh Wendell Implement get_file_filter in VNC plugin 2009-07-27 Jonh Wendell Use the plugin structure to get file filters in Open File dialog 2009-07-27 Jonh Wendell Added a get_file_filter() virtual function to the plugins. This is supposed to be used by plugins that support the "Open File" feature. 2009-07-27 Jonh Wendell Make applet work with plugins 2009-07-27 Jonh Wendell Updated Vinagre description at About dialog. 2009-07-27 Jonh Wendell Fixed POTFILES.[in,skip] 2009-07-27 Jonh Wendell Fixed copyrights in headers of plugin files 2009-07-27 Jonh Wendell Make connection icons work again, based on plugins 2009-07-27 Jonh Wendell Fixed the logic in connect dialog, by showing/hiding the plugin widget. When the user changes the plugin in the combobox, we first remove the widget for the current plugin and then add the new widget. 2009-07-27 Jonh Wendell Make add/edit bookmarks based on plugins. 2009-07-27 Jonh Wendell Make "Add to bookmarks" work again 2009-07-27 Jonh Wendell Fixed a memory leak 2009-07-27 Jonh Wendell Added a FIXME entry 2009-07-27 Jonh Wendell Double check if a plugin exists in vinagre_connection_new_from_string() 2009-07-27 Jonh Wendell Implement get_default_port() function 2009-07-27 Jonh Wendell Added some asserts to vinagre_connection_parse_options_widget() 2009-07-27 Jonh Wendell Make sure vinagre_connection_split_string() returns protocol as NULL if failed. Also, use the new function to get a plugin given a protocol, instead of use g_hash_table_lookup() directly. 2009-07-27 Jonh Wendell Make use of the new parameter to get_connect_widget(). We check if it's a VNCConnection object and set initial state of the widgets based on its properties. 2009-07-27 Jonh Wendell Adapt to the new API 2009-07-27 Jonh Wendell Added a VinagreConnection parameter to vinagre_plugin_get_connect_widget(). This might be useful to set initial state of controls in the widget, to be implemented in plugins 2009-07-27 Jonh Wendell Added a function to get a plugin based on protocol name. 2009-07-27 Jonh Wendell Removed a ghost variable. 2009-07-27 Jonh Wendell Make VNC plugin work on the new "Connect" dialog. 2009-07-27 Jonh Wendell Make the Connect dialog work based on plugins. Now there is a "Protocol" combobox, based on active plugins. Also, there is a custom "options" widget, per plugin. 2009-07-27 Jonh Wendell Added last-protocol property to VinagrePrefs object. This property holds the last protocol used in connect dialog. 2009-07-27 Jonh Wendell Make mDNS bookmarks work based on plugins. When a plugin is loaded, we check if this plugin has mDNS ability. If so, we load it. When a plugin is unloaded, we deactivate its mDNS entries. 2009-07-27 Jonh Wendell Make VncTab work 2009-07-27 Jonh Wendell Setup the protocol name, avoiding a crash 2009-07-27 Jonh Wendell Second step (in a total of XX) towards plugin support. It's building and running now, but still not functional and crashing a lot. Tomorrow I'll continue my work. 2009-07-27 Jonh Wendell First step (in a total of XX) towards plugin support. Things aren't compiling. Just committed because I don't want to loose the work I've done so far. Tomorrow I continue, it's 2 am dude... 2009-07-27 Jorge Pereira The default vinagre plugin icon 2009-07-27 Jorge Pereira The sample of vinagre dummy plugin 2009-07-27 Jorge Pereira The default vinagre plugin icon 2009-07-27 Jorge Pereira Draft of window plugin manager 2009-07-27 Jorge Pereira The fix show of vinagre icon in vinagre manager 2009-07-27 Jonh Wendell Initial test of vnc plugin 2009-07-27 Jonh Wendell Fixed Makefile so that plugin loaders can be actually loaded :) 2009-07-27 Jonh Wendell more work on plugin stuff 2009-07-27 Jorge Pereira Change the directory ${prefix}/{lib,includes}/vinagre-1 and settings for install headers used by plugins 2009-07-27 Jorge Pereira The schemes for pkgconfig and vinagre-1.0.pc 2009-07-27 Jorge Pereira The schemes for pkgconfig and vinagre-1.0.pc 2009-07-27 Jonh Wendell actually added git.mk 2009-07-27 Jonh Wendell stuff 2009-07-27 Jorge Pereira Vinagre Plugin Support 2009-07-27 Jorge Pereira Vinagre Plugin Support 2009-07-27 Jorge Pereira Vinagre Plugin Support 2009-07-27 Jorge Pereira Vinagre Plugin Support 2009-07-27 Jorge Pereira Vinagre Plugin Support 2009-07-27 Jorge Pereira Vinagre Plugin Support 2009-07-27 Jorge Pereira Vinagre Plugin Support 2009-07-27 Jorge Pereira Vinagre Plugin Support 2009-07-27 Jorge Pereira Vinagre Plugin Support 2009-07-27 Jorge Pereira Plugin support 2009-07-27 Jorge Pereira Plugin support 2009-07-27 Jorge Pereira Change for plugin support 2009-07-21 drtvasudevan Updated Tamil translation 2009-07-19 Ilkka Tuohela Updated Finnish translation 2009-07-09 Maxim V. Dziumanenko Updated Ukrainian translation 2009-07-04 Yaron Shahrabani Updated Hebrew translation 2009-07-01 Manoj Kumar Giri Updated Oriya Translation 2009-06-25 Mattias Põldaru Updating Estonian translation 2009-06-24 A S Alam updating translation for Punjabi 2009-06-23 Emilio Pozuelo Monfort Document IPv6 usage in the manpage 2009-06-23 Jonh Wendell Ignore some files 2009-06-22 Petr Kovar Updated Czech help translation by Lucas Lommer Reviewed by Petr Kovar. 2009-06-18 Lucas Lommer Updated cs translation 2009-06-15 Arnaud Maillet Add the avatar of the contact in the Dialog message 2009-06-15 Arnaud Maillet Instantiate VinagreTubesManager in main 2009-06-15 Arnaud Maillet Add a service file 2009-06-15 Arnaud Maillet Add vinagre-tubes-manager and vinagre-tube-handler in the Makefile 2009-06-15 Arnaud Maillet Add tp-glib optional in configure.ac 2009-06-15 Arnaud Maillet Add VinagreTubeHandler 2009-06-15 Arnaud Maillet Add VinagreTubesManager 2009-06-14 Daniel Nylander Updated sv translation (Daniel Nylander) 2009-06-12 Runa Bhattacharjee Updated Bengali India Translations 2009-06-10 Kjartan Maraas Updated Norwegian bokmål translation. 2009-06-04 Jonh Wendell Fixed password saving/lookup from keyring 2009-06-02 Luca Ferretti Updated Italian Translation Update to the Italian translation fixing bug 584435 2009-05-28 Jonh Wendell Fixed merge of UI's when closing not-active tabs 2009-05-28 Jonh Wendell Fixed recent connection crashing 2009-05-28 Jonh Wendell Fixed clipboard 2009-05-27 Jonh Wendell Fixed initial state of some UI elements 2009-05-27 Jonh Wendell Get the right port from command line 2009-05-19 Jonh Wendell Drop categories field on vinagre-file.desktop. Closes #582983. 2009-05-19 Jonh Wendell bump version to 2.27.2 2009-05-19 Jonh Wendell Updated .gitignore 2009-05-19 Alexander Shopov Updated Bulgarian translation 2009-05-19 Alexander Shopov Updated Bulgarian translation 2009-05-17 Nathan-J. Hirschauer Updated German translation. 2009-05-17 Jorge Gonzalez Updated Spanish translation 2009-05-16 Fotis Tsamis updated Greek translation for documentation 2009-05-11 Jonh Wendell Updated POTFILES.in 2009-05-10 Marios Zindilis Updated Greek translation 2009-05-09 Jorge Gonzalez Updated Spanish translation 2009-05-08 Jonh Wendell Initial work to make vinagre a generic viewer 2009-05-06 drtvasudevan updated tamil translation 2009-05-04 Jonh Wendell stuff... 2009-05-04 Jonh Wendell Added .gitignore 2009-05-03 Jorge Gonzalez Updated Spanish translation 2009-04-30 TeliuTe Added Simplified Chinese translation. 2009-04-29 Łukasz Jernaś Added Polish help translation 2009-04-29 Łukasz Jernaś Added Polish help translation 2009-04-29 Manoj Kumar Giri Updated Oriya Translation. 2009-04-20 Jonh Wendell Added vinagre.doap file