Skip to content
Snippets Groups Projects
  1. Apr 26, 2017
  2. Dec 20, 2014
  3. May 05, 2014
  4. Jul 13, 2013
  5. May 21, 2010
  6. Jan 02, 2010
  7. Dec 05, 2009
  8. Nov 12, 2009
  9. Nov 08, 2009
  10. Nov 07, 2009
  11. Nov 01, 2009
  12. Oct 30, 2009
  13. Oct 16, 2009
  14. Oct 15, 2009
  15. Aug 13, 2009
  16. Jul 07, 2009
    • Jerome Guelfucci's avatar
      Use libsoup instead of XMLRPC-C. · d3c68171
      Jerome Guelfucci authored
      Add libsoup as a dependency, remove the XMLRPC-C stuff. Factorize the
      xmlrpc calls in lib/screenshooter-zimagez.c and add some additional
      error checking.
      
      
      (Old svn revision: 7690)
      d3c68171
  17. Jul 05, 2009
  18. May 23, 2009
  19. May 18, 2009
  20. May 17, 2009
  21. May 16, 2009
    • Jerome Guelfucci's avatar
      * src/screenshooter-utils.{c,h}: add (screenshooter_error) which shows · 79f58112
      Jerome Guelfucci authored
      	  an error using a GtkMessageDialog.
      	* lib/*, panel-plugin/screenshooter-plugin.c, src/main.c:
      	  - use (screenshooter_error) instead of (xfce_err).
      	  - remove some trailing white spaces.
      	* lib/screenshooter-job.c (screenshooter_job_ask_info): add a missing return,
      	  when the job has been cancelled.
      	* TODO: updated.
      
      
      (Old svn revision: 7352)
      79f58112
  22. May 02, 2009
    • Jerome Guelfucci's avatar
      * lib/screenshooter-zimagez.{c,h}: · a1ec7eb9
      Jerome Guelfucci authored
      	  - (warn_if_fault_occurred) should be static.
      	  - add some comments.
      	  - (screenshooter_upload_to_zimagez) now returns a gchar* containing
      	    the name of the uploaded image and NULL is the upload failed.
      	  - (screenshooter_display_zimagez_links) new function which shows a
      	    dialog to present the different links to the uploaded image. At
      	    the moment, plain GtkLinkButtons are used, this still needs to be
      	    improved.
      	  - (open_url_hook) hook to open the links using xdg-open.
      	* lib/screenshooter-actions.c:
      	  - use constants where possible.
      	  - use (screenshooter_display_zimagez_links) to display the result of
      	    the upload.
      	* lib/screenshooter-utils.{c,h}, lib/screenshooter-dialogs.{c,h}:
      	  use constants where possible.:wq
      
      
      
      (Old svn revision: 7308)
      a1ec7eb9
  23. 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
  24. Apr 18, 2009
Loading