Skip to content
Snippets Groups Projects
  1. Nov 25, 2008
    • Jerome Guelfucci's avatar
      * lib/screenshooter-dialogs.c: · 593a9517
      Jerome Guelfucci authored
          - set icon size to 16 for the combobox.
          - add (cb_save_toggled_sensi) to set to items insensitive 
            when not toggled. Add callback using this function.
          - improve indentation.
          - improve the paddings of the layout a little bit.
          - put the default save location before the checkbox.
          - select the first item of the combobox when creating it.
      
      
      (Old svn revision: 6201)
      593a9517
  2. Nov 24, 2008
    • Jerome Guelfucci's avatar
      Add contributors. · a313e9fe
      Jerome Guelfucci authored
      (Old svn revision: 6195)
      a313e9fe
    • Jerome Guelfucci's avatar
      * lib/screenshooter-utils.c: · 56c5e1b7
      Jerome Guelfucci authored
          - re-add "none" application, fixes the segfault in the plugin 
            dialog.
        * lib/screenshooter-dialogs.c (screenshooter_dialog_new):
          - add a "Application:" label.
          - Improve the layout.
          - the "Default save location" label should not be bold.
      
      
      (Old svn revision: 6194)
      56c5e1b7
  3. Nov 23, 2008
    • Jerome Guelfucci's avatar
      * lib/screenshooter-actions.c: fix Open with mode. · 9941b23a
      Jerome Guelfucci authored
        * lib/screenshooter-dialogs.c:
          - Start to rewrite the dialog code on the basis of a patch by David
            Collins.
          - Remove frames.
          - Add alignments.
          - Add copy to clipboard function.
          - The layout still needs to be tweaked.
          - The dialog for the plugin crashes at the moment, I'll fix this
            later.
      
      
      
      (Old svn revision: 6188)
      9941b23a
  4. Nov 22, 2008
    • Jerome Guelfucci's avatar
      First step towards adding "copy to clipboard" functionnality. This commits may... · 71696ae6
      Jerome Guelfucci authored
      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)
      71696ae6
  5. Nov 16, 2008
    • Jerome Guelfucci's avatar
      * lib/screenshooter-utils.c, lib/screenshooter-dialogs.c · f6c8f06b
      Jerome Guelfucci authored
          - update some code comments.
          - move (screenshooter_save_screenshot) to the dialogs file.
          - move (generate_filename_for_uri) and the callbacks to the dialogs
            file.
      
      
      (Old svn revision: 6116)
      f6c8f06b
    • Jerome Guelfucci's avatar
      * lib/screenshooter-utils.c: · c4c4ebc2
      Jerome Guelfucci authored
          - fix indentation in some places.
          - Update the code comments.
          - (get_active_window) move the active window detection here.
          - (get_window_screenshot) move the screenshot grabbing of windows
            here.
          - (screenshooter_take_screenshot) use the two functions above.
      
      
      (Old svn revision: 6115)
      c4c4ebc2
  6. Nov 15, 2008
  7. Nov 14, 2008
  8. Nov 13, 2008
  9. Nov 12, 2008
  10. Nov 09, 2008
  11. Nov 05, 2008
    • Jerome Guelfucci's avatar
      * lib/screenshooter-dialogs.c (add_item): · 1bc18826
      Jerome Guelfucci authored
          - Move the detection of the icon theme out of the if-else.
          - Fallbac to the "exec" icon if no icon was found for an application.
      
      
      (Old svn revision: 5982)
      1bc18826
    • Jerome Guelfucci's avatar
      * src/main.c, lib/screenshooter-plugin.c: · 36437427
      Jerome Guelfucci authored
          - If no application is selected to open the screenshots, show the save 
            dialog as usual. If an application is selected, save the screenshot in
            /tmp without showing the save dialog, and open it with the application.
            The user will then be able to do what he wants to do with the picture, and
            to save it where he wants using the application.
          - don't leak screenshot_path when GIO is not present on the system.
        * NEWS: updated
      
      
      (Old svn revision: 5981)
      36437427
    • Jerome Guelfucci's avatar
      * Add svn tag. · 2be10a3b
      Jerome Guelfucci authored
        * Fix the version mess.
        * lib/screenshooter-utils.c: 
          - (screenshooter_read_rc_file) apply a patch by Enrico Tröger to fix a 
            crash.
        * lib/screenshooter-dialogs.c:
          - plug a leak in (cb_default_folder) and in (cb_combo_active_item_changed).
      
      
      (Old svn revision: 5979)
      2be10a3b
  12. Nov 04, 2008
  13. Nov 03, 2008
    • Jerome Guelfucci's avatar
      Forgot some items in the changelog of the previous commit. · a58ea419
      Jerome Guelfucci authored
      (Old svn revision: 5943)
      a58ea419
    • Jerome Guelfucci's avatar
      * configure.ac.in: Display build options. · 849ffc08
      Jerome Guelfucci authored
        * lib/screenshooter-dialog.c:
          - (cb_combo_active_item_changed) Fix prototype and do not free sd->app as it
            makes the plugin segfault.
        * lib/screenshooter-utils.c:
          - (screenshooter_open_screenshot) Display the error with xfce_err if any.
        * TODO: updated.
      
      
      (Old svn revision: 5942)
      849ffc08
    • Jerome Guelfucci's avatar
      * TODO: updated. · 4b3382bc
      Jerome Guelfucci authored
        * lib/screenshooter-utils.h: add define for default application.
        * lib/screenshooter-utils.c:
          - (screenshooter_read_rc_file) read the default application.
          - (screenshooter_write_rc_file) write the default application.
          - (screenshooter_open_screenshot) only open if app != "none".
        * lib/screenshooter-dialogs.c:
          - add a define for icon size.
          - (set_default_item) added to select the correct item of the combobox when
            displaying the interface.
          - (add_item) use the icon size define.
          - (populate_liststore) add the "none" item on the top of the liststore.
          - (screenshooter_dialog_new) add a call to set_default_item.
      
      
      (Old svn revision: 5937)
      4b3382bc
  14. Nov 02, 2008
  15. Nov 01, 2008
  16. Oct 30, 2008
  17. Oct 28, 2008
  18. Oct 22, 2008
  19. Oct 18, 2008
  20. Oct 15, 2008
  21. Oct 12, 2008
Loading