- Jun 06, 2009
-
-
Jerome Guelfucci authored
(Old svn revision: 7482)
-
Jerome Guelfucci authored
This allows us to have English localised screenshots in the documentation instead of missing images. Hopefully, those translations and the screenshots will be updated before the release. (Old svn revision: 7481)
-
Masato HASHIMOTO authored
(Old svn revision: 7469)
-
Jerome Guelfucci authored
(Old svn revision: 7465)
-
Jerome Guelfucci authored
(Old svn revision: 7463)
-
- Jun 05, 2009
-
-
Jerome Guelfucci authored
If the delay is NULL, and under some vague conditions, there is no active window detected. Waiting 1 second before doing anything is a lame hack which fixes this issue. (Old svn revision: 7462)
-
Jerome Guelfucci authored
Destroy the main dialog before doing anything else. Normally, this will prevent this dialog from remaining displayed on the screen and being captured instead of the active window. (Old svn revision: 7461)
-
- Jun 04, 2009
-
-
Per Kongstad authored
(Old svn revision: 7456)
-
- Jun 03, 2009
-
-
Jerome Guelfucci authored
(Old svn revision: 7454)
-
- May 31, 2009
-
-
Jerome Guelfucci authored
(Old svn revision: 7448)
-
Jerome Guelfucci authored
(Old svn revision: 7447)
-
- May 30, 2009
-
-
Jerome Guelfucci authored
(Old svn revision: 7446)
-
- May 29, 2009
-
-
Jerome Guelfucci authored
Use sd->cli and sd->close correctly so that it does not exit the main loop when running the panel plugin which makes it crash. Simplify the code a bit and set the members of the structure correctly when initializing the application and the plugin. (Old svn revision: 7437)
-
Mike Massonnet authored
(Old svn revision: 7436)
-
- May 28, 2009
-
-
Jerome Guelfucci authored
Take KatzeThrobber from Midori and relicense it to GPL2. Thanks a lot to Christian Dywan. (Old svn revision: 7434)
-
- May 27, 2009
-
-
Michal Varady authored
(Old svn revision: 7427)
-
- May 26, 2009
-
-
Jerome Guelfucci authored
(Old svn revision: 7424)
-
SZERVÁC Attila authored
(Old svn revision: 7422)
-
SZERVÁC Attila authored
(Old svn revision: 7421)
-
- May 24, 2009
-
-
Jerome Guelfucci authored
Also update the French translation and fix a bunch of typos that got on the last update. (Old svn revision: 7417)
-
Jerome Guelfucci authored
(Old svn revision: 7416)
-
- May 23, 2009
-
-
Jerome Guelfucci authored
(Old svn revision: 7404)
-
Jerome Guelfucci authored
Uploading still does not work if the user, the password, the comment or the title contains a non alphanumerical caracter, but this should improve things a bit a XML expects escaped strings. Use our own error function in (cb_error). (Old svn revision: 7403)
-
Jerome Guelfucci authored
(Old svn revision: 7402)
-
Jerome Guelfucci authored
The results dialog now uses GtkTextViews in GtkFrames instead of labels, alignments have also been added to enhance the look. (Old svn revision: 7401)
-
Jerome Guelfucci authored
installed. Makes libcurl and xmlrpc-c optional. (Old svn revision: 7397)
-
Jerome Guelfucci authored
xmlrpc-c stuff. (Old svn revision: 7395)
-
Jerome Guelfucci authored
- save the last user when we are in CLI. - free the last user when exiting. (Old svn revision: 7394)
-
Jerome Guelfucci authored
empty, not only the last one... (Old svn revision: 7393)
-
Jerome Guelfucci authored
- set the user as data of the job. - give the string and not a pointer to the string to the job. - only accept valid utf8 strings as users. - update the last user in (cb_image_uploaded). * TODO: update the todo list. (Old svn revision: 7392)
-
- May 21, 2009
-
-
Jerome Guelfucci authored
(Old svn revision: 7388)
-
Jerome Guelfucci authored
include the libxfce4util header to have the "_" translation function. * po/POTFILES.in: add the new translatable files. (Old svn revision: 7384)
-
Jerome Guelfucci authored
- remove (open_zimagez_link) and use (open_url_hook) in all cases. - (cb_image_uploaded) improve the dialog by using SexyUrl labels instead of link buttons and by showing two usage examples, in HTML and in BB code. - (cb_image_uploaded) use constants for all strings. (Old svn revision: 7383)
-
- 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
- (screenshooter_dialog_new) add a radio button for uploading in the actions. Indent some comments correctly. - (cb_zimagez_toggled) add a callback for the radio button. - remove some useless comments. (Old svn revision: 7362)
-
Jerome Guelfucci authored
structure. Combined with the close member of the structure, this allows to close the application or not depending on how the executable is called. * src/main.c, lib/screenshooter-actions.{c,h}: move the dialog stuff to (screenshooter_take_and_output_screenshot) which is from now on a GSourceFunc. It returns TRUE if we want to take another screenshot, else it quits the main loop and returns FALSE. It is called via g_idle_add in (main), which allows us to always have a main loop. The workaround consisting in sleep (1) before taking a screenshot seems useless now. * lib/screenshooter-zimagez.c: don't start and exit a main loop here, run the dialog instead of showing it. * panel-plugin/screenshooter-plugin.c: set the cli member of the structure to false when initializing the plugin. (Old svn revision: 7361)
-
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
- (zimagez_upload_job) remove a useless cancel check before the loop. - (cb_ask_for_information) do not disconnect handlers before cancelling the job, only before destroying it. (Old svn revision: 7358)
-
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)
-