Skip to content
Snippets Groups Projects
  1. Apr 06, 2024
  2. Oct 01, 2020
  3. Apr 22, 2020
  4. Dec 16, 2014
  5. Aug 25, 2009
    • Jérôme Guelfucci's avatar
      Various fixes for the build system. · 1725ac2b
      Jérôme Guelfucci authored
      Use latest Xfce-dev-tools to get rid of revision and linguas
      substitution, remove the LINGUAS file. Use git instead of svn in the
      version generation.
      
      Fix distcheck by cleaning some pathes in Makefile.am and adding some
      temporary files to POTFILES.skip.
      1725ac2b
  6. Mar 14, 2009
    • Jerome Guelfucci's avatar
      Fix most of the issues introduced by the previous commit. · bd16867e
      Jerome Guelfucci authored
      Gthread-2.0 >= 2.6.0 is now required.
      
      * configure.ac.in, src/main.c, src/Makefile.am,
        panel-plugin/screenshooter-plugin.c, panel-plugin/Makefile.am:
        add a dependence on gthread and initialize the threads at startup.
      * TODO: updated.
      * lib/screenshooter-actions.c: use the URI of the temporary directory
        and not its path, fixes the open with mode.
      * lib/screenshooter-dialogs.c:
        - (cb_progress_upload) add the remaining number of bytes to the
          progress bar.
        - (cb_finished_upload) add some debugging information.
        - (save_screenshot_to_local_path) return the save location.
        - (save_screenshot_to_remote_location):
           + tweak the layout of the progress dialog.
           + run the dialog AFTER starting the copy so that it does not block
            everything.
           + delete the temp file after the transfer.
        - (save_screenshot_to) return the save location when saving to a
          local destination.
        - (screenshooter_save_screenshot):
           + destroy the dialog as early as possible so that it does not
             block the main loop.
           + fix the open with mode here too.
      * autogen.sh: use git svn instead of git svn.
      
      
      (Old svn revision: 6901)
      bd16867e
  7. Jul 12, 2008
    • Jerome Guelfucci's avatar
      Reduce code duplication between plugin and executable. · dca20c1f
      Jerome Guelfucci authored
      Save the location of the save folder when saving without showing the save dialog.
      New cli option to hide the save dialog.
      New cli option to set a default save folder, saved in a rc file.
      New cli option to set a custom save folder.
      Updated copyrights.
      Updated manpage and news.
      See changelog for details.
      
      
      (Old svn revision: 5062)
      dca20c1f
  8. Jun 17, 2008
  9. Aug 16, 2006
Loading