CMakeLists.txt | 4 Makefile.am | 19 VERSION | 2 cmake/CompizFusion.cmake | 30 cmake/addons.cmake | 3 compiz-animation.pc.in | 12 configure.ac | 10 debian/changelog | 8 debian/control | 2 debian/gbp.conf | 8 include/Makefile.am | 10 include/compiz-animation.h | 311 ++ include/compiz-text.h | 141 metadata/Makefile.am | 39 metadata/animation.xml.in | 1478 +-------- metadata/bs.xml.in | 110 metadata/colorfilter.xml.in | 2 metadata/expo.xml.in | 2 metadata/ezoom.xml.in | 70 metadata/mousepoll.xml.in | 2 metadata/put.xml.in | 8 metadata/session.xml.in | 5 metadata/staticswitcher.xml.in | 89 metadata/text.xml.in | 3 metadata/thumbnail.xml.in | 3 metadata/wall.xml.in | 11 metadata/winrules.xml.in | 5 metadata/workarounds.xml.in | 15 po/LINGUAS | 6 po/POTFILES.in | 1 po/ar.po | 1615 +++++++--- po/bn.po | 1543 ++++++---- po/ca.po | 1717 +++++++---- po/cs.po | 5240 ++++++++++++++++++++++++++++++++++ po/de.po | 1807 ++++++++--- po/el.po | 2303 +++++++++------ po/en_GB.po | 1930 ++++++++---- po/es.po | 2756 ++++++++++-------- po/eu.po | 3001 ++++++++++++------- po/fa.po | 1349 ++++++-- po/fi.po | 2908 ++++++++++++------- po/fr.po | 1995 ++++++++----- po/gl.po | 2268 +++++++++----- po/gu.po | 1733 +++++++---- po/he.po | 5509 ++++++++++++++++++++++++++++++++++++ po/hi.po | 1730 +++++++---- po/hu.po | 1805 ++++++++--- po/it.po | 1925 ++++++++---- po/ja.po | 1811 +++++++---- po/ko.po | 2084 ++++++++----- po/nb.po | 1729 ++++++++--- po/nl.po | 1744 ++++++++--- po/pl.po | 2929 +++++++++++-------- po/pt.po | 2037 +++++-------- po/pt_BR.po | 1769 ++++++++--- po/ru.po | 2063 ++++++++----- po/sv.po | 2103 ++++++++----- po/tr.po | 1701 +++++++---- po/zh_CN.po | 4207 +++++++++++++++------------ src/Makefile.am | 1 src/animation/Makefile.am | 11 src/animation/airplane3d.c | 864 ----- src/animation/animation-internal.h | 981 +----- src/animation/animation.c | 2601 +++++++++------- src/animation/animation_tex.h | 222 - src/animation/beamup.c | 292 - src/animation/burn.c | 458 -- src/animation/curvedfold.c | 129 src/animation/dodge.c | 49 src/animation/domino.c | 271 - src/animation/dream.c | 83 src/animation/explode3d.c | 107 src/animation/fade.c | 7 src/animation/focusfade.c | 14 src/animation/fold3d.c | 237 - src/animation/glide.c | 219 - src/animation/horizontalfold.c | 110 src/animation/leafspread.c | 100 src/animation/magiclamp.c | 297 + src/animation/options.c | 177 - src/animation/particle.c | 324 -- src/animation/polygon.c | 1549 ---------- src/animation/rollup.c | 42 src/animation/skewer.c | 221 - src/animation/wave.c | 56 src/animation/zoomside.c | 240 - src/bs/CMakeLists.txt | 3 src/bs/Makefile.am | 20 src/bs/bs.c | 699 ---- src/colorfilter/Makefile.am | 14 src/colorfilter/colorfilter.c | 18 src/expo/Makefile.am | 9 src/expo/expo.c | 67 src/ezoom/CMakeLists.txt | 2 src/ezoom/Makefile.am | 9 src/ezoom/ezoom.c | 177 - src/jpeg/Makefile.am | 9 src/mag/Makefile.am | 9 src/mag/mag.c | 10 src/mousepoll/mousepoll.c | 8 src/neg/Makefile.am | 9 src/opacify/Makefile.am | 9 src/opacify/opacify.c | 45 src/put/Makefile.am | 9 src/put/put.c | 795 ++--- src/resizeinfo/Makefile.am | 12 src/resizeinfo/resizeinfo.c | 18 src/ring/Makefile.am | 9 src/ring/ring.c | 238 - src/scaleaddon/Makefile.am | 9 src/scaleaddon/scaleaddon.c | 226 - src/session/session.c | 131 src/shift/Makefile.am | 9 src/shift/shift.c | 153 src/snap/Makefile.am | 9 src/staticswitcher/Makefile.am | 12 src/staticswitcher/staticswitcher.c | 456 ++ src/text/Makefile.am | 9 src/text/text.c | 733 ++-- src/thumbnail/CMakeLists.txt | 2 src/thumbnail/Makefile.am | 12 src/thumbnail/thumbnail.c | 576 +-- src/vpswitch/Makefile.am | 9 src/vpswitch/vpswitch.c | 2 src/wall/Makefile.am | 9 src/wall/wall.c | 778 +++-- src/winrules/Makefile.am | 6 src/winrules/winrules.c | 132 src/workarounds/Makefile.am | 12 src/workarounds/workarounds.c | 51 130 files changed, 53301 insertions(+), 31615 deletions(-)
New commits: commit 21302345a23d09663a03e62eb5e8559381101fed Author: Sean Finney <sean...@debian.org> Date: Mon Apr 6 23:08:09 2009 +0200 prepare changelog diff --git a/debian/changelog b/debian/changelog index ffcf5d5..2d0b92c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +compiz-fusion-plugins-main (0.8.2-1) unstable; urgency=low + + * New upstream release + * update Standards-Version to 3.8.1 + * add gbp.conf for use with git-buildpackage + + -- Sean Finney <sean...@debian.org> Mon, 06 Apr 2009 23:03:15 +0200 + compiz-fusion-plugins-main (0.7.6-1) unstable; urgency=low * New upstream release. commit c64e71ab3201f62b809846f0bf795488dc271539 Author: Sean Finney <sean...@debian.org> Date: Mon Apr 6 23:07:03 2009 +0200 update Standards-Version to 3.8.1 diff --git a/debian/control b/debian/control index 799933d..b1482ff 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Priority: extra Maintainer: Debian X Strike Force <debian-x@lists.debian.org> Uploaders: Sean Finney <sean...@debian.org> Build-Depends: autoconf, automake1.9, autotools-dev, compiz-dev (>= 0.7.6), compiz-fusion-bcop (>= 0.7.6), debhelper (>= 5), intltool, libgconf2-dev, libglib2.0-dev, libtool, libglu1-mesa-dev, libjpeg62-dev, libxml2-dev, libxslt1-dev, pkg-config, xsltproc, libcairo2-dev, libpango1.0-dev, librsvg2-dev, libsm-dev, libdbus-1-dev, libdecoration0-dev -Standards-Version: 3.7.2 +Standards-Version: 3.8.1 Section: x11 Package: compiz-fusion-plugins-main commit d935249e593b5b8b9ae6c878817e707e08f6afe3 Author: Sean Finney <sean...@debian.org> Date: Mon Apr 6 23:03:46 2009 +0200 add gbp.conf for use with git-buildpackage diff --git a/debian/gbp.conf b/debian/gbp.conf new file mode 100644 index 0000000..9c53b1e --- /dev/null +++ b/debian/gbp.conf @@ -0,0 +1,8 @@ +[DEFAULT] +debian-branch = debian-unstable +debian-tag = compiz-fusion-plugins-main-%(version)s +upstream-branch = upstream-unstable +upstream-tag = %(version)s + +[git-dch] +meta = 1 commit 5276eaaa763f95f3fca98920c5c252921024739b Author: Guillaume Seguin <guilla...@segu.in> Date: Mon Mar 9 15:44:01 2009 +0100 * Bump version to 0.8.2 diff --git a/VERSION b/VERSION index 1357b31..2dcc312 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -VERSION=0.7.9 +VERSION=0.8.2 commit ac220f7c3535dbf130bd8daa0b341d87aa991299 Author: Guillaume Seguin <guilla...@segu.in> Date: Fri Mar 6 02:07:27 2009 +0100 Fix .pc files tarball inclusion diff --git a/cmake/addons.cmake b/cmake/addons.cmake index 4590610..b5b2efb 100644 --- a/cmake/addons.cmake +++ b/cmake/addons.cmake @@ -144,7 +144,7 @@ macro (cf_add_package_generation description) list (APPEND CPACK_SOURCE_IGNORE_FILES "/autom4te.cache") list (APPEND CPACK_SOURCE_IGNORE_FILES "/aclocal.m4") list (APPEND CPACK_SOURCE_IGNORE_FILES "/autogen.sh") - list (APPEND CPACK_SOURCE_IGNORE_FILES "/*.pc") + list (APPEND CPACK_SOURCE_IGNORE_FILES "/\\\\*.pc") list (APPEND CPACK_SOURCE_IGNORE_FILES "/config*") list (APPEND CPACK_SOURCE_IGNORE_FILES "/depcomp") list (APPEND CPACK_SOURCE_IGNORE_FILES "/install-sh") @@ -168,4 +168,4 @@ macro (cf_add_package_generation description) include(CPack) file (REMOVE "${CMAKE_BINARY_DIR}/CPackConfig.cmake") -endmacro (cf_add_package_generation) \ No newline at end of file +endmacro (cf_add_package_generation) commit 655a70e44e2cd67afadb1d4ae34b6ca9b72b2413 Author: Guillaume Seguin <guilla...@segu.in> Date: Fri Mar 6 02:07:15 2009 +0100 Remove more fusion diff --git a/CMakeLists.txt b/CMakeLists.txt index ca4b30f..eb378b9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -24,4 +24,4 @@ cf_install_plugin_data_files (images) cf_install_plugin_data_files (data) cf_print_plugin_configure_results (src) -cf_add_package_generation ("Compiz Fusion Plugins Main") +cf_add_package_generation ("Compiz Plugins Main") commit 6d0016b8e77ed1732b899bbca7c39d7f70afa098 Author: Guillaume Seguin <guilla...@segu.in> Date: Thu Mar 5 03:19:27 2009 +0100 Drop -fusion- bits diff --git a/CMakeLists.txt b/CMakeLists.txt index 1fddc62..ca4b30f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -project (compiz-fusion-plugins-main) +project (compiz-plugins-main) cmake_minimum_required (VERSION 2.4) diff --git a/configure.ac b/configure.ac index c4d7ca1..9309071 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ AC_PREREQ(2.57) m4_define([plugins_main_version], [esyscmd(. ./VERSION;echo -n $VERSION)]) -AC_INIT([compiz-fusion-plugins-main], [plugins_main_version], [man...@opencompositing.org]) +AC_INIT([compiz-plugins-main], [plugins_main_version], [man...@opencompositing.org]) #AC_CONFIG_AUX_DIR(config) @@ -19,7 +19,7 @@ AC_CHECK_HEADERS([stdlib.h sys/time.h unistd.h]) IT_PROG_INTLTOOL([0.35.0]) AC_SUBST(ALL_LINGUAS) AM_GLIB_GNU_GETTEXT -GETTEXT_PACKAGE=compiz-fusion-plugins-main +GETTEXT_PACKAGE=compiz-plugins-main AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE", [Gettext package.]) AC_SUBST(GETTEXT_PACKAGE) commit a67d44623337886e440cd43668c61b04260a2207 Author: Danny Baumann <dannybaum...@web.de> Date: Tue Feb 10 17:41:45 2009 +0100 Add a reasonable set of windows not sliding by default. diff --git a/metadata/wall.xml.in b/metadata/wall.xml.in index 4f86306..b174b3d 100644 --- a/metadata/wall.xml.in +++ b/metadata/wall.xml.in @@ -191,7 +191,7 @@ <option name="no_slide_match" type="match"> <_short>Non Sliding Windows</_short> <_long>Windows that should not slide during the slide animation</_long> - <default/> + <default>type=Dock | type=Desktop | state=Sticky</default> </option> </group> <group> commit a2b1ebec0a9fa03f4a1a5cc02d623455918c3386 Author: Kristian Lyngstol <krist...@bohemians.org> Date: Sat Feb 7 19:08:56 2009 +0100 Fix warning correctly diff --git a/src/session/session.c b/src/session/session.c index a529d21..b7a314a 100644 --- a/src/session/session.c +++ b/src/session/session.c @@ -931,8 +931,9 @@ sessionGetObjectOptions (CompPlugin *plugin, (GetPluginObjectOptionsProc) sessionGetDisplayOptions }; + *count = 0; RETURN_DISPATCH (object, dispTab, ARRAY_SIZE (dispTab), - 0, (plugin, object, count)); + (void *) count, (plugin, object, count)); } static CompBool commit 5aae8b8c61511a53c4d996c8be07f4124b83f4c8 Author: Kristian Lyngstol <krist...@bohemians.org> Date: Sat Feb 7 19:08:03 2009 +0100 Fix warning correctly diff --git a/src/winrules/winrules.c b/src/winrules/winrules.c index cddfd8e..65ef417 100644 --- a/src/winrules/winrules.c +++ b/src/winrules/winrules.c @@ -789,8 +789,9 @@ winrulesGetObjectOptions (CompPlugin *plugin, (GetPluginObjectOptionsProc) winrulesGetScreenOptions }; + *count = 0; RETURN_DISPATCH (object, dispTab, ARRAY_SIZE (dispTab), - 0, (plugin, object, count)); + (void *) count, (plugin, object, count)); } static CompBool commit 6a2e9734ebfd8213c9bf4afcadf9ecbd22352155 Author: Kristian Lyngstol <krist...@bohemians.org> Date: Sat Feb 7 19:07:08 2009 +0100 Fix warning correctly diff --git a/src/mousepoll/mousepoll.c b/src/mousepoll/mousepoll.c index 24eb7d1..84de401 100644 --- a/src/mousepoll/mousepoll.c +++ b/src/mousepoll/mousepoll.c @@ -440,8 +440,9 @@ mousepollGetObjectOptions (CompPlugin *plugin, (GetPluginObjectOptionsProc) mousepollGetDisplayOptions }; + *count = 0; RETURN_DISPATCH (object, dispTab, ARRAY_SIZE (dispTab), - 0, (plugin, object, count)); + (void *) count, (plugin, object, count)); } static CompBool commit 9c29ed73c4e18d312560d4bcd09e6fe8febc99d3 Author: Kristian Lyngstol <krist...@bohemians.org> Date: Sat Feb 7 19:06:13 2009 +0100 Fix warning CORRECTLY diff --git a/src/animation/animation.c b/src/animation/animation.c index 43c941f..fd1311a 100644 --- a/src/animation/animation.c +++ b/src/animation/animation.c @@ -4915,8 +4915,9 @@ animGetObjectOptions (CompPlugin *plugin, (GetPluginObjectOptionsProc) animGetScreenOptions }; + *count = 0; RETURN_DISPATCH (object, dispTab, ARRAY_SIZE (dispTab), - 0, (plugin, object, count)); + (void *) count, (plugin, object, count)); } static CompBool commit d21902836ad75201014dec375d06cde5d4ba8b3a Author: Kristian Lyngstol <krist...@bohemians.org> Date: Sat Feb 7 19:05:11 2009 +0100 Fix warning CORRECTLY diff --git a/src/text/text.c b/src/text/text.c index f76266a..08c1adb 100644 --- a/src/text/text.c +++ b/src/text/text.c @@ -660,9 +660,10 @@ textGetObjectOptions (CompPlugin *plugin, (GetPluginObjectOptionsProc) 0, /* GetCoreOptions */ (GetPluginObjectOptionsProc) textGetDisplayOptions }; - + + *count = 0; RETURN_DISPATCH (object, dispTab, ARRAY_SIZE (dispTab), - 0, (plugin, object, count)); + (void *) count, (plugin, object, count)); } commit 80df9bb801b7c3f04b191b34914405ca8e652cf6 Author: Kristian Lyngstol <krist...@bohemians.org> Date: Sat Feb 7 17:37:12 2009 +0100 Fix warning diff --git a/src/session/session.c b/src/session/session.c index 9487c34..a529d21 100644 --- a/src/session/session.c +++ b/src/session/session.c @@ -932,7 +932,7 @@ sessionGetObjectOptions (CompPlugin *plugin, }; RETURN_DISPATCH (object, dispTab, ARRAY_SIZE (dispTab), - (void *) (*count = 0), (plugin, object, count)); + 0, (plugin, object, count)); } static CompBool commit 88400f3fbff057b8b95e5e4478f9f9605ef7f7f5 Author: Kristian Lyngstol <krist...@bohemians.org> Date: Sat Feb 7 17:34:39 2009 +0100 Fix warning diff --git a/src/text/text.c b/src/text/text.c index 7118e03..f76266a 100644 --- a/src/text/text.c +++ b/src/text/text.c @@ -662,7 +662,7 @@ textGetObjectOptions (CompPlugin *plugin, }; RETURN_DISPATCH (object, dispTab, ARRAY_SIZE (dispTab), - (void *) (*count = 0), (plugin, object, count)); + 0, (plugin, object, count)); } commit d2a3ebefa3711b87dc337d6e045b595914e57024 Author: Kristian Lyngstol <krist...@bohemians.org> Date: Sat Feb 7 17:29:37 2009 +0100 Fix warning diff --git a/src/winrules/winrules.c b/src/winrules/winrules.c index 4344906..cddfd8e 100644 --- a/src/winrules/winrules.c +++ b/src/winrules/winrules.c @@ -144,9 +144,9 @@ winrulesSetNoFocus (CompWindow *w, ww->protocolSetMask |= (w->protocols & CompWindowProtocolTakeFocusMask); newProtocol = w->protocols & ~CompWindowProtocolTakeFocusMask; - ww->oldInputHint = w->inputHint; - w->inputHint = FALSE; } + ww->oldInputHint = w->inputHint; + w->inputHint = FALSE; } else if (ww->oldInputHint || (ww->protocolSetMask & CompWindowProtocolTakeFocusMask)) @@ -157,8 +157,11 @@ winrulesSetNoFocus (CompWindow *w, w->inputHint = ww->oldInputHint; } - if (newProtocol != w->protocols) + if (newProtocol != w->protocols) + { winrulesSetProtocols (w->screen->display, newProtocol, w->id); + w->protocols = newProtocol; + } } static void @@ -787,7 +790,7 @@ winrulesGetObjectOptions (CompPlugin *plugin, }; RETURN_DISPATCH (object, dispTab, ARRAY_SIZE (dispTab), - (void *) (*count = 0), (plugin, object, count)); + 0, (plugin, object, count)); } static CompBool commit 8c58ed0069b7c77175cdbf012701385b90ec8f1a Author: Kristian Lyngstol <krist...@bohemians.org> Date: Sat Feb 7 17:27:51 2009 +0100 Fix warning diff --git a/src/mousepoll/mousepoll.c b/src/mousepoll/mousepoll.c index d64d641..24eb7d1 100644 --- a/src/mousepoll/mousepoll.c +++ b/src/mousepoll/mousepoll.c @@ -441,7 +441,7 @@ mousepollGetObjectOptions (CompPlugin *plugin, }; RETURN_DISPATCH (object, dispTab, ARRAY_SIZE (dispTab), - (void *) (*count = 0), (plugin, object, count)); + 0, (plugin, object, count)); } static CompBool commit e3eaa284dc401be4016679085a88ca451f7de5fb Author: Kristian Lyngstol <krist...@bohemians.org> Date: Sat Feb 7 17:26:17 2009 +0100 Fix warning (int != void... sigh). diff --git a/src/animation/animation.c b/src/animation/animation.c index 90327e1..43c941f 100644 --- a/src/animation/animation.c +++ b/src/animation/animation.c @@ -4916,7 +4916,7 @@ animGetObjectOptions (CompPlugin *plugin, }; RETURN_DISPATCH (object, dispTab, ARRAY_SIZE (dispTab), - (void *) (*count = 0), (plugin, object, count)); + 0, (plugin, object, count)); } static CompBool commit 68c7d9cbe79fa6e233efc9edce11e2ec4e9d119d Author: Danny Baumann <dannybaum...@web.de> Date: Sat Feb 7 13:58:51 2009 +0100 Disable some workarounds by default for cases which were fixed upstream and the fix was already released. diff --git a/metadata/workarounds.xml.in b/metadata/workarounds.xml.in index 6dae654..5eb072d 100644 --- a/metadata/workarounds.xml.in +++ b/metadata/workarounds.xml.in @@ -11,12 +11,12 @@ <option type="bool" name="legacy_fullscreen"> <_short>Legacy Fullscreen Support</_short> <_long>Make Wine and legacy applications fullscreen properly.</_long> - <default>true</default> + <default>false</default> </option> <option type="bool" name="firefox_menu_fix"> <_short>Firefox Menu Fix</_short> <_long>Fix window type of Firefox and Thunderbird menus.</_long> - <default>true</default> + <default>false</default> </option> <option type="bool" name="ooo_menu_fix"> <_short>OpenOffice.org Menu Fix</_short> @@ -26,7 +26,7 @@ <option type="bool" name="notification_daemon_fix"> <_short>Notification Daemon Fix</_short> <_long>Fix window type of notification daemon windows.</_long> - <default>true</default> + <default>false</default> </option> <option type="bool" name="java_fix"> <_short>Java Window Fix</_short> @@ -36,7 +36,7 @@ <option type="bool" name="qt_fix"> <_short>Qt Window Fix</_short> <_long>Fix window type of various Qt windows.</_long> - <default>true</default> + <default>false</default> </option> <option type="bool" name="convert_urgency"> <_short>Convert Urgency to Demands Attention</_short> commit b73bdd72d119bdfac96791969a04c6226eddbc80 Author: Erkin Bahceci <erkin...@gmail.com> Date: Sat Feb 7 06:26:20 2009 +0100 Remove unused variables. diff --git a/src/animation/animation-internal.h b/src/animation/animation-internal.h index ab007dc..7f78c69 100644 --- a/src/animation/animation-internal.h +++ b/src/animation/animation-internal.h @@ -239,10 +239,6 @@ typedef struct _AnimWindow unsigned int state; unsigned int newState; - float mvm[16]; - - XRectangle origWindowRect; - Bool animInitialized; // whether the animation effect (not the window) is initialized float remainderSteps; @@ -254,9 +250,6 @@ typedef struct _AnimWindow Bool ignoreDamage; - CompTexture *curTexture; - int curTextureFilter; - int curAnimSelectionRow; int prevAnimSelectionRow; // For the case when one event interrupts another diff --git a/src/animation/animation.c b/src/animation/animation.c index fc9e395..90327e1 100644 --- a/src/animation/animation.c +++ b/src/animation/animation.c @@ -2930,7 +2930,6 @@ animDrawWindowTexture(CompWindow * w, CompTexture * texture, if (aw->com.animRemainingTime > 0) // if animation in progress, store texture { - aw->curTexture = texture; aw->com.curPaintAttrib = *attrib; } @@ -3035,19 +3034,6 @@ animPaintWindow(CompWindow * w, // Otherwise polygon effects show fully unsaturated colors // in that case. wAttrib.brightness = MAX (0, wAttrib.brightness - 1); - - if (mask & PAINT_WINDOW_TRANSFORMED_MASK) - { - aw->curTextureFilter = w->screen->filter[WINDOW_TRANS_FILTER]; - } - else if (mask & PAINT_WINDOW_ON_TRANSFORMED_SCREEN_MASK) - { - aw->curTextureFilter = w->screen->filter[SCREEN_TRANS_FILTER]; - } - else - { - aw->curTextureFilter = w->screen->filter[NOTHING_TRANS_FILTER]; - } } w->indexCount = 0; commit 9f26e18b3f549a28d4e9e82eb6c805b8124ba992 Author: C-F Language team <i...@opencompositing.org> Date: Fri Feb 6 07:03:26 2009 +0100 l10n updates diff --git a/po/ar.po b/po/ar.po index 4f88f44..c73e013 100644 --- a/po/ar.po +++ b/po/ar.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: 0.6\n" "Report-Msgid-Bugs-To: http://bugs.opencompositing.org\n" -"POT-Creation-Date: 2008-12-26 12:41+0530\n" +"POT-Creation-Date: 2009-02-06 11:28+0530\n" "PO-Revision-Date: 2008-09-29 01:23+0200\n" "Last-Translator: maher <s...@live.com>\n" "Language-Team: Compiz Fusion Translators <i...@lists.compiz-fusion.org>\n" @@ -148,6 +148,337 @@ msgstr "أنواع النوافذ" msgid "Window types that should be Opacified." msgstr "أنواع النوافذ التي لا يجب أن تكون شفافة" +msgid "Airplane" +msgstr "طاىٔرة ورقية" + +msgid "Airplane Flying Path Length" +msgstr "طول مسار الطاىٔرة" + +msgid "Angle of window at the end of the animation." +msgstr "زاوية النافذة عند إنتهاﺀ التحريك" + +msgid "Animation Time Step For Intense Effects" +msgstr "وقت الخطوة في التحريك للمؤثرات الثقيلة" + +#, fuzzy +msgid "Animations Add-On" +msgstr "التحريك" + +msgid "Automatic" +msgstr "تلقاىٔي" + +msgid "Away Angle" +msgstr "زاوية الإبعاد" + +msgid "Away Position" +msgstr "موقع الإبعاد" + +msgid "Beam" +msgstr "الشعاع" + +msgid "Beam Color" +msgstr "لون الشعاع" + +msgid "Beam Life" +msgstr "مدة حياة الشعاع" + +msgid "Beam Slowdown" +msgstr "تباطؤ الشعاع" + +msgid "Beam Spacing" +msgstr "تباعد الشعاع" + +msgid "Beam Up" +msgstr "ظهور الشعاع" + +msgid "Beam Width" +msgstr "طول الشعاع" + +msgid "Beam color." +msgstr "لون الشعاع" + +msgid "Beam life." +msgstr "مدة حياة الشعاع" + +msgid "Beam slowdown." +msgstr "تباطؤ الشعاع" + +msgid "Beam width." +msgstr "طول الشعاع" + +msgid "Burn" +msgstr "الحرق" + +msgid "" +"Closeness of window to camera at the end of the animation (1.0: Close to " +"camera, -2.0: Away from camera)." +msgstr "" +"القرب من الكاميرا عند إنتهاﺀ التحريك (١.٠: قريب من الكاميرا، ٢.٠-: بعيد عن " +"الكاميرا)." + +msgid "Domino" +msgstr "دومينو" + +msgid "Domino Piece Falling Direction" +msgstr "إتجاه سقوط قطع الدومينو" + +msgid "Down" +msgstr "أسفل" + +msgid "Effect Settings" +msgstr "خيارات الموْثرة" + +msgid "Explode" +msgstr "تفجير" + +msgid "Extra window animations and animation engines" +msgstr "" + +msgid "Falling direction for Domino pieces." +msgstr "إتجاه سقوط قطع الدومينو." + +msgid "Fire Particle Color" +msgstr "لون أجزاﺀ النار" + +msgid "Fire Particle Life" +msgstr "مدة حياة اجزاﺀ النار" + +msgid "Fire Particle Size" +msgstr "حجم اجزاﺀ النار" + +msgid "Fire Particle Slowdown" +msgstr "تباطؤ أجزاﺀ النار" + +msgid "Fire Smoke" +msgstr "دخان النار" + +msgid "Fire constant speed" +msgstr "نار ذو سرعة ثابتة" + +msgid "Fire direction" +msgstr "إتجاه النار" + +msgid "Fire direction." +msgstr "إتجاه النار." + +msgid "Fire particle color." +msgstr "لون أجزاﺀ النار." + +msgid "Fire particle life." +msgstr "مدة حياة اجزاﺀ النا.ر" + +msgid "Fire particle size." +msgstr "حجم اجزاﺀ النار." + +msgid "Fire particle slowdown." +msgstr "تباطؤ أجزاﺀ النار." + +msgid "Fire smoke." +msgstr "دخان النار." + +msgid "Fly to TaskBar on Minimize" +msgstr "طيران إلى شريط المهام " + +msgid "Fold" +msgstr "طَوي" + +msgid "Fold Direction" +msgstr "إتجاه الطَوي" + +msgid "Fold opening direction for pieces in Razr effect." +msgstr "إتجاه الطوي عند البداية للقطع في تأثير الشفرات " + +msgid "Glass" +msgstr "" + +#, fuzzy +msgid "Glide 3" +msgstr "زحلقة ١" + +msgid "Have random colors for the fire effect, also known as Mystical Fire." +msgstr "إستخدام ألوان عشواىٔية لتأثير النار، معروف أيضا بإسم النار الأسطورية" + +msgid "Hexagonal" +msgstr "مسدس" + +msgid "In" +msgstr "داخل" + +msgid "In-out" +msgstr "داخل-خارج" + +msgid "Leaf Spread" +msgstr "إنتشار ورق الشجر" + +msgid "Left" +msgstr "يسار" + +msgid "Left-right" +msgstr "يسار-يمين" + +msgid "Length of airplane's flying path." +msgstr "طول مسار الطاىٔرة" + +msgid "Make fire effect duration be dependent on window height." +msgstr "جعل مدة تأثير النار مرتبط بطول النافذة" + +msgid "Movement direction(s) for window pieces." +msgstr "إتجاه حركة قطع النافذة" + +msgid "Number Of Fire Particles" +msgstr "عدد أجزاﺀ النار" + +msgid "Number of fire particles." +msgstr "عدد أجزاﺀ النار." + +msgid "Out" +msgstr "خارج" + +msgid "Random" +msgstr "عشواىٔية" + +msgid "Randomly Colored Fire" +msgstr "نار ملونة عشواىٔيا" + +msgid "Razr" +msgstr "شفرات" + +msgid "Razr Fold Opening Direction" +msgstr "إتجاه بداية الطوي الحاد" + +msgid "Rectangular" +msgstr "مستطيل" + +msgid "Right" +msgstr "يمين" + +msgid "Rotation Angle" +msgstr "زاوية الدوران" + +msgid "Rotation angle of animated window pieces (in degrees)." +msgstr "زاوية دوران حركة أجزاﺀ النافذة (بالدرجات)" + +msgid "Shatter Number of Spokes" +msgstr "" + +#, fuzzy +msgid "Shatter Number of Tiers" +msgstr "عدد أجزاﺀ النار." + +msgid "Skewer" +msgstr "إنحراف" + +msgid "Skewer Direction" +msgstr "إتجاه الإنحراف" + +msgid "Spacing between beams." +msgstr "التباعد بين الأشعة" + +msgid "Tessellation Type" +msgstr "نوع الفسيفساﺀ" + +msgid "Tessellation type for exploding window pieces." +msgstr "نوع الفسيفساﺀ لقطع النافذة المتفجرة." + +msgid "Tessellation type for window pieces." +msgstr "نوع الفسيفساﺀ لقطع النافذة." + +msgid "" +"The amount of time in milliseconds between each render of the intense " +"animation (Ex. Burn, Beam). The higher the number, the jerkier the movements " +"become." +msgstr "" +"المدة الزمنية بالميللي ثانية لكل صورة في التحريك للمؤثرات الثقيلة (النار أو " +"الشعاع مثلا). كلما كان الرقم أكبر، زاد سوﺀ التحريكو أصبح متقطشا." + +msgid "" +"The animated window will be split into pieces along a grid. Specify the " +"number of grid cells along the height of the window." +msgstr "" +"النافذة المتحركة ستقسم لقطع على طول شبكة. الرجاﺀ تحديد عدد خلايا الشبكة على " +"طول النافذة." + +msgid "" +"The animated window will be split into pieces along a grid. Specify the " +"number of grid cells along the width of the window." +msgstr "" +"النافذة المتحركة ستقسم لقطع على طول شبكة. الرجاﺀ تحديد عدد خلايا الشبكة على " +"عرض النافذة." + +msgid "" +"The exploding window will be split into pieces along a grid. Specify the " +"number of grid cells along the height of the window." +msgstr "" +"النافذة المتحركة ستقسم لقطع على طول شبكة. الرجاﺀ تحديد عدد خلايا الشبكة على " +"طول النافذة." + +msgid "" +"The exploding window will be split into pieces along a grid. Specify the " +"number of grid cells along the width of the window." +msgstr "" +"النافذة المتحركة ستقسم لقطع على طول شبكة. الرجاﺀ تحديد عدد خلايا الشبكة على " +"عرض النافذة." + +#, fuzzy +msgid "" +"The exploding window will be split into pieces along concentric circles. " +"Specify the number of concentric circles the shatter tessellation will have." +msgstr "" +"النافذة المتحركة ستقسم لقطع على طول شبكة. الرجاﺀ تحديد عدد خلايا الشبكة على " +"طول النافذة." + +#, fuzzy +msgid "" +"The exploding window with the shatter animation will be split into pieces " +"radially from the center. Specify the number of radial spokes the animation " +"will have." +msgstr "" +"النافذة المتحركة ستقسم لقطع على طول شبكة. الرجاﺀ تحديد عدد خلايا الشبكة على " +"عرض النافذة." + +msgid "Thickness" +msgstr "السماكة" + +msgid "Thickness of Animated Polygons" +msgstr "سماكة المضلّع المحرّك" + +msgid "Thickness of Exploding Polygons" +msgstr "سماكة المضلّع المنفجر" + +msgid "Thickness of animated window pieces (in pixels)." +msgstr "سماكة قطع النافذة المحركة (بالنقط)." + +msgid "Thickness of exploding window pieces (in pixels)." +msgstr "سماكة قطع النافذة المنفجرة (بالنقط)." + +msgid "Up" +msgstr "فوق" + +msgid "Up-down" +msgstr "فوق-تحت" + +msgid "" +"Whether the window should fly to taskbar when minimized with Airplane effect." +msgstr "" +"إذا كان على النافذة الطيران إلى شريط المهام عند تصغيرها مع إستعمال تأثير " +"الطاىٔرة." + +msgid "Window Grid Height" +msgstr "طول شبكة النافذة" -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org