Skip to content
  1. Jul 08, 2011
  2. Jul 07, 2011
  3. Jul 04, 2011
  4. Jul 02, 2011
  5. Jul 01, 2011
  6. Jun 30, 2011
    • Marc-André Lureau's avatar
      Rework widget visibility toggling · b4a1238c
      Marc-André Lureau authored and David King's avatar David King committed
      
      
      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: default avatarDavid King <amigadave@amigadave.com>
      b4a1238c
    • David King's avatar
      Remove unnecessary Win32-specific path checks · 6d2f0195
      David King authored
      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.
      6d2f0195
    • David King's avatar
      Use g_get_system_data_dirs() to find data files · 3f96d292
      David King authored
      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.
      3f96d292
    • David King's avatar
      Rework Vinagre.Dirs.get_ui_file() logic · cd772a22
      David King authored
      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.
      cd772a22
    • David King's avatar
      Convert directory lookup functions to Vala · 2c8ebeea
      David King authored
      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.
      2c8ebeea
  7. Jun 26, 2011
  8. Jun 25, 2011
  9. Jun 23, 2011
  10. Jun 22, 2011
  11. Jun 20, 2011
  12. Jun 15, 2011
    • Ekaterina Gerasimova's avatar
      Update for recent UI changes · 8f246981
      Ekaterina Gerasimova authored
      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.
      8f246981
  13. Jun 14, 2011
  14. Jun 13, 2011
  15. Jun 11, 2011