Skip to content
Snippets Groups Projects
ChangeLog 253 KiB
Newer Older
7001 7002 7003 7004 7005 7006 7007 7008 7009 7010 7011 7012 7013 7014 7015 7016 7017 7018 7019 7020 7021 7022 7023 7024 7025 7026 7027 7028 7029 7030 7031 7032 7033 7034 7035 7036 7037 7038 7039 7040 7041 7042 7043 7044 7045 7046 7047 7048 7049 7050 7051 7052 7053 7054 7055 7056 7057 7058 7059 7060 7061 7062 7063 7064 7065 7066 7067 7068 7069 7070 7071 7072 7073 7074 7075 7076 7077 7078 7079 7080 7081 7082 7083 7084 7085 7086 7087 7088 7089 7090 7091 7092 7093 7094 7095 7096 7097 7098 7099 7100 7101 7102 7103 7104 7105 7106 7107 7108 7109 7110 7111 7112 7113 7114 7115 7116 7117 7118 7119 7120 7121 7122 7123 7124 7125 7126 7127 7128 7129 7130 7131 7132 7133 7134 7135 7136 7137 7138 7139 7140 7141 7142 7143 7144 7145 7146 7147 7148 7149 7150 7151 7152 7153 7154 7155 7156 7157 7158 7159 7160 7161 7162 7163 7164 7165 7166 7167 7168 7169 7170 7171 7172 7173 7174 7175 7176 7177 7178 7179 7180 7181 7182 7183 7184 7185 7186 7187 7188 7189 7190 7191 7192 7193 7194 7195 7196 7197 7198 7199 7200 7201 7202 7203 7204 7205 7206 7207 7208 7209 7210 7211 7212 7213 7214 7215 7216 7217 7218 7219 7220 7221 7222 7223 7224 7225 7226 7227 7228 7229 7230 7231 7232 7233 7234 7235 7236 7237 7238 7239 7240 7241 7242 7243 7244 7245 7246 7247 7248 7249 7250 7251 7252 7253 7254 7255 7256 7257 7258 7259 7260 7261 7262 7263 7264 7265 7266 7267 7268 7269 7270 7271 7272 7273 7274 7275 7276 7277 7278 7279 7280 7281 7282 7283 7284 7285 7286 7287 7288 7289 7290 7291 7292 7293 7294 7295 7296 7297 7298 7299 7300 7301 7302 7303 7304 7305 7306 7307 7308 7309 7310 7311 7312 7313 7314 7315 7316 7317 7318 7319 7320 7321 7322 7323 7324 7325 7326 7327 7328 7329 7330 7331 7332 7333 7334 7335 7336 7337 7338 7339 7340 7341 7342 7343 7344 7345 7346 7347 7348 7349 7350 7351 7352 7353 7354 7355 7356 7357 7358 7359 7360 7361 7362 7363 7364 7365 7366 7367 7368 7369 7370 7371 7372 7373 7374 7375 7376 7377 7378 7379 7380 7381 7382 7383 7384 7385 7386 7387 7388 7389 7390 7391 7392 7393 7394 7395 7396 7397 7398 7399 7400 7401 7402 7403 7404 7405 7406 7407 7408 7409 7410 7411 7412 7413 7414 7415 7416 7417 7418 7419 7420 7421 7422 7423 7424 7425 7426 7427 7428 7429 7430 7431 7432 7433 7434 7435 7436 7437 7438 7439 7440 7441 7442 7443 7444 7445 7446 7447 7448 7449 7450 7451 7452 7453 7454 7455 7456 7457 7458 7459 7460 7461 7462 7463 7464 7465 7466 7467 7468 7469 7470 7471 7472 7473 7474 7475 7476 7477 7478 7479 7480 7481 7482 7483 7484 7485 7486 7487 7488 7489 7490 7491 7492 7493 7494 7495 7496 7497 7498 7499 7500 7501 7502 7503 7504 7505 7506 7507 7508 7509 7510 7511 7512 7513 7514 7515 7516 7517 7518 7519 7520 7521 7522 7523 7524 7525 7526 7527 7528 7529 7530 7531 7532 7533 7534 7535 7536 7537 7538 7539 7540 7541 7542 7543 7544 7545 7546 7547 7548 7549 7550 7551 7552 7553 7554 7555 7556 7557 7558 7559 7560 7561 7562 7563 7564 7565 7566 7567 7568 7569 7570 7571 7572 7573 7574 7575 7576 7577 7578 7579 7580 7581 7582 7583 7584 7585 7586 7587 7588 7589 7590 7591 7592 7593 7594 7595 7596 7597 7598 7599 7600 7601 7602 7603 7604 7605 7606 7607 7608 7609 7610 7611 7612 7613 7614 7615 7616 7617 7618 7619 7620 7621 7622 7623 7624 7625 7626 7627 7628 7629 7630 7631 7632 7633 7634 7635 7636 7637 7638 7639 7640 7641 7642 7643 7644 7645 7646 7647 7648 7649 7650 7651 7652 7653 7654 7655 7656 7657 7658 7659 7660 7661 7662 7663 7664 7665 7666 7667 7668 7669 7670 7671 7672 7673 7674 7675 7676 7677 7678 7679 7680 7681 7682 7683 7684 7685 7686 7687 7688 7689 7690 7691 7692 7693 7694 7695 7696 7697 7698 7699 7700 7701 7702 7703 7704 7705 7706 7707 7708 7709 7710 7711 7712 7713 7714 7715 7716 7717 7718 7719 7720 7721 7722 7723 7724 7725 7726 7727 7728 7729 7730 7731 7732 7733 7734 7735 7736 7737 7738 7739 7740 7741 7742 7743 7744 7745 7746 7747 7748 7749 7750 7751 7752 7753 7754 7755 7756 7757 7758 7759 7760 7761 7762 7763 7764 7765 7766 7767 7768 7769 7770 7771 7772 7773 7774 7775 7776 7777 7778 7779 7780 7781 7782 7783 7784 7785 7786 7787 7788 7789 7790 7791 7792 7793 7794 7795 7796 7797 7798 7799 7800 7801 7802 7803 7804 7805 7806 7807 7808 7809 7810 7811 7812 7813 7814 7815 7816 7817 7818 7819 7820 7821 7822 7823 7824 7825 7826 7827 7828 7829 7830 7831 7832 7833 7834 7835 7836 7837 7838 7839 7840 7841 7842 7843 7844 7845 7846 7847 7848 7849 7850 7851 7852 7853 7854 7855 7856 7857 7858 7859 7860 7861 7862 7863 7864 7865 7866 7867 7868 7869 7870 7871 7872 7873 7874 7875 7876 7877 7878 7879 7880 7881 7882 7883 7884 7885 7886 7887 7888 7889 7890 7891 7892 7893 7894 7895 7896 7897 7898 7899 7900 7901 7902 7903 7904 7905 7906 7907 7908 7909 7910 7911 7912 7913 7914 7915 7916 7917 7918 7919 7920 7921 7922 7923
    (Old svn revision: 6110)

commit 92cbf2d9be223396cede94f93fda68882bac9a9f
Author: Jerome Guelfucci <jeromeg@xfce.org>
Date:   Sat Nov 15 14:50:12 2008 +0000

    Get ready for 1.4.0
    
    (Old svn revision: 6107)

commit 985e562489b50b5a567ea69ecb563947e47d620e
Author: Jerome Guelfucci <jeromeg@xfce.org>
Date:   Sat Nov 15 12:17:30 2008 +0000

    Fix build with --disable-maintainer-mode on some platforms.
    
    (Old svn revision: 6105)

commit 0f4fb32eca3e54ed3b664a83369944e6c659c354
Author: Jerome Guelfucci <jeromeg@xfce.org>
Date:   Fri Nov 14 16:21:33 2008 +0000

    Prepare another release candidate...
    
    (Old svn revision: 6097)

commit e5b743ba4ddd3937c4f37c26468bf6440492c41d
Author: Jerome Guelfucci <jeromeg@xfce.org>
Date:   Fri Nov 14 16:16:59 2008 +0000

    Fix build on some configurations.
    
    (Old svn revision: 6096)

commit 94106f00935d30fd90846354a0380955d6375061
Author: Jerome Guelfucci <jeromeg@xfce.org>
Date:   Thu Nov 13 17:39:07 2008 +0000

    Post release bump.
    
    (Old svn revision: 6090)

commit f6b9ce5e086e46fbf1c38c5be2249a707af0f43e
Author: Jerome Guelfucci <jeromeg@xfce.org>
Date:   Thu Nov 13 17:15:11 2008 +0000

    Getting ready for another release canditate.
    
    (Old svn revision: 6088)

commit aae37c522b115dbc40a305793df6c554b1b8bd97
Author: Jerome Guelfucci <jeromeg@xfce.org>
Date:   Thu Nov 13 17:08:01 2008 +0000

    Code cleanup in src/main.c
    
    (Old svn revision: 6087)

commit 2000bd3c144fdcdaaf92e40551991be184eed410
Author: Jerome Guelfucci <jeromeg@xfce.org>
Date:   Wed Nov 12 19:55:36 2008 +0000

    Make the show save dialog checkbox unclickable when an application is selected.
    
    (Old svn revision: 6075)

commit d87faadec4a94fd20b1cd15a3dfa8f5af3a2dc64
Author: Jerome Guelfucci <jeromeg@xfce.org>
Date:   Wed Nov 12 18:57:54 2008 +0000

    Try to fix bug 4601.
    
    (Old svn revision: 6074)

commit 000afcf0afab8d990d49158e8804c21e0b52e8f3
Author: Piarres Beobide <pi@beobide.net>
Date:   Wed Nov 12 10:59:45 2008 +0000

    Some goodies Basque translation update
    
    
    (Old svn revision: 6068)

commit 358a70d52b5a13b80df751c6564deed415255edb
Author: Maximilian Schleiss <maxschleiss@solnet.ch>
Date:   Sun Nov 9 23:17:35 2008 +0000

    Translations updates for a lot of languages in a lot of packages
    
    (Old svn revision: 6041)

commit 6c0ed2449463668e6c4f4eff831a9a9bc91ebce4
Author: Jerome Guelfucci <jeromeg@xfce.org>
Date:   Sun Nov 9 15:37:38 2008 +0000

    Post release bump.
    
    (Old svn revision: 6039)

commit d5d4e40d6f7d699171bf0b20578519bf4a598bef
Author: Jerome Guelfucci <jeromeg@xfce.org>
Date:   Sun Nov 9 15:26:24 2008 +0000

    1.3.9.1 and not 1.3.9.2...
    
    (Old svn revision: 6037)

commit cd264ce6c3b6e3b7bd72f182c9eb8cdc3b3c3bdf
Author: Jerome Guelfucci <jeromeg@xfce.org>
Date:   Sun Nov 9 15:23:52 2008 +0000

    Get ready for 1.3.9.2
    
    (Old svn revision: 6036)

commit 45aec1ba8d4034153a0bd5a4761c47b0acfc6701
Author: Jerome Guelfucci <jeromeg@xfce.org>
Date:   Sun Nov 9 09:33:01 2008 +0000

    Update news.
    
    (Old svn revision: 6030)

commit 4fb1a080a94f880d1c5f3be292b0a06a2fe959fd
Author: Jerome Guelfucci <jeromeg@xfce.org>
Date:   Sun Nov 9 09:23:48 2008 +0000

    Updated Catalan translation (Carles Muñoz Gorriz).
    
    (Old svn revision: 6029)

commit b3af46044603420ebc3ab7a868814762aeefde85
Author: Jerome Guelfucci <jeromeg@xfce.org>
Date:   Sat Nov 8 16:26:04 2008 +0000

    added Turkish translation (Gökmen Görgen).
    
    (Old svn revision: 6022)

commit 308fe6fe63774738a37681d8aa6ca2659ea3d8f5
Author: Stephan Arts <stephan@xfce.org>
Date:   Sat Nov 8 15:31:33 2008 +0000

    Update dutch translation
    
    
    
    (Old svn revision: 6021)

commit cb08b9e6d5fd32a005bab79892444876057bd195
Author: Jerome Guelfucci <jeromeg@xfce.org>
Date:   Sat Nov 8 15:00:26 2008 +0000

    Updated norwegian bokmål translation (Terje Uriansrud).
    
    (Old svn revision: 6020)

commit c4587abcecf7a4d0370831ae0b6a479cc82f9cc4
Author: Michal Varady <miko.vaji@gmail.com>
Date:   Fri Nov 7 22:59:19 2008 +0000

    Czech translation updated
    
    (Old svn revision: 6012)

commit 3325b873e4c4ac6549dbfa305007a09faa451f85
Author: Jerome Guelfucci <jeromeg@xfce.org>
Date:   Fri Nov 7 17:16:24 2008 +0000

    Add Finish translation (Elias Julkunen).
    
    
    (Old svn revision: 6010)

commit 02e5c01aea2bd4e39f85820e9d9e794b4e34c010
Author: Og Maciel <ogmaciel@gnome.org>
Date:   Fri Nov 7 03:05:17 2008 +0000

    Updated Brazilian Portuguese translation.
    
    (Old svn revision: 6000)

commit ebc32432dc4819f34b322010851eac3e61d79e94
Author: Piarres Beobide <pi@beobide.net>
Date:   Thu Nov 6 12:31:16 2008 +0000

    Some goodies Basque translation updates
    
    
    (Old svn revision: 5993)

commit 46255c47b760762cbb2d2870ca5194a429b1608f
Author: Jerome Guelfucci <jeromeg@xfce.org>
Date:   Wed Nov 5 15:24:27 2008 +0000

    Fix another typo in French translation.
    
    (Old svn revision: 5984)

commit bec1c2166ffaddc86adf57b23dd6713dd7f3d75b
Author: Jerome Guelfucci <jeromeg@xfce.org>
Date:   Wed Nov 5 12:43:15 2008 +0000

    Fix a typo in French translation.
    
    (Old svn revision: 5983)

commit 1bc1882679949a24633ea87f97262f062e3ee1e4
Author: Jerome Guelfucci <jeromeg@xfce.org>
Date:   Wed Nov 5 12:39:47 2008 +0000

      * lib/screenshooter-dialogs.c (add_item):
        - 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)

commit 36437427292806534964346c58d95e1c0d33535c
Author: Jerome Guelfucci <jeromeg@xfce.org>
Date:   Wed Nov 5 11:12:42 2008 +0000

      * src/main.c, lib/screenshooter-plugin.c:
        - 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)

commit 2be10a3b00db337d363f3500057a3bdb2f15afdd
Author: Jerome Guelfucci <jeromeg@xfce.org>
Date:   Wed Nov 5 08:44:54 2008 +0000

      * Add svn tag.
      * 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)

commit 8d460b842eabf2eb53c9b0196141ce8156e45995
Author: Piarres Beobide <pi@beobide.net>
Date:   Tue Nov 4 22:01:37 2008 +0000

    Some goodies Basque translation updates
    
    
    (Old svn revision: 5976)

commit 7a13e4d62d1bf37f47c5e0a017af4657bdac0c24
Author: Jerome Guelfucci <jeromeg@xfce.org>
Date:   Tue Nov 4 18:32:18 2008 +0000

    Get ready for a beta release.
    
    (Old svn revision: 5969)

commit 4992f3c0e9c636dec0103aaf50930475cef81d8e
Author: Jerome Guelfucci <jeromeg@xfce.org>
Date:   Tue Nov 4 11:12:13 2008 +0000

    Make sure that all the open with stuff is ifdef'ed.
    
    (Old svn revision: 5967)

commit e777ff8fdba89c67325bba22f318725ded2a7231
Author: Jerome Guelfucci <jeromeg@xfce.org>
Date:   Tue Nov 4 11:01:17 2008 +0000

    Add missing comments in the code and improve indentation in some places.
    
    (Old svn revision: 5966)

commit a58ea41907946721a60d71aec1e63b49c8fe6604
Author: Jerome Guelfucci <jeromeg@xfce.org>
Date:   Mon Nov 3 20:25:57 2008 +0000

    Forgot some items in the changelog of the previous commit.
    
    (Old svn revision: 5943)

commit 849ffc08e68fc0b97aa6b841d8585a4b0493fce3
Author: Jerome Guelfucci <jeromeg@xfce.org>
Date:   Mon Nov 3 20:20:51 2008 +0000

      * configure.ac.in: Display build options.
      * 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)

commit 4b3382bcbed9c74ee8eeed8a8852ff824db4ff53
Author: Jerome Guelfucci <jeromeg@xfce.org>
Date:   Mon Nov 3 15:09:55 2008 +0000

      * TODO: updated.
      * 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)

commit 5381131658f3eaaf5b2e2a4d5c0ca4b343af5ca7
Author: Michal Varady <miko.vaji@gmail.com>
Date:   Sun Nov 2 17:59:16 2008 +0000

    Czech translation updated
    
    (Old svn revision: 5919)

commit 7854560bd8c311f0263f268547b8a21d1e1ffce7
Author: Jerome Guelfucci <jeromeg@xfce.org>
Date:   Sun Nov 2 14:24:00 2008 +0000

    Correctly free a lot of stuff in lib/screenshooter-dialogs.c
    
    (Old svn revision: 5908)

commit bf58e78af1108c3140d214b624253662509375f5
Author: Jerome Guelfucci <jeromeg@xfce.org>
Date:   Sat Nov 1 10:43:32 2008 +0000

    Add icons to the combobox when available.
    
    (Old svn revision: 5888)

commit 3dc8adcb4ac1dc8d209f8f18b7f7e95ec966f292
Author: Maximilian Schleiss <maxschleiss@solnet.ch>
Date:   Thu Oct 30 17:52:48 2008 +0000

    Translation update - id
    
    (Old svn revision: 5880)

commit 19882e657da838f3127bad059bca5d045fa879e9
Author: Jerome Guelfucci <jeromeg@xfce.org>
Date:   Thu Oct 30 16:47:00 2008 +0000

    * lib/: remove the screenshooter-open-with files, it will be handled in screenshooter-dialogs.c
    * lib/screenshooter-dialogs.c: add the open with stuff and make it functionnal.
    * Remove all screenshooter-open-with.{c,h} in makefiles.
    
    
    (Old svn revision: 5876)

commit 136f493935469c5bc61e3ec2d87fee08402a3012
Author: Jerome Guelfucci <jeromeg@xfce.org>
Date:   Thu Oct 30 10:32:46 2008 +0000

    Fix build, but the open-with stuff still does not work.
    
    (Old svn revision: 5873)

commit a1faefb7c1d9b84cabecab470dba56c8f64692ca
Author: Jerome Guelfucci <jeromeg@xfce.org>
Date:   Thu Oct 30 10:21:26 2008 +0000

    Add missing files
    
    (Old svn revision: 5872)

commit 506454748f3f388e11896149764a0bb5837ca7f1
Author: Jerome Guelfucci <jeromeg@xfce.org>
Date:   Thu Oct 30 10:16:24 2008 +0000

    Partial broken commit for open-with functionnality.
    
    (Old svn revision: 5871)

commit 0d1b467ea70d3b8959415abc9a12e49ca6734e13
Author: Og Maciel <ogmaciel@gnome.org>
Date:   Tue Oct 28 22:54:15 2008 +0000

    Updated Brazilian Portuguese translation.
    
    (Old svn revision: 5860)

commit ab44795c000fbd0313f41dd08453aa9272f03955
Author: Jerome Guelfucci <jeromeg@xfce.org>
Date:   Tue Oct 28 16:11:44 2008 +0000

      * lib/screenshooter-utils.{c,h}: add the "screenshooter_" prefix before
        (take_screenshot) and (save_screenshot).
      * src/main.c: use the new function names in (main).
      * panel-plugin/screenshooter-plugin.c:
        - use new function names.
        - add a missing prototype.
        - clean the indentation of prototypes.
        - add a "cb_" before all callback functions names.
        - use a "screenshooter_plugin_" prefix for other functions.
    
    
    (Old svn revision: 5848)

commit 893806f0740bcd3b143efdee242304ef4f965601
Author: Jerome Guelfucci <jeromeg@xfce.org>
Date:   Tue Oct 28 13:27:02 2008 +0000

    Update and fix encoding of da translation
    
    (Old svn revision: 5847)

commit 13cb77c81ae9c06e40297fa9d1cedc544e7e6503
Author: Jerome Guelfucci <jeromeg@xfce.org>
Date:   Tue Oct 28 09:06:21 2008 +0000

    update-po and fix a typo in the name of the .desktop item
    
    (Old svn revision: 5846)

commit 65b6954bf6629c23656a1ed2f514defafb2a1664
Author: Jerome Guelfucci <jeromeg@xfce.org>
Date:   Wed Oct 22 17:22:15 2008 +0000

    * Reorganise the code structure.
    * Save the state of the main application's button and reload them the next time.
    * Various code cleanups.
    
    
    (Old svn revision: 5746)

commit 11faf134061aa45440dce485793a55ffd13e8691
Author: Jerome Guelfucci <jeromeg@xfce.org>
Date:   Sat Oct 18 16:29:40 2008 +0000

    Add .desktop file for the main application.
    
    (Old svn revision: 5677)

commit 91f5a8e07487d2a73ac354288ed3a416db1c1457
Author: Jerome Guelfucci <jeromeg@xfce.org>
Date:   Wed Oct 15 17:47:29 2008 +0000

    Plug a leak, improve the main dialog.
    
    (Old svn revision: 5637)

commit 93441323ee50aebeebd82751945935742a97693c
Author: Jerome Guelfucci <jeromeg@xfce.org>
Date:   Sun Oct 12 11:33:16 2008 +0000

    Various cleanups in the plugin code and in the utils.
    
    (Old svn revision: 5582)

commit fb30b293c5319ad9a9117676a21435972c206091
Author: Jerome Guelfucci <jeromeg@xfce.org>
Date:   Sun Oct 12 08:37:22 2008 +0000

    Add dialog when no CLI option is passed to the executable.
    
    (Old svn revision: 5581)

commit da4a58ef86fbecc6652c13ea69b2c7754deca0eb
Author: Maximilian Schleiss <maxschleiss@solnet.ch>
Date:   Sat Oct 11 17:08:50 2008 +0000

    Translations updates in Japanese for the genmon, quicklauncher and screenshooter plugins
    
    (Old svn revision: 5569)

commit 01dc4dce7b4c43e210f878323383e0c026b0471f
Author: Jerome Guelfucci <jeromeg@xfce.org>
Date:   Sun Oct 5 10:19:07 2008 +0000

    * Don't do anything ofr now if no cli option is given. TODO: add a dialog similar to the plugin preferences one to take a screenshot easily without having to mess with cli options.
    * Add a cli option to take a fullscreen screenshot.
    
    
    
    (Old svn revision: 5514)

commit c7f740dadcb845918d7d5e74663c643094354b61
Author: Jerome Guelfucci <jeromeg@xfce.org>
Date:   Sun Oct 5 08:25:05 2008 +0000

    Update translations list and update news.
    
    (Old svn revision: 5513)

commit 1f687b7572db75043aa2dbe5ce3c07d094fb592d
Author: Jerome Guelfucci <jeromeg@xfce.org>
Date:   Sun Oct 5 08:19:33 2008 +0000

    Fix four memleaks detected by Gauvain Pocentek.
    
    (Old svn revision: 5512)

commit cd63a5bf58cc6ee0446d9a7010ed33c486a6b6fb
Author: Jerome Guelfucci <jeromeg@xfce.org>
Date:   Sat Oct 4 15:48:32 2008 +0000

    Code cleanup and refactoring.
    
    (Old svn revision: 5510)

commit 4ea4da5bb8117c71563bbd36a49dd3a835ed1550
Author: Jerome Guelfucci <jeromeg@xfce.org>
Date:   Fri Oct 3 13:05:43 2008 +0000

    Fix a crash due to a null pointer.
    
    (Old svn revision: 5506)

commit 1ab7162b0e0b1261f76d5232ad11068be526502c
Author: Jerome Guelfucci <jeromeg@xfce.org>
Date:   Sat Sep 20 12:54:10 2008 +0000

    Plug some remaining leaks and remove some useless code in main.
    
    (Old svn revision: 5426)

commit 7cd93535920c07a17270176840cd7c166a7547de
Author: Jerome Guelfucci <jeromeg@xfce.org>
Date:   Fri Sep 19 18:19:14 2008 +0000

    Add default icons as per m8t's suggestion.
    
    (Old svn revision: 5423)

commit f641728fb11213fafa471aa656bea9e05537dc13
Author: Lars Nielsen <lars@mit-web.dk>
Date:   Thu Sep 18 14:43:07 2008 +0000

    (Old svn revision: 5421)

commit fa4ffef65f53bcd36661ffc0aeb1592bf06d3905
Author: Jerome Guelfucci <jeromeg@xfce.org>
Date:   Sun Sep 14 18:09:27 2008 +0000

    Use applets-screenshooter icon for preferences dialog and save dialog.
    
    (Old svn revision: 5405)

commit fd56d820e6b76d129050ca991e8c385b4b91720b
Author: Piarres Beobide <pi@beobide.net>
Date:   Thu Sep 11 20:34:56 2008 +0000

    Some goodies Basque translation update
    
    
    (Old svn revision: 5395)

commit 4148ce4a752c30936cad479526bdb6f3156eef03
Author: Jerome Guelfucci <jeromeg@xfce.org>
Date:   Sat Aug 23 10:50:41 2008 +0000

    Post release bump
    
    (Old svn revision: 5291)

commit d6b498377e6f75020d044048c0fbe6dacc7c6f5d
Author: Jerome Guelfucci <jeromeg@xfce.org>
Date:   Sat Aug 23 10:28:50 2008 +0000

    === 1.3.2 ===
    
    * src/screenshooter-utils.c:
      - (cb_current_folder_changed): new function to update the filename.
      - (save_screenshot): updated to use cb_current_folder_changed.
    * NEWS: updated.
    * configure.ac.in: get ready for new release.
    
    
    (Old svn revision: 5289)

commit 1d879f6a5f28b9dca1fbe2d453789b930496ef12
Author: Jerome Guelfucci <jeromeg@xfce.org>
Date:   Tue Aug 19 13:57:32 2008 +0000

    Use a #define to set the default save directory.
    
    (Old svn revision: 5279)

commit 1637b047f76ed4d1c9effdc42ca512a482139a60
Author: Jerome Guelfucci <jeromeg@xfce.org>
Date:   Tue Aug 19 10:58:54 2008 +0000

    * src/*:
      - comment all code
      - clean identation
      - plug some leaks of GdkPixbuf
    * NEWS: updated.
    
    
    
    (Old svn revision: 5278)

commit 0a15ec46b5f9df43baf61d940fe08876febf0e3e
Author: Jerome Guelfucci <jeromeg@xfce.org>
Date:   Mon Aug 18 08:30:04 2008 +0000

    * xfce4-screenshooter.1: bump version for future release.
    * configure.ac.in: ditto.
    * src/Makefile.am: build with -Werror
    * NEWS: updated.
    
    
    (Old svn revision: 5273)

commit 52adc05315dc282ad20c379ca20b807d973003c4
Author: Jerome Guelfucci <jeromeg@xfce.org>
Date:   Sun Aug 17 22:37:40 2008 +0000

    * src/screenshooter-utils.c:
      - do not g_free screenshot_dir when reading conf file, as we need it after.
      - improve identation.
    
    
    
    (Old svn revision: 5272)

commit 79bdf03a0c0c08a5e8127fdb6518499d9d649ed2
Author: Jerome Guelfucci <jeromeg@xfce.org>
Date:   Sat Aug 16 22:00:52 2008 +0000

    * src/screenshooter-utils.c:
      - ported to use mostly gdk functions.
      - BUGFIX: when the active window is the desktop, instead of returning a
        corrupted snapshot of the background image, return the whole desktop view.
      - drop get_window_property and screenshot_find_active_window which are now
        useless.
      - improve indentation of code.
    * src/screenshooter-utils.h:
      - remove some useless #includes.
    * configure.ac.in: add svn tag that I had forgotten.
    * NEWS: updated.
    
    
    (Old svn revision: 5260)

commit 48158692d0ee9cd5fef923beb734f077f06e7d1b
Author: Jerome Guelfucci <jeromeg@xfce.org>
Date:   Fri Aug 15 17:06:23 2008 +0000

    * src/screenshooter-plugin.c:
      - improve indentation.
      - use tooltips if gtk >= 2.12
    * NEWS: updated.
    
    
    (Old svn revision: 5229)

commit 75446dae6a938030faf0a1b661526ac8f157e6db
Author: Jerome Guelfucci <jeromeg@xfce.org>
Date:   Fri Aug 15 14:18:11 2008 +0000

    Plug a LOT of stupid leaks !
    
    
    (Old svn revision: 5228)

commit ca5df781320619f330d187e67ef75f49d7071637
Author: Maximilian Schleiss <maxschleiss@solnet.ch>
Date:   Sun Aug 10 21:43:51 2008 +0000

    Translations updated and added in Indonesian and Polish.
    
    (Old svn revision: 5214)

commit d12489440b6614a414e95b7a8a9e678872999af8
Author: Stavros Giannouris <stavrosg2002@freemail.gr>
Date:   Sat Aug 9 16:58:03 2008 +0000

    Greek translations update.
    
    (Old svn revision: 5212)

commit 8b5d3d09db2a9b5fdf5adad755705a6905ad4a85
Author: Jerome Guelfucci <jeromeg@xfce.org>
Date:   Thu Jul 17 15:02:11 2008 +0000

    Get ready for bugfix release
    
    (Old svn revision: 5129)

commit 15b3feaf5eb6f092291deebdf77e50fe7dac6145
Author: Mohamed Magdy <mohamed.m.k@gmail.com>
Date:   Wed Jul 16 23:01:19 2008 +0000

    Update Arabic translations
    
    (Old svn revision: 5118)

commit eddd6c52a5c12ac72cb43ef1ab9f9c8d482f9a3e
Author: Mohamed Magdy <mohamed.m.k@gmail.com>
Date:   Wed Jul 16 13:40:56 2008 +0000

    Update Arabic translations
    
    (Old svn revision: 5110)

commit 9d31886ed00d5e033b3f0b08d542426260475a4c
Author: Jerome Guelfucci <jeromeg@xfce.org>
Date:   Wed Jul 16 08:04:39 2008 +0000

    Really fix the relative path issue
    
    (Old svn revision: 5104)

commit 5f997d9c9601bd7d8c88545630816f22cda6b57e
Author: Jerome Guelfucci <jeromeg@xfce.org>
Date:   Wed Jul 16 07:17:23 2008 +0000

    Partially fix -s switch with relative paths
    
    (Old svn revision: 5103)

commit 98685c10ca28b55f512be5e248131a297a2cbe7d
Author: Mohamed Magdy <mohamed.m.k@gmail.com>
Date:   Tue Jul 15 20:45:45 2008 +0000

    Update Arabic translations
    
    (Old svn revision: 5101)

commit 6e71e04be1d4ac6312fc6c062c6fa56f9c6aed7a
Author: Jerome Guelfucci <jeromeg@xfce.org>
Date:   Tue Jul 15 07:23:47 2008 +0000

    Revert a not working change
    
    (Old svn revision: 5087)

commit 67f7cee85e5f90c8a62f4c0fc92504c0453e863e
Author: Jerome Guelfucci <jeromeg@xfce.org>
Date:   Tue Jul 15 07:20:00 2008 +0000

    Get ready for 1.3.0
    
    (Old svn revision: 5086)

commit 66a9238432812dd33c44fd89c742baa510c9224a
Author: Maximilian Schleiss <maxschleiss@solnet.ch>
Date:   Mon Jul 14 07:27:43 2008 +0000

    Translations added and updated for most goodies (gl;pt_PT;zh_CN)
    
    (Old svn revision: 5072)

commit b9481d46ea6a9fd8459eff9aec94eece5d915573
Author: Maxim Dziumanenko <mvd@mylinux.com.ua>
Date:   Mon Jul 14 06:56:08 2008 +0000

    Maxim Dziumanenko <dziumanenko@gmail.com>
    
    	* Update Ukrainian translatioon
    
    
    
    (Old svn revision: 5071)

commit eb291bc563435c9d2abb3d1928adfb6982759efe
Author: SZERVÁC Attila <sas@321.hu>
Date:   Sat Jul 12 17:18:37 2008 +0000

    [intl:hu] screenshooter updated
    
    (Old svn revision: 5067)

commit 146665f9ea8ec2d61153d2316ca9458cd43502d0
Author: Og Maciel <ogmaciel@gnome.org>
Date:   Sat Jul 12 16:20:40 2008 +0000

    Updated Brazilian Portuguese translation
    
    (Old svn revision: 5065)

commit cde6764a15f0d82b9445046c02392063696a2058
Author: Michal Varady <miko.vaji@gmail.com>
Date:   Sat Jul 12 15:51:51 2008 +0000

    Updated Czech translation
    
    (Old svn revision: 5064)

commit f8cbcea0d615ef94c4e4af4623e37bc2fa26174c
Author: Jerome Guelfucci <jeromeg@xfce.org>
Date:   Sat Jul 12 14:57:15 2008 +0000

    Make update-po and update french translation
    
    (Old svn revision: 5063)

commit dca20c1fb6e82cc4794ea5ccb2ddcbf7ca49b6dd
Author: Jerome Guelfucci <jeromeg@xfce.org>
Date:   Sat Jul 12 14:46:18 2008 +0000

    Reduce code duplication between plugin and executable.
    Save the location of the save folder when saving without showing the save dialog.
    New cli option to hide the save dialog.
    New cli option to set a default save folder, saved in a rc file.
    New cli option to set a custom save folder.
    Updated copyrights.
    Updated manpage and news.
    See changelog for details.
    
    
    (Old svn revision: 5062)

commit f707ddc966b93c507c01f52da2f51dad23b0a5f1
Author: SZERVÁC Attila <sas@321.hu>
Date:   Fri Jul 11 14:11:08 2008 +0000

    [intl:hu] little fixes
    
    (Old svn revision: 5051)

commit f4c5d2f78dc051d0d8eaab2e891e2d9ece09f2b7
Author: Michal Varady <miko.vaji@gmail.com>
Date:   Mon Jul 7 17:34:27 2008 +0000

    Updated Czech translations
    
    
    (Old svn revision: 5030)

commit 9714c5beb5c98d59783d907f0e45a204a2bc6321
Author: Jerome Guelfucci <jeromeg@xfce.org>
Date:   Sat Jul 5 09:23:55 2008 +0000

    Make filename translatable.
    
    (Old svn revision: 5026)

commit 0e467462acc78c96ad394f5fdf299bb0f8a809d2
Author: Jerome Guelfucci <jeromeg@xfce.org>
Date:   Sun Jun 29 14:49:35 2008 +0000

    Fix identation.
    Give correct names to vars.
    Start to comment the code.
    
    
    (Old svn revision: 5015)

commit 67ebe7317feb8225d90d11b9d819342847c35730
Author: Jerome Guelfucci <jeromeg@xfce.org>
Date:   Sun Jun 29 14:25:29 2008 +0000

    Post release bump.
    
    (Old svn revision: 5013)

commit 068abf71e95563020840329fa63fa395a66bfc8f
Author: Jerome Guelfucci <jeromeg@xfce.org>
Date:   Sat Jun 28 13:54:37 2008 +0000

    Updated german translation.
    
    (Old svn revision: 5011)

commit 1420d60f0d0e3c58fc570f9a01b3693cf814670d
Author: Jerome Guelfucci <jeromeg@xfce.org>
Date:   Sat Jun 28 13:42:02 2008 +0000

    Get ready for next release
    
    (Old svn revision: 5010)

commit 0983566e565b1ac775fd10d76d71e06d43ceed07
Author: Jerome Guelfucci <jeromeg@xfce.org>
Date:   Fri Jun 27 16:21:54 2008 +0000

    Fix gcc warnings and infinite loop.
    
    (Old svn revision: 5001)

commit cc705652e58996684648bbd7dce23e9d1969264c
Author: Og Maciel <ogmaciel@gnome.org>
Date:   Fri Jun 27 15:58:01 2008 +0000

    Fixed file codification
    
    (Old svn revision: 5000)

commit 9f90325e96ebd4f9c4836ffa49150547779ba9c2
Author: Jerome Guelfucci <jeromeg@xfce.org>
Date:   Fri Jun 27 15:35:07 2008 +0000

    Clean generate_filename_for_uri using g_access
    
    (Old svn revision: 4999)

commit ae46c0b7c6859da80b6e5a4aba417db32d028a06
Author: Maximilian Schleiss <maxschleiss@solnet.ch>
Date:   Thu Jun 26 22:00:51 2008 +0000

    Translations added and updated for most goodies (gl)
    
    (Old svn revision: 4998)

commit 619f0fcb5c8c37ac03bd8c76979564f7f96c3081
Author: Maximilian Schleiss <maxschleiss@solnet.ch>
Date:   Wed Jun 25 21:44:02 2008 +0000

    Translations added for most goodies (id)
    
    (Old svn revision: 4996)
commit 2e11ff357b60454e304344b642d06144c9b7b536
Author: Mike Massonnet <mmassonnet@xfce.org>
Date:   Sun Jun 22 10:40:21 2008 +0000
Jerome Guelfucci's avatar
Jerome Guelfucci committed

    update-po
    
    (Old svn revision: 4985)
Jerome Guelfucci's avatar
Jerome Guelfucci committed

commit fa1924de2ddbf696e7404b1f651c7b0e8a6222aa
Author: Og Maciel <ogmaciel@gnome.org>
Date:   Fri Jun 20 20:33:51 2008 +0000
    Updated Brazilian Portuguese translation
    
    (Old svn revision: 4977)
commit 8d4fbdda153e1d526670936bc3da10d81b337cf4
Author: Jerome Guelfucci <jeromeg@xfce.org>
Date:   Fri Jun 20 07:19:43 2008 +0000

    Updated NEWS file
    
    (Old svn revision: 4975)

commit 74080999fefa3a23be50c2ed9cad8c7979243f4f
Author: Jerome Guelfucci <jeromeg@xfce.org>
Date:   Fri Jun 20 07:10:08 2008 +0000

    Make labels bold and left aligned. Update po files and french translation.
    
    (Old svn revision: 4974)

commit e5df08e77e8cbc31542dbf63ec67e8edc3881329
Author: Og Maciel <ogmaciel@gnome.org>
Date:   Fri Jun 20 01:01:22 2008 +0000
    Updated Brazilian Portuguese translation
    
    (Old svn revision: 4971)
commit 6104e637ff37d1fbcb028d73f5753eabd222b540
Author: Jerome Guelfucci <jeromeg@xfce.org>
Date:   Thu Jun 19 17:34:20 2008 +0000
    Add default save location.
    
    (Old svn revision: 4970)
commit 39e9d63cfde19b67a234c5528166a970f07eef23
Author: Jerome Guelfucci <jeromeg@xfce.org>
Date:   Thu Jun 19 14:48:13 2008 +0000
    Make update-po
    
    (Old svn revision: 4969)
commit 3c9f655f41a234666848c33054199e85c1d92028
Author: Jerome Guelfucci <jeromeg@xfce.org>
Date:   Thu Jun 19 13:14:48 2008 +0000
    New shiny preferences dialog
    
    (Old svn revision: 4968)
commit d6fce82ae6cdde355ef3bf49c1a4ac8f055be96f
Author: Jerome Guelfucci <jeromeg@xfce.org>
Date:   Wed Jun 18 16:13:44 2008 +0000
    Remove some useless code.
    
    (Old svn revision: 4965)
commit ea4ea7872569dd6cd63ed1bedad6946e241379c7
Author: Jerome Guelfucci <jeromeg@xfce.org>
Date:   Wed Jun 18 15:09:18 2008 +0000