- Aug 13, 2009
-
-
Jérôme Guelfucci authored
This reverts commit f6a458b1.
-
Jérôme Guelfucci authored
The non-recursive Makefile.am is used to build the convenience library, the main application and the panel plugin. This reduces the build time and it is no longer necessary to clean the whole project before build to test changes in the convenience library. Recursive makefiles are still used for the translations, the documentation and the icons. Conflicts: ChangeLog
-
Jérôme Guelfucci authored
Remove the AC_AIX, AC_ISC_POSIX and AC_MINIX macros which seem useless and trigger a lot of warnings. Add the AC_USE_SYSTEM_EXTENSIONS macro to configure.ac.in. Do not use GNU make specific rules in {panel-plugin,src}/Makefile.am and remove some trailing spaces in lib/Makefile.am.
-
Jérôme Guelfucci authored
-
- Aug 08, 2009
-
-
Mike Massonnet authored
(Old svn revision: 7898)
-
- Jul 07, 2009
-
-
Jerome Guelfucci authored
(Old svn revision: 7692)
-
Jerome Guelfucci authored
g_strreverse should not be used with UTF-8 strings! Also fix the error checking for the logout method, which is by the way broken (upstream has been contacted for this). (Old svn revision: 7691)
-
Jerome Guelfucci authored
Add libsoup as a dependency, remove the XMLRPC-C stuff. Factorize the xmlrpc calls in lib/screenshooter-zimagez.c and add some additional error checking. (Old svn revision: 7690)
-
- Jul 06, 2009
-
-
Jerome Guelfucci authored
(Old svn revision: 7686)
-
- Jul 05, 2009
-
-
Jerome Guelfucci authored
The code now builds with the flags set by xfce4-dev-tools in trunk. Do not escape user and password in screenshooter-zimagez.c, it fails. Move some code to extra functions in this file. (Old svn revision: 7681)
-
- Jun 16, 2009
-
-
Jerome Guelfucci authored
(Old svn revision: 7598)
-
- Jun 14, 2009
-
-
Jerome Guelfucci authored
(Old svn revision: 7567)
-
Jerome Guelfucci authored
(Old svn revision: 7566)
-
Jerome Guelfucci authored
Update the manpage, the documentation version numbers. Clean the TODO file and the NEWS file. (Old svn revision: 7565)
-
- 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)
-
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 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)
-
- 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 26, 2009
-
-
Jerome Guelfucci authored
(Old svn revision: 7424)
-
- 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
(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
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)
-