Newer
Older
2008-07-16 jeromeg
* src/main.c: partially fix -s switch when using relative path. An obscure
warning "Error stating file..." is still shown but it should work fine.
* src/main.c: revert one of the last change which does not work.
2008-07-15 jeromeg
=== 1.3.0 ===
* NEWS, README: updated.
* configure.ac.in: get ready for new release.
* xfce4-screenshooter.1: update version.
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
2008-07-11 jeromeg
* src/main.c:
- add a CLI option to set the directory where screenshots are saved.
- add a CLI option and a rc file to save a default save folder using a dialog.
* src/screenshooter-utils.c: do not show full filename in save dialog.
* xfce4-screenshooter.1: update manpage for the new CLI options.
2008-07-09 jeromeg
* src/*: remove obsolete copyrights.
* src/screenshooter-utils.{c,h}:
- move the ScreenshotData structure here.
- port take_screenshot to use ScreenshotData.
- write a generic save_screenshot function using ScreenshotData.
- BUGFIX: generate_filename_for_uri now outputs the whole filename with
its base. Fixes saving of screenshots without showing the save dialog.
* src/screenshooter-plugin.c:
- ported to use the new code.
- remove some obsolete code.
* main.c:
- port code to use ScreenshotData.
- add a CLI option to save screenshots without showing a save dialog.
* autogen.sh, configure.ac.in: remove some useless things, update a few others.
* xfce4-screenshooter.1: update manpage for the new CLI option.
* screenshooter.desktop.in.in: remove deprecated encoding key.
2008-07-08 jeromeg
* src/screenshooter-plugin.c:
- separate screenshot data and plugin data.
- port code to use the two different structures.
- fix some resulting crashes.
2008-07-05 jeromeg
* src/*, po/POTFILES.in: bugfix, make filename translatable.
2008-06-29 jeromeg
* src/screenshooter-plugin.c:
- set better var names
- fix indentation
- partially comment the code
2008-06-27 jeromeg
=== 1.2.0 ===
* NEWS, README: updated for new release.
* configure.ac: remove svn tag, fix the manpage stuff to have make distcheck
working.
2008-06-27 jeromeg
* src/Makefile.am: enable -Wall
* src/{main.c, screenshooter-utils.{c,h}}: fix gcc warnings except one...
* BUGFIX: fix infinite loop in generate_filename_for_uri !
2008-06-27 jeromeg
* src/screenshooter-utils.c: clean generate_filename_for_uri using g_access.
Jerome Guelfucci
committed
2008-06-20 08:59 jeromeg
* src/screenshooter-plugin.c: make labels bold and
aligned to the left.
* po/:
- make update-po.
- update French translation.
2008-06-19 19:30 jeromeg
* src/screenshooter-plugin.c:
- add a default save location to the preferences dialog.
- update the code to use this new default.
* src/main.c: save screenshots in home by default.
2008-06-19 16:46 jeromeg
* po/:
- make update-po.
- updated French translation.
2008-06-19 15:09 jeromeg
* src/screenshooter-plugin.c:
- rewrite the preferences dialog
- change default delay to 0.
2008-06-18 18:12 jeromeg
* src/screenshooter-plugin.c: remove some code that seems to
be useless.
* NEWS: updated.
2008-06-18 17:08 jeromeg
* src/xfce4-screenshooter.1: add manpage (thanks to Debian).
* Makefile.am: install the manpage.
2008-06-17 21:50 jeromeg
* src/screenshooter-utils.h: add unistd.h include to fix build
Jerome Guelfucci
committed
with gcc-4.3 (thanks to Lionel Le Folgoc).
2008-06-17 12:37 jeromeg
* NEWS: update for new release.
* configure.ac.in: remove svn tag.
2008-06-17 11:52 jeromeg
* COPYING: added the GPL2 text.
* autogen.sh, configure.ac.in:
- added some magic of sarts to have the svn versions generated.
- cleaned the versions stuff
2008-06-10 09:17 jeromeg
* po/: update po files.
* src/screenshooter.c: improve a string.
2008-06-08 00:15 jeromeg
* src/main.c: Add an executable with cli options to take
screenshots, thanks to Ristretto for the nice example !
* Modify autotools, makefiles and locale files to
build it, thanks to Gauvain Pocentek.
* src/screenshooter-utils.h: Add some headers to fix build warnings.
* README: update with executable cli options
* NEWS: update
2008-06-06 19:19 jeromeg
* Move the code to a src/ folder and remove the panel-plugin one.
* src/screenshooter-utils.{c,h}: moved generic code here.
* src/screenshooter.c: updated to use the generic code.
* Update the makefiles and autotools to use new code structure.
2008-06-06 15:35 jeromeg
* panel-plugin/screenshooter.c:
- remove deprecated function.
- set button sensitive at the end of the screenshot procedure.
2008-06-06 15:19 jeromeg
* panel-plugin/screenshooter.c:
- new behaviour (fullscreen or active window screenshot).
- fix delay
- fix file saving (cancel now works, based on debian patch).
- button made insensitive while screenshot is taken.
* configure.ac: added x11-proto-core to build deps.
* README: updated.
2008-05-18 18:25 mmassonnet
* Fix GCC warnings and bug with delay (Patch from Jérôme Guelfucci)
* Drop automated file INSTALL
2007-06-06 23:00 dbl
* Fallback to Screenshot.png on "Cancel" (debbug#420242)
2006-09-11 18:51 nick
* Apply Patch from Enrico Tröger to enable i18n.