- Apr 26, 2017
-
-
Andre Miranda authored
-
Andre Miranda authored
-
- Dec 20, 2014
-
-
- May 05, 2014
-
-
Steve Dodier-Lazaro authored
Use this to improve the error message when an application cannot be launched.
-
Steve Dodier-Lazaro authored
-
- Jul 13, 2013
-
-
Nick Schermer authored
-
- May 21, 2010
-
-
Jérôme Guelfucci authored
Calling xfce_rc_close on a NULL rc file is not exactly a good idea. Patch by Thomas (tg42@gmx.de).
-
- Jan 02, 2010
-
-
Jérôme Guelfucci authored
-
- Dec 05, 2009
-
-
Jérôme Guelfucci authored
-
Jérôme Guelfucci authored
This allows us to avoid a lot of artifacts which occured in some weird and random cases whithout using ugly hacks. Moreover, it makes sense as the active window is not really defined 0 seconds after the dialog is closed (the WM needs some time to focus a new window).
-
- Nov 12, 2009
-
-
Jérôme Guelfucci authored
This should fix saving of preferences when the rc file does not exist yet. Note: always test things with a clean configuration...
-
- Nov 08, 2009
-
-
Jérôme Guelfucci authored
Thanks to Mike for noticing this function.
-
Jérôme Guelfucci authored
As Mike explained to me, this is useless. The clipboard manager will automatically take the image when the application is closed.
-
- Nov 07, 2009
-
-
Jérôme Guelfucci authored
-
- Nov 01, 2009
-
-
Jérôme Guelfucci authored
-
- Oct 30, 2009
-
-
Jérôme Guelfucci authored
-
- Oct 16, 2009
-
-
Jérôme Guelfucci authored
Fix build with full debugging and plug a leak.
-
- Oct 15, 2009
-
-
Jérôme Guelfucci authored
-
- Aug 13, 2009
-
-
Jérôme Guelfucci authored
A test was incorrect, and escaping the screenshot path is safer in most cases.
-
Jérôme Guelfucci authored
-
Jérôme Guelfucci authored
Mark the default screenshot title as translatable. Factorize the code to open the help page.
-
Jérôme Guelfucci authored
-
Jérôme Guelfucci authored
-
Jérôme Guelfucci authored
If it does not exist, use the home directory as a fallback.
-
Jérôme Guelfucci authored
Try to set some sane defaults: always append the date and the time to the file name, the default title being "Screenshot". The title and horodating options are still setable in the configuration file. Fix the date format and always save the preferences in the main app.
-
Jérôme Guelfucci authored
Add two new options: the title of the capture is now customizable and is used to generate the name of the saved captures. It is now also possible to append the date and the time of capturing to the name of the saved file (TODO: check if "horodating" exists in English). Fix a leak in the panel plugin.
-
Jérôme Guelfucci authored
-
Jérôme Guelfucci authored
This option creates a lot of technical issues which are currently painful to fix. Moreover, I want to keep things simple in the future.
-
Jérôme Guelfucci authored
-
- Jul 07, 2009
-
-
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)
-
- Jul 05, 2009
-
-
Jerome Guelfucci authored
The code now builds with the flags set by xfce4-dev-tools in trunk. Do not escape user and password in screenshooter-zimagez.c, it fails. Move some code to extra functions in this file. (Old svn revision: 7681)
-
- May 23, 2009
-
-
Jerome Guelfucci authored
(Old svn revision: 7402)
-
Jerome Guelfucci authored
installed. Makes libcurl and xmlrpc-c optional. (Old svn revision: 7397)
-
- May 18, 2009
-
-
Jerome Guelfucci authored
* Remember the last ZimageZ user name and put it in the user field when displaying the dialog for the first time. (Old svn revision: 7367)
-
Jerome Guelfucci authored
lib/screenshooter-job.c (screenshooter_job_ask_info): do not initialize va_list to NULL, that's wrong and useless. Thanks to Enrico Tröger. (Old svn revision: 7360)
-
- May 17, 2009
-
-
Jerome Guelfucci authored
(screenshooter_read_rc_file) and (screenshooter_write_rc_file). * src/main.c: - use a constant for the rc file. - don't save the preferences in the callback but in (main). (Old svn revision: 7356)
-
- May 16, 2009
-
-
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)
-
- May 02, 2009
-
-
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)
-
- May 01, 2009
-
-
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)
-
- Apr 18, 2009
-
-
Jerome Guelfucci authored
* lib/screenshooter-dialogs.c: - more indentation improvements. - start to add G_LIKELY and G_UNLIKELY macros. * lib/screenshooter-capture.c: start to add G_LIKELY and G_UNLIKELY macros. * lib/screenshooter-capture.h: add the glib header. (Old svn revision: 7226)
-