From 1d601ed4228c6530aa3d59939c2cbd1c5c1b52ca Mon Sep 17 00:00:00 2001 From: mistic100 Date: Mon, 9 Sep 2013 13:06:00 +0200 Subject: [PATCH] next version is 1.2 --- README.md | 6 ++-- src/lang/en.ts | 91 +++++++++++++++++++++++++++++++------------------ src/lang/fr.qm | Bin 4464 -> 4727 bytes src/lang/fr.ts | 90 +++++++++++++++++++++++++++--------------------- src/settings.h | 4 +-- 5 files changed, 116 insertions(+), 75 deletions(-) diff --git a/README.md b/README.md index f10b22a..720ff4e 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ UMWP Autochanger is a little tool for [UltraMon](http://www.realtimesoft.com/ult * manage sets of wallpapers, allowing you to quickly change which images are used. Version : 1.2 -Release date : ??? +Release date : 09/09/2013 Author : Damien "Mistic" Sorel Website : http://www.strangeplanet.fr/work/umwp-autochanger License : GNU General Public License Version 3 @@ -51,8 +51,10 @@ A: Yes. Simply drag & drop them. ## Changelog -* 1.2 (???) +* [1.2 (09/09/2013)](http://www.strangeplanet.fr/work/umwp-autochanger/download.php?ver=1.2) + * new: system-wide hotkeys for quick change * new: reorder sets with drag'n'drop + * new: integrated help * [1.1 (13/05/2013)](http://www.strangeplanet.fr/work/umwp-autochanger/download.php?ver=1.1) * fixed: use better shuffle diff --git a/src/lang/en.ts b/src/lang/en.ts index d00d438..2e47819 100644 --- a/src/lang/en.ts +++ b/src/lang/en.ts @@ -4,7 +4,7 @@ ErrorWidget - + Oops ! @@ -52,49 +52,49 @@ MainWidget - - + + Add - + Activate - - + + Delete - + Delay (seconds) : - + Are you sure? - + Unactivate - + Save - + Name - + New name: @@ -103,28 +103,28 @@ MainWindow - - + + Quit - - + + Hide - - - + + + Pause - + Refresh @@ -159,59 +159,84 @@ - + + Hotkeys + + + + + Alt + + + + + Ctrl + + + + + Shift + + + + + Win + + + + Quick switch - + Show - - + + A new version is available : %1. - + New version - + Visit the <a href='%1'>project homepage</a> to download the latest version. - + %1 is still running - - + + Start - + About %1 - + Warning - + If you disable files check you may obtain<br>a black wallpaper if you manually edit your sets. - + If you quit the application now,<br>the wallpaper will not change anymore. diff --git a/src/lang/fr.qm b/src/lang/fr.qm index 1d7909fbd9a173dd0c8588992be7f99aa390bf04..ce1a6536e7111db3ac39cd9a591057ccb62ca41c 100644 GIT binary patch delta 443 zcmX|-O(=tL9LK-gp0{nbM;R+oNV$0_a*hJ|yx@&#_2tv5V`{Hx`)_2~kVS0;txVlLR3w-| YbRId#)4RdhCkN?15E|1&No#eQKdB&PzyJUM delta 241 zcmeya@-pq#ZiCGixqVp{dk8R1E)Ze|08JS_j{pDw diff --git a/src/lang/fr.ts b/src/lang/fr.ts index 8f10138..8aba76b 100644 --- a/src/lang/fr.ts +++ b/src/lang/fr.ts @@ -1,10 +1,10 @@ - - + + ErrorWidget - + Oops ! Oups ! @@ -56,19 +56,17 @@ MainWidget - - + Add Ajouter - + Activate Activer - - + Delete Supprimer @@ -77,32 +75,32 @@ Appliquer - + Delay (seconds) : Delai (secondes) : - + Are you sure? Êtes-vous sûr ? - + Unactivate Désactiver - + Save Sauvegarder - + Name Nom - + New name: Nouveau nom : @@ -110,29 +108,22 @@ MainWindow - - - + Quit Quitter - - - + Hide Masquer - - - - + Pause Pause - + Refresh Rafraîchir @@ -167,28 +158,52 @@ Démarrer avec Windows - + + Hotkeys + Raccourcis + + + + Alt + Alt + + + + Ctrl + Ctrl + + + + Shift + Maj + + + + Win + Win + + + Quick switch Changement rapide - + Show Afficher - - + A new version is available : %1. Une nouvelle version est disponible : %1. - + New version Nouvelle version - + Visit the <a href='%1'>project homepage</a> to download the latest version. Visitez la <a href='%1'>page du projet</a> pour télécharger la dernière version. @@ -197,28 +212,27 @@ Sauvegarder avant de quitter? - + %1 is still running %1 est toujours en cours d'éxécution - - + Start Démarrer - + About %1 À propos de %1 - + Warning Attention - + If you disable files check you may obtain<br>a black wallpaper if you manually edit your sets. Si vous désactivez la vérification des fichiers vous risquez d'obtenir<br>un fond d'écran noir si vous modifiez manuellement vos sets. @@ -227,7 +241,7 @@ Quitter sans sauvegarder ? - + If you quit the application now,<br>the wallpaper will not change anymore. Si vous quittez l'application maintenant,<br>le fond d'écran ne changera plus. diff --git a/src/settings.h b/src/settings.h index 1adcd27..3b55f16 100644 --- a/src/settings.h +++ b/src/settings.h @@ -41,12 +41,12 @@ class Settings QString const sParam(QString const _key) const; bool const bParam(QString const _key) const; - int const iParam(QString const _key, int _base=10) const; + int const iParam(QString const _key) const; QString const sEnv(QString const _key) const; bool const bEnv(QString const _key) const; - int const iEnv(QString const _key, int _base=10) const; + int const iEnv(QString const _key) const; Set* poGetSet(int _i) const { return m_oSets.at(_i); } int const iNbSets() const { return m_oSets.size(); }