- Mar 15, 2009
-
-
Jerome Guelfucci authored
(Old svn revision: 6910)
-
- Mar 14, 2009
-
-
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)
-
- Mar 12, 2009
-
-
Jerome Guelfucci authored
(Old svn revision: 6888)
-
Jerome Guelfucci authored
polished. Some things might be broken, like opening a screenshot with an application. * lib/screenshooter-utils.{c,h}: - (screenshooter_get_home_uri) simplify the function. - (screenshooter_is_remote_uri) new function to detect remote uris. * lib/screenshooter-dialogs.c: - (cb_progress_upload) new function to set the progress bar of the transfer dialog. - (cb_finished_upload) new function to report errors that could have occurred during the transfer and to close the transfer dialog when we are done. - (cb_transfer_dialog_response) new function to allow a transfer to be cancelled. - (save_screenshot_to_local_path) new function to save a screenshot to a local path. - (save_screenshot_to_remote_location) new function to save a screenshot to a remote place. It saves the screenshot to the temporary directory and copies it to the remote location. A dialog shows the progress of the transfer and offers to cancel it. - (save_screenshot_to) new function to choose between one of the two above save functions. - (screenshooter_save_screenshot) rework the function to use the functions listed above. (Old svn revision: 6887)
-
- Mar 09, 2009
-
-
Jerome Guelfucci authored
sd->screenshot_dir is an URI to the save directory. * src/main.c (main): - don't do anything before gtk is initialized. - use a GFile for the default save directory. - fallback to the home URI if the directory stored in preferences does not exist anymore. - use GIO for the command line argument. - use xfce_err to show an error instead of g_error. * lib/screenshooter-actions.c: fallback to the home URI. * lib/screenshooter-utils.c: - (screenshooter_read_rc_file) fallback to the home URI. - (screenshooter_get_home_uri) new function to get the URI of the home folder. * lib/screenshooter-utils.h: add he prototype of the new function. * lib/screenshooter-dialogs.c: - (screenshooter_dialog_new) use uris in the gtk file chooser. - (screenshooter_save_screenshot) use uris in the gtk file chooser. - (cb_default_folder) get the uri instead of the file name. - (generate_filename_for_uri) use GFiles instead of plain paths. (Old svn revision: 6875)
-
- Mar 08, 2009
-
-
Jari Rahkonen authored
(Old svn revision: 6869)
-
Jerome Guelfucci authored
(Old svn revision: 6867)
-
Jerome Guelfucci authored
(Old svn revision: 6866)
-
Jerome Guelfucci authored
(Old svn revision: 6865)
-
Jerome Guelfucci authored
(Old svn revision: 6864)
-
Jerome Guelfucci authored
(Old svn revision: 6863)
-
Jerome Guelfucci authored
(Old svn revision: 6862)
-
Jerome Guelfucci authored
(Old svn revision: 6861)
-
- Mar 07, 2009
-
-
Jerome Guelfucci authored
(Old svn revision: 6858)
-
Jerome Guelfucci authored
(Old svn revision: 6857)
-
- Mar 05, 2009
-
-
Jerome Guelfucci authored
* lib/screenshooter-utils.c: - (get_window_screenshot) add an argument to make the mouse capture optional. - (screenshooter_take_screenshot) ditto - read and save show_mouse in the configuration file. - update the prototypes. * lib/screenshooter-utils.h: - add a show_mouse item to the ScreenshotData structure. - update a prototype. * lib/screenshooter-actions.c: use the new functions arguments. (Old svn revision: 6849)
-
Mike Massonnet authored
(Old svn revision: 6848)
-
- Mar 01, 2009
-
-
Dumitru Moldovan authored
Romanian translation added (Old svn revision: 6822)
-
- Feb 26, 2009
-
-
Jerome Guelfucci authored
(Old svn revision: 6799)
-
- Feb 25, 2009
-
-
Jerome Guelfucci authored
(Old svn revision: 6794)
-
Jerome Guelfucci authored
(Old svn revision: 6792)
-
Jerome Guelfucci authored
(Old svn revision: 6791)
-
Jerome Guelfucci authored
(Old svn revision: 6790)
-
Jerome Guelfucci authored
(Old svn revision: 6789)
-
Jerome Guelfucci authored
- (get_window_screenshot) also grab the mouse pointer. - add some additional debugging information. * Remove some makefiles and makefiles.in which accidentaly got commited. * Add them to svn:ingore. (Old svn revision: 6788)
-
- Feb 23, 2009
-
-
Jerome Guelfucci authored
(Old svn revision: 6764)
-
- Feb 22, 2009
-
-
Jerome Guelfucci authored
(Old svn revision: 6753)
-
Jerome Guelfucci authored
(set_default_item) do not look up for a default item if the tree is empty. (Old svn revision: 6752)
-
Jerome Guelfucci authored
(Old svn revision: 6747)
-
Jerome Guelfucci authored
(Old svn revision: 6745)
-
- Feb 15, 2009
-
-
Jerome Guelfucci authored
Japanese translation. (Hashimoto Masato) (Old svn revision: 6690)
-
Jerome Guelfucci authored
(Old svn revision: 6689)
-
Jerome Guelfucci authored
file chooser, this is useful when using the -s cli option. Patch by Enrico Tröger. (Old svn revision: 6688)
-
- Feb 10, 2009
-
-
Jerome Guelfucci authored
(Old svn revision: 6673)
-
- Feb 09, 2009
-
-
Alexander Toresson authored
* sv.po: Swedish translation update (Daniel Nylander) (Old svn revision: 6667)
-
- Feb 08, 2009
-
-
Jerome Guelfucci authored
(Old svn revision: 6661)
-
Jerome Guelfucci authored
(Old svn revision: 6660)
-
- Feb 07, 2009
-
-
Jerome Guelfucci authored
translatable through po files. Some bits are still missing. * src/xfce4-screenshooter.desktop.in.in: don't use a verb in the title. (Old svn revision: 6658)
-
- Feb 03, 2009
-
-
Jerome Guelfucci authored
(Old svn revision: 6637)
-
Jerome Guelfucci authored
(Old svn revision: 6636)
-