First step towards adding "copy to clipboard" functionnality. This commits may...
First step towards adding "copy to clipboard" functionnality. This commits may break a few things which will be fixed later. Based on the work of David Collins. * lib/screenshooter-utils.{c,h}: - fix includes - cleanup prototypes - (screenshooter_copy_to_clipboard) Partially apply a patch by David Collins to add copying to clipboard possibility. - add post screenshot actions in the ScreenshotData struct, in (screenshooter_read_rc_file) and in (screenshooter_write_rc_file) (Patch by David Collins). - remove all references to "none" application. * lib/screenshooter-dialogs.{c,h}: - remove all references to none application. - remove (cb_combo_active_item_set_sensitive). - remove "none" item from (add_item). * lib/screenshooter-actions.{c,h}: - added to manage post screenshot actions. * lib/Mafile.am: add new source files. * lib/libscreenshooter.h: include screenshooter-actions.h. * src/main.c, panel-plugin/screenshooter-plugin.c: - use (screenshooter_take_and_output_screenshot). (Old svn revision: 6156)
Showing
- ChangeLog 22 additions, 0 deletionsChangeLog
- lib/Makefile.am 2 additions, 1 deletionlib/Makefile.am
- lib/libscreenshooter.h 1 addition, 0 deletionslib/libscreenshooter.h
- lib/screenshooter-dialogs.c 1 addition, 54 deletionslib/screenshooter-dialogs.c
- lib/screenshooter-dialogs.h 2 additions, 5 deletionslib/screenshooter-dialogs.h
- lib/screenshooter-utils.c 55 additions, 31 deletionslib/screenshooter-utils.c
- lib/screenshooter-utils.h 16 additions, 7 deletionslib/screenshooter-utils.h
- panel-plugin/screenshooter-plugin.c 2 additions, 33 deletionspanel-plugin/screenshooter-plugin.c
- src/main.c 1 addition, 37 deletionssrc/main.c
Loading
Please register or sign in to comment