Skip to content
Snippets Groups Projects
  1. May 23, 2009
  2. May 15, 2009
    • Jerome Guelfucci's avatar
      * src/main.c: · 19b447e2
      Jerome Guelfucci authored
      	  - add the glib and stdlib headers.
      	  - use RETURN_SUCCESS and RETURN_FAILURE instead of 0 and 1.
      	* lib/exo-simple-job.{c,h}, lib/exo-job.{c,h}: take the job framework
      	  from Exo written by Jannis Pohlmann. Thank you Jannis!
      	* lib/screenshooter-job.{c,h}, lib/screenshooter-simple-job.{c,h}:
      	  ScreenshooterJob is based on ExoJob, it provides to additional signals,
      	  ask and image-uploaded.
      	* lib/screenshooter-marshal.list: add some marshallers for the new
      	  signals.
      	* lib/screenshooter-zimagez.{c,h}: port the existing code to use a
      	  ScreenshooterJob. Thanks to Jannis for his great help! This fixes
      	  a bunch of problems that occured with the previous implementation.
      	  The dialogs still need to be polished.
      	* lib/screenshooter-actions.c: use the new function.
      	* lib/Makefile.am:
      	  - add some magic to generate the marshallers.
      	  - sort the source files by alphabetical order.
      	* configure.ac.in: bump the GThreads required version to 2.16.
      
      
      
      (Old svn revision: 7340)
      19b447e2
  3. May 01, 2009
    • Jerome Guelfucci's avatar
      2009-05-01 jeromeg · d5df895a
      Jerome Guelfucci authored
      	This still needs a lot of polishment, but let's make things public.
      
      	* src/Makefile.am, panel-plugin/Makefile.am: change the linking order.
      	* lib/screenshooter-zimagez.c:
      	  - (warn_if_fault_occurred) to warn if an error occured during the XML
      	    transaction.
      	  - (screenshooter_upload_to_zimagez) to upload the screenshot. Still needs
      	    a lot of polish, but at least it works.
      	* TODO: updated.
      
      2009-04-19 jeromeg
      
      	* src/main.c:
      	  - sort the CLI options by alphabetical order.
      	  - add an upload CLI option.
      	  - add some G_LIKELY and G_UNLIKELY macros.
      	* lib/screenshooter-actions.c:
      	  - add some G_LIKELY and G_UNLIKELY macros.
      	  - call the upload function when the user requested it.
      	* lib/screenshooter-utils.{c,h}: add a (rot13) function to encode the
      	  password before sending it.
      	* lib/screenshooter-zimagez.{c,h}: two new files to support the upload
      	  of screenshots to ZimageZ.com, a free Web hosting solution.
      	* lib/screenshooter-global.h: add the upload option.
      	* lib/Makefile.am: add the two new files to the source.
      	* configure.ac.in: check for xmlrpc-c, this is a bit uggly, but xmlrpc-c
      	  does not provide a .pc file...
      
      
      
      (Old svn revision: 7299)
      d5df895a
  4. Mar 28, 2009
  5. Mar 15, 2009
  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. Feb 26, 2009
  8. Feb 25, 2009
  9. Feb 15, 2009
  10. Feb 08, 2009
  11. Feb 07, 2009
  12. Jan 18, 2009
  13. Jan 08, 2009
  14. Jan 05, 2009
  15. Jan 02, 2009
  16. Dec 29, 2008
  17. Dec 05, 2008
  18. Dec 04, 2008
    • Jerome Guelfucci's avatar
      * lib/screenshooter-utils.c: · 89793189
      Jerome Guelfucci authored
          - remove all X code, in particular find_toplevel_window. Instead,
            use a combination of gdk_window_get_toplevel and 
            gdk_window_get_frame_extents. This should fix some remaining 
            crashes with "BadWindow" error.
          - detect the area to screenshot after the delay, rather than before.
        * src/main.c: add a comment.
        * configure.ac.in: remove x11proto-core build dependency.
        * NEWS: updated.
      
      
      (Old svn revision: 6272)
      89793189
  19. Nov 15, 2008
  20. Nov 14, 2008
  21. Nov 13, 2008
  22. Nov 09, 2008
  23. Nov 08, 2008
  24. Nov 07, 2008
  25. Nov 05, 2008
    • Jerome Guelfucci's avatar
      * Add svn tag. · 2be10a3b
      Jerome Guelfucci authored
        * Fix the version mess.
        * lib/screenshooter-utils.c: 
          - (screenshooter_read_rc_file) apply a patch by Enrico Tröger to fix a 
            crash.
        * lib/screenshooter-dialogs.c:
          - plug a leak in (cb_default_folder) and in (cb_combo_active_item_changed).
      
      
      (Old svn revision: 5979)
      2be10a3b
  26. Nov 04, 2008
  27. Nov 03, 2008
    • Jerome Guelfucci's avatar
      * configure.ac.in: Display build options. · 849ffc08
      Jerome Guelfucci authored
        * lib/screenshooter-dialog.c:
          - (cb_combo_active_item_changed) Fix prototype and do not free sd->app as it
            makes the plugin segfault.
        * lib/screenshooter-utils.c:
          - (screenshooter_open_screenshot) Display the error with xfce_err if any.
        * TODO: updated.
      
      
      (Old svn revision: 5942)
      849ffc08
  28. Oct 30, 2008
Loading