Awn

Merge lp:~awn-core/awn/trunk-rewrite into lp:awn/0.4

Proposed by moonbeam
Status: Merged
Approved by: Mark Lee
Approved revision: 1893
Merged at revision: not available
Proposed branch: lp:~awn-core/awn/trunk-rewrite
Merge into: lp:awn/0.4
Diff against target: 165077 lines (+131351/-24847)
398 files modified
.bzrignore (+56/-7)
CC.COPYING (+0/-307)
COPYING.GPL3 (+676/-0)
ChangeLog (+9658/-0)
HACKING (+100/-0)
INSTALL (+77/-20)
Makefile.am (+42/-14)
Makefile.marshal (+25/-0)
Makefile.schemas (+26/-0)
Makefile.shave (+4/-0)
README (+54/-47)
TODO (+99/-15)
acinclude.m4 (+0/-436)
applet-activation/Makefile.am (+4/-3)
applet-activation/main.c (+435/-132)
applets/expander/Makefile.am (+26/-0)
applets/expander/applet.c (+44/-0)
applets/expander/expander.desktop.in.in (+11/-0)
applets/quick-prefs/Makefile.am (+55/-0)
applets/quick-prefs/applet.vala (+622/-0)
applets/quick-prefs/quick-prefs.desktop.in.in (+10/-0)
applets/separator/Makefile.am (+26/-0)
applets/separator/applet.c (+44/-0)
applets/separator/separator.desktop.in.in (+11/-0)
applets/taskman.desktop.in.in (+0/-5)
applets/taskmanager/Makefile.am (+90/-0)
applets/taskmanager/applet.c (+115/-0)
applets/taskmanager/awn-applet-taskmanager.schema-ini.in (+131/-0)
applets/taskmanager/awn-desktop-lookup-cached.c (+730/-0)
applets/taskmanager/awn-desktop-lookup-cached.h (+66/-0)
applets/taskmanager/awn-desktop-lookup-gnome3.c (+90/-0)
applets/taskmanager/awn-desktop-lookup-gnome3.h (+61/-0)
applets/taskmanager/awn-desktop-lookup.c (+124/-0)
applets/taskmanager/awn-desktop-lookup.h (+74/-0)
applets/taskmanager/menus/advanced.xml (+15/-0)
applets/taskmanager/menus/custom-example.xml (+27/-0)
applets/taskmanager/menus/simple.xml (+12/-0)
applets/taskmanager/menus/standard.xml (+12/-0)
applets/taskmanager/task-drag-indicator.c (+266/-0)
applets/taskmanager/task-drag-indicator.h (+70/-0)
applets/taskmanager/task-icon-build-context-menus.c (+1739/-0)
applets/taskmanager/task-icon-build-context-menus.h (+29/-0)
applets/taskmanager/task-icon-private.h (+103/-0)
applets/taskmanager/task-icon.c (+3236/-0)
applets/taskmanager/task-icon.h (+124/-0)
applets/taskmanager/task-item.c (+602/-0)
applets/taskmanager/task-item.h (+120/-0)
applets/taskmanager/task-launcher.c (+1200/-0)
applets/taskmanager/task-launcher.h (+81/-0)
applets/taskmanager/task-manager-api-wrapper-dbus.xml (+62/-0)
applets/taskmanager/task-manager-api-wrapper.c (+536/-0)
applets/taskmanager/task-manager-api-wrapper.h (+125/-0)
applets/taskmanager/task-manager-dbus.xml (+14/-0)
applets/taskmanager/task-manager.c (+3089/-0)
applets/taskmanager/task-manager.h (+91/-0)
applets/taskmanager/task-settings.c (+111/-0)
applets/taskmanager/task-settings.h (+39/-0)
applets/taskmanager/task-window.c (+1514/-0)
applets/taskmanager/task-window.h (+151/-0)
applets/taskmanager/taskmanager-marshal.list (+1/-0)
applets/taskmanager/taskmanager.desktop.in.in (+10/-0)
applets/taskmanager/util.c (+749/-0)
applets/taskmanager/util.h (+60/-0)
applets/taskmanager/xutils.c (+971/-0)
applets/taskmanager/xutils.h (+56/-0)
applets/wscript_build (+0/-22)
awn-applet-activation/wscript_build (+0/-11)
awn-manager/.directory (+0/-4)
awn-manager/awn-manager-small.svg (+0/-1151)
awn-manager/awn-manager.desktop.in.in (+0/-8)
awn-manager/awn-manager.svg (+0/-1197)
awn-manager/wscript_build (+0/-40)
awn-settings/Makefile.am (+57/-0)
awn-settings/awn-plugins.svg (+349/-0)
awn-settings/awn-settings-small.svg (+509/-0)
awn-settings/awn-settings.desktop.in (+8/-0)
awn-settings/awn-settings.svg (+562/-0)
awn-settings/awn-settings.ui (+3069/-0)
awn-settings/awnClass.py (+1740/-0)
awn-settings/awnDefs.py.in (+125/-0)
awn-settings/awnSettings.py.in (+1105/-0)
awn-settings/awnSettingsHelper.py (+148/-0)
awn.pc.in (+1/-2)
bindings/Makefile.am (+0/-8)
bindings/python/Makefile.am (+15/-7)
bindings/python/__init__.py (+111/-30)
bindings/python/awn.defs (+1237/-817)
bindings/python/awn.override (+291/-353)
bindings/python/awnmodule.c (+16/-8)
bindings/vala/Makefile.am (+29/-15)
bindings/vala/awn-custom.vala (+57/-0)
bindings/vala/awn.deps (+2/-0)
bindings/vala/awn.exclude (+1/-0)
bindings/vala/awn.gi (+1543/-325)
bindings/vala/awn.metadata (+40/-70)
bindings/vala/awn.vapi (+594/-27)
bindings/vala/build.vapi (+9/-0)
bindings/vala/libintl.vapi (+9/-0)
configure.in (+125/-139)
data/Makefile.am (+26/-3)
data/active/Makefile.am (+0/-19)
data/active/spotlight_png_inline.c (+466/-842)
data/avant-window-navigator.schema-ini.in.in (+363/-29)
data/avant-window-navigator.svg (+3/-211)
data/awn-schema-to-gconf (+0/-92)
data/awn-themed-icon.ui (+140/-0)
data/shared.schema-ini (+0/-9)
data/wscript_build (+0/-30)
debian/README.Debian (+11/-0)
debian/avant-window-navigator-data-trunk.install (+4/-1)
debian/avant-window-navigator-trunk.install (+8/-0)
debian/avant-window-navigator.manpages (+2/-0)
debian/awn-applet.1 (+5/-5)
debian/awn-launcher-editor.1 (+0/-15)
debian/awn-schema-to-gconf.1 (+0/-15)
debian/awn-settings-trunk.install (+8/-0)
debian/awn-settings.1 (+5/-5)
debian/awn-settings.manpages (+2/-0)
debian/changelog (+5/-1)
debian/compat (+1/-1)
debian/control (+74/-20)
debian/libawn1-trunk.install (+1/-2)
debian/pycompat (+0/-1)
debian/python-awn-trunk.install (+6/-0)
debian/python-awn-trunk.preinst (+10/-0)
debian/pyversions (+1/-0)
debian/rules (+46/-0)
doc/reference/Makefile.am (+31/-4)
doc/reference/libawn-docs.sgml (+49/-18)
doc/reference/libawn-sections.txt (+469/-100)
doc/reference/libawn.types (+19/-13)
doc/reference/tmpl/awn-applet-dialog.sgml (+0/-48)
doc/reference/tmpl/awn-applet-simple.sgml (+0/-69)
doc/reference/tmpl/awn-applet.sgml (+0/-128)
doc/reference/tmpl/awn-cairo-utils.sgml (+0/-58)
doc/reference/tmpl/awn-config-client.sgml (+0/-265)
doc/reference/tmpl/awn-defines.sgml (+0/-57)
doc/reference/tmpl/awn-desktop-item.sgml (+0/-204)
doc/reference/tmpl/awn-plug.sgml (+0/-57)
doc/reference/tmpl/awn-settings.sgml (+0/-35)
doc/reference/tmpl/awn-title.sgml (+0/-58)
doc/reference/tmpl/awn-vfs.sgml (+0/-101)
libawn/Makefile.am (+134/-94)
libawn/anims/awn-effect-bounce.c (+124/-105)
libawn/anims/awn-effect-bounce.h (+6/-7)
libawn/anims/awn-effect-desaturate.c (+33/-42)
libawn/anims/awn-effect-desaturate.h (+6/-5)
libawn/anims/awn-effect-fade.c (+129/-96)
libawn/anims/awn-effect-fade.h (+6/-7)
libawn/anims/awn-effect-glow.c (+85/-122)
libawn/anims/awn-effect-glow.h (+8/-9)
libawn/anims/awn-effect-simple.c (+140/-0)
libawn/anims/awn-effect-simple.h (+29/-0)
libawn/anims/awn-effect-spotlight.c (+215/-249)
libawn/anims/awn-effect-spotlight.h (+8/-9)
libawn/anims/awn-effect-spotlight3d.c (+434/-349)
libawn/anims/awn-effect-spotlight3d.h (+9/-8)
libawn/anims/awn-effect-squish.c (+453/-317)
libawn/anims/awn-effect-squish.h (+8/-9)
libawn/anims/awn-effect-turn.c (+343/-305)
libawn/anims/awn-effect-turn.h (+8/-8)
libawn/anims/awn-effect-zoom.c (+187/-200)
libawn/anims/awn-effect-zoom.h (+9/-9)
libawn/anims/awn-effects-shared.c (+70/-32)
libawn/anims/awn-effects-shared.h (+117/-27)
libawn/awn-alignment.c (+371/-0)
libawn/awn-alignment.h (+83/-0)
libawn/awn-applet-dialog.h (+0/-81)
libawn/awn-applet-simple.c (+449/-864)
libawn/awn-applet-simple.h (+63/-64)
libawn/awn-applet.c (+1659/-555)
libawn/awn-applet.h (+128/-72)
libawn/awn-box.c (+226/-0)
libawn/awn-box.h (+72/-0)
libawn/awn-cairo-utils.c (+333/-110)
libawn/awn-cairo-utils.h (+47/-25)
libawn/awn-config-client-gconf.c (+0/-384)
libawn/awn-config-client-gkeyfile.c (+0/-886)
libawn/awn-config-client-shared.c (+0/-128)
libawn/awn-config-client.h (+0/-223)
libawn/awn-config.c (+249/-0)
libawn/awn-config.h (+36/-0)
libawn/awn-dbus-watcher.c (+194/-0)
libawn/awn-dbus-watcher.h (+78/-0)
libawn/awn-defines.h (+117/-23)
libawn/awn-desktop-item-egg.c (+0/-284)
libawn/awn-desktop-item-gnome.c (+0/-334)
libawn/awn-desktop-item.h (+0/-66)
libawn/awn-desktop-lookup-client.c (+89/-0)
libawn/awn-desktop-lookup-client.h (+63/-0)
libawn/awn-dialog.c (+1613/-0)
libawn/awn-dialog.h (+83/-0)
libawn/awn-effects-ops-helpers.c (+552/-0)
libawn/awn-effects-ops-helpers.h (+58/-0)
libawn/awn-effects-ops-new.c (+866/-0)
libawn/awn-effects-ops-new.h (+128/-0)
libawn/awn-effects-ops.c (+0/-688)
libawn/awn-effects-ops.h (+0/-76)
libawn/awn-effects.c (+1510/-1081)
libawn/awn-effects.h (+110/-164)
libawn/awn-icon-box.c (+335/-0)
libawn/awn-icon-box.h (+80/-0)
libawn/awn-icon.c (+1217/-0)
libawn/awn-icon.h (+128/-0)
libawn/awn-icons.h (+0/-103)
libawn/awn-image.c (+189/-0)
libawn/awn-image.h (+67/-0)
libawn/awn-label.c (+376/-0)
libawn/awn-label.h (+61/-0)
libawn/awn-overlay-pixbuf-file.c (+329/-0)
libawn/awn-overlay-pixbuf-file.h (+61/-0)
libawn/awn-overlay-pixbuf.c (+325/-0)
libawn/awn-overlay-pixbuf.h (+66/-0)
libawn/awn-overlay-progress-circle.c (+308/-0)
libawn/awn-overlay-progress-circle.h (+61/-0)
libawn/awn-overlay-progress.c (+146/-0)
libawn/awn-overlay-progress.h (+62/-0)
libawn/awn-overlay-text.c (+538/-0)
libawn/awn-overlay-text.h (+68/-0)
libawn/awn-overlay-themed-icon.c (+358/-0)
libawn/awn-overlay-themed-icon.h (+63/-0)
libawn/awn-overlay-throbber.c (+351/-0)
libawn/awn-overlay-throbber.h (+62/-0)
libawn/awn-overlay.c (+547/-0)
libawn/awn-overlay.h (+137/-0)
libawn/awn-overlayable.c (+103/-0)
libawn/awn-overlayable.h (+71/-0)
libawn/awn-pixbuf-cache.c (+478/-0)
libawn/awn-pixbuf-cache.h (+98/-0)
libawn/awn-plug.h (+0/-78)
libawn/awn-themed-icon.c (+2175/-0)
libawn/awn-themed-icon.h (+136/-0)
libawn/awn-tooltip.c (+917/-214)
libawn/awn-tooltip.h (+77/-58)
libawn/awn-utils.c (+223/-0)
libawn/awn-utils.h (+92/-0)
libawn/awn-vfs.c (+0/-412)
libawn/awn-vfs.h (+0/-103)
libawn/egg/egg-enum-types.c.in (+0/-30)
libawn/egg/egg-enum-types.h.in (+0/-26)
libawn/egg/eggchecksum.c (+0/-1390)
libawn/egg/eggchecksum.h (+0/-67)
libawn/egg/eggdesktopfile.c (+0/-1547)
libawn/egg/eggdesktopfile.h (+0/-143)
libawn/egg/tests/checksum-test.c (+0/-170)
libawn/gseal-transition.h (+43/-0)
libawn/libawn-marshal.list (+1/-0)
libawn/libawn.h (+53/-0)
libawn/wscript_build (+0/-27)
m4/as-ac-expand.m4 (+48/-0)
m4/as-compiler-flag.m4 (+62/-0)
m4/dolt.m4 (+178/-0)
m4/gconf.m4 (+39/-0)
m4/python.m4 (+258/-0)
m4/shave.m4 (+73/-0)
m4/vala.m4 (+29/-0)
po/ChangeLog (+143/-0)
po/POTFILES.in (+24/-0)
po/POTFILES.skip (+10/-0)
po/af.po (+936/-0)
po/ar.po (+954/-0)
po/avant-window-navigator.pot (+620/-0)
po/be.po (+814/-0)
po/bg.po (+809/-0)
po/bn.po (+683/-0)
po/bs.po (+626/-0)
po/ca.po (+813/-0)
po/cs.po (+814/-0)
po/csb.po (+818/-0)
po/da.po (+811/-0)
po/de.po (+814/-0)
po/el.po (+817/-0)
po/en_AU.po (+714/-0)
po/en_CA.po (+813/-0)
po/en_GB.po (+933/-0)
po/eo.po (+676/-0)
po/es.po (+813/-0)
po/et.po (+813/-0)
po/eu.po (+815/-0)
po/fa.po (+645/-0)
po/fi.po (+925/-0)
po/fr.po (+814/-0)
po/ga.po (+765/-0)
po/gl.po (+814/-0)
po/gu.po (+628/-0)
po/he.po (+814/-0)
po/hi.po (+636/-0)
po/hr.po (+784/-0)
po/hu.po (+812/-0)
po/id.po (+814/-0)
po/is.po (+922/-0)
po/it.po (+814/-0)
po/ja.po (+843/-0)
po/jv.po (+646/-0)
po/ka.po (+799/-0)
po/ko.po (+758/-0)
po/ku.po (+625/-0)
po/lt.po (+816/-0)
po/lv.po (+625/-0)
po/mk.po (+625/-0)
po/mr.po (+633/-0)
po/ms.po (+819/-0)
po/nb.po (+814/-0)
po/nds.po (+625/-0)
po/nl.po (+840/-0)
po/nn.po (+714/-0)
po/oc.po (+819/-0)
po/pl.po (+803/-0)
po/pt.po (+813/-0)
po/pt_BR.po (+813/-0)
po/ro.po (+930/-0)
po/ru.po (+934/-0)
po/sk.po (+846/-0)
po/sl.po (+809/-0)
po/sq.po (+929/-0)
po/sr.po (+705/-0)
po/sv.po (+814/-1)
po/ta.po (+626/-0)
po/te.po (+701/-0)
po/th.po (+772/-0)
po/tr.po (+816/-0)
po/uk.po (+815/-0)
po/vi.po (+811/-0)
po/wscript_build (+0/-6)
po/zh_CN.po (+827/-0)
po/zh_HK.po (+950/-0)
po/zh_TW.po (+811/-0)
shave/shave-libtool.in (+69/-0)
shave/shave.in (+76/-0)
src/Makefile.am (+66/-17)
src/awn-app-dbus.xml (+11/-3)
src/awn-app.c (+119/-17)
src/awn-app.h (+9/-6)
src/awn-applet-manager-dbus.xml (+0/-30)
src/awn-applet-manager.c (+1312/-0)
src/awn-applet-manager.h (+0/-97)
src/awn-applet-proxy.c (+0/-336)
src/awn-applet-proxy.h (+0/-83)
src/awn-background-3d.c (+594/-0)
src/awn-background-3d.h (+69/-0)
src/awn-background-curves.c (+349/-0)
src/awn-background-curves.h (+69/-0)
src/awn-background-edgy.c (+600/-0)
src/awn-background-edgy.h (+74/-0)
src/awn-background-flat.c (+389/-0)
src/awn-background-flat.h (+69/-0)
src/awn-background-floaty.c (+338/-0)
src/awn-background-floaty.h (+69/-0)
src/awn-background.c (+985/-0)
src/awn-background.h (+180/-0)
src/awn-bar.h (+0/-78)
src/awn-dbus.xml (+0/-107)
src/awn-defines.h (+62/-4)
src/awn-hotspot.c (+0/-293)
src/awn-hotspot.h (+0/-60)
src/awn-main.c (+42/-10)
src/awn-marshal.list (+2/-0)
src/awn-marshallers.list (+0/-1)
src/awn-monitor.c (+313/-196)
src/awn-monitor.h (+7/-6)
src/awn-panel-dbus.xml (+102/-0)
src/awn-panel.c (+3925/-290)
src/awn-panel.h (+65/-4)
src/awn-separator.c (+407/-0)
src/awn-separator.h (+71/-0)
src/awn-throbber.c (+413/-0)
src/awn-throbber.h (+83/-0)
src/awn-ua-alignment.c (+482/-0)
src/awn-ua-alignment.h (+68/-0)
src/awn-utils.c (+0/-146)
src/awn-utils.h (+0/-43)
src/awn-window.h (+0/-69)
src/awn-x.c (+5/-3)
src/awn-x.h (+0/-15)
src/icon-test.c (+0/-933)
src/xutils.c (+164/-747)
src/xutils.h (+12/-197)
tests/Makefile.am (+56/-13)
tests/test-applet-simple.c (+52/-0)
tests/test-awn-dialog.py (+54/-0)
tests/test-awn-effects.c (+312/-0)
tests/test-awn-icon-box.c (+135/-0)
tests/test-awn-icon.c (+173/-0)
tests/test-awn-tooltip.py (+67/-0)
tests/test-config-client.c (+0/-290)
tests/test-config-client.py (+0/-238)
tests/test-effects-scaling.py (+118/-0)
tests/test-effects.py (+176/-0)
tests/test-overlays.py (+133/-0)
tests/test-taskmanager-dnd.py (+77/-0)
tests/test-taskmanager-windows.py (+87/-0)
tests/test-taskmanager.c (+105/-0)
tests/test-themed-icon.c (+65/-0)
tests/test-vala-awn-dialog.vala (+76/-15)
themes/Makefile.am (+11/-0)
themes/dark.awn-theme.in (+53/-0)
waf (+0/-161)
wscript (+0/-111)
To merge this branch: bzr merge lp:~awn-core/awn/trunk-rewrite
Reviewer Review Type Date Requested Status
Mark Lee Approve
Michal Hruby (community) lda Approve
haytjes Approve
Julien Lavergne Approve
moonbeam Needs Information
Review via email: mp+13135@code.launchpad.net

This proposal supersedes a proposal from 2009-10-06.

To post a comment you must log in.
Revision history for this message
moonbeam (rcryderman) wrote : Posted in a previous version of this proposal

Opening this to track remaining blockers. Please note any blockers to merging with trunk.

Revision history for this message
moonbeam (rcryderman) wrote : Posted in a previous version of this proposal

Requires fix for Taskmanager crashes with simple/none animations to be tested/pushed.

review: Needs Fixing
Revision history for this message
Mark Lee (malept) wrote : Posted in a previous version of this proposal

Gentoo ebuild in desktop-effects needs to be updated.

review: Needs Fixing (packaging)
Revision history for this message
Michal Hruby (mhr3) wrote : Posted in a previous version of this proposal

The only thing I see is launcher editing in awn-settings, which works ok with my lda branch, but it needs to be fixed upstream.

Also ryancr is redesigning awn-settings, but I don't consider this is a blocker, merging the changes can happen in trunk.

review: Needs Fixing
Revision history for this message
Mark Lee (malept) wrote : Posted in a previous version of this proposal

Make sure that 0.3.x DBus plugins don't emit a crapload of CRITICALs/WARNINGs.

review: Needs Fixing (dbus-plugins)
Revision history for this message
Julien Lavergne (gilir) wrote : Posted in a previous version of this proposal

Bump SONAME of libawn

review: Needs Fixing
Revision history for this message
moonbeam (rcryderman) wrote : Posted in a previous version of this proposal

> Requires fix for Taskmanager crashes with simple/none animations to be
> tested/pushed.

Fix pushed in 1539.

Revision history for this message
Michal Hruby (mhr3) wrote : Posted in a previous version of this proposal

> Make sure that 0.3.x DBus plugins don't emit a crapload of CRITICALs/WARNINGs.

Should be fixed now, please test.

review: Needs Information
Revision history for this message
moonbeam (rcryderman) wrote :

I've resubmitted as a couple fixes have been pushed. Namely the dbus plugins span and the taskmanager crash fix.

review: Needs Information
Revision history for this message
moonbeam (rcryderman) wrote :

Remaining issues are?

Julien Lavergne : SONAME bump,

Michal Hruby: launcher editing in awn-settings.

and

Mark Lee: Gentoo ebuild

review: Needs Information
Revision history for this message
Michal Hruby (mhr3) wrote :

> Michal Hruby: launcher editing in awn-settings.

It's done on Awn side, but needs a fix in lda (https://code.launchpad.net/~mhr3/libdesktop-agnostic/various-fixes/+merge/12847), so it's a task for Mark.

Revision history for this message
Michal Hruby (mhr3) :
review: Needs Fixing (lda)
Revision history for this message
haytjes (h4writer) wrote : Posted in a previous version of this proposal

Shouldn't the D&D reordening of launchers get fixed. Update the position in the gconf, so upon restart the launcher are in the updated position? I understood that libdesktop-agnostic is the problem here, malept?

review: Needs Fixing
Revision history for this message
haytjes (h4writer) wrote :

- Save the launchers position after D&D back in gconf

review: Needs Fixing
Revision history for this message
moonbeam (rcryderman) wrote :

> - Save the launchers position after D&D back in gconf

Is this really a "blocker" to merging, or is it a nice to have feature that someone might implement before release?

lp:~awn-core/awn/trunk-rewrite updated
1546. By Michal Hruby

 * src/awn-applet-proxy.c:
 * src/awn-dbus-watcher.c:
 * src/awn-panel.c:
 Optimization of AwnDbusWatcher.
 Change the debug string when running applets.

1547. By Michal Hruby

 * src/awn-dbus-watcher.c:
 Minor cleanup.

1548. By Michal Hruby

 * data/avant-window-navigator.schema-ini.in.in:
 * src/awn-defines.h:
 * src/awn-monitor.c:
 * src/awn-monitor.h:
 * src/awn-panel.c:
 Implement both x-offset and y-offset for auto-detection and overriding
 of monitor layout.

1549. By Michal Hruby

 * awn-settings/awn-settings.ui:
 * awn-settings/awnDefs.py.in:
 * awn-settings/awnSettings.py.in:
 Reflect changes to monitor keys in awn-settings.

1550. By Michal Hruby

 * applet-activation/main.c:
 Check if the desktop file exists before sending DBus request.

1551. By Michal Hruby

 * src/awn-applet-manager.c:
 * src/awn-applet-manager.h:
 * src/awn-applet-proxy.c:
 * src/awn-applet-proxy.h:
 * src/awn-panel.c:
 Make sure applets are not displayed while in docklet mode.

1552. By Michal Hruby

 * awn-settings/awnClass.py:
 * awn-settings/awnSettings.py.in:
 Get rid of the Activate and Deactivate buttons.

1553. By Julien Lavergne

 * debian/README.Debian:
 * debian/avant-window-navigator.manpages:
 * debian/awn-settings.1:
 * debian/awn-settings.manpages:
 * debian/compat:
 * debian/control:
 * debian/libawn-doc-trunk.install:
 * debian/libawn-doc-trunk.links:
 * debian/python-awn-trunk.preinst:
 * debian/pyversions:
 * debian/rules:
 Update debian, with dh7, quilt and python-support

1554. By Julien Lavergne

 * debian/TODO
 * debian/pycompat
 Remove unnecessary files.

1555. By Michal Hruby

Merge ryancr's changes to awn-settings.

1556. By Michal Hruby

 * awn-settings/awn-settings.ui:
 * awn-settings/awnSettings.py.in:
 Changes to awn-settings, still needs reorganization.

1557. By Michal Hruby

 * src/awn-background-3d.c:
 Increase the padding size for 3d style.

1558. By Julien Lavergne

 * debian/changelog:
 * debian/control:
 * debian/libawn1-trunk.install:
 * debian/rules:
 * libawn/Makefile.am:
 SONAME bump to libawn1 and update debian/ to this.
 Add build-depends on quilt
 Pass correct flag to autogen.sh to avoid stupid FTBFS

Revision history for this message
Julien Lavergne (gilir) wrote :

All changes committed for me.
+1 for the merge.

review: Approve
lp:~awn-core/awn/trunk-rewrite updated
1559. By Michal Hruby

 * src/awn-background-curves.c:
 Some changes to curves_symmetry handling.

1560. By Michal Hruby

 * src/awn-background-curves.c:
 Curved style - don't be so obvious that we're drawing half-sphere.

Revision history for this message
haytjes (h4writer) wrote :

Sorry lost track of this one. Is indeed a nice to have.

review: Approve
lp:~awn-core/awn/trunk-rewrite updated
1561. By Michal Hruby

 * awn-settings/awn-settings.ui:
 awn-settings - minor fix.

1562. By Michal Hruby

 * applets/taskmanager/task-launcher.c:
 Taskmanager - Make sure we display something when desktop file doesn't
 have Icon key.

1563. By moonbeam

* applets/taskmanager/task-icon.c:
        Make AwnThemedIcon drop handler a bit accepting of slightly
        malformed drop data.

1564. By Michal Hruby

 * awn-settings/awn-settings.ui:
 Fix the duplicate ids again...

1565. By Ryan Rushton <ryan@ryans-laptop>

Added trash icon to be able to deactivate applets

1566. By moonbeam

* applets/taskmanager/task-icon.c:
 Fix removal of launchers.
        Launch effect on drag over.

* applets/taskmanager/task-launcher.c:
        Startup notifications.

1567. By moonbeam

* applets/taskmanager/task-icon.c:
* applets/taskmanager/task-launcher.c:
        Show the menu icons.

1568. By moonbeam

* applets/taskmanager/task-icon.c:
* applets/taskmanager/task-launcher.c:
* libawn/awn-applet.c:
* libawn/awn-themed-icon.c:
        A more complete/correct fix for images not being displayed
        in menu items.

1569. By Michal Hruby

 * awn-settings/awnClass.py:
 Remove the plus icons.
 * themes/default.awn-theme:
 Make sure gtk_theme_mode is off.

1570. By Michal Hruby

 * applets/taskmanager/task-launcher.c:
 Remove extra underscore (fixes focus issue with compiz).

1571. By moonbeam

* applets/taskmanager/task-icon.c:
* applets/taskmanager/task-launcher.c:
* libawn/awn-utils.c:
* libawn/awn-utils.h:
        Added awn_utils_show_menu_images().

1572. By moonbeam

* applets/taskmanager/task-launcher.c:
        Use the proper value for the screen name.

1573. By moonbeam

* libawn/awn-applet.c:
        Change the menu image for "Dock Preferences" from
        stock preferences to "avant-window-navigotor" icon.

1574. By Julien Lavergne

 * debian/changelog:
 Update version.
 * debian/rules:
 Run configure only once.

1575. By Julien Lavergne

 * debian/control:
 Add lsb-release and bzr to build-depends.

1576. By Julien Lavergne

 * debian/rules:
 Use autogen.sh instead of configure.

1577. By Ryan Rushton <ryan@ryans-laptop>

* awn-settings/awn-settings.ui
* awn-settings/awnClass.py
* awn-settings/awnSettings.py.in
    Remove deactivate icon, added tooltips, labeled applet treeviews

1578. By Michal Hruby

 * src/awn-panel.c:
 Make the composited property read-only for outside world.

1579. By Julien Lavergne

 * debian/rules:
 Fix typo.

1580. By Michal Hruby

 * awn-settings/awnClass.py:
 Fix for themes with boolean config values.
 * data/avant-window-navigator.schema-ini.in.in:
 * themes/default.awn-theme:
 Change the default hilight color.

1581. By Michal Hruby

 * libawn/awn-dialog.c:
 Avoid compiler warning/error.

1582. By Michal Hruby

 * awn-settings/awnClass.py:
 * awn-settings/awnSettings.py.in:
 Small cleanup, allow dropping of desktop files to launcher list.
 Fixes bug #189115.

1583. By Mark Lee

 * awn-settings/awn-settings.ui:
 * awn-settings/awnSettingsHelper.py:
 Update to latest libdesktop-agnostic API change.

1584. By Mark Lee

 * awn-settings/awnClass.py:
 Forgot to convert an import statement (see previous commit).

1585. By Mark Lee

 * configure.in:
 Rearrange the library linking order so that using libdesktop-agnostic
 UI widgets via GtkBuilder does not generate runtime errors.

1586. By moonbeam

* applets/taskmanager/task-icon.c:
 The drag types are already set removed redundant call.
 Configure drag launch animation to time out.

1587. By moonbeam

Added missing Changelog entry.

1588. By Ryan Rushton <ryan@ryans-laptop>

* awn-settings/awn-settings.ui
* awn-settings/awnClass.py
* awn-settings/awnSettings.py.in
    Fixed installing and deleting of themes. Started Theme Builder

1589. By Ryan Rushton <ryan@ryans-laptop>

Trying to commit my changes.

1590. By Michal Hruby

 * awn-settings/awnSettings.py.in:
 Add mark to monitor align scale to make it easy to hit 0.5.
 * data/avant-window-navigator.schema-ini.in.in:
 Fix default path.

1591. By Ryan Rushton <ryan@ryans-laptop>

* awn-settings/awn-settings.ui
* awn-settings/awnClass.py
* awn-settings/awnSettings.py.in
    Added Configure button/window to Theme panel and hooked up color widgets.

1592. By Ryan Rushton <ryan@ryans-laptop>

* awn-settings/awn-settings.ui
* awn-settings/awnClass.py
* awn-settings/awnSettings.py.in
    Added more adjustable properties to Theme Configure

1593. By Michal Hruby

 * src/awn-background-flat.c:
 * src/awn-background-floaty.c:
 Minor polishing of Flat, Edgy (now react to changes to corner_radius
 key) & Floaty backgrounds.

1594. By Michal Hruby

 * data/avant-window-navigator.schema-ini.in.in:
 * libawn/awn-icon.c:
 Binded effects/active_background_icon key. Fixes bug #246356.

1595. By Michal Hruby

 * libawn/awn-image.c:
 * libawn/awn-label.c:
 * libawn/awn-overlay-text.c:
 * libawn/awn-overlay-themed-icon.c:
 * libawn/awn-overlay.c:
 Fix line joins when using outlined font mode (AwnLabel and
 AwnOverlayText).
 Updated documentation.

1596. By Michal Hruby

 * src/awn-background.c:
 * src/awn-background.h:
 * src/awn-defines.h:
 Separate gtk_theme_mode and dialog_gtk_theme_mode.
 * src/awn-panel.c:
 Add always-show-image property to dock menu.

1597. By Michal Hruby

 * src/awn-background.c:
 When using gtk_theme_mode, try to load colors which are defined for
 panel.

1598. By moonbeam

* libawn/awn-themed-icon.c:
* libawn/awn-themed-icon.h:
        Fix the code for awn_themed_icon_create_remove_custom_icon_item()
        so it's useful for something other than TaskManager.

1599. By Mark Lee

 * awn-settings/awnClass.py (awnManager.safe_load_icon):
 Add support for selecting an icon from a list of acceptable icons.
 Fall back to the "gtk-missing-image" stock icon if the specified
 icon(s) cannot be found.
 Add documentation.
 * awn-settings/awnSettings.py.in (awnManagerMini.createMainMenu):
 Add fallback icons for the "Launchers" item.
 Fixes Launchpad bug #459706.

1600. By Mark Lee

 * README:
 Update for 0.4.
 Reformat using the reStructuredText syntax.

1601. By Ryan Rushton <ryan@ryans-laptop>

* awn-settings/awn-settings.ui
* awn-settings/awnSettings.py.in
* awn-settings/awnSettingsHelper.py
    Theme customize now working, added FontButton to awnSettingsHelper.py

1602. By Ryan Rushton <ryan@ryans-laptop>

* awn-settings/awnDefs.py.in
    Add a missing define, ICON_FONT_MODE

1603. By Ryan Rushton <ryan@ryans-laptop>

* awn-settings/awn-settings.ui
* awn-settings/awnSettings.py.in
    Fixed curves symmetry values.

1604. By Michal Hruby

 * libawn/awn-image.c:
 Fix positioning when padding is set on the widget.

1605. By Michal Hruby

 * awn-settings/awn-settings.ui:
 * awn-settings/awnClass.py:
 * awn-settings/awnSettings.py.in:
 Add dialog for setting custom effects.

1606. By Ryan Rushton <ryan@ryans-laptop>

* awn-settings/awn-settings.ui
* awn-settings/awnClass.py
* awn-settings/awnSettings.py.in
    Added edit button for custom effects dialog

1607. By Michal Hruby

 * libawn/awn-image.c:
 Fix the FIXME.

1608. By Michal Hruby

 * awn-settings/awn-settings.ui:
 Add image to 'Export theme'.

1609. By Ryan Rushton <ryan@ryans-laptop>

* awn-settings/awn-settings.ui
* awn-settings/awnSettings.py.in
    Added ability to select custom arrow icon.

1610. By Ryan Rushton <ryan@ryans-laptop>

* awn-settings/awn-settings.ui
    Corrected some spacing on the theme customize panel.

1611. By Ryan Rushton <ryan@ryans-laptop>

* awn-settings/awnDefs.py.in
    Added HOME_APPLET_DIR to DEFAULT_SOURCES_LIST

1612. By moonbeam

* applets/taskmanager/task-icon.c:
        Ensure tooltips are correct for launchers when
        show_all_windows=false.

1613. By moonbeam

* applets/taskmanager/task-icon.c:
* applets/taskmanager/task-launcher.c:
        Monitor launcher desktop files for changes.

1614. By Ryan Rushton <ryan@ryans-laptop>

* awn-settings/awn-settings.ui
* awn-settings/awnClass.py
* awn-settings/awnSettings.py.in
    Added sensitivity flags to Theme and Launcher widgets.

Revision history for this message
Michal Hruby (mhr3) wrote :

All issues I saw in lda are now fixed, so the merge has green from me.

review: Approve (lda)
lp:~awn-core/awn/trunk-rewrite updated
1615. By Michal Hruby

 * libawn/awn-dialog.c:
 Added hide-on-unfocus property, which will ease our lives.

1616. By Michal Hruby

 * src/awn-applet-manager.c:
 Allow the docklets to expand in expand mode, even without active
 expanders.

1617. By Michal Hruby

 * libawn/awn-alignment.c:
 Allow the dev to specify scale value.

1618. By moonbeam

* applets/taskmanager/task-manager.c:
* libawn/awn-themed-icon.c:
        Fix so that the icon chooser dialog used by AwnThemedIcon/taskman
        appears in the the taskmanager.

1619. By Michal Hruby

 * awn-settings/awn-settings.ui:
 Fix the size groups.

1620. By moonbeam

* applets/taskmanager/task-launcher.c:
        Minor fix to match function. If the WM_CLASS values
        are 1 char in length then don't use them for a substing match.

1621. By Mark Lee

 * applets/taskmanager/task-settings.c:
 Fix compiler warning.

1622. By Mark Lee

 * data/Makefile.am:
 * po/POTFILES.in:
 Make sure that 'make distcheck' works.

1623. By Mark Lee

 * po/avant-window-navigator.pot:
 * po/*.po:
 Update gettext files.

1624. By Mark Lee

 * bindings/vala/awn-custom.vala:
 * bindings/vala/awn.gi:
 * bindings/vala/awn.metadata:
 * bindings/vala/awn.vapi:
 Update Vala bindings.

1625. By moonbeam

* applets/taskmanager/task-icon.c:
 Change the icon name for Launch menu item.

1626. By moonbeam

* data/avant-window-navigator.schema-ini.in.in:
        Change default of icon_font_mode to 1.

1627. By moonbeam

* libawn/awn-dialog.c:
        Deal with loss of sticky on the AwnDialog under some WMs.

1628. By moonbeam

* applets/taskmanager/task-icon.c:
* applets/taskmanager/task-window.c:
        Fixes the issues with disable_icon_changes = false and certain
        applications (such as pidgin). Also sees the return of the ugly
        OpenOffice window icons

1629. By moonbeam

* applets/taskmanager/awn-applet-taskmanager.schema-ini.in:
* applets/taskmanager/task-icon.c:
* applets/taskmanager/task-manager.c:
* applets/taskmanager/task-window.c:
* applets/taskmanager/task-window.h:
        Laid the foundation for the intermediary mode of icon change behaviour.
        Renamed name from disable_icon_changes to icon_change_behavior. Type is int.

1630. By Michal Hruby

 * Makefile.am:
 * applet-activation/main.c:
 * applets/expander/applet.c:
 * applets/expander/expander.desktop.in.in:
 * applets/separator/Makefile.am:
 * applets/separator/applet.c:
 * applets/separator/separator.desktop.in.in:
 * configure.in:
 * src/Makefile.am:
 * src/awn-applet-manager.c:
 * src/awn-separator.c:
 * src/awn-separator.h:
 Added separator applet.

1631. By Michal Hruby

 * libawn/awn-effects-ops-new.c:
 Disable the warning.

1632. By Michal Hruby

 * src/awn-background.c:
 * src/awn-separator.c:
 Change separator color when gtk theme is changed.

1633. By Michal Hruby

 * data/avant-window-navigator.schema-ini.in.in:
 * themes/default.awn-theme:
 Change the separator color defaults.

1634. By Mark Lee

 * libawn/awn-applet.c:
 Don't destroy the about dialog when it is closed.

1635. By moonbeam

* applets/taskmanager/task-icon.c:
        Simplified the icon change code further.

1636. By moonbeam

* applets/taskmanager/task-icon.c:
        Further reduction of number of locations where
        awn_icon_set_from_pixbuf() is called.

1637. By moonbeam

* applets/taskmanager/task-icon.c:
        Icon theme "change" signals happen at the strangest times.
        Handle theme change signals in TaskIcon instead of letting
        AwnThemedIcon code deal with it (if we don't then AwnThemedIcon
        will set our icon to a the desktop theme icon even when
        we want to use the App icon).

1638. By moonbeam

* applets/taskmanager/task-icon.c:
* applets/taskmanager/task-window.c:
* applets/taskmanager/task-window.h:
        icon_change_behaviour = 1 is now roughly equivalent to
        the old disable_icon_changes = false. Need to add
        special case info capability next.

1639. By moonbeam

* applets/taskmanager/task-window.c:
        Add use_win_icon prop to TaskWindow.

1640. By Mark Lee

 * libawn/awn-applet.c:
 Make the proper fix for not destroying the about dialog on close.

1641. By moonbeam

* applets/taskmanager/awn-applet-taskmanager.schema-ini.in:
* applets/taskmanager/task-icon.c:
* applets/taskmanager/task-manager.c:
* applets/taskmanager/task-window.c:
* applets/taskmanager/task-window.h:
* applets/taskmanager/util.c:
* applets/taskmanager/util.h:
        Ability to special case hints about using app window icon.

1642. By moonbeam

* applets/taskmanager/awn-applet-taskmanager.schema-ini.in:
* applets/taskmanager/task-icon.c:
        Added overlay_application_icons, overlay_application_icons_scale
        overlay_application_icons_alpha.

1643. By moonbeam

* applets/taskmanager/awn-applet-taskmanager.schema-ini.in:
        Change some default values so they get tested.

1644. By moonbeam

* applets/taskmanager/awn-applet-taskmanager.schema-ini.in:
        Fix typo.

1645. By moonbeam

* applets/taskmanager/task-manager.c:
* applets/taskmanager/util.c:
        Fixes ugly icon used by OO when opening through a file manager.

1646. By moonbeam

* applets/taskmanager/task-icon.c:
* applets/taskmanager/util.c:
        Make sure that the demons of OO are exorcised.
        Shut off some debugs.

1647. By Michal Hruby

 * src/awn-panel.c:
 * src/xutils.c:
 * src/xutils.h:
 Fix issues with drag proxying.

1648. By Michal Hruby

 * bindings/python/awn.defs:
 * bindings/vala/awn.gi:
 * bindings/vala/awn.vapi:
 * libawn/awn-applet-simple.c:
 * libawn/awn-applet-simple.h:
 * libawn/awn-icon-box.c:
 * libawn/awn-icon-box.h:
 Change AwnAppletSimple.get_icon method to return AwnIcon.

1649. By moonbeam

* applets/taskmanager/task-icon.c:
        Update the icon on scroll events.

1650. By moonbeam

* applets/taskmanager/task-icon.c:
        Removed an assert that was inserted for debugging purposes.

1651. By moonbeam

* applets/taskmanager/task-window.c:
        Deal with errant icon overlays appearing when theme change
        signals fire.

1652. By moonbeam

* applets/taskmanager/task-icon.c:
        Don't play launching effect when dragging a TaskIcon.

1653. By moonbeam

* applets/taskmanager/task-icon.c:
        Fix a problem with errant setting of requires attention under
        Metacity.

1654. By Michal Hruby

* applets/taskmanager/util.c:
* applets/taskmanager/utilh:
* applets/taskmanager/task-icon.c:
        utils_gdk_pixbuf_similar_to() courtesy of mhr3.
        Allows TaskIcon to determine if an overlay icon is the same
        as the Launcher Icon.

1655. By moonbeam

* applets/taskmanager/util.c:
* applets/taskmanager/task-icon.c:
        Fix for gimp icon overlay when it's opened from filemanager

1656. By moonbeam

* applets/taskmanager/task-window.c:
        Pull the theme change counting logic out. The issues it causes
        are more or less a wash with the issues it fixes (at least with
        the introduction of utils_gdk_pixbuf_similar_to()). Therefore,
        choose the simpler of the two.

1657. By moonbeam

* libawn/awn-themed-icon.c:
        Remove source ids for icon preloads if the icon is finalized
        with them pending.

1658. By moonbeam

* applets/taskmanager/task-manager.c:
        Save changes to launcher paths when TaskLaunchers are dragged
        and dropped.

1659. By Ryan Rushton <ryan@ryans-laptop>

* awn-settings/awn-settings.ui
* awn-settings/awnDefs.py.in
* awn-settings/awnSettings.py.in
    Added some more items to Theme Customize

1660. By Michal Hruby

 * bindings/python/awn.defs:
 * bindings/vala/awn.gi:
 * bindings/vala/awn.vapi:
 * libawn/awn-icon.c:
 * libawn/awn-icon.h:
 Added AwnIcon.get_click_event() method.

1661. By moonbeam

* applets/taskmanager/task-window.c:
        Change the default to forcing app icon prop on. A better
        choice due to some fun things that happen when the task-manager
        is restarted.

1662. By moonbeam

* applets/taskmanager/util.c:
        Adjust the threshold up a bit for image comparison. This may
        result in an unacceptable level of false positives, please keep
        an eye out for duplicate overlay images.

1663. By Ryan Rushton <ryan@ryans-laptop>

* awn-settings/awn-settings.ui
* awn-settings/awnSettings.py.in
    Do not disable all color buttons in gtk theme mode.
    The start of theme export

1664. By moonbeam

* applets/taskmanager/task-icon.c:
      Make sure the tooltipls are updated on mouse scroll also.
      Let search_main_item do most of the work.

1665. By moonbeam

* applets/taskmanager/task-icon.c:
* applets/taskmanager/awn-applet-taskmanager.schema-ini.in:
        Added overlay_applications_icons_swapped.
        Significantly simplified the ref/unref login in
        task_icon_set_icon_pixbuf().

1666. By moonbeam

* applets/taskmanager/task-manager.c:
* applets/taskmanager/awn-applet-taskmanager.schema-ini.in:
 Attention required nagging. Defaults to every 60 seconds.

1667. By moonbeam

* applets/taskmanager/task-icon.c:
        Check for require attention on window changes. This should
        resolve some corner cases where icons do not start/stop
        attention effect.

1668. By moonbeam

* applets/taskmanager/task-icon.c:
        If there is more than one window demaning attention in
        a group, then update the main_item to point to the next item
        demanding attention after the first one is acknowledged.

1669. By moonbeam

* applets/taskmanager/task-manager.c:
        Fixed a longstanding bug which _mostly_ involved windows minimizing
        to the systray. Removes a leak, and some unexpected behaviours
        with apps engaging in said behaviour.

1670. By moonbeam

* applets/taskmanager/task-manager.c:
        Revise some comments due to previous commit.

1671. By moonbeam

* applets/taskmanager/task-icon.c:
        Reinstate the minimize/restore behaviour of the scrollwheel when
        there is only one window.
        When using scroll wheel, do not scroll to a window that is set
        skip_taskbar.

1672. By Ryan Rushton <ryan@ryans-laptop>

* awn-settings/awn-settings.ui
* awn-settings/awnClass.py
* awn-settings/awnDefs.py.in
* awn-settings/awnSettings.py.in
    Added new Task Manager panel

1673. By Ryan Rushton <ryan@ryans-laptop>

* awn-settings/awn-settings.ui
* awn-settings/awnDefs.py.in
* awn-settings/awnSettings.py.in
    Start merging of Taskmanager and Launcher panel

1674. By Michal Hruby

 * awn-settings/awnClass.py:
 Expand the description columns in our lists.
 * doc/reference/libawn-sections.txt:
 * libawn/awn-icon.c:
 Updated documentation.

1675. By Ryan Rushton <ryan@ryans-laptop>

* awn-settings/awn-settings.ui
* awn-settings/awnClass.py
* awn-settings/awnSettings.py.in
    Added 'infobar' to Taskmanager panel to notify about inactive taskmanager applet.

1676. By Michal Hruby

 * applets/taskmanager/util.c:
 Change to MSE computation.

1677. By Ryan Rushton <ryan@ryans-laptop>

* awn-settings/awn-settings.ui
* awn-settings/awnDefs.py.in
* awn-settings/awnSettings.py.in
    Added Icon Overlay Swap option

1678. By Michal Hruby

 * awn-settings/awnClass.py:
 * awn-settings/awnSettings.py.in:
 Allow running awn-settings just to show About dialog.

1679. By Michal Hruby

 * awn-settings/awn-settings.ui:
 * awn-settings/awnClass.py:
 Always center the awn-settings dialog.

1680. By Michal Hruby

 * bindings/python/awn.defs:
 * bindings/vala/awn.gi:
 * bindings/vala/awn.vapi:
 * doc/reference/libawn-sections.txt:
 * libawn/awn-icon.c:
 * libawn/awn-icon.h:
 Revert 1674 and 1660 - revisions which added AwnIcon.get_click_event,
 as the same thing can be done using gtk_get_current_event().

1681. By Michal Hruby

 * src/awn-app-dbus.xml:
 * src/awn-app.c:
 * src/awn-app.h:
 Added DBus method to close a panel.

1682. By moonbeam

* applets/taskmanager/task-icon.c:
        * applets/taskmanager/task-manager.c:
        * applets/taskmanager/task-manager.h:
        Add a "grouping-changed" signal to TaskManager.

1683. By Ryan Rushton <ryan@ryans-laptop>

* awn-settings/awn-settings.ui
* awn-settings/awnSettings.py.in
    Some clean up of Task Manager panel
    A bit more work on exporting of themes

1684. By moonbeam

* applets/taskmanager/task-manager.c:
* applets/taskmanager/task-manager.h:
        Preparation for getting group/ungroup working.
        Ignore docks in the intellhide intersect check.

1685. By moonbeam

* applets/taskmanager/task-manager.c:
        Only check if the app/win icon should be displayed
        if we have a TaskWindow.

1686. By Michal Hruby

 * bindings/python/awn.defs:
 * bindings/vala/awn.gi:
 * bindings/vala/awn.vapi:
 * libawn/awn-dialog.c:
 * libawn/awn-dialog.h:
 Added AwnDialog.get_content_area() method. Fixes issues with removing
 widgets from the dialog.

1687. By Mark Lee

 * bindings/python/__init__.py:
 Add missing import statement.

1688. By Michal Hruby

 * bindings/python/awn.defs:
 * bindings/python/awn.override:
 Fix python bindings for AppletSimple.set_icon_info().

1689. By moonbeam

* applets/taskmanager/task-icons.c:
        Immediately ungroup when configuration changed. Reverse not yet
        implemented.

1690. By moonbeam

* applets/taskmanager/task-icons.c:
        Minor cleanup.

1691. By moonbeam

* applets/taskmanager/task-icons.c:
* applets/taskmanager/task-manager.h:
* applets/taskmanager/task-manager.c:
        Immediately group when configuration changed. There's some
        strangeness that happens if one toggles back and forth quickly,
        It's beeing dealt with but I'm not happy with the "solution". Will
        revisit when I don't have a headache.

1692. By Ryan Rushton <ryan@ryans-laptop>

* awn-settings/awn-settings.ui
* awn-settings/awnSettings.py.in
    Implemented 'very basic' theme import/export

1693. By Michal Hruby

 * bindings/python/awn.defs:
 * bindings/vala/awn.metadata:
 * bindings/vala/awn.vapi:
 Fix a couple of leaks in the bindings.

1694. By moonbeam

* applets/taskmanager/task-icon.c:
* applets/taskmanager/task-icon.h:
* applets/taskmanager/task-manager.c:
        Group/ungroup is now much more stable. Does not regroup windows
        without an associated desktop file.

1695. By Michal Hruby

 * src/awn-app.c:
 * src/awn-panel-dbus.xml:
 * src/awn-panel.c:
 * src/awn-panel.h:
 Added DBus method GetSnapshot(), which screenshots given panel.

1696. By moonbeam

* applets/taskmanager/task-manager.c:
* applets/taskmanager/task-window.c:
* applets/taskmanager/task-window.h:
        Reworked some of the visibility code associated with the show_all_windows
        config key. Please watch for regressions, especially with
        show_all_windows = false.

1697. By moonbeam

* applets/taskmanager/task-manager.c:
* applets/taskmanager/task-window.c:
        Initial, naive, implementation of the visible dbus key.

1698. By moonbeam

* applets/taskmanager/task-icon.c:
        Fix for https://bugs.launchpad.net/awn/+bug/480851
        If Icon = to a path in the desktop file then the customize icon menu
        option fails.

1699. By moonbeam

* applets/taskmanager/task-manager.c:
        Make sure we don't send a NULL to strlen.

1700. By Ryan Rushton <ryan@ryans-laptop>

* awn-settings/awn-settings.ui
* awn-settings/awnClass.py
* awn-settings/awnSettings.py.in
    Updates to theme export.
    Back by popular demand... the applet act/deactivate buttons

1701. By Michal Hruby

 * awn-settings/awnClass.py:
 * src/awn-panel.c:
 Speed up the snapshotting in awn-settings.

1702. By moonbeam

* applets/taskmanager/task-manager.c:
* applets/taskmanager/task-window.c:
* applets/taskmanager/task-window.h:
* applets/taskmanager/xutils.c:
* applets/taskmanager/xutils.h:
        Add the ability to retrive WM_CLIENT_NAME.

1703. By moonbeam

* applets/taskmanager/task-manager.c:
* applets/taskmanager/task-window.c:
        Implemented the hidden list for visible. Still buggy. Some
        aspects of behaviour need to be defined.

1704. By moonbeam

* applets/taskmanager/task-icon.c:
* applets/taskmanager/task-manager.c:
* applets/taskmanager/task-window.c:
        dbus interface for "visible" more or less behaves sanely.

1705. By moonbeam

* applets/taskmanager/awn-applet-taskmanager.schema-ini.in:
* applets/taskmanager/task-icon.c:
* applets/taskmanager/task-item.c:
* applets/taskmanager/task-launcher.c:
* applets/taskmanager/task-launcher.h:
* applets/taskmanager/task-manager.c:
* applets/taskmanager/task-window.c:
        No longer group windows with different WM_CLIENT_NAME by default.
        There is a config key. I'm expecting this will break in certain
        configurations. The default will change if this occurs.
        If no WM_CLIENT_NAME is available then using assume it's the local
        hostname (gethostname()).
        As consequence changed of this addition, constructor for TaskLauncher
        was changed and the applet prop of TaskIcon was made readable.

1706. By Ryan Rushton <ryan@ryans-laptop>

* awn-settings/awnClass.py
* awn-settings/awnDefs.py.in
* awn-settings/awnSettings.py.in
    Added some theme export/import file checks and started theme versioning

1707. By moonbeam

Modified, somewhat incoherent, Changelog entry written late at night so
it makes a bit more sense.

1708. By Michal Hruby

 * applets/taskmanager/task-manager.c:
 * bindings/vala/awn.gi:
 * bindings/vala/awn.vapi:
 * libawn/Makefile.am:
 * libawn/awn-dbus-watcher.c:
 * libawn/awn-dbus-watcher.h:
 * libawn/libawn.h:
 * src/Makefile.am:
 * src/awn-panel.c:
 Move AwnDBusWatcher to libawn.

1709. By Michal Hruby

 * bindings/python/awn.defs:
 Add DBusWatcher also to python bindings.

1710. By moonbeam

* applets/taskmanager/task-manager.c:
        Do not try to copy a TaskLauncher on ungroup if there isn't one to
        copy.

1711. By moonbeam

* applets/taskmanager/task-icon.c:
* applets/taskmanager/task-manager.c:
        Disconnect a missed signal when ungrouping.
        Removed some #if 0 'd code.

1712. By moonbeam

* applets/taskmanager/task-icon.c:
        Set the main_item on the the original ungrouped icon.

1713. By Michal Hruby

 * awn-settings/awn-settings.ui:
 * src/awn-applet-manager.c:
 Don't run awn-applet binary for separator & expander, so we get rid of
 throbber for them.

1714. By moonbeam

* applets/taskmanager/task-icon.c:
* applets/taskmanager/task-item.c:
* applets/taskmanager/task-launcher.c:
* applets/taskmanager/task-window.c:
* libawn/awn-themed-icon.c:
        Plug a variety of leaks, and potential leaks.
        Still something rotten with TaskLauncher.

1715. By moonbeam

* applets/taskmanager/task-manager.c:
        Do not hide the Icon after the closing effect unless we're really done.

1716. By moonbeam

* libawn/awn-overlay-pixbuf.c:
        Fix a leak.

1717. By moonbeam

* applets/taskmanager/task-icon.c:
* applets/taskmanager/task-manager.c:
        Optimize group.
        Regroup non-launchers.

1718. By moonbeam

* applets/taskmanager/task-manager.c:
* applets/taskmanager/task-window.c:
        Plug some more leaks.

1719. By moonbeam

* applets/taskmanager/task-window.c:
* applets/taskmanager/task-window.h:
* applets/taskmanager/xutils.c:
        More plugging of leaks. Also reducing the number of calls to X...
        Once the client machine name is retrieved it's save in TaskWindow.

1720. By moonbeam

* libawn/awn-themed-icon.c:
        Test modification. Need to confirm if previous issues with use
        of gtk_icon_theme_load_icon () are resolved.

1721. By moonbeam

* applets/taskmanager/task-icon.c:
* applets/taskmanager/task-launcher.c:
        Get rid of a couple static vars.

1722. By Ryan Rushton <ryan@ryans-laptop>

* awn-settings/awn-settings.ui
* awn-settings/awnSettings.py.in
    Added option groups to theme export.

1723. By Michal Hruby

 * src/awn-panel.c:
 Animate docklet mode start/end.

1724. By Michal Hruby

 * libawn/awn-utils.h:
 Add a newline.

1725. By Ryan Rushton <ryan@ryans-laptop>

* awn-settings/awnSettings.py.in
    Added Expand Panel to theme export.
    Added check for file overwrite on theme export.

1726. By Michal Hruby

 * src/awn-panel.c:
 We shouldn't forget to unref the pixmaps.

1727. By moonbeam

* libawn/awn-themed-icon.c:
        Reverse change that was tested and found wanting

1728. By moonbeam

* applets/taskmanager/task-launcher.c:
        Use task_window_get_wm_client_name(). Which stores the client
        machine names once it successfully retrieves it from X.

1729. By Michal Hruby

 * src/awn-panel.c:
 Docklet animation timer needs to have lower priority than redraw
 event, so we don't skip frames.

1730. By Michal Hruby

 * libawn/anims/awn-effect-spotlight3d.c:
 Fix close effect cleanup for spotlight3d.

1731. By Michal Hruby

 * data/avant-window-navigator.schema-ini.in.in:
 * src/awn-background.c:
 * src/awn-separator.c:
 * themes/default.awn-theme:
 Modify separator rendering a bit - make it more sharp.

1732. By Michal Hruby

2009-11-16 Michal Hruby <email address hidden>

 * configure.in:
 * themes/Makefile.am:
 * themes/dark.awn-theme:
 Add thumbnail for our default theme.

1733. By Michal Hruby

Forgot a rename..

1734. By Michal Hruby

 * data/avant-window-navigator.schema-ini.in.in:
 * src/awn-defines.h:
 * src/awn-monitor.c:
 Add panel/monitor_num key, which should help when monitors are
 hotplugged.

1735. By Michal Hruby

 * awn-settings/awnClass.py:
 * libawn/awn-tooltip.c:
 * src/awn-panel.c:
 Change GetSnapshot method to return image with alpha channel instead
 of the window below.

1736. By moonbeam

* applets/taskmanager/task-manager.c:
        Fix up code that only applies if a window goes from
        skip_tasklist = false to skip_tasklist = true... which
        is obviously a somewhat rare thing... However, awn-settings
        will do it if the prefs applet is running.

1737. By Michal Hruby

 * themes/thumbnails/dark-thumb.png:
 Add alpha channel to theme preview image.

1738. By moonbeam

* applets/taskmanager/task-window.c:
        Fix incorrect window in a grouped icon being activated on icon
        click.

1739. By Michal Hruby

 * libawn/awn-applet.c:
 * libawn/awn-applet.h:
 * libawn/awn-dbus-watcher.c:
 * src/awn-applet-manager.c:
 * src/awn-applet-manager.h:
 * src/awn-panel.c:
 Make the DestroyApplet signal work.

1740. By moonbeam

* applets/taskmanager/task-launcher.c:
* applets/taskmanager/task-launcher.h:
 Added task_launcher_get_exec().

1741. By moonbeam

* applets/taskmanager/task-launcher.c:
        Fix typo in previous commit and removed match checks involving
        ppid, to determine if they're causing incorrect matches.

1742. By Michal Hruby

 * libawn/anims/awn-effect-simple.c:
 * libawn/anims/awn-effect-simple.h:
 * libawn/awn-effects.c:
 * libawn/awn-label.c:
 Added opening and closing simple effects.

1743. By Michal Hruby

2009-11-20 Michal Hruby <email address hidden>

 * Makefile.am:
 * applets/quick-prefs/Makefile.am:
 * applets/quick-prefs/applet.vala:
 * applets/quick-prefs/quick-prefs.desktop.in.in:
 * bindings/vala/build.vapi:
 * bindings/vala/libintl.vapi:
 * configure.in:
 Added Preferences applet.

1744. By moonbeam

* applets/taskmanager/task-window.c:
* applets/taskmanager/task-window.h:
        Added task_window_get_icon_is_fallback().

1745. By Michal Hruby

 * src/awn-defines.h:
 * src/awn-background.c:
 Set text & outline color when gtk_theme_mode is on.

1746. By Michal Hruby

 * libawn/anims/awn-effect-spotlight3d.c:
 * libawn/anims/awn-effects-shared.h:
 * libawn/awn-effects-ops-new.c:
 * libawn/awn-effects.c:
 * libawn/awn-effects.h:
 * src/awn-background-edgy.c:
 * src/awn-panel.c:
 Optimize drawing on a couple of places.

1747. By moonbeam

* applets/taskmanager/task-icon.c:
        Do not show a fallback icon in the TaskIcon in any
        circumstance if there's a launcher icon available.

1748. By Michal Hruby

 * libawn/awn-effects.c:
 Fix minor redraw issue when shadows are on.

1749. By Michal Hruby

 * data/avant-window-navigator.schema-ini.in.in:
 * src/awn-defines.h:
 * src/awn-panel.c:
 Added config keys for autohide delays.

1750. By Michal Hruby

 * libawn/awn-effects.c:
 * libawn/awn-effects.h:
 * src/awn-throbber.c:
 Couple more optimizations.

1751. By Michal Hruby

 * applets/quick-prefs/applet.vala:
 * bindings/vala/awn.gi:
 * bindings/vala/awn.metadata:
 * bindings/vala/awn.vapi:
 Fixes to Vala bindings.

1752. By Michal Hruby

 * src/awn-background-curves.c:
 * src/awn-background.c:
 Use radial gradients in curved background.
 Increase the default alpha when using gtk_theme_mode.

1753. By Michal Hruby

 * src/awn-panel.c:
 Reflect changes to panels/mouse_poll_delay immediately.

1754. By moonbeam

* libawn/awn-themed-icon.c:
              Invalidate the pixbuf cache on size changes. This is not
              future proof but it works fine at the moment. The pixbuf
              cache is slated for some work post 0.4.

1755. By moonbeam

* bindings/python/awn.defs:
* libawn/awn-themed-icon.c:
* libawn/awn-themed-icon.h:
        Type of size arg should be gint not guint.
        Do some additional checks on values of arguments.

1756. By moonbeam

* libawn/awn-themed-icon.c:
        Remove a debug.

1757. By moonbeam

* applets/taskmanager/task-icon.c:
* applets/taskmanager/task-icon.h:
* applets/taskmanager/task-manager.c:
        Play closing animations for windows that become
        skip tasklist and minimized (seems it's common to
        do something along these lines when minimizing to
        systray... the window is not closed according to
        wnck)

1758. By Michal Hruby

 * src/awn-panel.c:
 Try to do everything needed on composited-change.

1759. By Michal Hruby

 * libawn/awn-config.c:
 * src/awn-app.c:
 * src/awn-applet-proxy.c:
 * src/awn-defines.h:
 * src/awn-panel.c:
 Let's be better prepared for multiple panels.

1760. By Michal Hruby

 * src/awn-app.c:
 * src/awn-panel.c:
 * src/awn-panel.h:
 Change parameter for AwnPanel constructor.

1761. By moonbeam

* applets/taskmanager/task-icon.c:
* applets/taskmanager/task-window.c:
* applets/taskmanager/task-window.h:
        Provide a visual indication of the active item.

1762. By moonbeam

* applets/taskmanager/task-icon.c:
        Code to use the "awn-window-fallback" icon once it
        gets committed.

1763. By Michal Hruby

 * bindings/vala/awn.gi:
 * bindings/vala/awn.vapi:
 * libawn/awn-defines.h:
 * src/awn-panel.c:
 Added docklet-related AppletFlags.

1764. By Michal Hruby

 * applets/quick-prefs/applet.vala:
 Quick-prefs - show docklet after clicking on the icon.

1765. By Michal Hruby

 * src/awn-applet-manager.c:
 * src/awn-applet-manager.h:
 * src/awn-panel.c:
 Optimize the redraw during resizes.

1766. By moonbeam

* applets/taskmanager/task-manager.c:
        Keep a couple properties from being set on startup.
        Enable a bit of debug spam.

1767. By moonbeam

* src/awn-panel.c:
        Attempt to resolve remaining issues with struts and multiple
        monitors.

1768. By moonbeam

* src/awn-panel.c:
        Forgot to press save... Remove two debugs.

1769. By Mark Lee

 * applets/taskmanager/task-window.c:
 Fix build for GTK+ 2.12.

1770. By Mark Lee

 * configure.in:
 Remove obsolete check for gtk.glade.

1771. By Mark Lee

 * README:
 Note that GNU Make is required.

1772. By moonbeam

* applets/taskmanager/task-icon.c:
        Regroup under the new icon when "Add to Launcher List".

1773. By moonbeam

Fix Changelog.

1774. By moonbeam

* applets/taskmanager/task-icon.c:
        Added Version to About menu item.

1775. By moonbeam

* applets/taskmanager/applet.c:
* applets/taskmanager/task-drag-indicator.c:
* applets/taskmanager/task-drag-indicator.h:
* applets/taskmanager/task-icon.c:
* applets/taskmanager/task-icon.h:
* applets/taskmanager/task-item.c:
* applets/taskmanager/task-item.h:
* applets/taskmanager/task-launcher.c:
* applets/taskmanager/task-launcher.h:
* applets/taskmanager/task-manager.c:
* applets/taskmanager/task-manager.h:
* applets/taskmanager/task-settings.c:
* applets/taskmanager/task-settings.h:
* applets/taskmanager/task-window.c:
* applets/taskmanager/util.c:
* applets/taskmanager/util.h:
        Changed Taskmanager source from GPLv3 to
        GPLv2 with the agreement of:
        Hannes Verschore <email address hidden>,
        Rodney Cryderman <email address hidden>,
        Michal Hruby <email address hidden>,
        Neil Jagdish Patel <email address hidden>

1776. By moonbeam

* src/awn-panel.c:
        Fixed a small mistake, Replaced height with width.

1777. By Michal Hruby

 * applets/quick-prefs/applet.vala:
 Quick-prefs: Don't close the docklet on mouse out.

1778. By Michal Hruby

 * applets/quick-prefs/applet.vala:
 Fix monitor positioning using the quick-prefs applet.
 * src/awn-background-flat.c:
 Don't use padding when on screen edges. Fixes bug #490373.

1779. By Michal Hruby

2009-11-30 Michal Hruby <email address hidden>

 * data/Makefile.am:
 * debian/avant-window-navigator-data-trunk.install:
 Removed icons from data/active directory, as these aren't used
 anywhere.

1780. By moonbeam

* src/awn-panel.c:
        X is insanely configurable... This, I hope, fixes the strut
        issues in all multiple monitor cases.

1781. By Michal Hruby

 * data/avant-window-navigator.schema-ini.in.in:
 * libawn/anims/awn-effects-shared.h:
 * libawn/awn-effects-ops-new.c:
 * libawn/awn-effects.c:
 * libawn/awn-effects.h:
 * libawn/awn-icon.c:
 * src/awn-background.c:
 * src/awn-defines.h:
 Make glowing dot and active rectangle color configurable.

1782. By Michal Hruby

 * libawn/awn-applet-simple.c:
 * libawn/awn-applet-simple.h:
 * libawn/awn-icon.c:
 Removed long-press signal from AppletSimple, this simplifies the
 behavior for all applets - if applet doesn't connect to long-press
 via AwnIcon, it will still emit standard clicked-signal.

1783. By moonbeam

* applets/taskmanager/task-manager.c:
        Sometimes it's just not possible to initially determine a
        proper desktop file unless one also has the title (OO).
        Unfortuntely some apps (OO) do not provide the necessary info in the
        Title in some circumstance until long after the window has
        opened. So if a desktop lookup fails, then connect to the name
        change signal and try to match up whenever the window titles
        change.

1784. By moonbeam

* applets/taskmanager/task-manager.c:
        Minor correction to previous commit.

1785. By moonbeam

* applets/taskmanager/task-manager.c:
        Do a less intensive search when we're searching for desktop file
        due to a name change.

1786. By moonbeam

* applets/taskmanager/task-manager.c:
        Really commit the changes mentioned in the previous two commit
        messages.

1787. By moonbeam

* applets/taskmanager/task-manager.c:
        Make sure that if a launcher is added to the dialog after a
        window that the launcher is still placed at the top of the dialog.

1788. By Michal Hruby

 * src/awn-background-curves.c:
 * src/awn-background-edgy.c:
 * src/awn-background-flat.c:
 * src/awn-background-floaty.c:
 * src/awn-background.c:
 * src/awn-background.h:
 Enable pattern support for backgrounds expect 3D.

1789. By haytjes

2009-12-01 Hannes Verschore <email address hidden>

 * src/awn-background-3d.c:
 Enable pattern support for 3D background

1790. By moonbeam

* applets/taskmanager/util.c:
        Some comments. Notes regarding post 0.4 code.

1791. By Michal Hruby

 * src/awn-background-3d.c:
 * src/awn-background-curves.c:
 * src/awn-background-edgy.c:
 * src/awn-background-flat.c:
 * src/awn-background-floaty.c:
 * src/awn-background.c:
 Changes to rendering which speed up things when using patterns.
 Helped a lot with flat, edgy & floaty, but not that much
 with 3d and curved.

1792. By Michal Hruby

 * src/awn-background.c:
 Using server-side pixmap wasn't a good idea, that seems to slow 3d and
 curved background rendering with patterns quite a lot.

1793. By Michal Hruby

 * src/awn-panel.c:
 Use idle callback to set the strut. Fixes bug #491229.

1794. By Michal Hruby

 * awn-settings/awnClass.py:
 Minor changes to Awn autostart desktop file.

1795. By Michal Hruby

 * bindings/python/awn.defs:
 * libawn/awn-alignment.c:
 * libawn/awn-icon-box.c:
 Add offset-multiplier property to AwnAlignment.
 Allow stuffing AwnImage and AwnAlignment to AwnIconBox.

1796. By Michal Hruby

 * configure.in:
 * libawn/awn-applet.c:
 Use DBus' GetAll method if one has dbus-glib-1 >= 0.80.

1797. By moonbeam

* applets/taskmanager/task-launcher.c:
* applets/taskmanager/task-manager.c:
* applets/taskmanager/util.c:
* applets/taskmanager/util.h:
        Bad Desktop Files! Bad!

1798. By moonbeam

* libawn/awn-dialog.c:
        Free some lda color objects.

1799. By moonbeam

* libawn/awn-themed-icon.c:
        Suppress some unnecessary pixbuf cache invalidates

1800. By moonbeam

* libawn/awn-themed-icon.c:
        Be a little bit more lenient about gtk_drag_dest_set().
        Fixes issue with dolphin/konq.

1801. By haytjes

 * src/awn-background-3d.c:
 Added a function for drawing the input shape mask instead of just drawing the bar.
 This because it failed when alpha of the colors were to low.

1802. By Michal Hruby

 * src/awn-main.c:
 * src/awn-panel.c:
 Automatically inhibit autohide for a couple of seconds during startup.

1803. By Michal Hruby

 * libawn/awn-effects-ops-helpers.c:
 * libawn/awn-effects-ops-helpers.h:
 * libawn/awn-effects-ops-new.c:
 Reimplement a couple of effect helpers to use different compositing
 operators instead of image surfaces.

1804. By Michal Hruby

 * src/awn-panel.c:
 A couple of fixes for multiple panels.

1805. By Michal Hruby

2009-12-27 Michal Hruby <email address hidden>

 reviewed by: mhr3
 patch by: dolfje

 * bindings/vala/awn.gi:
 * bindings/vala/awn.vapi:
 * libawn/awn-dbus-watcher.c:
 * libawn/awn-dbus-watcher.h:
 Added AwnDBusWatcher.has_name method. (thanks to dolfje)

1806. By Mark Lee

 * src/awn-background.c:
 Fix build for GTK+ 2.12.

1807. By moonbeam

* applets/taskmanager/task-manager.c:
* applets/taskmanager/task-icon.c:
        Fix a small leak.
        Remove an incorrect comment.

1808. By Julien Lavergne

 * debian/control:
 Add build depends on libssl-dev to fix build failure on Ubuntu 10.04.
 Recommends all applets packages to install all applets by default.

1809. By moonbeam

Added:
* applets/taskmanager/menus/
* applets/taskmanager/menus/advanced.xml
* applets/taskmanager/menus/custom-example.xml
* applets/taskmanager/menus/simple.xml
* applets/taskmanager/menus/standard.xml
* applets/taskmanager/task-icon-build-context-menus.c
* applets/taskmanager/task-icon-build-context-menus.h
* applets/taskmanager/task-icon-private.h

Modified:
* applets/taskmanager/Makefile.am
* applets/taskmanager/awn-applet-taskmanager.schema-ini.in
* applets/taskmanager/task-icon.c
* applets/taskmanager/task-icon.h
* configure.in

        Merged bzr+ssh://bazaar.launchpad.net/~rcryderman/awn/awn-taskman-editable-context-menus/
        Allows definition of taskmanager context menus using xml (GMarkup) files.

1810. By moonbeam

* applets/taskmanager/menus/standard.xml
        Added a speparator before Close all.

1811. By moonbeam

* applets/taskmanager/menus/advanced.xml
* applets/taskmanager/menus/standard.xml
        Add a separator in standard and remove a (redundant)
        separator in advanced.

1812. By moonbeam

* applets/taskmanager/awn-applet-taskmanager.schema-ini.in:
        Amended descrition of menu_filename key to indicate that
        an absolute path can be provided (for custom menus).

1813. By moonbeam

* applets/taskmanager/menus/custom-example.xml:
        Add a separator.

1814. By moonbeam

* libawn/awn-pixbuf-cache.c:
* libawn/awn-pixbuf-cache.h:
        Added AwnPixbufCache.

1815. By moonbeam

* libawn/Makefile.am:
        Build system modifications for AwnPixbufCache.

1816. By moonbeam

* libawn/awn-themed-icon.c:
        Modify AwnThemedIcon to use AwnPixbufCache.

1817. By moonbeam

* applets/taskmanager/task-manager.c:
        Taskmanager needs a significantly larger pixbuf cache than
        a standard applet.

1818. By moonbeam

* libawn/awn-pixbuf-cache.c:
* libawn/awn-pixbuf-cache.h:
        Added awn_pixbuf_cache_insert_simple_key() and
        awn_pixbuf_cache_lookup_simple_key() for generic pixbuf
        caching purposes.

1819. By moonbeam

* applets/taskmanager/task-icon-build-context-menus.c:
        A correctness fix.

1820. By moonbeam

* libawn/awn-utils.c:
* libawn/awn-utils.h:
        Added awn_utils_get_gtk_icon_theme_name().

1821. By moonbeam

* libawn/awn-pixbuf-cache.c:
        Give a references in awn_pixbuf_cache_lookup*().

1822. By moonbeam

* libawn/awn-themed-icon.c:
        Small optimizations for the caching and no longer ref after
        doing a lookup.

1823. By moonbeam

* applets/taskmanager/task-launcher.c:
        Make use of AwnPixbufCache where possible.

1824. By moonbeam

* applets/taskmanager/task-launcher.c:
        Remove code that appear to be no longer needed (will cause
        GtkIconTheme to complain if I'm wrong).

1825. By moonbeam

* applets/taskmanager/task-icon-build-context-menus.c:
        Should fix build error on older GTK+s. Needs testing.

1826. By moonbeam

* applets/taskmanager/task-manager.c:
        Set max pixbuf cache size to 32.

1827. By moonbeam

* applets/taskmanager/task-icon-build-context-menus.c:
        Workaround for glib <2.18.0. Only level of submenus are supported
        in this case.

1828. By moonbeam

* libawn/awn-pixbuf-cache.c:
        Added a newline.

1829. By moonbeam

Fixed Changelog entry for 1827.

1830. By Mark Lee

 * applets/taskmanager/task-icon-build-context-menus.c:
 Fix build for GTK+ 2.12.

1831. By Julien Lavergne

 * debian/avant-window-navigator-trunk.install:
 Include xml files for taskmanager.

1832. By moonbeam

* libawn/libawn.h
        Add awn-pixbuf-cache.h to libawn.h

1833. By moonbeam

* bindings/python/awn.defs:
        Python bindings for AwnPixbufCache.

1834. By moonbeam

* bindings/python/awn.defs:
        Some fixes for the AwnPixbufCache python bindings.

1835. By moonbeam

* bindings/python/awn.defs:
        Fix the syntax for pixbufs for the AwnPixbufCache
        python bindings.

1836. By moonbeam

* bindings/python/awn.defs:
        Provide the proper function name for the constructor.

1837. By moonbeam

* bindings/vala/awn.gi:
* bindings/vala/awn.vapi:
        Update vala bindings.

1838. By moonbeam

* libawn/awn-themed-icon.c:
        Invalidate the pixbuf cache any time there are
        modifications to the awn-theme dir.

1839. By moonbeam

* applets/taskmanager/menus/custom-example.xml:
        Some additions to custom-example.xml

1840. By moonbeam

* applets/taskmanager/menus/custom-example.xml:
* applets/taskmanager/task-icon-build-context-menus.c:
* applets/taskmanager/task-icon.c:
        A couple minor fixes.

1841. By moonbeam

* applets/taskmanager/task-icon-build-context-menus.c:
        Ellipsize the context menu task names. Currently set to
        55 chars and middle.

1842. By moonbeam

* libawn/awn-themed-icon.c:
        Quiet the gtk icon them spam. ensure icons every time
        there's a theme change signal

1843. By moonbeam

* libawn/awn-themed-icon.c:
        Fix some of the fallout of the more agressive caching

1844. By Michal Hruby

 * libawn/awn-applet.c:
 * libawn/libawn-marshal.list:
 * src/awn-marshal.list:
 * src/awn-panel-dbus.xml:
 * src/awn-panel.c:
 * src/awn-panel.h:
 Add OffsetModifier and PathType to exported panel properties.

1845. By Michal Hruby

 * applets/quick-prefs/applet.vala:
 Minor cleanup.

1846. By Michal Hruby

 * libawn/awn-applet.c:
 Forgot to remove debug.

1847. By moonbeam

* applets/taskmanager/task-icon.c:
        Fixes issues with scroll wheel not working when app minmized
        and Show all windows = False. main_item could be NULL in this
        situation (we should look for a main_item in this case instead
        assuming there isn't one available)

1848. By Michal Hruby

 * src/awn-applet-manager.c:
 * src/awn-applet-proxy.c:
 * src/awn-panel.c:
 * src/awn-separator.c:
 Make sure curve offsets are applied also to separators and throbber.

1849. By moonbeam

* libawn/awn-themed-icon.c:
              Make use of "drag-and-drop" = FALSE a bit less magical.

1850. By moonbeam

* applets/taskmanager/task-icon.c:
              Slight adjustment due to previous commit.

1851. By moonbeam

* applets/taskmanager/menus/custom-example.xml:
        Add launch as root to custom-example.

1852. By moonbeam

* applets/taskmanager/menus/standard.xml:
        Display a separator consistently after Launch item with grouped
        and single task items.

1853. By moonbeam

* applets/taskmanager/menus/advanced.xml:
* applets/taskmanager/menus/custom-example.xml:
* applets/taskmanager/menus/simple.xml:
* applets/taskmanager/menus/standard.xml:
* applets/taskmanager/task-icon-build-context-menus.c:
        Adjust the smart wnck menu items to be more consistent in layout
        between grouped and single task situations. Adjusted the menus
        for such.

1854. By Michal Hruby

 * src/awn-panel.c:
 Don't destroy the panel on delete-event - fixes bug #257689.

1855. By Julien Lavergne

 * debian/changelog:
 * debian/control:
 Update to new lda packages name.

1856. By Julien Lavergne

 * debian/control:
 Remove not needed gir build depends.

1857. By moonbeam

* applets/taskmanager/task-icon.c:
        There might not be a main item after a workspace change if
        show_all_windows = False.

1858. By Michal Hruby

 * libawn/awn-effects.c:
 Fix occasional bad frame after the widget with effects is hidden.

1859. By Michal Hruby

 * libawn/awn-tooltip.c:
 Use tooltip hint for AwnTooltip windows.

1860. By moonbeam

* applets/taskmanager/task-icon.c:
        Fix up some of the issues with grouped windows on different
        workspaces (Metacity and possibly Compiz).

1861. By moonbeam

* bindings/python/awn.defs:
* libawn/awn-overlay-themed-icon.c:
* libawn/awn-overlay-themed-icon.h:
        Modified awn_overlay_themed_icon_new (). Removed a couple
        props.

1862. By moonbeam

* bindings/vala/awn.gi:
* bindings/vala/awn.vapi:
        Update vala bindings.

1863. By moonbeam

* bindings/python/awn.defs:
* libawn/awn-overlay-throbber.c:
* libawn/awn-overlay-throbber.h:
        Modified awn_overlay_throbber_new (). Removed the need
        to specify a widget.

1864. By moonbeam

* bindings/vala/awn.gi:
* bindings/vala/awn.vapi:
        Update bindings.

1865. By Michal Hruby

 * libawn/awn-utils.c:
 * src/awn-applet-manager.c:
 * src/awn-background.c:
 * src/awn-panel.c:
 * src/awn-throbber.c:
 * src/awn-throbber.h:
 Added viewport to deal with too many icons on the panel.

1866. By Michal Hruby

 * src/awn-panel.c:
 Fix viewport + panel_mode.

1867. By moonbeam

Added:
* applets/taskmanager/awn-desktop-lookup-cached.c:
* applets/taskmanager/awn-desktop-lookup-cached.h:
* applets/taskmanager/awn-desktop-lookup-gnome3.c:
* applets/taskmanager/awn-desktop-lookup-gnome3.h:
* applets/taskmanager/awn-desktop-lookup.c:
* applets/taskmanager/awn-desktop-lookup.h:
* libawn/awn-desktop-lookup-client.c:
* libawn/awn-desktop-lookup-client.h:

Modified:
* applets/taskmanager/Makefile.am:
* applets/taskmanager/task-manager.c:
* applets/taskmanager/util.c:
* libawn/Makefile.am:
        Merged in first significant bit of the desktop lookup work.
        Faster, cleaner code. Largely disentangled from task-manager.c
        now. Needs to be tested in preparation for the dbus
        client/server side of things.

1868. By moonbeam

* applets/taskmanager/awn-desktop-lookup-cached.c:
        Ignore files that do not container ".desktop" in their name.
        Ignore the existence of /var/lib/menu-xdg/applications/ on Debian.

1869. By Julien Lavergne

 * po/POTFILES.in:
 Update with new files.

1870. By moonbeam

* applets/taskmanager/util.c
        Accept a desktop file with no Icon field.

1871. By Julien Lavergne

 * po/POTFILES.in:
 * po/POTFILES.skip:
 Move desktop.in to POTFILES.skip.

1872. By moonbeam

* applets/taskmanager/awn-desktop-lookup-cached.c:
* applets/taskmanager/awn-desktop-lookup-cached.h:
* applets/taskmanager/awn-desktop-lookup-gnome3.c:
* applets/taskmanager/awn-desktop-lookup-gnome3.h:
* applets/taskmanager/awn-desktop-lookup.c:
* applets/taskmanager/awn-desktop-lookup.h:
* libawn/awn-desktop-lookup-client.c:
* libawn/awn-desktop-lookup-client.h:
        Add license/copyright info.

1873. By moonbeam

* applets/taskmanager/awn-desktop-lookup-cached.c:
        GHashTable does not like NULL keys.

1874. By moonbeam

* applets/taskmanager/awn-desktop-lookup-cached.c:
        Don't proceed with trying to add contents of a dir if
        it's not one.

1875. By moonbeam

* applets/taskmanager/task-icon-build-context-menus.c:
        When ungrouped, do not show "Add as Launcher" in the
        launcher list when the launcher is already in the list.

1876. By moonbeam

* applets/taskmanager/task-launcher.c:
        Suppress one of those annoying GtkIconTheme spams.

1877. By moonbeam

* applets/taskmanager/task-icon-build-context-menus.c:
        Check some widgets and make sure they're not NULL.

1878. By moonbeam

* applets/taskmanager/task-launcher.c:
        Use the StartupWMClass value on match if it is available.

1879. By moonbeam

* libawn/awn-themed-icon.c:
        Drag and drop fix for applets that disable AwnThemedIcon
        drag and drop but chain to its handler in some situations.

1880. By moonbeam

* applets/taskmanager/awn-desktop-lookup-cached.c:
        When a special case is found a desktop filename must be
        an exact match.

1881. By moonbeam

* applets/taskmanager/util.c:
        wtf... Ubuntu is marking nautilus-browser.desktop with
        NoDisplay = true??? Use nautilus-home.desktop if
        nautilus-browser.desktop is not available.

1882. By moonbeam

* libawn/awn-dialog.c:
        Revert change mistakenly committed in rev 1881.

1883. By Julien Lavergne

 * COPYING.GPL3:
 * libawn/anims/awn-effect-bounce.c:
 * libawn/anims/awn-effect-bounce.h:
 * libawn/anims/awn-effect-desaturate.c:
 * libawn/anims/awn-effect-desaturate.h:
 * libawn/anims/awn-effect-fade.c:
 * libawn/anims/awn-effect-fade.h:
 * libawn/anims/awn-effect-glow.c:
 * libawn/anims/awn-effect-glow.h:
 * libawn/anims/awn-effect-simple.c:
 * libawn/anims/awn-effect-simple.h:
 * libawn/anims/awn-effect-spotlight.c:
 * libawn/anims/awn-effect-spotlight.h:
 * libawn/anims/awn-effect-spotlight3d.c:
 * libawn/anims/awn-effect-spotlight3d.h:
 * libawn/anims/awn-effect-squish.c:
 * libawn/anims/awn-effect-squish.h:
 * libawn/anims/awn-effect-turn.c:
 * libawn/anims/awn-effect-turn.h:
 * libawn/anims/awn-effect-zoom.c:
 * libawn/anims/awn-effect-zoom.h:
 * libawn/anims/awn-effects-shared.c:
 * libawn/anims/awn-effects-shared.h:
 * libawn/awn-alignment.c:
 * libawn/awn-alignment.h:
 * libawn/awn-applet-simple.c:
 * libawn/awn-applet-simple.h:
 * libawn/awn-applet.c:
 * libawn/awn-applet.h:
 * libawn/awn-box.c:
 * libawn/awn-box.h:
 * libawn/awn-cairo-utils.c:
 * libawn/awn-cairo-utils.h:
 * libawn/awn-config.c:
 * libawn/awn-config.h:
 * libawn/awn-dbus-watcher.c:
 * libawn/awn-dbus-watcher.h:
 * libawn/awn-defines.h:
 * libawn/awn-desktop-lookup-client.c:
 * libawn/awn-desktop-lookup-client.h:
 * libawn/awn-dialog.c:
 * libawn/awn-dialog.h:
 * libawn/awn-effects-ops-helpers.c:
 * libawn/awn-effects-ops-helpers.h:
 * libawn/awn-effects-ops-new.c:
 * libawn/awn-effects-ops-new.h:
 * libawn/awn-effects.c:
 * libawn/awn-effects.h:
 * libawn/awn-icon-box.c:
 * libawn/awn-icon-box.h:
 * libawn/awn-icon.c:
 * libawn/awn-icon.h:
 * libawn/awn-image.c:
 * libawn/awn-image.h:
 * libawn/awn-label.c:
 * libawn/awn-label.h:
 * libawn/awn-overlay-pixbuf-file.c:
 * libawn/awn-overlay-pixbuf-file.h:
 * libawn/awn-overlay-pixbuf.c:
 * libawn/awn-overlay-pixbuf.h:
 * libawn/awn-overlay-progress-circle.c:
 * libawn/awn-overlay-progress-circle.h:
 * libawn/awn-overlay-progress.c:
 * libawn/awn-overlay-progress.h:
 * libawn/awn-overlay-text.c:
 * libawn/awn-overlay-text.h:
 * libawn/awn-overlay-themed-icon.c:
 * libawn/awn-overlay-themed-icon.h:
 * libawn/awn-overlay-throbber.c:
 * libawn/awn-overlay-throbber.h:
 * libawn/awn-overlay.c:
 * libawn/awn-overlay.h:
 * libawn/awn-overlayable.c:
 * libawn/awn-overlayable.h:
 * libawn/awn-pixbuf-cache.c:
 * libawn/awn-pixbuf-cache.h:
 * libawn/awn-themed-icon.c:
 * libawn/awn-themed-icon.h:
 * libawn/awn-tooltip.c:
 * libawn/awn-tooltip.h:
 * libawn/awn-utils.c:
 * libawn/awn-utils.h:
 * libawn/gseal-transition.h:
 * libawn/libawn.h:
 * tests/test-awn-dialog.py:
 * tests/test-awn-tooltip.py:
 * tests/test-effects-scaling.py:
 * tests/test-effects.py:
 * tests/test-overlays.py:
 * tests/test-taskmanager-dnd.py:
 * tests/test-taskmanager-windows.py:
 Add GPL v3 complete license
 Reformat licence header of libawn, so licensecheck will correctly
 identify the LGPL license.
 Relicense libawn file to LGPL
 Complete copyright missing with bzr log.

1884. By Julien Lavergne

 * applets/taskmanager/Makefile.am:
 * bindings/vala/Makefile.am:
 * libawn/Makefile.am:
 * src/Makefile.am:
 Adding missing EXTRA_DIST.

1885. By Mark Lee

 * libawn/gseal-transition.h:
 Fix build for GTK+ 2.12.

1886. By Julien Lavergne

 * tests/Makefile.am:
 Add missing EXTRA_DIST.

1887. By Michal Hruby

 * data/avant-window-navigator.schema-ini.in.in:
 * libawn/anims/awn-effects-shared.h:
 * libawn/awn-effects-ops-helpers.c:
 * libawn/awn-effects-ops-new.c:
 * libawn/awn-effects.c:
 * src/awn-panel.c:
 Added ability to specify outline color for the active rectangle.

1888. By Michal Hruby

 * src/awn-background.c:
 Make theming of AwnDialog via gtkrc possible.

1889. By moonbeam

* applets/taskmanager/util.c:
        Don't check title for nautilus windows when doing special
        casing. Othere cases of title matching need to be reviewed
        and removed where possible due to localization.

1890. By Michal Hruby

 * libawn/awn-icon.c:
 * libawn/awn-icon.h:
 * src/awn-panel.c:
 Fixed input shape mask on the scroll arrows.

1891. By moonbeam

* applets/taskmanager/awn-applet-taskmanager.schema-ini.in:
* applets/taskmanager/task-manager.c:
        Add icon_grouping. If grouping is disabled we now spawn new
        icons grouped together with those containing the same desktop.

1892. By moonbeam

* ChangeLog:
* applets/taskmanager/task-icon.c:
* applets/taskmanager/task-window.c:
 For our purposes it's best to check for in viewport instead of
 on workspace.

1893. By moonbeam

* applets/taskmanager/task-icon.c:
        Fixed assertion spam. TaskLaunchers don't have a WnckWindow.

Revision history for this message
Mark Lee (malept) wrote :

The Gentoo ebuilds are finally merged, this can move forward.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file '.bzrignore'
2--- .bzrignore 2008-06-20 03:06:57 +0000
3+++ .bzrignore 2010-01-25 22:18:12 +0000
4@@ -32,7 +32,7 @@
5 avant-applets/avant-applets.py
6 avant-launchers/avant-launchers.py
7 avant-preferences/avant-preferences.py
8-awn-applet-activation/awn-applet-activation
9+applet-activation/awn-applet
10 applets/switcher/switcher.schemas
11 src/avant-window-navigator
12 src/awn-applet-manager-glue.h
13@@ -43,7 +43,8 @@
14 py-compile
15 mkinstalldirs
16 libawn/*awn-enum-types.*
17-libawn/egg/*egg-enum-types.*
18+libawn/*libawnmarshal.*
19+libawn/libawn-marshal.*
20 bindings/python/awn.c
21 awn-manager/awnDefs.py
22 awn-manager/awnManager.py
23@@ -58,7 +59,6 @@
24 doc/reference/sgml.stamp
25 doc/reference/tmpl-build.stamp
26 doc/reference/tmpl.stamp
27-doc/reference/tmpl
28 doc/reference/xml
29 doc/reference/libawn-decl-list.txt
30 doc/reference/libawn-decl.txt
31@@ -72,12 +72,61 @@
32 doc/reference/libawn.interfaces
33 doc/reference/libawn.prerequisites
34 doc/reference/libawn.signals
35-doc/reference/libawn.types
36 doc/reference/*.bak
37-data/awn.schemas*
38+doc/reference/tmpl/*.sgml
39+doc/reference/tmpl/*.sgml.bak
40+doc/reference/*-scan.c
41+data/avant-window-navigator.schemas*
42 config.h.in
43-test/vala-test
44+tests/test-vala-awn-dialog
45+tests/test-vala-awn-dialog.c
46 awn-manager/awn-launcher-editor
47-data/awn.schema-ini
48+data/avant-window-navigator.schema-ini
49 src/awn
50 src/awn-app-glue.h
51+src/awn-panel-glue.h
52+src/test
53+bindings/python/awn.loT
54+tests/test-applet-simple
55+tests/test-awn-icon
56+tests/test-config-client
57+tests/test-themed-icon
58+tests/test-awn-icon-box
59+./tests/test-taskmanager
60+applets/taskmanager/awn-applet-taskmanager.schemas*
61+tests/test-awn-effects
62+awn-manager/awnManagerMini.py
63+m4/gtk-doc.m4
64+m4/intltool.m4
65+shave/shave
66+shave/shave-libtool
67+src/awn-marshal.c
68+src/awn-marshal.h
69+src/stamp-awnmarshal.c
70+src/stamp-awnmarshal.h
71+applets/taskmanager/taskmanager-marshal.c
72+applets/taskmanager/taskmanager-marshal.h
73+doltcompile
74+doltlibtool
75+m4/lt*.m4
76+m4/libtool.m4
77+awn-settings/awn-launcher-editor
78+awn-settings/awnDefs.py
79+awn-settings/awnSettings.py
80+config.guess.cdbs-orig
81+config.sub.cdbs-orig
82+debian/*.debhelper.log
83+debian/*.postinst.debhelper
84+debian/*.postrm.debhelper
85+debian/*.preinst.debhelper
86+debian/*.prerm.debhelper
87+debian/*.substvars
88+debian/*-trunk/
89+debian/files
90+debian/stamp-autotools-files
91+debian/stamp-makefile-build
92+debian/stamp-patched
93+debian/tmp/
94+applets/taskmanager/*-glue.h
95+applets/taskmanager/awn-applet-taskmanager.schema-ini
96+data/avant-window-navigator.schema-ini.in
97
98=== removed file 'CC.COPYING'
99--- CC.COPYING 2008-02-01 18:45:05 +0000
100+++ CC.COPYING 1970-01-01 00:00:00 +0000
101@@ -1,307 +0,0 @@
102-Creative Commons Attribution-Share Alike 3.0 License:
103-
104- THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE COMMONS
105- PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS PROTECTED BY COPYRIGHT AND/OR
106- OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS AUTHORIZED UNDER THIS
107- LICENSE OR COPYRIGHT LAW IS PROHIBITED.
108-
109- BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE TO BE
110- BOUND BY THE TERMS OF THIS LICENSE. TO THE EXTENT THIS LICENSE MAY BE CONSIDERED
111- TO BE A CONTRACT, THE LICENSOR GRANTS YOU THE RIGHTS CONTAINED HERE IN
112- CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND CONDITIONS.
113-
114- 1. Definitions
115-
116- 1. "Adaptation" means a work based upon the Work, or upon the Work and other
117- pre-existing works, such as a translation, adaptation, derivative work, arrangement
118- of music or other alterations of a literary or artistic work, or phonogram or performance
119- and includes cinematographic adaptations or any other form in which the Work may be
120- recast, transformed, or adapted including in any form recognizably derived from the
121- original, except that a work that constitutes a Collection will not be considered an
122- Adaptation for the purpose of this License. For the avoidance of doubt, where the Work
123- is a musical work, performance or phonogram, the synchronization of the Work in
124- timed-relation with a moving image ("synching") will be considered an Adaptation for
125- the purpose of this License.
126-
127- 2. "Collection" means a collection of literary or artistic works, such as encyclopedias
128- and anthologies, or performances, phonograms or broadcasts, or other works or subject
129- matter other than works listed in Section 1(f) below, which, by reason of the selection
130- and arrangement of their contents, constitute intellectual creations, in which the Work
131- is included in its entirety in unmodified form along with one or more other contributions,
132- each constituting separate and independent works in themselves, which together are
133- assembled into a collective whole. A work that constitutes a Collection will not be
134- considered an Adaptation (as defined below) for the purposes of this License.
135-
136- 3. "Creative Commons Compatible License" means a license that is listed at
137- http://creativecommons.org/compatiblelicenses that has been approved by Creative
138- Commons as being essentially equivalent to this License, including, at a minimum, because
139- that license: (i) contains terms that have the same purpose, meaning and effect as the
140- License Elements of this License; and, (ii) explicitly permits the relicensing of
141- adaptations of works made available under that license under this License or a Creative
142- Commons jurisdiction license with the same License Elements as this License.
143-
144- 4. "Distribute" means to make available to the public the original and copies of the Work
145- or Adaptation, as appropriate, through sale or other transfer of ownership.
146-
147- 5. "License Elements" means the following high-level license attributes as selected by
148- Licensor and indicated in the title of this License: Attribution, ShareAlike.
149-
150- 6. "Licensor" means the individual, individuals, entity or entities that offer(s)
151- the Work under the terms of this License.
152-
153- 7. "Original Author" means, in the case of a literary or artistic work, the individual,
154- individuals, entity or entities who created the Work or if no individual or entity can
155- be identified, the publisher; and in addition
156- (i) in the case of a performance the actors, singers, musicians, dancers, and other
157- persons who act, sing, deliver, declaim, play in, interpret or otherwise perform literary
158- or artistic works or expressions of folklore;
159- (ii) in the case of a phonogram the producer being the person or legal entity who first
160- fixes the sounds of a performance or other sounds; and,
161- (iii) in the case of broadcasts, the organization that transmits the broadcast.
162-
163- 8. "Work" means the literary and/or artistic work offered under the terms of this License
164- including without limitation any production in the literary, scientific and artistic
165- domain, whatever may be the mode or form of its expression including digital form,
166- such as a book, pamphlet and other writing; a lecture, address, sermon or other work of
167- the same nature; a dramatic or dramatico-musical work; a choreographic work or entertainment
168- in dumb show; a musical composition with or without words; a cinematographic work to which
169- are assimilated works expressed by a process analogous to cinematography; a work of drawing,
170- painting, architecture, sculpture, engraving or lithography; a photographic work to which
171- are assimilated works expressed by a process analogous to photography; a work of applied art;
172- an illustration, map, plan, sketch or three-dimensional work relative to geography,
173- topography, architecture or science; a performance; a broadcast; a phonogram; a compilation
174- of data to the extent it is protected as a copyrightable work; or a work performed by a
175- variety or circus performer to the extent it is not otherwise considered a literary or
176- artistic work.
177-
178- 9. "You" means an individual or entity exercising rights under this License who has not
179- previously violated the terms of this License with respect to the Work, or who has received
180- express permission from the Licensor to exercise rights under this License despite a
181- previous violation.
182-
183- 10. "Publicly Perform" means to perform public recitations of the Work and to communicate
184- to the public those public recitations, by any means or process, including by wire or
185- wireless means or public digital performances; to make available to the public Works in
186- such a way that members of the public may access these Works from a place and at a place
187- individually chosen by them; to perform the Work to the public by any means or process
188- and the communication to the public of the performances of the Work, including by public
189- digital performance; to broadcast and rebroadcast the Work by any means including signs,
190- sounds or images.
191-
192- 11. "Reproduce" means to make copies of the Work by any means including without limitation
193- by sound or visual recordings and the right of fixation and reproducing fixations of the
194- Work, including storage of a protected performance or phonogram in digital form or other
195- electronic medium.
196-
197- 2. Fair Dealing Rights. Nothing in this License is intended to reduce, limit, or restrict
198- any uses free from copyright or rights arising from limitations or exceptions that are
199- provided for in connection with the copyright protection under copyright law or other
200- applicable laws.
201-
202- 3. License Grant. Subject to the terms and conditions of this License, Licensor hereby
203- grants You a worldwide, royalty-free, non-exclusive, perpetual (for the duration of the
204- applicable copyright) license to exercise the rights in the Work as stated below:
205-
206- 1. to Reproduce the Work, to incorporate the Work into one or more Collections, and to
207- Reproduce the Work as incorporated in the Collections;
208-
209- 2. to create and Reproduce Adaptations provided that any such Adaptation, including any
210- translation in any medium, takes reasonable steps to clearly label, demarcate or otherwise
211- identify that changes were made to the original Work. For example, a translation could be
212- marked "The original work was translated from English to Spanish," or a modification could
213- indicate "The original work has been modified.";
214-
215- 3. to Distribute and Publicly Perform the Work including as incorporated in Collections; and,
216- 4. to Distribute and Publicly Perform Adaptations.
217- 5. For the avoidance of doubt:
218- 1. Non-waivable Compulsory License Schemes. In those jurisdictions in which the right
219- to collect royalties through any statutory or compulsory licensing scheme cannot be waived,
220- the Licensor reserves the exclusive right to collect such royalties for any exercise by
221- You of the rights granted under this License;
222- 2. Waivable Compulsory License Schemes. In those jurisdictions in which the right
223- to collect royalties through any statutory or compulsory licensing scheme can be waived,
224- the Licensor waives the exclusive right to collect such royalties for any exercise by
225- You of the rights granted under this License; and,
226- 3. Voluntary License Schemes. The Licensor waives the right to collect royalties,
227- whether individually or, in the event that the Licensor is a member of a collecting society
228- that administers voluntary licensing schemes, via that society, from any exercise by You of
229- the rights granted under this License.
230-
231- The above rights may be exercised in all media and formats whether now known or hereafter
232- devised. The above rights include the right to make such modifications as are technically
233- necessary to exercise the rights in other media and formats. Subject to Section 8(f),
234- all rights not expressly granted by Licensor are hereby reserved.
235-
236- 4. Restrictions. The license granted in Section 3 above is expressly made subject to
237- and limited by the following restrictions:
238-
239- 1. You may Distribute or Publicly Perform the Work only under the terms of this License.
240- You must include a copy of, or the Uniform Resource Identifier (URI) for, this License
241- with every copy of the Work You Distribute or Publicly Perform. You may not offer or
242- impose any terms on the Work that restrict the terms of this License or the ability of
243- the recipient of the Work to exercise the rights granted to that recipient under the terms
244- of the License. You may not sublicense the Work. You must keep intact all notices that
245- refer to this License and to the disclaimer of warranties with every copy of the Work
246- You Distribute or Publicly Perform. When You Distribute or Publicly Perform the Work,
247- You may not impose any effective technological measures on the Work that restrict the
248- ability of a recipient of the Work from You to exercise the rights granted to that
249- recipient under the terms of the License. This Section 4(a) applies to the Work as
250- incorporated in a Collection, but this does not require the Collection apart from the
251- Work itself to be made subject to the terms of this License. If You create a Collection,
252- upon notice from any Licensor You must, to the extent practicable, remove from the
253- Collection any credit as required by Section 4(c), as requested. If You create an
254- Adaptation, upon notice from any Licensor You must, to the extent practicable, remove
255- from the Adaptation any credit as required by Section 4(c), as requested.
256-
257- 2. You may Distribute or Publicly Perform an Adaptation only under the terms of:
258- (i) this License;
259- (ii) a later version of this License with the same License Elements as this License;
260- (iii) a Creative Commons jurisdiction license (either this or a later license version)
261- that contains the same License Elements as this License (e.g., Attribution-ShareAlike
262- 3.0 US));
263- (iv) a Creative Commons Compatible License. If you license the Adaptation under one of
264- the licenses mentioned in (iv), you must comply with the terms of that license.
265- If you license the Adaptation under the terms of any of the licenses mentioned in (i),
266- (ii) or (iii) (the "Applicable License"), you must comply with the terms of the
267- Applicable License generally and the following provisions:
268- (I) You must include a copy of, or the URI for, the Applicable License with every copy
269- of each Adaptation You Distribute or Publicly Perform;
270- (II) You may not offer or impose any terms on the Adaptation that restrict the terms
271- of the Applicable License or the ability of the recipient of the Adaptation to exercise
272- the rights granted to that recipient under the terms of the Applicable License;
273- (III) You must keep intact all notices that refer to the Applicable License and to
274- the disclaimer of warranties with every copy of the Work as included in the Adaptation
275- You Distribute or Publicly Perform;
276- (IV) when You Distribute or Publicly Perform the Adaptation, You may not impose any
277- effective technological measures on the Adaptation that restrict the ability of a
278- recipient of the Adaptation from You to exercise the rights granted to that recipient
279- under the terms of the Applicable License. This Section 4(b) applies to the Adaptation as
280- incorporated in a Collection, but this does not require the Collection apart from the
281- Adaptation itself to be made subject to the terms of the Applicable License.
282-
283- 3. If You Distribute, or Publicly Perform the Work or any Adaptations or Collections,
284- You must, unless a request has been made pursuant to Section 4(a), keep intact all copyright
285- notices for the Work and provide, reasonable to the medium or means You are utilizing:
286- (i) the name of the Original Author (or pseudonym, if applicable) if supplied, and/or if
287- the Original Author and/or Licensor designate another party or parties (e.g., a sponsor
288- institute, publishing entity, journal) for attribution ("Attribution Parties") in
289- Licensor's copyright notice, terms of service or by other reasonable means, the name of
290- such party or parties;
291- (ii) the title of the Work if supplied;
292- (iii) to the extent reasonably practicable, the URI, if any, that Licensor specifies
293- to be associated with the Work, unless such URI does not refer to the copyright notice
294- or licensing information for the Work; and
295- (iv) , consistent with Ssection 3(b), in the case of an Adaptation, a credit identifying
296- the use of the Work in the Adaptation (e.g., "French translation of the Work by Original
297- Author," or "Screenplay based on original Work by Original Author"). The credit required
298- by this Section 4(c) may be implemented in any reasonable manner; provided, however,
299- that in the case of a Adaptation or Collection, at a minimum such credit will appear,
300- if a credit for all contributing authors of the Adaptation or Collection appears, then
301- as part of these credits and in a manner at least as prominent as the credits for the
302- other contributing authors. For the avoidance of doubt, You may only use the credit
303- required by this Section for the purpose of attribution in the manner set out above and,
304- by exercising Your rights under this License, You may not implicitly or explicitly assert
305- or imply any connection with, sponsorship or endorsement by the Original Author, Licensor
306- and/or Attribution Parties, as appropriate, of You or Your use of the Work, without the
307- separate, express prior written permission of the Original Author, Licensor and/or
308- Attribution Parties.
309-
310- 4. Except as otherwise agreed in writing by the Licensor or as may be otherwise permitted
311- by applicable law, if You Reproduce, Distribute or Publicly Perform the Work either by
312- itself or as part of any Adaptations or Collections, You must not distort, mutilate,
313- modify or take other derogatory action in relation to the Work which would be prejudicial
314- to the Original Author's honor or reputation. Licensor agrees that in those jurisdictions
315- (e.g. Japan), in which any exercise of the right granted in Section 3(b) of this License
316- (the right to make Adaptations) would be deemed to be a distortion, mutilation,
317- modification or other derogatory action prejudicial to the Original Author's honor and
318- reputation, the Licensor will waive or not assert, as appropriate, this Section, to the
319- fullest extent permitted by the applicable national law, to enable You to reasonably
320- exercise Your right under Section 3(b) of this License (right to make Adaptations) but
321- not otherwise.
322-
323- 5. Representations, Warranties and Disclaimer
324-
325- UNLESS OTHERWISE MUTUALLY AGREED TO BY THE PARTIES IN WRITING, LICENSOR OFFERS THE WORK
326- AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND CONCERNING THE WORK, EXPRESS,
327- IMPLIED, STATUTORY OR OTHERWISE, INCLUDING, WITHOUT LIMITATION, WARRANTIES OF TITLE,
328- MERCHANTIBILITY, FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF
329- LATENT OR OTHER DEFECTS, ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS, WHETHER OR NOT
330- DISCOVERABLE. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OF IMPLIED WARRANTIES, SO
331- SUCH EXCLUSION MAY NOT APPLY TO YOU.
332-
333- 6. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE LAW, IN NO EVENT
334- WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR ANY SPECIAL, INCIDENTAL,
335- CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES ARISING OUT OF THIS LICENSE OR THE USE
336- OF THE WORK, EVEN IF LICENSOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
337-
338- 7. Termination
339-
340- 1. This License and the rights granted hereunder will terminate automatically upon any
341- breach by You of the terms of this License. Individuals or entities who have received
342- Adaptations or Collections from You under this License, however, will not have their
343- licenses terminated provided such individuals or entities remain in full compliance with
344- those licenses. Sections 1, 2, 5, 6, 7, and 8 will survive any termination of this License.
345-
346- 2. Subject to the above terms and conditions, the license granted here is perpetual
347- (for the duration of the applicable copyright in the Work). Notwithstanding the above,
348- Licensor reserves the right to release the Work under different license terms or to stop
349- distributing the Work at any time; provided, however that any such election will not serve
350- to withdraw this License (or any other license that has been, or is required to be, granted
351- under the terms of this License), and this License will continue in full force and effect
352- unless terminated as stated above.
353-
354- 8. Miscellaneous
355-
356- 1. Each time You Distribute or Publicly Perform the Work or a Collection, the Licensor
357- offers to the recipient a license to the Work on the same terms and conditions as the
358- license granted to You under this License.
359-
360- 2. Each time You Distribute or Publicly Perform an Adaptation, Licensor offers to the
361- recipient a license to the original Work on the same terms and conditions as the license
362- granted to You under this License.
363-
364- 3. If any provision of this License is invalid or unenforceable under applicable law,
365- it shall not affect the validity or enforceability of the remainder of the terms of this
366- License, and without further action by the parties to this agreement, such provision
367- shall be reformed to the minimum extent necessary to make such provision valid and
368- enforceable.
369-
370- 4. No term or provision of this License shall be deemed waived and no breach consented
371- to unless such waiver or consent shall be in writing and signed by the party to be charged
372- with such waiver or consent.
373-
374- 5. This License constitutes the entire agreement between the parties with respect to the
375- Work licensed here. There are no understandings, agreements or representations with respect
376- to the Work not specified here. Licensor shall not be bound by any additional provisions
377- that may appear in any communication from You. This License may not be modified without
378- the mutual written agreement of the Licensor and You.
379-
380- 6. The rights granted under, and the subject matter referenced, in this License were
381- drafted utilizing the terminology of the Berne Convention for the Protection of Literary
382- and Artistic Works (as amended on September 28, 1979), the Rome Convention of 1961, the
383- WIPO Copyright Treaty of 1996, the WIPO Performances and Phonograms Treaty of 1996 and
384- the Universal Copyright Convention (as revised on July 24, 1971). These rights and subject
385- matter take effect in the relevant jurisdiction in which the License terms are sought to
386- be enforced according to the corresponding provisions of the implementation of those
387- treaty provisions in the applicable national law. If the standard suite of rights granted
388- under applicable copyright law includes additional rights not granted under this License,
389- such additional rights are deemed to be included in the License; this License is not intended
390- to restrict the license of any rights under applicable law.
391-
392- Creative Commons Notice
393-
394- Creative Commons is not a party to this License, and makes no warranty whatsoever in
395- connection with the Work. Creative Commons will not be liable to You or any party on any
396- legal theory for any damages whatsoever, including without limitation any general,
397- special, incidental or consequential damages arising in connection to this license.
398- Notwithstanding the foregoing two (2) sentences, if Creative Commons has expressly
399- identified itself as the Licensor hereunder, it shall have all rights and obligations
400- of Licensor.
401-
402- Except for the limited purpose of indicating to the public that the Work is licensed
403- under the CCPL, Creative Commons does not authorize the use by either party of the
404- trademark "Creative Commons" or any related trademark or logo of Creative Commons
405- without the prior written consent of Creative Commons. Any permitted use will be in
406- compliance with Creative Commons' then-current trademark usage guidelines, as may be
407- published on its website or otherwise made available upon request from time to time.
408- For the avoidance of doubt, this trademark restriction does not form part of the License.
409
410=== added file 'COPYING.GPL3'
411--- COPYING.GPL3 1970-01-01 00:00:00 +0000
412+++ COPYING.GPL3 2010-01-25 22:18:13 +0000
413@@ -0,0 +1,676 @@
414+
415+ GNU GENERAL PUBLIC LICENSE
416+ Version 3, 29 June 2007
417+
418+ Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
419+ Everyone is permitted to copy and distribute verbatim copies
420+ of this license document, but changing it is not allowed.
421+
422+ Preamble
423+
424+ The GNU General Public License is a free, copyleft license for
425+software and other kinds of works.
426+
427+ The licenses for most software and other practical works are designed
428+to take away your freedom to share and change the works. By contrast,
429+the GNU General Public License is intended to guarantee your freedom to
430+share and change all versions of a program--to make sure it remains free
431+software for all its users. We, the Free Software Foundation, use the
432+GNU General Public License for most of our software; it applies also to
433+any other work released this way by its authors. You can apply it to
434+your programs, too.
435+
436+ When we speak of free software, we are referring to freedom, not
437+price. Our General Public Licenses are designed to make sure that you
438+have the freedom to distribute copies of free software (and charge for
439+them if you wish), that you receive source code or can get it if you
440+want it, that you can change the software or use pieces of it in new
441+free programs, and that you know you can do these things.
442+
443+ To protect your rights, we need to prevent others from denying you
444+these rights or asking you to surrender the rights. Therefore, you have
445+certain responsibilities if you distribute copies of the software, or if
446+you modify it: responsibilities to respect the freedom of others.
447+
448+ For example, if you distribute copies of such a program, whether
449+gratis or for a fee, you must pass on to the recipients the same
450+freedoms that you received. You must make sure that they, too, receive
451+or can get the source code. And you must show them these terms so they
452+know their rights.
453+
454+ Developers that use the GNU GPL protect your rights with two steps:
455+(1) assert copyright on the software, and (2) offer you this License
456+giving you legal permission to copy, distribute and/or modify it.
457+
458+ For the developers' and authors' protection, the GPL clearly explains
459+that there is no warranty for this free software. For both users' and
460+authors' sake, the GPL requires that modified versions be marked as
461+changed, so that their problems will not be attributed erroneously to
462+authors of previous versions.
463+
464+ Some devices are designed to deny users access to install or run
465+modified versions of the software inside them, although the manufacturer
466+can do so. This is fundamentally incompatible with the aim of
467+protecting users' freedom to change the software. The systematic
468+pattern of such abuse occurs in the area of products for individuals to
469+use, which is precisely where it is most unacceptable. Therefore, we
470+have designed this version of the GPL to prohibit the practice for those
471+products. If such problems arise substantially in other domains, we
472+stand ready to extend this provision to those domains in future versions
473+of the GPL, as needed to protect the freedom of users.
474+
475+ Finally, every program is threatened constantly by software patents.
476+States should not allow patents to restrict development and use of
477+software on general-purpose computers, but in those that do, we wish to
478+avoid the special danger that patents applied to a free program could
479+make it effectively proprietary. To prevent this, the GPL assures that
480+patents cannot be used to render the program non-free.
481+
482+ The precise terms and conditions for copying, distribution and
483+modification follow.
484+
485+ TERMS AND CONDITIONS
486+
487+ 0. Definitions.
488+
489+ "This License" refers to version 3 of the GNU General Public License.
490+
491+ "Copyright" also means copyright-like laws that apply to other kinds of
492+works, such as semiconductor masks.
493+
494+ "The Program" refers to any copyrightable work licensed under this
495+License. Each licensee is addressed as "you". "Licensees" and
496+"recipients" may be individuals or organizations.
497+
498+ To "modify" a work means to copy from or adapt all or part of the work
499+in a fashion requiring copyright permission, other than the making of an
500+exact copy. The resulting work is called a "modified version" of the
501+earlier work or a work "based on" the earlier work.
502+
503+ A "covered work" means either the unmodified Program or a work based
504+on the Program.
505+
506+ To "propagate" a work means to do anything with it that, without
507+permission, would make you directly or secondarily liable for
508+infringement under applicable copyright law, except executing it on a
509+computer or modifying a private copy. Propagation includes copying,
510+distribution (with or without modification), making available to the
511+public, and in some countries other activities as well.
512+
513+ To "convey" a work means any kind of propagation that enables other
514+parties to make or receive copies. Mere interaction with a user through
515+a computer network, with no transfer of a copy, is not conveying.
516+
517+ An interactive user interface displays "Appropriate Legal Notices"
518+to the extent that it includes a convenient and prominently visible
519+feature that (1) displays an appropriate copyright notice, and (2)
520+tells the user that there is no warranty for the work (except to the
521+extent that warranties are provided), that licensees may convey the
522+work under this License, and how to view a copy of this License. If
523+the interface presents a list of user commands or options, such as a
524+menu, a prominent item in the list meets this criterion.
525+
526+ 1. Source Code.
527+
528+ The "source code" for a work means the preferred form of the work
529+for making modifications to it. "Object code" means any non-source
530+form of a work.
531+
532+ A "Standard Interface" means an interface that either is an official
533+standard defined by a recognized standards body, or, in the case of
534+interfaces specified for a particular programming language, one that
535+is widely used among developers working in that language.
536+
537+ The "System Libraries" of an executable work include anything, other
538+than the work as a whole, that (a) is included in the normal form of
539+packaging a Major Component, but which is not part of that Major
540+Component, and (b) serves only to enable use of the work with that
541+Major Component, or to implement a Standard Interface for which an
542+implementation is available to the public in source code form. A
543+"Major Component", in this context, means a major essential component
544+(kernel, window system, and so on) of the specific operating system
545+(if any) on which the executable work runs, or a compiler used to
546+produce the work, or an object code interpreter used to run it.
547+
548+ The "Corresponding Source" for a work in object code form means all
549+the source code needed to generate, install, and (for an executable
550+work) run the object code and to modify the work, including scripts to
551+control those activities. However, it does not include the work's
552+System Libraries, or general-purpose tools or generally available free
553+programs which are used unmodified in performing those activities but
554+which are not part of the work. For example, Corresponding Source
555+includes interface definition files associated with source files for
556+the work, and the source code for shared libraries and dynamically
557+linked subprograms that the work is specifically designed to require,
558+such as by intimate data communication or control flow between those
559+subprograms and other parts of the work.
560+
561+ The Corresponding Source need not include anything that users
562+can regenerate automatically from other parts of the Corresponding
563+Source.
564+
565+ The Corresponding Source for a work in source code form is that
566+same work.
567+
568+ 2. Basic Permissions.
569+
570+ All rights granted under this License are granted for the term of
571+copyright on the Program, and are irrevocable provided the stated
572+conditions are met. This License explicitly affirms your unlimited
573+permission to run the unmodified Program. The output from running a
574+covered work is covered by this License only if the output, given its
575+content, constitutes a covered work. This License acknowledges your
576+rights of fair use or other equivalent, as provided by copyright law.
577+
578+ You may make, run and propagate covered works that you do not
579+convey, without conditions so long as your license otherwise remains
580+in force. You may convey covered works to others for the sole purpose
581+of having them make modifications exclusively for you, or provide you
582+with facilities for running those works, provided that you comply with
583+the terms of this License in conveying all material for which you do
584+not control copyright. Those thus making or running the covered works
585+for you must do so exclusively on your behalf, under your direction
586+and control, on terms that prohibit them from making any copies of
587+your copyrighted material outside their relationship with you.
588+
589+ Conveying under any other circumstances is permitted solely under
590+the conditions stated below. Sublicensing is not allowed; section 10
591+makes it unnecessary.
592+
593+ 3. Protecting Users' Legal Rights From Anti-Circumvention Law.
594+
595+ No covered work shall be deemed part of an effective technological
596+measure under any applicable law fulfilling obligations under article
597+11 of the WIPO copyright treaty adopted on 20 December 1996, or
598+similar laws prohibiting or restricting circumvention of such
599+measures.
600+
601+ When you convey a covered work, you waive any legal power to forbid
602+circumvention of technological measures to the extent such circumvention
603+is effected by exercising rights under this License with respect to
604+the covered work, and you disclaim any intention to limit operation or
605+modification of the work as a means of enforcing, against the work's
606+users, your or third parties' legal rights to forbid circumvention of
607+technological measures.
608+
609+ 4. Conveying Verbatim Copies.
610+
611+ You may convey verbatim copies of the Program's source code as you
612+receive it, in any medium, provided that you conspicuously and
613+appropriately publish on each copy an appropriate copyright notice;
614+keep intact all notices stating that this License and any
615+non-permissive terms added in accord with section 7 apply to the code;
616+keep intact all notices of the absence of any warranty; and give all
617+recipients a copy of this License along with the Program.
618+
619+ You may charge any price or no price for each copy that you convey,
620+and you may offer support or warranty protection for a fee.
621+
622+ 5. Conveying Modified Source Versions.
623+
624+ You may convey a work based on the Program, or the modifications to
625+produce it from the Program, in the form of source code under the
626+terms of section 4, provided that you also meet all of these conditions:
627+
628+ a) The work must carry prominent notices stating that you modified
629+ it, and giving a relevant date.
630+
631+ b) The work must carry prominent notices stating that it is
632+ released under this License and any conditions added under section
633+ 7. This requirement modifies the requirement in section 4 to
634+ "keep intact all notices".
635+
636+ c) You must license the entire work, as a whole, under this
637+ License to anyone who comes into possession of a copy. This
638+ License will therefore apply, along with any applicable section 7
639+ additional terms, to the whole of the work, and all its parts,
640+ regardless of how they are packaged. This License gives no
641+ permission to license the work in any other way, but it does not
642+ invalidate such permission if you have separately received it.
643+
644+ d) If the work has interactive user interfaces, each must display
645+ Appropriate Legal Notices; however, if the Program has interactive
646+ interfaces that do not display Appropriate Legal Notices, your
647+ work need not make them do so.
648+
649+ A compilation of a covered work with other separate and independent
650+works, which are not by their nature extensions of the covered work,
651+and which are not combined with it such as to form a larger program,
652+in or on a volume of a storage or distribution medium, is called an
653+"aggregate" if the compilation and its resulting copyright are not
654+used to limit the access or legal rights of the compilation's users
655+beyond what the individual works permit. Inclusion of a covered work
656+in an aggregate does not cause this License to apply to the other
657+parts of the aggregate.
658+
659+ 6. Conveying Non-Source Forms.
660+
661+ You may convey a covered work in object code form under the terms
662+of sections 4 and 5, provided that you also convey the
663+machine-readable Corresponding Source under the terms of this License,
664+in one of these ways:
665+
666+ a) Convey the object code in, or embodied in, a physical product
667+ (including a physical distribution medium), accompanied by the
668+ Corresponding Source fixed on a durable physical medium
669+ customarily used for software interchange.
670+
671+ b) Convey the object code in, or embodied in, a physical product
672+ (including a physical distribution medium), accompanied by a
673+ written offer, valid for at least three years and valid for as
674+ long as you offer spare parts or customer support for that product
675+ model, to give anyone who possesses the object code either (1) a
676+ copy of the Corresponding Source for all the software in the
677+ product that is covered by this License, on a durable physical
678+ medium customarily used for software interchange, for a price no
679+ more than your reasonable cost of physically performing this
680+ conveying of source, or (2) access to copy the
681+ Corresponding Source from a network server at no charge.
682+
683+ c) Convey individual copies of the object code with a copy of the
684+ written offer to provide the Corresponding Source. This
685+ alternative is allowed only occasionally and noncommercially, and
686+ only if you received the object code with such an offer, in accord
687+ with subsection 6b.
688+
689+ d) Convey the object code by offering access from a designated
690+ place (gratis or for a charge), and offer equivalent access to the
691+ Corresponding Source in the same way through the same place at no
692+ further charge. You need not require recipients to copy the
693+ Corresponding Source along with the object code. If the place to
694+ copy the object code is a network server, the Corresponding Source
695+ may be on a different server (operated by you or a third party)
696+ that supports equivalent copying facilities, provided you maintain
697+ clear directions next to the object code saying where to find the
698+ Corresponding Source. Regardless of what server hosts the
699+ Corresponding Source, you remain obligated to ensure that it is
700+ available for as long as needed to satisfy these requirements.
701+
702+ e) Convey the object code using peer-to-peer transmission, provided
703+ you inform other peers where the object code and Corresponding
704+ Source of the work are being offered to the general public at no
705+ charge under subsection 6d.
706+
707+ A separable portion of the object code, whose source code is excluded
708+from the Corresponding Source as a System Library, need not be
709+included in conveying the object code work.
710+
711+ A "User Product" is either (1) a "consumer product", which means any
712+tangible personal property which is normally used for personal, family,
713+or household purposes, or (2) anything designed or sold for incorporation
714+into a dwelling. In determining whether a product is a consumer product,
715+doubtful cases shall be resolved in favor of coverage. For a particular
716+product received by a particular user, "normally used" refers to a
717+typical or common use of that class of product, regardless of the status
718+of the particular user or of the way in which the particular user
719+actually uses, or expects or is expected to use, the product. A product
720+is a consumer product regardless of whether the product has substantial
721+commercial, industrial or non-consumer uses, unless such uses represent
722+the only significant mode of use of the product.
723+
724+ "Installation Information" for a User Product means any methods,
725+procedures, authorization keys, or other information required to install
726+and execute modified versions of a covered work in that User Product from
727+a modified version of its Corresponding Source. The information must
728+suffice to ensure that the continued functioning of the modified object
729+code is in no case prevented or interfered with solely because
730+modification has been made.
731+
732+ If you convey an object code work under this section in, or with, or
733+specifically for use in, a User Product, and the conveying occurs as
734+part of a transaction in which the right of possession and use of the
735+User Product is transferred to the recipient in perpetuity or for a
736+fixed term (regardless of how the transaction is characterized), the
737+Corresponding Source conveyed under this section must be accompanied
738+by the Installation Information. But this requirement does not apply
739+if neither you nor any third party retains the ability to install
740+modified object code on the User Product (for example, the work has
741+been installed in ROM).
742+
743+ The requirement to provide Installation Information does not include a
744+requirement to continue to provide support service, warranty, or updates
745+for a work that has been modified or installed by the recipient, or for
746+the User Product in which it has been modified or installed. Access to a
747+network may be denied when the modification itself materially and
748+adversely affects the operation of the network or violates the rules and
749+protocols for communication across the network.
750+
751+ Corresponding Source conveyed, and Installation Information provided,
752+in accord with this section must be in a format that is publicly
753+documented (and with an implementation available to the public in
754+source code form), and must require no special password or key for
755+unpacking, reading or copying.
756+
757+ 7. Additional Terms.
758+
759+ "Additional permissions" are terms that supplement the terms of this
760+License by making exceptions from one or more of its conditions.
761+Additional permissions that are applicable to the entire Program shall
762+be treated as though they were included in this License, to the extent
763+that they are valid under applicable law. If additional permissions
764+apply only to part of the Program, that part may be used separately
765+under those permissions, but the entire Program remains governed by
766+this License without regard to the additional permissions.
767+
768+ When you convey a copy of a covered work, you may at your option
769+remove any additional permissions from that copy, or from any part of
770+it. (Additional permissions may be written to require their own
771+removal in certain cases when you modify the work.) You may place
772+additional permissions on material, added by you to a covered work,
773+for which you have or can give appropriate copyright permission.
774+
775+ Notwithstanding any other provision of this License, for material you
776+add to a covered work, you may (if authorized by the copyright holders of
777+that material) supplement the terms of this License with terms:
778+
779+ a) Disclaiming warranty or limiting liability differently from the
780+ terms of sections 15 and 16 of this License; or
781+
782+ b) Requiring preservation of specified reasonable legal notices or
783+ author attributions in that material or in the Appropriate Legal
784+ Notices displayed by works containing it; or
785+
786+ c) Prohibiting misrepresentation of the origin of that material, or
787+ requiring that modified versions of such material be marked in
788+ reasonable ways as different from the original version; or
789+
790+ d) Limiting the use for publicity purposes of names of licensors or
791+ authors of the material; or
792+
793+ e) Declining to grant rights under trademark law for use of some
794+ trade names, trademarks, or service marks; or
795+
796+ f) Requiring indemnification of licensors and authors of that
797+ material by anyone who conveys the material (or modified versions of
798+ it) with contractual assumptions of liability to the recipient, for
799+ any liability that these contractual assumptions directly impose on
800+ those licensors and authors.
801+
802+ All other non-permissive additional terms are considered "further
803+restrictions" within the meaning of section 10. If the Program as you
804+received it, or any part of it, contains a notice stating that it is
805+governed by this License along with a term that is a further
806+restriction, you may remove that term. If a license document contains
807+a further restriction but permits relicensing or conveying under this
808+License, you may add to a covered work material governed by the terms
809+of that license document, provided that the further restriction does
810+not survive such relicensing or conveying.
811+
812+ If you add terms to a covered work in accord with this section, you
813+must place, in the relevant source files, a statement of the
814+additional terms that apply to those files, or a notice indicating
815+where to find the applicable terms.
816+
817+ Additional terms, permissive or non-permissive, may be stated in the
818+form of a separately written license, or stated as exceptions;
819+the above requirements apply either way.
820+
821+ 8. Termination.
822+
823+ You may not propagate or modify a covered work except as expressly
824+provided under this License. Any attempt otherwise to propagate or
825+modify it is void, and will automatically terminate your rights under
826+this License (including any patent licenses granted under the third
827+paragraph of section 11).
828+
829+ However, if you cease all violation of this License, then your
830+license from a particular copyright holder is reinstated (a)
831+provisionally, unless and until the copyright holder explicitly and
832+finally terminates your license, and (b) permanently, if the copyright
833+holder fails to notify you of the violation by some reasonable means
834+prior to 60 days after the cessation.
835+
836+ Moreover, your license from a particular copyright holder is
837+reinstated permanently if the copyright holder notifies you of the
838+violation by some reasonable means, this is the first time you have
839+received notice of violation of this License (for any work) from that
840+copyright holder, and you cure the violation prior to 30 days after
841+your receipt of the notice.
842+
843+ Termination of your rights under this section does not terminate the
844+licenses of parties who have received copies or rights from you under
845+this License. If your rights have been terminated and not permanently
846+reinstated, you do not qualify to receive new licenses for the same
847+material under section 10.
848+
849+ 9. Acceptance Not Required for Having Copies.
850+
851+ You are not required to accept this License in order to receive or
852+run a copy of the Program. Ancillary propagation of a covered work
853+occurring solely as a consequence of using peer-to-peer transmission
854+to receive a copy likewise does not require acceptance. However,
855+nothing other than this License grants you permission to propagate or
856+modify any covered work. These actions infringe copyright if you do
857+not accept this License. Therefore, by modifying or propagating a
858+covered work, you indicate your acceptance of this License to do so.
859+
860+ 10. Automatic Licensing of Downstream Recipients.
861+
862+ Each time you convey a covered work, the recipient automatically
863+receives a license from the original licensors, to run, modify and
864+propagate that work, subject to this License. You are not responsible
865+for enforcing compliance by third parties with this License.
866+
867+ An "entity transaction" is a transaction transferring control of an
868+organization, or substantially all assets of one, or subdividing an
869+organization, or merging organizations. If propagation of a covered
870+work results from an entity transaction, each party to that
871+transaction who receives a copy of the work also receives whatever
872+licenses to the work the party's predecessor in interest had or could
873+give under the previous paragraph, plus a right to possession of the
874+Corresponding Source of the work from the predecessor in interest, if
875+the predecessor has it or can get it with reasonable efforts.
876+
877+ You may not impose any further restrictions on the exercise of the
878+rights granted or affirmed under this License. For example, you may
879+not impose a license fee, royalty, or other charge for exercise of
880+rights granted under this License, and you may not initiate litigation
881+(including a cross-claim or counterclaim in a lawsuit) alleging that
882+any patent claim is infringed by making, using, selling, offering for
883+sale, or importing the Program or any portion of it.
884+
885+ 11. Patents.
886+
887+ A "contributor" is a copyright holder who authorizes use under this
888+License of the Program or a work on which the Program is based. The
889+work thus licensed is called the contributor's "contributor version".
890+
891+ A contributor's "essential patent claims" are all patent claims
892+owned or controlled by the contributor, whether already acquired or
893+hereafter acquired, that would be infringed by some manner, permitted
894+by this License, of making, using, or selling its contributor version,
895+but do not include claims that would be infringed only as a
896+consequence of further modification of the contributor version. For
897+purposes of this definition, "control" includes the right to grant
898+patent sublicenses in a manner consistent with the requirements of
899+this License.
900+
901+ Each contributor grants you a non-exclusive, worldwide, royalty-free
902+patent license under the contributor's essential patent claims, to
903+make, use, sell, offer for sale, import and otherwise run, modify and
904+propagate the contents of its contributor version.
905+
906+ In the following three paragraphs, a "patent license" is any express
907+agreement or commitment, however denominated, not to enforce a patent
908+(such as an express permission to practice a patent or covenant not to
909+sue for patent infringement). To "grant" such a patent license to a
910+party means to make such an agreement or commitment not to enforce a
911+patent against the party.
912+
913+ If you convey a covered work, knowingly relying on a patent license,
914+and the Corresponding Source of the work is not available for anyone
915+to copy, free of charge and under the terms of this License, through a
916+publicly available network server or other readily accessible means,
917+then you must either (1) cause the Corresponding Source to be so
918+available, or (2) arrange to deprive yourself of the benefit of the
919+patent license for this particular work, or (3) arrange, in a manner
920+consistent with the requirements of this License, to extend the patent
921+license to downstream recipients. "Knowingly relying" means you have
922+actual knowledge that, but for the patent license, your conveying the
923+covered work in a country, or your recipient's use of the covered work
924+in a country, would infringe one or more identifiable patents in that
925+country that you have reason to believe are valid.
926+
927+ If, pursuant to or in connection with a single transaction or
928+arrangement, you convey, or propagate by procuring conveyance of, a
929+covered work, and grant a patent license to some of the parties
930+receiving the covered work authorizing them to use, propagate, modify
931+or convey a specific copy of the covered work, then the patent license
932+you grant is automatically extended to all recipients of the covered
933+work and works based on it.
934+
935+ A patent license is "discriminatory" if it does not include within
936+the scope of its coverage, prohibits the exercise of, or is
937+conditioned on the non-exercise of one or more of the rights that are
938+specifically granted under this License. You may not convey a covered
939+work if you are a party to an arrangement with a third party that is
940+in the business of distributing software, under which you make payment
941+to the third party based on the extent of your activity of conveying
942+the work, and under which the third party grants, to any of the
943+parties who would receive the covered work from you, a discriminatory
944+patent license (a) in connection with copies of the covered work
945+conveyed by you (or copies made from those copies), or (b) primarily
946+for and in connection with specific products or compilations that
947+contain the covered work, unless you entered into that arrangement,
948+or that patent license was granted, prior to 28 March 2007.
949+
950+ Nothing in this License shall be construed as excluding or limiting
951+any implied license or other defenses to infringement that may
952+otherwise be available to you under applicable patent law.
953+
954+ 12. No Surrender of Others' Freedom.
955+
956+ If conditions are imposed on you (whether by court order, agreement or
957+otherwise) that contradict the conditions of this License, they do not
958+excuse you from the conditions of this License. If you cannot convey a
959+covered work so as to satisfy simultaneously your obligations under this
960+License and any other pertinent obligations, then as a consequence you may
961+not convey it at all. For example, if you agree to terms that obligate you
962+to collect a royalty for further conveying from those to whom you convey
963+the Program, the only way you could satisfy both those terms and this
964+License would be to refrain entirely from conveying the Program.
965+
966+ 13. Use with the GNU Affero General Public License.
967+
968+ Notwithstanding any other provision of this License, you have
969+permission to link or combine any covered work with a work licensed
970+under version 3 of the GNU Affero General Public License into a single
971+combined work, and to convey the resulting work. The terms of this
972+License will continue to apply to the part which is the covered work,
973+but the special requirements of the GNU Affero General Public License,
974+section 13, concerning interaction through a network will apply to the
975+combination as such.
976+
977+ 14. Revised Versions of this License.
978+
979+ The Free Software Foundation may publish revised and/or new versions of
980+the GNU General Public License from time to time. Such new versions will
981+be similar in spirit to the present version, but may differ in detail to
982+address new problems or concerns.
983+
984+ Each version is given a distinguishing version number. If the
985+Program specifies that a certain numbered version of the GNU General
986+Public License "or any later version" applies to it, you have the
987+option of following the terms and conditions either of that numbered
988+version or of any later version published by the Free Software
989+Foundation. If the Program does not specify a version number of the
990+GNU General Public License, you may choose any version ever published
991+by the Free Software Foundation.
992+
993+ If the Program specifies that a proxy can decide which future
994+versions of the GNU General Public License can be used, that proxy's
995+public statement of acceptance of a version permanently authorizes you
996+to choose that version for the Program.
997+
998+ Later license versions may give you additional or different
999+permissions. However, no additional obligations are imposed on any
1000+author or copyright holder as a result of your choosing to follow a
1001+later version.
1002+
1003+ 15. Disclaimer of Warranty.
1004+
1005+ THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
1006+APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
1007+HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
1008+OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
1009+THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
1010+PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
1011+IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
1012+ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
1013+
1014+ 16. Limitation of Liability.
1015+
1016+ IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
1017+WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
1018+THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
1019+GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
1020+USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
1021+DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
1022+PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
1023+EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
1024+SUCH DAMAGES.
1025+
1026+ 17. Interpretation of Sections 15 and 16.
1027+
1028+ If the disclaimer of warranty and limitation of liability provided
1029+above cannot be given local legal effect according to their terms,
1030+reviewing courts shall apply local law that most closely approximates
1031+an absolute waiver of all civil liability in connection with the
1032+Program, unless a warranty or assumption of liability accompanies a
1033+copy of the Program in return for a fee.
1034+
1035+ END OF TERMS AND CONDITIONS
1036+
1037+ How to Apply These Terms to Your New Programs
1038+
1039+ If you develop a new program, and you want it to be of the greatest
1040+possible use to the public, the best way to achieve this is to make it
1041+free software which everyone can redistribute and change under these terms.
1042+
1043+ To do so, attach the following notices to the program. It is safest
1044+to attach them to the start of each source file to most effectively
1045+state the exclusion of warranty; and each file should have at least
1046+the "copyright" line and a pointer to where the full notice is found.
1047+
1048+ <one line to give the program's name and a brief idea of what it does.>
1049+ Copyright (C) <year> <name of author>
1050+
1051+ This program is free software: you can redistribute it and/or modify
1052+ it under the terms of the GNU General Public License as published by
1053+ the Free Software Foundation, either version 3 of the License, or
1054+ (at your option) any later version.
1055+
1056+ This program is distributed in the hope that it will be useful,
1057+ but WITHOUT ANY WARRANTY; without even the implied warranty of
1058+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1059+ GNU General Public License for more details.
1060+
1061+ You should have received a copy of the GNU General Public License
1062+ along with this program. If not, see <http://www.gnu.org/licenses/>.
1063+
1064+Also add information on how to contact you by electronic and paper mail.
1065+
1066+ If the program does terminal interaction, make it output a short
1067+notice like this when it starts in an interactive mode:
1068+
1069+ <program> Copyright (C) <year> <name of author>
1070+ This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
1071+ This is free software, and you are welcome to redistribute it
1072+ under certain conditions; type `show c' for details.
1073+
1074+The hypothetical commands `show w' and `show c' should show the appropriate
1075+parts of the General Public License. Of course, your program's commands
1076+might be different; for a GUI interface, you would use an "about box".
1077+
1078+ You should also get your employer (if you work as a programmer) or school,
1079+if any, to sign a "copyright disclaimer" for the program, if necessary.
1080+For more information on this, and how to apply and follow the GNU GPL, see
1081+<http://www.gnu.org/licenses/>.
1082+
1083+ The GNU General Public License does not permit incorporating your program
1084+into proprietary programs. If your program is a subroutine library, you
1085+may consider it more useful to permit linking proprietary applications with
1086+the library. If this is what you want to do, use the GNU Lesser General
1087+Public License instead of this License. But first, please read
1088+<http://www.gnu.org/philosophy/why-not-lgpl.html>.
1089+
1090
1091=== modified file 'ChangeLog'
1092--- ChangeLog 2009-06-21 07:38:51 +0000
1093+++ ChangeLog 2010-01-25 22:18:14 +0000
1094@@ -1,3 +1,4 @@
1095+<<<<<<< TREE
1096 2009-06-21 Mark Lee <avant-wn@lazymalevolence.com>
1097
1098 patch by: mjmt <mjmt@chaostech.org>
1099@@ -620,6 +621,9663 @@
1100 * libawn/Makefile.am:
1101 Add 2 missing files for the make dist.
1102
1103+=======
1104+2010-01-25 Rodney Cryderman <rcryderman@gmail.com>
1105+
1106+ * applets/taskmanager/task-icon.c:
1107+ Fixed assertion spam. TaskLaunchers don't have a WnckWindow.
1108+
1109+2010-01-24 Rodney Cryderman <rcryderman@gmail.com>
1110+
1111+ * applets/taskmanager/task-icon.c:
1112+ * applets/taskmanager/task-window.c:
1113+ Possible fix for 503106.
1114+
1115+2010-01-13 Rodney Cryderman <rcryderman@gmail.com>
1116+
1117+ * applets/taskmanager/awn-applet-taskmanager.schema-ini.in:
1118+ * applets/taskmanager/task-manager.c:
1119+ Add icon_grouping. If grouping is disabled we now spawn new
1120+ icons grouped together with those containing the same desktop.
1121+
1122+2010-01-12 Michal Hruby <michal.mhr@gmail.com>
1123+
1124+ * libawn/awn-icon.c:
1125+ * libawn/awn-icon.h:
1126+ * src/awn-panel.c:
1127+ Fixed input shape mask on the scroll arrows.
1128+
1129+2010-01-12 Rodney Cryderman <rcryderman@gmail.com>
1130+
1131+ * applets/taskmanager/util.c:
1132+ Don't check title for nautilus windows when doing special
1133+ casing. Othere cases of title matching need to be reviewed
1134+ and removed where possible due to localization.
1135+
1136+2010-01-12 Michal Hruby <michal.mhr@gmail.com>
1137+
1138+ * src/awn-background.c:
1139+ Make theming of AwnDialog via gtkrc possible.
1140+
1141+2010-01-11 Michal Hruby <michal.mhr@gmail.com>
1142+
1143+ * data/avant-window-navigator.schema-ini.in.in:
1144+ * libawn/anims/awn-effects-shared.h:
1145+ * libawn/awn-effects-ops-helpers.c:
1146+ * libawn/awn-effects-ops-new.c:
1147+ * libawn/awn-effects.c:
1148+ * src/awn-panel.c:
1149+ Added ability to specify outline color for the active rectangle.
1150+
1151+2010-01-11 Julien Lavergne <gilir@ubuntu.com>
1152+
1153+ * tests/Makefile.am:
1154+ Add missing EXTRA_DIST.
1155+
1156+2010-01-10 Mark Lee <avant-wn@lazymalevolence.com>
1157+
1158+ * libawn/gseal-transition.h:
1159+ Fix build for GTK+ 2.12.
1160+
1161+2010-01-10 Julien Lavergne <gilir@ubuntu.com>
1162+
1163+ * applets/taskmanager/Makefile.am:
1164+ * bindings/vala/Makefile.am:
1165+ * libawn/Makefile.am:
1166+ * src/Makefile.am:
1167+ Adding missing EXTRA_DIST.
1168+
1169+2010-01-10 Julien Lavergne <gilir@ubuntu.com>
1170+
1171+ * COPYING.GPL3:
1172+ * libawn/anims/awn-effect-bounce.c:
1173+ * libawn/anims/awn-effect-bounce.h:
1174+ * libawn/anims/awn-effect-desaturate.c:
1175+ * libawn/anims/awn-effect-desaturate.h:
1176+ * libawn/anims/awn-effect-fade.c:
1177+ * libawn/anims/awn-effect-fade.h:
1178+ * libawn/anims/awn-effect-glow.c:
1179+ * libawn/anims/awn-effect-glow.h:
1180+ * libawn/anims/awn-effect-simple.c:
1181+ * libawn/anims/awn-effect-simple.h:
1182+ * libawn/anims/awn-effect-spotlight.c:
1183+ * libawn/anims/awn-effect-spotlight.h:
1184+ * libawn/anims/awn-effect-spotlight3d.c:
1185+ * libawn/anims/awn-effect-spotlight3d.h:
1186+ * libawn/anims/awn-effect-squish.c:
1187+ * libawn/anims/awn-effect-squish.h:
1188+ * libawn/anims/awn-effect-turn.c:
1189+ * libawn/anims/awn-effect-turn.h:
1190+ * libawn/anims/awn-effect-zoom.c:
1191+ * libawn/anims/awn-effect-zoom.h:
1192+ * libawn/anims/awn-effects-shared.c:
1193+ * libawn/anims/awn-effects-shared.h:
1194+ * libawn/awn-alignment.c:
1195+ * libawn/awn-alignment.h:
1196+ * libawn/awn-applet-simple.c:
1197+ * libawn/awn-applet-simple.h:
1198+ * libawn/awn-applet.c:
1199+ * libawn/awn-applet.h:
1200+ * libawn/awn-box.c:
1201+ * libawn/awn-box.h:
1202+ * libawn/awn-cairo-utils.c:
1203+ * libawn/awn-cairo-utils.h:
1204+ * libawn/awn-config.c:
1205+ * libawn/awn-config.h:
1206+ * libawn/awn-dbus-watcher.c:
1207+ * libawn/awn-dbus-watcher.h:
1208+ * libawn/awn-defines.h:
1209+ * libawn/awn-desktop-lookup-client.c:
1210+ * libawn/awn-desktop-lookup-client.h:
1211+ * libawn/awn-dialog.c:
1212+ * libawn/awn-dialog.h:
1213+ * libawn/awn-effects-ops-helpers.c:
1214+ * libawn/awn-effects-ops-helpers.h:
1215+ * libawn/awn-effects-ops-new.c:
1216+ * libawn/awn-effects-ops-new.h:
1217+ * libawn/awn-effects.c:
1218+ * libawn/awn-effects.h:
1219+ * libawn/awn-icon-box.c:
1220+ * libawn/awn-icon-box.h:
1221+ * libawn/awn-icon.c:
1222+ * libawn/awn-icon.h:
1223+ * libawn/awn-image.c:
1224+ * libawn/awn-image.h:
1225+ * libawn/awn-label.c:
1226+ * libawn/awn-label.h:
1227+ * libawn/awn-overlay-pixbuf-file.c:
1228+ * libawn/awn-overlay-pixbuf-file.h:
1229+ * libawn/awn-overlay-pixbuf.c:
1230+ * libawn/awn-overlay-pixbuf.h:
1231+ * libawn/awn-overlay-progress-circle.c:
1232+ * libawn/awn-overlay-progress-circle.h:
1233+ * libawn/awn-overlay-progress.c:
1234+ * libawn/awn-overlay-progress.h:
1235+ * libawn/awn-overlay-text.c:
1236+ * libawn/awn-overlay-text.h:
1237+ * libawn/awn-overlay-themed-icon.c:
1238+ * libawn/awn-overlay-themed-icon.h:
1239+ * libawn/awn-overlay-throbber.c:
1240+ * libawn/awn-overlay-throbber.h:
1241+ * libawn/awn-overlay.c:
1242+ * libawn/awn-overlay.h:
1243+ * libawn/awn-overlayable.c:
1244+ * libawn/awn-overlayable.h:
1245+ * libawn/awn-pixbuf-cache.c:
1246+ * libawn/awn-pixbuf-cache.h:
1247+ * libawn/awn-themed-icon.c:
1248+ * libawn/awn-themed-icon.h:
1249+ * libawn/awn-tooltip.c:
1250+ * libawn/awn-tooltip.h:
1251+ * libawn/awn-utils.c:
1252+ * libawn/awn-utils.h:
1253+ * libawn/gseal-transition.h:
1254+ * libawn/libawn.h:
1255+ * tests/test-awn-dialog.py:
1256+ * tests/test-awn-tooltip.py:
1257+ * tests/test-effects-scaling.py:
1258+ * tests/test-effects.py:
1259+ * tests/test-overlays.py:
1260+ * tests/test-taskmanager-dnd.py:
1261+ * tests/test-taskmanager-windows.py:
1262+ Add GPL v3 complete license
1263+ Reformat licence header of libawn, so licensecheck will correctly
1264+ identify the LGPL license.
1265+ Relicense libawn file to LGPL
1266+ Complete copyright missing with bzr log.
1267+
1268+2010-01-09 Rodney Cryderman <rcryderman@gmail.com>
1269+
1270+ * libawn/awn-dialog.c:
1271+ Revert change mistakenly committed in rev 1881.
1272+
1273+2010-01-09 Rodney Cryderman <rcryderman@gmail.com>
1274+
1275+ * applets/taskmanager/util.c:
1276+ wtf... Ubuntu is marking nautilus-browser.desktop with
1277+ NoDisplay = true??? Use nautilus-home.desktop if
1278+ nautilus-browser.desktop is not available.
1279+
1280+2010-01-09 Rodney Cryderman <rcryderman@gmail.com>
1281+
1282+ * applets/taskmanager/awn-desktop-lookup-cached.c:
1283+ When a special case is found a desktop filename must be
1284+ an exact match.
1285+
1286+2010-01-09 Rodney Cryderman <rcryderman@gmail.com>
1287+
1288+ * libawn/awn-themed-icon.c:
1289+ Drag and drop fix for applets that disable AwnThemedIcon
1290+ drag and drop but chain to its handler in some situations.
1291+
1292+2010-01-09 Rodney Cryderman <rcryderman@gmail.com>
1293+
1294+ * applets/taskmanager/task-launcher.c:
1295+ Use the StartupWMClass value on match if it is available.
1296+
1297+2010-01-09 Rodney Cryderman <rcryderman@gmail.com>
1298+
1299+ * applets/taskmanager/task-icon-build-context-menus.c:
1300+ Check some widgets and make sure they're not NULL.
1301+
1302+2010-01-09 Rodney Cryderman <rcryderman@gmail.com>
1303+
1304+ * applets/taskmanager/task-launcher.c:
1305+ Suppress one of those annoying GtkIconTheme spams.
1306+
1307+2010-01-08 Rodney Cryderman <rcryderman@gmail.com>
1308+
1309+ * applets/taskmanager/task-icon-build-context-menus.c:
1310+ When ungrouped, do not show "Add as Launcher" in the
1311+ launcher list when the launcher is already in the list.
1312+
1313+2010-01-08 Rodney Cryderman <rcryderman@gmail.com>
1314+
1315+ * applets/taskmanager/awn-desktop-lookup-cached.c:
1316+ Don't proceed with trying to add contents of a dir if
1317+ it's not one.
1318+
1319+2010-01-08 Rodney Cryderman <rcryderman@gmail.com>
1320+
1321+ * applets/taskmanager/awn-desktop-lookup-cached.c:
1322+ GHashTable does not like NULL keys.
1323+
1324+2010-01-08 Rodney Cryderman <rcryderman@gmail.com>
1325+
1326+ * applets/taskmanager/awn-desktop-lookup-cached.c:
1327+ * applets/taskmanager/awn-desktop-lookup-cached.h:
1328+ * applets/taskmanager/awn-desktop-lookup-gnome3.c:
1329+ * applets/taskmanager/awn-desktop-lookup-gnome3.h:
1330+ * applets/taskmanager/awn-desktop-lookup.c:
1331+ * applets/taskmanager/awn-desktop-lookup.h:
1332+ * libawn/awn-desktop-lookup-client.c:
1333+ * libawn/awn-desktop-lookup-client.h:
1334+ Add license/copyright info.
1335+
1336+2010-01-08 Julien Lavergne <gilir@ubuntu.com>
1337+
1338+ * po/POTFILES.in:
1339+ * po/POTFILES.skip:
1340+ Move desktop.in to POTFILES.skip.
1341+
1342+2010-01-08 Rodney Cryderman <rcryderman@gmail.com>
1343+
1344+ * applets/taskmanager/awn-desktop-lookup-cached.c:
1345+ * applets/taskmanager/awn-desktop-lookup-cached.h:
1346+ * applets/taskmanager/awn-desktop-lookup-gnome3.c:
1347+ * applets/taskmanager/awn-desktop-lookup-gnome3.h:
1348+ * applets/taskmanager/awn-desktop-lookup.c:
1349+ * applets/taskmanager/awn-desktop-lookup.h:
1350+ * libawn/awn-desktop-lookup-client.c:
1351+ * libawn/awn-desktop-lookup-client.h:
1352+ Add license/copyright info.
1353+
1354+2010-01-08 Rodney Cryderman <rcryderman@gmail.com>
1355+
1356+ * applets/taskmanager/util.c
1357+ Accept a desktop file with no Icon field.
1358+
1359+2010-01-08 Julien Lavergne <gilir@ubuntu.com>
1360+
1361+ * po/POTFILES.in:
1362+ Update with new files.
1363+
1364+2010-01-08 Rodney Cryderman <rcryderman@gmail.com>
1365+
1366+ * applets/taskmanager/util.c
1367+ Accept a desktop file with no Icon field.
1368+
1369+2010-01-08 Rodney Cryderman <rcryderman@gmail.com>
1370+
1371+ * applets/taskmanager/awn-desktop-lookup-cached.c:
1372+ Ignore files that do not container ".desktop" in their name.
1373+ Ignore the existence of /var/lib/menu-xdg/applications/ on Debian.
1374+
1375+2010-01-08 Rodney Cryderman <rcryderman@gmail.com>
1376+
1377+ Added:
1378+ * applets/taskmanager/awn-desktop-lookup-cached.c:
1379+ * applets/taskmanager/awn-desktop-lookup-cached.h:
1380+ * applets/taskmanager/awn-desktop-lookup-gnome3.c:
1381+ * applets/taskmanager/awn-desktop-lookup-gnome3.h:
1382+ * applets/taskmanager/awn-desktop-lookup.c:
1383+ * applets/taskmanager/awn-desktop-lookup.h:
1384+ * libawn/awn-desktop-lookup-client.c:
1385+ * libawn/awn-desktop-lookup-client.h:
1386+ Modified:
1387+ * applets/taskmanager/Makefile.am:
1388+ * applets/taskmanager/task-manager.c:
1389+ * applets/taskmanager/util.c:
1390+ * libawn/Makefile.am:
1391+ Merged in first significant bit of the desktop lookup work.
1392+ Faster, cleaner code. Largely disentangled from task-manager.c
1393+ now. Needs to be tested in preparation for the dbus
1394+ client/server side of things.
1395+
1396+2010-01-07 Michal Hruby <michal.mhr@gmail.com>
1397+
1398+ * src/awn-panel.c:
1399+ Fix viewport + panel_mode.
1400+
1401+2010-01-07 Michal Hruby <michal.mhr@gmail.com>
1402+
1403+ * libawn/awn-utils.c:
1404+ * src/awn-applet-manager.c:
1405+ * src/awn-background.c:
1406+ * src/awn-panel.c:
1407+ * src/awn-throbber.c:
1408+ * src/awn-throbber.h:
1409+ Added viewport to deal with too many icons on the panel.
1410+
1411+2010-01-05 Rodney Cryderman <rcryderman@gmail.com>
1412+
1413+ * bindings/vala/awn.gi:
1414+ * bindings/vala/awn.vapi:
1415+ Update bindings.
1416+
1417+2010-01-05 Rodney Cryderman <rcryderman@gmail.com>
1418+
1419+ * bindings/python/awn.defs:
1420+ * libawn/awn-overlay-throbber.c:
1421+ * libawn/awn-overlay-throbber.h:
1422+ Modified awn_overlay_throbber_new (). Removed the need
1423+ to specify a widget.
1424+
1425+2010-01-05 Rodney Cryderman <rcryderman@gmail.com>
1426+
1427+ * bindings/vala/awn.gi:
1428+ * bindings/vala/awn.vapi:
1429+ Update vala bindings.
1430+
1431+2010-01-05 Rodney Cryderman <rcryderman@gmail.com>
1432+
1433+ * bindings/python/awn.defs:
1434+ * libawn/awn-overlay-themed-icon.c:
1435+ * libawn/awn-overlay-themed-icon.h:
1436+ Modified awn_overlay_themed_icon_new (). Removed a couple
1437+ props.
1438+
1439+2010-01-03 Rodney Cryderman <rcryderman@gmail.com>
1440+
1441+ * applets/taskmanager/task-icon.c:
1442+ Fix up some of the issues with grouped windows on different
1443+ workspaces (Metacity and possibly Compiz).
1444+
1445+2010-01-03 Michal Hruby <michal.mhr@gmail.com>
1446+
1447+ * libawn/awn-tooltip.c:
1448+ Use tooltip hint for AwnTooltip windows.
1449+
1450+2010-01-03 Michal Hruby <michal.mhr@gmail.com>
1451+
1452+ * libawn/awn-effects.c:
1453+ Fix occasional bad frame after the widget with effects is hidden.
1454+
1455+2010-01-02 Rodney Cryderman <rcryderman@gmail.com>
1456+
1457+ * applets/taskmanager/task-icon.c:
1458+ There might not be a main item after a workspace change if
1459+ show_all_windows = False.
1460+
1461+2010-01-02 Julien Lavergne <gilir@ubuntu.com>
1462+
1463+ * debian/control:
1464+ Remove not needed gir build depends.
1465+
1466+2010-01-02 Julien Lavergne <gilir@ubuntu.com>
1467+
1468+ * debian/changelog:
1469+ * debian/control:
1470+ Update to new lda packages name.
1471+
1472+2010-01-02 Michal Hruby <michal.mhr@gmail.com>
1473+
1474+ * src/awn-panel.c:
1475+ Don't destroy the panel on delete-event - fixes bug #257689.
1476+
1477+2010-01-02 Rodney Cryderman <rcryderman@gmail.com>
1478+
1479+ * applets/taskmanager/menus/advanced.xml:
1480+ * applets/taskmanager/menus/custom-example.xml:
1481+ * applets/taskmanager/menus/simple.xml:
1482+ * applets/taskmanager/menus/standard.xml:
1483+ * applets/taskmanager/task-icon-build-context-menus.c:
1484+ Adjust the smart wnck menu items to be more consistent in layout
1485+ between grouped and single task situations. Adjusted the menus
1486+ for such.
1487+
1488+2010-01-02 Rodney Cryderman <rcryderman@gmail.com>
1489+
1490+ * applets/taskmanager/menus/standard.xml:
1491+ Display a separator consistently after Launch item with grouped
1492+ and single task items.
1493+
1494+2010-01-01 Rodney Cryderman <rcryderman@gmail.com>
1495+
1496+ * applets/taskmanager/menus/custom-example.xml:
1497+ Add launch as root to custom-example.
1498+
1499+2010-01-01 Rodney Cryderman <rcryderman@gmail.com>
1500+
1501+ * applets/taskmanager/task-icon.c:
1502+ Slight adjustment due to previous commit.
1503+
1504+2010-01-01 Rodney Cryderman <rcryderman@gmail.com>
1505+
1506+ * libawn/awn-themed-icon.c:
1507+ Make use of "drag-and-drop" = FALSE a bit less magical.
1508+
1509+2010-01-01 Michal Hruby <michal.mhr@gmail.com>
1510+
1511+ * src/awn-applet-manager.c:
1512+ * src/awn-applet-proxy.c:
1513+ * src/awn-panel.c:
1514+ * src/awn-separator.c:
1515+ Make sure curve offsets are applied also to separators and throbber.
1516+
1517+2010-01-01 Rodney Cryderman <rcryderman@gmail.com>
1518+
1519+ * applets/taskmanager/task-icon.c:
1520+ Fixes issues with scroll wheel not working when app minmized
1521+ and Show all windows = False. main_item could be NULL in this
1522+ situation (we should look for a main_item in this case instead
1523+ assuming there isn't one available)
1524+
1525+2010-01-01 Michal Hruby <michal.mhr@gmail.com>
1526+
1527+ * libawn/awn-applet.c:
1528+ Forgot to remove debug.
1529+
1530+2010-01-01 Michal Hruby <michal.mhr@gmail.com>
1531+
1532+ * applets/quick-prefs/applet.vala:
1533+ Minor cleanup.
1534+
1535+2010-01-01 Michal Hruby <michal.mhr@gmail.com>
1536+
1537+ * libawn/awn-applet.c:
1538+ * libawn/libawn-marshal.list:
1539+ * src/awn-marshal.list:
1540+ * src/awn-panel-dbus.xml:
1541+ * src/awn-panel.c:
1542+ * src/awn-panel.h:
1543+ Add OffsetModifier and PathType to exported panel properties.
1544+
1545+2010-01-01 Rodney Cryderman <rcryderman@gmail.com>
1546+
1547+ * libawn/awn-themed-icon.c:
1548+ Fix some of the fallout of the more agressive caching.
1549+
1550+2009-12-31 Rodney Cryderman <rcryderman@gmail.com>
1551+
1552+ * libawn/awn-themed-icon.c:
1553+ Quiet the gtk icon them spam. ensure icons every time
1554+ there's a theme change signal
1555+
1556+2009-12-31 Rodney Cryderman <rcryderman@gmail.com>
1557+
1558+ * applets/taskmanager/task-icon-build-context-menus.c:
1559+ Ellipsize the context menu task names. Currently set to
1560+ 55 chars and middle.
1561+
1562+2009-12-30 Rodney Cryderman <rcryderman@gmail.com>
1563+
1564+ * applets/taskmanager/menus/custom-example.xml:
1565+ * applets/taskmanager/task-icon-build-context-menus.c:
1566+ * applets/taskmanager/task-icon.c:
1567+ A couple minor fixes.
1568+
1569+2009-12-30 Rodney Cryderman <rcryderman@gmail.com>
1570+
1571+ * applets/taskmanager/menus/custom-example.xml:
1572+ Some additions to custom-example.xml
1573+
1574+2009-12-30 Rodney Cryderman <rcryderman@gmail.com>
1575+
1576+ * libawn/awn-themed-icon.c:
1577+ Invalidate the pixbuf cache any time there are
1578+ modifications to the awn-theme dir.
1579+
1580+2009-12-30 Rodney Cryderman <rcryderman@gmail.com>
1581+
1582+ * bindings/vala/awn.gi:
1583+ * bindings/vala/awn.vapi:
1584+ Update vala bindings.
1585+
1586+2009-12-30 Rodney Cryderman <rcryderman@gmail.com>
1587+
1588+ * bindings/python/awn.defs:
1589+ Provide the proper function name for the constructor.
1590+
1591+2009-12-30 Rodney Cryderman <rcryderman@gmail.com>
1592+
1593+ * bindings/python/awn.defs:
1594+ Fix the syntax for pixbufs for the AwnPixbufCache
1595+ python bindings.
1596+
1597+2009-12-30 Rodney Cryderman <rcryderman@gmail.com>
1598+
1599+ * bindings/python/awn.defs:
1600+ Some fixes for the AwnPixbufCache python bindings.
1601+
1602+2009-12-30 Rodney Cryderman <rcryderman@gmail.com>
1603+
1604+ * bindings/python/awn.defs:
1605+ Python bindings for AwnPixbufCache.
1606+
1607+2009-12-30 Rodney Cryderman <rcryderman@gmail.com>
1608+
1609+ * libawn/libawn.h
1610+ Add awn-pixbuf-cache.h to libawn.h
1611+
1612+2009-12-30 Julien Lavergne <gilir@ubuntu.com>
1613+
1614+ * debian/avant-window-navigator-trunk.install:
1615+ Include xml files for taskmanager.
1616+
1617+2009-12-29 Mark Lee <avant-wn@lazymalevolence.com>
1618+
1619+ * applets/taskmanager/task-icon-build-context-menus.c:
1620+ Fix build for GTK+ 2.12.
1621+
1622+2009-12-29 Rodney Cryderman <rcryderman@gmail.com>
1623+
1624+ * libawn/awn-pixbuf-cache.c:
1625+ Added a newline.
1626+
1627+2009-12-29 Rodney Cryderman <rcryderman@gmail.com>
1628+
1629+ * applets/taskmanager/task-icon-build-context-menus.c:
1630+ Workaround for glib <2.18.0. Only one level of submenus are supported
1631+ in this case.
1632+
1633+2009-12-29 Rodney Cryderman <rcryderman@gmail.com>
1634+
1635+ * applets/taskmanager/task-manager.c:
1636+ Set max pixbuf cache size to 32.
1637+
1638+2009-12-29 Rodney Cryderman <rcryderman@gmail.com>
1639+
1640+ * applets/taskmanager/task-icon-build-context-menus.c:
1641+ Should fix build error on older GTK+s. Needs testing.
1642+
1643+2009-12-29 Rodney Cryderman <rcryderman@gmail.com>
1644+
1645+ * applets/taskmanager/task-launcher.c:
1646+ Remove code that appear to be no longer needed (will cause
1647+ GtkIconTheme to complain if I'm wrong).
1648+
1649+2009-12-29 Rodney Cryderman <rcryderman@gmail.com>
1650+
1651+ * applets/taskmanager/task-launcher.c:
1652+ Make use of AwnPixbufCache where possible.
1653+
1654+2009-12-29 Rodney Cryderman <rcryderman@gmail.com>
1655+
1656+ * libawn/awn-themed-icon.c:
1657+ Small optimizations for the caching and no longer ref after
1658+ doing a lookup.
1659+
1660+2009-12-29 Rodney Cryderman <rcryderman@gmail.com>
1661+
1662+ * libawn/awn-pixbuf-cache.c:
1663+ Give a references in awn_pixbuf_cache_lookup*().
1664+
1665+2009-12-29 Rodney Cryderman <rcryderman@gmail.com>
1666+
1667+ * libawn/awn-utils.c:
1668+ * libawn/awn-utils.h:
1669+ Added awn_utils_get_gtk_icon_theme_name().
1670+
1671+2009-12-29 Rodney Cryderman <rcryderman@gmail.com>
1672+
1673+ * applets/taskmanager/task-icon-build-context-menus.c:
1674+ A correctness fix.
1675+
1676+2009-12-29 Rodney Cryderman <rcryderman@gmail.com>
1677+
1678+ * libawn/awn-pixbuf-cache.c:
1679+ * libawn/awn-pixbuf-cache.h:
1680+ Added awn_pixbuf_cache_insert_simple_key() and
1681+ awn_pixbuf_cache_lookup_simple_key() for generic pixbuf
1682+ caching purposes.
1683+
1684+2009-12-29 Rodney Cryderman <rcryderman@gmail.com>
1685+
1686+ * applets/taskmanager/task-manager.c:
1687+ Taskmanager needs a significantly larger pixbuf cache than
1688+ a standard applet.
1689+
1690+2009-12-29 Rodney Cryderman <rcryderman@gmail.com>
1691+
1692+ * libawn/awn-themed-icon.c:
1693+ Modify AwnThemedIcon to use AwnPixbufCache.
1694+
1695+2009-12-29 Rodney Cryderman <rcryderman@gmail.com>
1696+
1697+ * libawn/Makefile.am:
1698+ Build system modifications for AwnPixbufCache.
1699+
1700+2009-12-29 Rodney Cryderman <rcryderman@gmail.com>
1701+
1702+ * libawn/awn-pixbuf-cache.c:
1703+ * libawn/awn-pixbuf-cache.h:
1704+ Added AwnPixbufCache.
1705+
1706+2009-12-28 Rodney Cryderman <rcryderman@gmail.com>
1707+
1708+ * applets/taskmanager/menus/custom-example.xml:
1709+ Add a separator.
1710+
1711+2009-12-28 Rodney Cryderman <rcryderman@gmail.com>
1712+
1713+ * applets/taskmanager/awn-applet-taskmanager.schema-ini.in:
1714+ Amended descrition of menu_filename key to indicate that
1715+ an absolute path can be provided (for custom menus).
1716+
1717+2009-12-28 Rodney Cryderman <rcryderman@gmail.com>
1718+
1719+ * applets/taskmanager/menus/advanced.xml
1720+ * applets/taskmanager/menus/standard.xml
1721+ Add a separator in standard and remove a (redundant)
1722+ separator in advanced.
1723+
1724+2009-12-28 Rodney Cryderman <rcryderman@gmail.com>
1725+
1726+ * applets/taskmanager/menus/standard.xml
1727+ Added a speparator before Close all.
1728+
1729+2009-12-28 Rodney Cryderman <rcryderman@gmail.com>
1730+
1731+Added:
1732+ * applets/taskmanager/menus/
1733+ * applets/taskmanager/menus/advanced.xml
1734+ * applets/taskmanager/menus/custom-example.xml
1735+ * applets/taskmanager/menus/simple.xml
1736+ * applets/taskmanager/menus/standard.xml
1737+ * applets/taskmanager/task-icon-build-context-menus.c
1738+ * applets/taskmanager/task-icon-build-context-menus.h
1739+ * applets/taskmanager/task-icon-private.h
1740+
1741+Modified:
1742+ * applets/taskmanager/Makefile.am
1743+ * applets/taskmanager/awn-applet-taskmanager.schema-ini.in
1744+ * applets/taskmanager/task-icon.c
1745+ * applets/taskmanager/task-icon.h
1746+ * configure.in
1747+
1748+ Merged bzr+ssh://bazaar.launchpad.net/~rcryderman/awn/awn-taskman-editable-context-menus/
1749+ Allows definition of taskmanager context menus using xml (GMarkup) files.
1750+
1751+2009-12-28 Julien Lavergne <gilir@ubuntu.com>
1752+
1753+ * debian/control:
1754+ Add build depends on libssl-dev to fix build failure on Ubuntu 10.04.
1755+ Recommends all applets packages to install all applets by default.
1756+
1757+2009-12-27 Rodney Cryderman <rcryderman@gmail.com>
1758+
1759+ * applets/taskmanager/task-manager.c:
1760+ * applets/taskmanager/task-icon.c:
1761+ Fix a small leak.
1762+ Remove an incorrect comment.
1763+
1764+2009-12-27 Mark Lee <avant-wn@lazymalevolence.com>
1765+
1766+ * src/awn-background.c:
1767+ Fix build for GTK+ 2.12.
1768+
1769+2009-12-27 Michal Hruby <michal.mhr@gmail.com>
1770+
1771+ reviewed by: mhr3
1772+ patch by: dolfje
1773+
1774+ * bindings/vala/awn.gi:
1775+ * bindings/vala/awn.vapi:
1776+ * libawn/awn-dbus-watcher.c:
1777+ * libawn/awn-dbus-watcher.h:
1778+ Added AwnDBusWatcher.has_name method. (thanks to dolfje)
1779+
1780+2009-12-27 Michal Hruby <michal.mhr@gmail.com>
1781+
1782+ * src/awn-panel.c:
1783+ A couple of fixes for multiple panels.
1784+
1785+2009-12-23 Michal Hruby <michal.mhr@gmail.com>
1786+
1787+ * libawn/awn-effects-ops-helpers.c:
1788+ * libawn/awn-effects-ops-helpers.h:
1789+ * libawn/awn-effects-ops-new.c:
1790+ Reimplement a couple of effect helpers to use different compositing
1791+ operators instead of image surfaces.
1792+
1793+2009-12-23 Michal Hruby <michal.mhr@gmail.com>
1794+
1795+ * src/awn-main.c:
1796+ * src/awn-panel.c:
1797+ Automatically inhibit autohide for a couple of seconds during startup.
1798+
1799+2009-12-22 h4writer <hv1989@gmail.com>
1800+
1801+ * src/awn-background-3d.c:
1802+ Added a function for drawing the input shape mask instead of just drawing the bar.
1803+ This because it failed when alpha of the colors were to low.
1804+
1805+2009-12-21 Rodney Cryderman <rcryderman@gmail.com>
1806+
1807+ * libawn/awn-themed-icon.c:
1808+ Be a little bit more lenient about gtk_drag_dest_set().
1809+ Fixes issue with dolphin/konq.
1810+
1811+2009-12-15 Rodney Cryderman <rcryderman@gmail.com>
1812+
1813+ * libawn/awn-themed-icon.c:
1814+ Suppress some unnecessary pixbuf cache invalidates.
1815+
1816+2009-12-14 Rodney Cryderman <rcryderman@gmail.com>
1817+
1818+ * libawn/awn-dialog.c:
1819+ Free some lda color objects.
1820+
1821+2009-12-08 Rodney Cryderman <rcryderman@gmail.com>
1822+
1823+ * applets/taskmanager/task-launcher.c:
1824+ * applets/taskmanager/task-manager.c:
1825+ * applets/taskmanager/util.c:
1826+ * applets/taskmanager/util.h:
1827+ Bad Desktop Files! Bad!
1828+
1829+2009-12-05 Michal Hruby <michal.mhr@gmail.com>
1830+
1831+ * configure.in:
1832+ * libawn/awn-applet.c:
1833+ Use DBus' GetAll method if one has dbus-glib-1 >= 0.80.
1834+
1835+2009-12-05 Michal Hruby <michal.mhr@gmail.com>
1836+
1837+ * bindings/python/awn.defs:
1838+ * libawn/awn-alignment.c:
1839+ * libawn/awn-icon-box.c:
1840+ Add offset-multiplier property to AwnAlignment.
1841+ Allow stuffing AwnImage and AwnAlignment to AwnIconBox.
1842+
1843+2009-12-04 Michal Hruby <michal.mhr@gmail.com>
1844+
1845+ * awn-settings/awnClass.py:
1846+ Minor changes to Awn autostart desktop file.
1847+
1848+2009-12-04 Michal Hruby <michal.mhr@gmail.com>
1849+
1850+ * src/awn-panel.c:
1851+ Use idle callback to set the strut. Fixes bug #491229.
1852+
1853+2009-12-01 Michal Hruby <michal.mhr@gmail.com>
1854+
1855+ * src/awn-background.c:
1856+ Using server-side pixmap wasn't a good idea, that seems to slow 3d and
1857+ curved background rendering with patterns quite a lot.
1858+
1859+2009-12-01 Michal Hruby <michal.mhr@gmail.com>
1860+
1861+ * src/awn-background-3d.c:
1862+ * src/awn-background-curves.c:
1863+ * src/awn-background-edgy.c:
1864+ * src/awn-background-flat.c:
1865+ * src/awn-background-floaty.c:
1866+ * src/awn-background.c:
1867+ Changes to rendering which speed up things when using patterns.
1868+ Helped a lot with flat, edgy & floaty, but not that much
1869+ with 3d and curved.
1870+
1871+2009-12-01 Rodney Cryderman <rcryderman@gmail.com>
1872+
1873+ * applets/taskmanager/util.c:
1874+ Some comments. Notes regarding post 0.4 code.
1875+
1876+2009-12-01 Hannes Verschore <hv1989@gmail.com>
1877+
1878+ * src/awn-background-3d.c:
1879+ Enable pattern support for 3D background
1880+
1881+2009-12-01 Michal Hruby <michal.mhr@gmail.com>
1882+
1883+ * src/awn-background-curves.c:
1884+ * src/awn-background-edgy.c:
1885+ * src/awn-background-flat.c:
1886+ * src/awn-background-floaty.c:
1887+ * src/awn-background.c:
1888+ * src/awn-background.h:
1889+ Enable pattern support for backgrounds expect 3D.
1890+
1891+2009-11-30 Rodney Cryderman <rcryderman@gmail.com>
1892+
1893+ * applets/taskmanager/task-manager.c:
1894+ Make sure that if a launcher is added to the dialog after a
1895+ window that the launcher is still placed at the top of the dialog.
1896+
1897+2009-11-30 Rodney Cryderman <rcryderman@gmail.com>
1898+
1899+ * applets/taskmanager/task-manager.c:
1900+ Really commit the changes mentioned in the previous two commit
1901+ messages.
1902+
1903+2009-11-30 Rodney Cryderman <rcryderman@gmail.com>
1904+
1905+ * applets/taskmanager/task-manager.c:
1906+ Do a less intensive search when we're searching for desktop file
1907+ due to a name change.
1908+
1909+2009-11-30 Rodney Cryderman <rcryderman@gmail.com>
1910+
1911+ * applets/taskmanager/task-manager.c:
1912+ Minor correction to previous commit.
1913+
1914+2009-11-30 Rodney Cryderman <rcryderman@gmail.com>
1915+
1916+ * applets/taskmanager/task-manager.c:
1917+ Sometimes it's just not possible to initially determine a
1918+ proper desktop file unless one also has the title (OO).
1919+ Unfortuntely some apps (OO) do not provide the necessary info in the
1920+ Title in some circumstance until long after the window has
1921+ opened. So if a desktop lookup fails, then connect to the name
1922+ change signal and try to match up whenever the window titles
1923+ change.
1924+
1925+2009-12-01 Michal Hruby <michal.mhr@gmail.com>
1926+
1927+ * libawn/awn-applet-simple.c:
1928+ * libawn/awn-applet-simple.h:
1929+ * libawn/awn-icon.c:
1930+ Removed long-press signal from AppletSimple, this simplifies the
1931+ behavior for all applets - if applet doesn't connect to long-press
1932+ via AwnIcon, it will still emit standard clicked-signal.
1933+
1934+2009-11-30 Michal Hruby <michal.mhr@gmail.com>
1935+
1936+ * data/avant-window-navigator.schema-ini.in.in:
1937+ * libawn/anims/awn-effects-shared.h:
1938+ * libawn/awn-effects-ops-new.c:
1939+ * libawn/awn-effects.c:
1940+ * libawn/awn-effects.h:
1941+ * libawn/awn-icon.c:
1942+ * src/awn-background.c:
1943+ * src/awn-defines.h:
1944+ Make glowing dot and active rectangle color configurable.
1945+
1946+2009-11-30 Rodney Cryderman <rcryderman@gmail.com>
1947+
1948+ * src/awn-panel.c:
1949+ X is insanely configurable... This, I hope, fixes the strut
1950+ issues in all multiple monitor cases.
1951+
1952+2009-11-30 Michal Hruby <michal.mhr@gmail.com>
1953+
1954+ * data/Makefile.am:
1955+ * debian/avant-window-navigator-data-trunk.install:
1956+ Removed icons from data/active directory, as these aren't used
1957+ anywhere.
1958+
1959+2009-11-30 Michal Hruby <michal.mhr@gmail.com>
1960+
1961+ * applets/quick-prefs/applet.vala:
1962+ Fix monitor positioning using the quick-prefs applet.
1963+ * src/awn-background-flat.c:
1964+ Don't use padding when on screen edges. Fixes bug #490373.
1965+
1966+2009-11-30 Michal Hruby <michal.mhr@gmail.com>
1967+
1968+ * applets/quick-prefs/applet.vala:
1969+ Quick-prefs: Don't close the docklet on mouse out.
1970+
1971+2009-11-30 Rodney Cryderman <rcryderman@gmail.com>
1972+
1973+ * src/awn-panel.c:
1974+ Fixed a small mistake, Replaced height with width.
1975+
1976+2009-11-30 Rodney Cryderman <rcryderman@gmail.com>
1977+
1978+ * applets/taskmanager/applet.c:
1979+ * applets/taskmanager/task-drag-indicator.c:
1980+ * applets/taskmanager/task-drag-indicator.h:
1981+ * applets/taskmanager/task-icon.c:
1982+ * applets/taskmanager/task-icon.h:
1983+ * applets/taskmanager/task-item.c:
1984+ * applets/taskmanager/task-item.h:
1985+ * applets/taskmanager/task-launcher.c:
1986+ * applets/taskmanager/task-launcher.h:
1987+ * applets/taskmanager/task-manager.c:
1988+ * applets/taskmanager/task-manager.h:
1989+ * applets/taskmanager/task-settings.c:
1990+ * applets/taskmanager/task-settings.h:
1991+ * applets/taskmanager/task-window.c:
1992+ * applets/taskmanager/util.c:
1993+ * applets/taskmanager/util.h:
1994+ Changed Taskmanager source from GPLv3 to
1995+ GPLv2 with the agreement of:
1996+ Hannes Verschore <hv1989@gmail.com>,
1997+ Rodney Cryderman <rcryderman@gmail.com>,
1998+ Michal Hruby <michal.mhr@gmail.com>,
1999+ Neil Jagdish Patel <njpatel@gmail.com>
2000+
2001+2009-11-29 Rodney Cryderman <rcryderman@gmail.com>
2002+
2003+ * applets/taskmanager/task-icon.c:
2004+ Added Version to About menu item.
2005+
2006+2009-11-29 Rodney Cryderman <rcryderman@gmail.com>
2007+
2008+ * applets/taskmanager/task-icon.c:
2009+ Regroup under the new icon when "Add to Launcher List".
2010+
2011+2009-11-29 Mark Lee <avant-wn@lazymalevolence.com>
2012+
2013+ * README:
2014+ Note that GNU Make is required.
2015+
2016+2009-11-29 Mark Lee <avant-wn@lazymalevolence.com>
2017+
2018+ * configure.in:
2019+ Remove obsolete check for gtk.glade.
2020+
2021+2009-11-29 Mark Lee <avant-wn@lazymalevolence.com>
2022+
2023+ * applets/taskmanager/task-window.c:
2024+ Fix build for GTK+ 2.12.
2025+
2026+2009-11-29 Rodney Cryderman <rcryderman@gmail.com>
2027+
2028+ * src/awn-panel.c:
2029+ Forgot to press save... Remove two debugs.
2030+
2031+2009-11-29 Rodney Cryderman <rcryderman@gmail.com>
2032+
2033+ * src/awn-panel.c:
2034+ Attempt to resolve remaining issues with struts and multiple
2035+ monitors.
2036+
2037+2009-11-29 Rodney Cryderman <rcryderman@gmail.com>
2038+
2039+ * applets/taskmanager/task-manager.c:
2040+ Keep a couple properties from being set on startup.
2041+ Enable a bit of debug spam.
2042+
2043+2009-11-29 Michal Hruby <michal.mhr@gmail.com>
2044+
2045+ * src/awn-applet-manager.c:
2046+ * src/awn-applet-manager.h:
2047+ * src/awn-panel.c:
2048+ Optimize the redraw during resizes.
2049+
2050+2009-11-29 Michal Hruby <michal.mhr@gmail.com>
2051+
2052+ * applets/quick-prefs/applet.vala:
2053+ Quick-prefs - show docklet after clicking on the icon.
2054+
2055+2009-11-29 Michal Hruby <michal.mhr@gmail.com>
2056+
2057+ * bindings/vala/awn.gi:
2058+ * bindings/vala/awn.vapi:
2059+ * libawn/awn-defines.h:
2060+ * src/awn-panel.c:
2061+ Added docklet-related AppletFlags.
2062+
2063+2009-11-27 Rodney Cryderman <rcryderman@gmail.com>
2064+
2065+ * applets/taskmanager/task-icon.c:
2066+ Code to use the "awn-window-fallback" icon once it
2067+ gets committed.
2068+
2069+2009-11-27 Rodney Cryderman <rcryderman@gmail.com>
2070+
2071+ * applets/taskmanager/task-icon.c:
2072+ * applets/taskmanager/task-window.c:
2073+ * applets/taskmanager/task-window.h:
2074+ Provide a visual indication of the active item.
2075+
2076+2009-11-27 Michal Hruby <michal.mhr@gmail.com>
2077+
2078+ * src/awn-app.c:
2079+ * src/awn-panel.c:
2080+ * src/awn-panel.h:
2081+ Change parameter for AwnPanel constructor.
2082+
2083+2009-11-27 Michal Hruby <michal.mhr@gmail.com>
2084+
2085+ * libawn/awn-config.c:
2086+ * src/awn-app.c:
2087+ * src/awn-applet-proxy.c:
2088+ * src/awn-defines.h:
2089+ * src/awn-panel.c:
2090+ Let's be better prepared for multiple panels.
2091+
2092+2009-11-27 Michal Hruby <michal.mhr@gmail.com>
2093+
2094+ * src/awn-panel.c:
2095+ Try to do everything needed on composited-change.
2096+
2097+2009-11-26 Rodney Cryderman <rcryderman@gmail.com>
2098+
2099+ * applets/taskmanager/task-icon.c:
2100+ * applets/taskmanager/task-icon.h:
2101+ * applets/taskmanager/task-manager.c:
2102+ Play closing animations for windows that become
2103+ skip tasklist and minimized (seems it's common to
2104+ do something along these lines when minimizing to
2105+ systray... the window is not closed according to
2106+ wnck)
2107+
2108+2009-11-25 Rodney Cryderman <rcryderman@gmail.com>
2109+
2110+ * libawn/awn-themed-icon.c:
2111+ Remove a debug.
2112+
2113+2009-11-25 Rodney Cryderman <rcryderman@gmail.com>
2114+
2115+ * bindings/python/awn.defs:
2116+ * libawn/awn-themed-icon.c:
2117+ * libawn/awn-themed-icon.h:
2118+ Type of size arg should be gint not guint.
2119+ Do some additional checks on values of arguments.
2120+
2121+2009-11-24 Rodney Cryderman <rcryderman@gmail.com>
2122+
2123+ * libawn/awn-themed-icon.c:
2124+ Invalidate the pixbuf cache on size changes. This is not
2125+ future proof but it works fine at the moment. The pixbuf
2126+ cache is slated for some work post 0.4.
2127+
2128+2009-11-24 Michal Hruby <michal.mhr@gmail.com>
2129+
2130+ * src/awn-panel.c:
2131+ Reflect changes to panels/mouse_poll_delay immediately.
2132+
2133+2009-11-24 Michal Hruby <michal.mhr@gmail.com>
2134+
2135+ * src/awn-background-curves.c:
2136+ * src/awn-background.c:
2137+ Use radial gradients in curved background.
2138+ Increase the default alpha when using gtk_theme_mode.
2139+
2140+2009-11-23 Michal Hruby <michal.mhr@gmail.com>
2141+
2142+ * applets/quick-prefs/applet.vala:
2143+ * bindings/vala/awn.gi:
2144+ * bindings/vala/awn.metadata:
2145+ * bindings/vala/awn.vapi:
2146+ Fixes to Vala bindings.
2147+
2148+2009-11-23 Michal Hruby <michal.mhr@gmail.com>
2149+
2150+ * libawn/awn-effects.c:
2151+ * libawn/awn-effects.h:
2152+ * src/awn-throbber.c:
2153+ Couple more optimizations.
2154+
2155+2009-11-22 Michal Hruby <michal.mhr@gmail.com>
2156+
2157+ * data/avant-window-navigator.schema-ini.in.in:
2158+ * src/awn-defines.h:
2159+ * src/awn-panel.c:
2160+ Added config keys for autohide delays.
2161+
2162+2009-11-22 Michal Hruby <michal.mhr@gmail.com>
2163+
2164+ * libawn/awn-effects.c:
2165+ Fix minor redraw issue when shadows are on.
2166+
2167+2009-11-21 Rodney Cryderman <rcryderman@gmail.com>
2168+
2169+ * applets/taskmanager/task-icon.c:
2170+ Do not show a fallback icon in the TaskIcon in any
2171+ circumstance if there's a launcher icon available.
2172+
2173+2009-11-22 Michal Hruby <michal.mhr@gmail.com>
2174+
2175+ * libawn/anims/awn-effect-spotlight3d.c:
2176+ * libawn/anims/awn-effects-shared.h:
2177+ * libawn/awn-effects-ops-new.c:
2178+ * libawn/awn-effects.c:
2179+ * libawn/awn-effects.h:
2180+ * src/awn-background-edgy.c:
2181+ * src/awn-panel.c:
2182+ Optimize drawing on a couple of places.
2183+
2184+2009-11-22 Michal Hruby <michal.mhr@gmail.com>
2185+
2186+ * src/awn-defines.h:
2187+ * src/awn-background.c:
2188+ Set text & outline color when gtk_theme_mode is on.
2189+
2190+2009-11-21 Rodney Cryderman <rcryderman@gmail.com>
2191+
2192+ * applets/taskmanager/task-window.c:
2193+ * applets/taskmanager/task-window.h:
2194+ Added task_window_get_icon_is_fallback().
2195+
2196+2009-11-20 Michal Hruby <michal.mhr@gmail.com>
2197+
2198+ * Makefile.am:
2199+ * applets/quick-prefs/Makefile.am:
2200+ * applets/quick-prefs/applet.vala:
2201+ * applets/quick-prefs/quick-prefs.desktop.in.in:
2202+ * bindings/vala/build.vapi:
2203+ * bindings/vala/libintl.vapi:
2204+ * configure.in:
2205+ Added Preferences applet.
2206+
2207+2009-11-20 Michal Hruby <michal.mhr@gmail.com>
2208+
2209+ * libawn/anims/awn-effect-simple.c:
2210+ * libawn/anims/awn-effect-simple.h:
2211+ * libawn/awn-effects.c:
2212+ * libawn/awn-label.c:
2213+ Added opening and closing simple effects.
2214+
2215+2009-11-19 Rodney Cryderman <rcryderman@gmail.com>
2216+
2217+ * applets/taskmanager/task-launcher.c:
2218+ Fix typo in previous commit and removed match checks involving
2219+ ppid, to determine if they're causing incorrect matches.
2220+
2221+2009-11-19 Rodney Cryderman <rcryderman@gmail.com>
2222+
2223+ * applets/taskmanager/task-launcher.c:
2224+ * applets/taskmanager/task-launcher.h:
2225+ Added task_launcher_get_exec().
2226+
2227+2009-11-18 Michal Hruby <michal.mhr@gmail.com>
2228+
2229+ * libawn/awn-applet.c:
2230+ * libawn/awn-applet.h:
2231+ * libawn/awn-dbus-watcher.c:
2232+ * src/awn-applet-manager.c:
2233+ * src/awn-applet-manager.h:
2234+ * src/awn-panel.c:
2235+ Make the DestroyApplet signal work.
2236+
2237+2009-11-18 Rodney Cryderman <rcryderman@gmail.com>
2238+
2239+ * applets/taskmanager/task-window.c:
2240+ Fix incorrect window in a grouped icon being activated on icon
2241+ click.
2242+
2243+2009-11-17 Michal Hruby <michal.mhr@gmail.com>
2244+
2245+ * themes/thumbnails/dark-thumb.png:
2246+ Add alpha channel to theme preview image.
2247+
2248+2009-11-16 Rodney Cryderman <rcryderman@gmail.com>
2249+
2250+ * applets/taskmanager/task-manager.c:
2251+ Fix up code that only applies if a window goes from
2252+ skip_tasklist = false to skip_tasklist = true... which
2253+ is obviously a somewhat rare thing... However, awn-settings
2254+ will do it if the prefs applet is running.
2255+
2256+2009-11-17 Michal Hruby <michal.mhr@gmail.com>
2257+
2258+ * awn-settings/awnClass.py:
2259+ * libawn/awn-tooltip.c:
2260+ * src/awn-panel.c:
2261+ Change GetSnapshot method to return image with alpha channel instead
2262+ of the window below.
2263+
2264+2009-11-16 Michal Hruby <michal.mhr@gmail.com>
2265+
2266+ * data/avant-window-navigator.schema-ini.in.in:
2267+ * src/awn-defines.h:
2268+ * src/awn-monitor.c:
2269+ Add panel/monitor_num key, which should help when monitors are
2270+ hotplugged.
2271+
2272+2009-11-16 Michal Hruby <michal.mhr@gmail.com>
2273+
2274+ * configure.in:
2275+ * themes/Makefile.am:
2276+ * themes/dark.awn-theme:
2277+ Add thumbnail for our default theme.
2278+
2279+2009-11-16 Michal Hruby <michal.mhr@gmail.com>
2280+
2281+ * data/avant-window-navigator.schema-ini.in.in:
2282+ * src/awn-background.c:
2283+ * src/awn-separator.c:
2284+ * themes/default.awn-theme:
2285+ Modify separator rendering a bit - make it more sharp.
2286+
2287+2009-11-16 Michal Hruby <michal.mhr@gmail.com>
2288+
2289+ * libawn/anims/awn-effect-spotlight3d.c:
2290+ Fix close effect cleanup for spotlight3d.
2291+
2292+2009-11-15 Michal Hruby <michal.mhr@gmail.com>
2293+
2294+ * src/awn-panel.c:
2295+ Docklet animation timer needs to have lower priority than redraw
2296+ event, so we don't skip frames.
2297+
2298+2009-11-15 Rodney Cryderman <rcryderman@gmail.com>
2299+
2300+ * applets/taskmanager/task-launcher.c:
2301+ Use task_window_get_wm_client_name(). Which stores the client
2302+ machine names once it successfully retrieves it from X.
2303+
2304+2009-11-15 Rodney Cryderman <rcryderman@gmail.com>
2305+
2306+ * libawn/awn-themed-icon.c:
2307+ Reverse change that was tested and found wanting.
2308+
2309+2009-11-15 Michal Hruby <michal.mhr@gmail.com>
2310+
2311+ * src/awn-panel.c:
2312+ We shouldn't forget to unref the pixmaps.
2313+
2314+2009-11-15 Michal Hruby <michal.mhr@gmail.com>
2315+
2316+ * libawn/awn-utils.h:
2317+ Add a newline.
2318+
2319+2009-11-15 Michal Hruby <michal.mhr@gmail.com>
2320+
2321+ * src/awn-panel.c:
2322+ Animate docklet mode start/end.
2323+
2324+2009-11-14 Rodney Cryderman <rcryderman@gmail.com>
2325+
2326+ * applets/taskmanager/task-icon.c:
2327+ * applets/taskmanager/task-launcher.c:
2328+ Get rid of a couple static vars.
2329+
2330+2009-11-14 Rodney Cryderman <rcryderman@gmail.com>
2331+
2332+ * libawn/awn-themed-icon.c:
2333+ Test modification. Need to confirm if previous issues with use
2334+ of gtk_icon_theme_load_icon () are resolved.
2335+
2336+2009-11-14 Rodney Cryderman <rcryderman@gmail.com>
2337+
2338+ * applets/taskmanager/task-window.c:
2339+ * applets/taskmanager/task-window.h:
2340+ * applets/taskmanager/xutils.c:
2341+ More plugging of leaks. Also reducing the number of calls to X...
2342+ Once the client machine name is retrieved it's save in TaskWindow.
2343+
2344+2009-11-14 Rodney Cryderman <rcryderman@gmail.com>
2345+
2346+ * applets/taskmanager/task-manager.c:
2347+ * applets/taskmanager/task-window.c:
2348+ Plug some more leaks.
2349+
2350+2009-11-14 Rodney Cryderman <rcryderman@gmail.com>
2351+
2352+ * applets/taskmanager/task-icon.c:
2353+ * applets/taskmanager/task-manager.c:
2354+ Optimize group.
2355+ Regroup non-launchers.
2356+
2357+2009-11-14 Rodney Cryderman <rcryderman@gmail.com>
2358+
2359+ * libawn/awn-overlay-pixbuf.c:
2360+ Fix a leak.
2361+
2362+2009-11-14 Rodney Cryderman <rcryderman@gmail.com>
2363+
2364+ * applets/taskmanager/task-manager.c:
2365+ Do not hide the Icon after the closing effect unless we're really done.
2366+
2367+2009-11-13 Rodney Cryderman <rcryderman@gmail.com>
2368+
2369+ * applets/taskmanager/task-icon.c:
2370+ * applets/taskmanager/task-item.c:
2371+ * applets/taskmanager/task-launcher.c:
2372+ * applets/taskmanager/task-window.c:
2373+ * libawn/awn-themed-icon.c:
2374+ Plug a variety of leaks, and potential leaks.
2375+ Still something rotten with TaskLauncher.
2376+
2377+2009-11-13 Michal Hruby <michal.mhr@gmail.com>
2378+
2379+ * awn-settings/awn-settings.ui:
2380+ * src/awn-applet-manager.c:
2381+ Don't run awn-applet binary for separator & expander, so we get rid of
2382+ throbber for them.
2383+
2384+2009-11-13 Rodney Cryderman <rcryderman@gmail.com>
2385+
2386+ * applets/taskmanager/task-icon.c:
2387+ * applets/taskmanager/task-item.c:
2388+ * applets/taskmanager/task-launcher.c:
2389+ * applets/taskmanager/task-window.c:
2390+ * libawn/awn-themed-icon.c:
2391+ Plug a variety of leaks, and potential leaks.
2392+ Still something rotten with TaskLauncher.
2393+
2394+2009-11-13 Rodney Cryderman <rcryderman@gmail.com>
2395+
2396+ * applets/taskmanager/task-icon.c:
2397+ Set the main_item on the the original ungrouped icon.
2398+
2399+2009-11-13 Rodney Cryderman <rcryderman@gmail.com>
2400+
2401+ * applets/taskmanager/task-icon.c:
2402+ * applets/taskmanager/task-manager.c:
2403+ Disconnect a missed signal when ungrouping.
2404+ Removed some #if 0 'd code.
2405+
2406+2009-11-13 Rodney Cryderman <rcryderman@gmail.com>
2407+
2408+ * applets/taskmanager/task-manager.c:
2409+ Do not try to copy a TaskLauncher on ungroup if there isn't one to
2410+ copy.
2411+
2412+2009-11-13 Michal Hruby <michal.mhr@gmail.com>
2413+
2414+ * bindings/python/awn.defs:
2415+ Add DBusWatcher also to python bindings.
2416+
2417+2009-11-13 Michal Hruby <michal.mhr@gmail.com>
2418+
2419+ * applets/taskmanager/task-manager.c:
2420+ * bindings/vala/awn.gi:
2421+ * bindings/vala/awn.vapi:
2422+ * libawn/Makefile.am:
2423+ * libawn/awn-dbus-watcher.c:
2424+ * libawn/awn-dbus-watcher.h:
2425+ * libawn/libawn.h:
2426+ * src/Makefile.am:
2427+ * src/awn-panel.c:
2428+ Move AwnDBusWatcher to libawn.
2429+
2430+2009-11-13 Rodney Cryderman <rcryderman@gmail.com>
2431+
2432+ * applets/taskmanager/awn-applet-taskmanager.schema-ini.in:
2433+ * applets/taskmanager/task-icon.c:
2434+ * applets/taskmanager/task-item.c:
2435+ * applets/taskmanager/task-launcher.c:
2436+ * applets/taskmanager/task-launcher.h:
2437+ * applets/taskmanager/task-manager.c:
2438+ * applets/taskmanager/task-window.c:
2439+ No longer group windows with different WM_CLIENT_NAME by default.
2440+ There is a config key, as I'm expecting this will break in certain
2441+ configurations. The default will change if this occurs.
2442+ If no WM_CLIENT_NAME is available then the local hostname is assumed
2443+ (gethostname()). As consequence change of these changes, the
2444+ constructor for TaskLauncher was changed and the applet prop of
2445+ TaskIcon was made readable.
2446+
2447+2009-11-12 Rodney Cryderman <rcryderman@gmail.com>
2448+
2449+ * applets/taskmanager/task-icon.c:
2450+ * applets/taskmanager/task-manager.c:
2451+ * applets/taskmanager/task-window.c:
2452+ dbus interface for "visible" more or less behaves sanely.
2453+
2454+2009-11-12 Rodney Cryderman <rcryderman@gmail.com>
2455+
2456+ * applets/taskmanager/task-manager.c:
2457+ * applets/taskmanager/task-window.c:
2458+ Implemented the hidden list for visible. Still buggy. Some
2459+ aspects of behaviour need to be defined.
2460+
2461+2009-11-12 Rodney Cryderman <rcryderman@gmail.com>
2462+
2463+ * applets/taskmanager/task-manager.c:
2464+ * applets/taskmanager/task-window.c:
2465+ * applets/taskmanager/task-window.h:
2466+ * applets/taskmanager/xutils.c:
2467+ * applets/taskmanager/xutils.h:
2468+ Add the ability to retrive WM_CLIENT_NAME.
2469+
2470+2009-11-12 Michal Hruby <michal.mhr@gmail.com>
2471+
2472+ * awn-settings/awnClass.py:
2473+ * src/awn-panel.c:
2474+ Speed up the snapshotting in awn-settings.
2475+
2476+2009-11-11 Rodney Cryderman <rcryderman@gmail.com>
2477+
2478+ * applets/taskmanager/task-manager.c:
2479+ Make sure we don't send a NULL to strlen.
2480+
2481+2009-11-11 Rodney Cryderman <rcryderman@gmail.com>
2482+
2483+ * applets/taskmanager/task-icon.c:
2484+ Fix for https://bugs.launchpad.net/awn/+bug/480851
2485+ If Icon = to a path in the desktop file then the customize icon menu
2486+ option fails.
2487+
2488+2009-11-10 Rodney Cryderman <rcryderman@gmail.com>
2489+
2490+ * applets/taskmanager/task-manager.c:
2491+ * applets/taskmanager/task-window.c:
2492+ Initial, naive, implementation of the visible dbus key.
2493+
2494+2009-11-10 Rodney Cryderman <rcryderman@gmail.com>
2495+
2496+ * applets/taskmanager/task-manager.c:
2497+ * applets/taskmanager/task-window.c:
2498+ * applets/taskmanager/task-window.h:
2499+ Reworked some of the visibility code associated with the show_all_windows
2500+ config key. Please watch for regressions, especially with
2501+ show_all_windows = false.
2502+
2503+2009-11-10 Michal Hruby <michal.mhr@gmail.com>
2504+
2505+ * src/awn-app.c:
2506+ * src/awn-panel-dbus.xml:
2507+ * src/awn-panel.c:
2508+ * src/awn-panel.h:
2509+ Added DBus method GetSnapshot(), which screenshots given panel.
2510+
2511+2009-11-10 Rodney Cryderman <rcryderman@gmail.com>
2512+
2513+ * applets/taskmanager/task-icon.c:
2514+ * applets/taskmanager/task-icon.h:
2515+ * applets/taskmanager/task-manager.c:
2516+ Group/ungroup is now much more stable. Does not regroup windows
2517+ without an associated desktop file.
2518+
2519+2009-11-10 Michal Hruby <michal.mhr@gmail.com>
2520+
2521+ * bindings/python/awn.defs:
2522+ * bindings/vala/awn.metadata:
2523+ * bindings/vala/awn.vapi:
2524+ Fix a couple of leaks in the bindings.
2525+
2526+2009-11-10 Rodney Cryderman <rcryderman@gmail.com>
2527+
2528+ * applets/taskmanager/task-icons.c:
2529+ * applets/taskmanager/task-manager.h:
2530+ * applets/taskmanager/task-manager.c:
2531+ Immediately group when configuration changed. There's some
2532+ strangeness that happens if one toggles back and forth quickly,
2533+ It's beeing dealt with but I'm not happy with the "solution". Will
2534+ revisit when I don't have a headache.
2535+
2536+2009-11-10 Rodney Cryderman <rcryderman@gmail.com>
2537+
2538+ * applets/taskmanager/task-icons.c:
2539+ Minor cleanup.
2540+
2541+2009-11-10 Rodney Cryderman <rcryderman@gmail.com>
2542+
2543+ * applets/taskmanager/task-icons.c:
2544+ Immediately ungroup when configuration changed. Reverse not yet
2545+ implemented.
2546+
2547+2009-11-10 Michal Hruby <michal.mhr@gmail.com>
2548+
2549+ * bindings/python/awn.defs:
2550+ * bindings/python/awn.override:
2551+ Fix python bindings for AppletSimple.set_icon_info().
2552+
2553+2009-11-09 Mark Lee <avant-wn@lazymalevolence.com>
2554+
2555+ * bindings/python/__init__.py:
2556+ Add missing import statement.
2557+
2558+2009-11-09 Michal Hruby <michal.mhr@gmail.com>
2559+
2560+ * bindings/python/awn.defs:
2561+ * bindings/vala/awn.gi:
2562+ * bindings/vala/awn.vapi:
2563+ * libawn/awn-dialog.c:
2564+ * libawn/awn-dialog.h:
2565+ Added AwnDialog.get_content_area() method. Fixes issues with removing
2566+ widgets from the dialog.
2567+
2568+2009-11-09 Rodney Cryderman <rcryderman@gmail.com>
2569+
2570+ * applets/taskmanager/task-manager.c:
2571+ Only check if the app/win icon should be displayed
2572+ if we have a TaskWindow.
2573+
2574+2009-11-09 Rodney Cryderman <rcryderman@gmail.com>
2575+
2576+ * applets/taskmanager/task-manager.c:
2577+ * applets/taskmanager/task-manager.h:
2578+ Preparation for getting group/ungroup working.
2579+ Ignore docks in the intellhide intersect check.
2580+
2581+2009-11-09 Rodney Cryderman <rcryderman@gmail.com>
2582+
2583+ * applets/taskmanager/task-icon.c:
2584+ * applets/taskmanager/task-manager.c:
2585+ * applets/taskmanager/task-manager.h:
2586+ Add a "grouping-changed" signal to TaskManager.
2587+
2588+2009-11-09 Michal Hruby <michal.mhr@gmail.com>
2589+
2590+ * src/awn-app-dbus.xml:
2591+ * src/awn-app.c:
2592+ * src/awn-app.h:
2593+ Added DBus method to close a panel.
2594+
2595+2009-11-09 Michal Hruby <michal.mhr@gmail.com>
2596+
2597+ * bindings/python/awn.defs:
2598+ * bindings/vala/awn.gi:
2599+ * bindings/vala/awn.vapi:
2600+ * doc/reference/libawn-sections.txt:
2601+ * libawn/awn-icon.c:
2602+ * libawn/awn-icon.h:
2603+ Revert 1674 and 1660 - revisions which added AwnIcon.get_click_event,
2604+ as the same thing can be done using gtk_get_current_event().
2605+
2606+2009-11-09 Michal Hruby <michal.mhr@gmail.com>
2607+
2608+ * awn-settings/awn-settings.ui:
2609+ * awn-settings/awnClass.py:
2610+ Always center the awn-settings dialog.
2611+
2612+2009-11-09 Michal Hruby <michal.mhr@gmail.com>
2613+
2614+ * awn-settings/awnClass.py:
2615+ * awn-settings/awnSettings.py.in:
2616+ Allow running awn-settings just to show About dialog.
2617+
2618+2009-11-07 Michal Hruby <michal.mhr@gmail.com>
2619+
2620+ * applets/taskmanager/util.c:
2621+ Change to MSE computation.
2622+
2623+2009-11-07 Michal Hruby <michal.mhr@gmail.com>
2624+
2625+ * awn-settings/awnClass.py:
2626+ Expand the description columns in our lists.
2627+ * doc/reference/libawn-sections.txt:
2628+ * libawn/awn-icon.c:
2629+ Updated documentation.
2630+
2631+2009-11-05 Rodney Cryderman <rcryderman@gmail.com>
2632+
2633+ * applets/taskmanager/task-icon.c:
2634+ Reinstate the minimize/restore behaviour of the scrollwheel when
2635+ there is only one window.
2636+ When using scroll wheel, do not scroll to a window that is set
2637+ skip_taskbar.
2638+
2639+2009-11-05 Rodney Cryderman <rcryderman@gmail.com>
2640+
2641+ * applets/taskmanager/task-manager.c:
2642+ Revise some comments due to previous commit.
2643+
2644+2009-11-05 Rodney Cryderman <rcryderman@gmail.com>
2645+
2646+ * applets/taskmanager/task-manager.c:
2647+ Fixed a longstanding bug which _mostly_ involved windows minimizing
2648+ to the systray. Removes a leak, and some unexpected behaviours
2649+ with apps engaging in said behaviour.
2650+
2651+2009-11-05 Rodney Cryderman <rcryderman@gmail.com>
2652+
2653+ * applets/taskmanager/task-icon.c:
2654+ If there is more than one window demaning attention in
2655+ a group, then update the main_item to point to the next item
2656+ demanding attention after the first one is acknowledged.
2657+
2658+2009-11-05 Rodney Cryderman <rcryderman@gmail.com>
2659+
2660+ * applets/taskmanager/task-icon.c:
2661+ Check for require attention on window changes. This should
2662+ resolve some corner cases where icons do not start/stop
2663+ attention effect.
2664+
2665+2009-11-05 Rodney Cryderman <rcryderman@gmail.com>
2666+
2667+ * applets/taskmanager/task-manager.c:
2668+ * applets/taskmanager/awn-applet-taskmanager.schema-ini.in:
2669+ Attention required nagging. Defaults to every 60 seconds.
2670+
2671+2009-11-05 Rodney Cryderman <rcryderman@gmail.com>
2672+
2673+ * applets/taskmanager/task-icon.c:
2674+ * applets/taskmanager/awn-applet-taskmanager.schema-ini.in:
2675+ Added overlay_applications_icons_swapped.
2676+ Significantly simplified the ref/unref login in
2677+ task_icon_set_icon_pixbuf().
2678+
2679+2009-11-05 Rodney Cryderman <rcryderman@gmail.com>
2680+
2681+ * applets/taskmanager/task-icon.c:
2682+ Make sure the tooltipls are updated on mouse scroll also.
2683+ Let search_main_item do most of the work.
2684+
2685+2009-11-04 Rodney Cryderman <rcryderman@gmail.com>
2686+
2687+ * applets/taskmanager/util.c:
2688+ Adjust the threshold up a bit for image comparison. This may
2689+ result in an unacceptable level of false positives, please keep
2690+ an eye out for duplicate overlay images.
2691+
2692+2009-11-04 Rodney Cryderman <rcryderman@gmail.com>
2693+
2694+ * applets/taskmanager/task-window.c:
2695+ Change the default to forcing app icon prop on. A better
2696+ choice due to some fun things that happen when the task-manager
2697+ is restarted.
2698+
2699+2009-11-04 Michal Hruby <michal.mhr@gmail.com>
2700+
2701+ * bindings/python/awn.defs:
2702+ * bindings/vala/awn.gi:
2703+ * bindings/vala/awn.vapi:
2704+ * libawn/awn-icon.c:
2705+ * libawn/awn-icon.h:
2706+ Added AwnIcon.get_click_event() method.
2707+
2708+2009-11-04 Rodney Cryderman <rcryderman@gmail.com>
2709+
2710+ * applets/taskmanager/task-manager.c:
2711+ Save changes to launcher paths when TaskLaunchers are dragged
2712+ and dropped.
2713+
2714+2009-11-02 Rodney Cryderman <rcryderman@gmail.com>
2715+
2716+ * libawn/awn-themed-icon.c:
2717+ Remove source ids for icon preloads if the icon is finalized
2718+ with them pending.
2719+
2720+2009-11-02 Rodney Cryderman <rcryderman@gmail.com>
2721+
2722+ * applets/taskmanager/task-window.c:
2723+ Pull the theme change counting logic out. The issues it causes
2724+ are more or less a wash with the issues it fixes (at least with
2725+ the introduction of utils_gdk_pixbuf_similar_to()). Therefore,
2726+ choose the simpler of the two.
2727+
2728+2009-11-02 Rodney Cryderman <rcryderman@gmail.com>
2729+
2730+ * applets/taskmanager/util.c:
2731+ * applets/taskmanager/task-icon.c:
2732+ Fix for gimp icon overlay when it's opened from filemanager.
2733+
2734+2009-11-02 Rodney Cryderman <rcryderman@gmail.com>
2735+
2736+ * applets/taskmanager/util.c:
2737+ * applets/taskmanager/util.h:
2738+ * applets/taskmanager/task-icon.c:
2739+ utils_gdk_pixbuf_similar_to() courtesy of Michal Hruby
2740+ <michal.mhr@gmail.com>.
2741+ Allows TaskIcon to determine if an overlay icon is the same
2742+ as the Launcher Icon.
2743+
2744+2009-11-02 Rodney Cryderman <rcryderman@gmail.com>
2745+
2746+ * applets/taskmanager/task-icon.c:
2747+ Fix a problem with errant setting of requires attention under
2748+ Metacity.
2749+
2750+2009-11-01 Rodney Cryderman <rcryderman@gmail.com>
2751+
2752+ * applets/taskmanager/task-icon.c:
2753+ Don't play launching effect when dragging a TaskIcon.
2754+
2755+2009-11-01 Rodney Cryderman <rcryderman@gmail.com>
2756+
2757+ * applets/taskmanager/task-window.c:
2758+ Deal with errant icon overlays appearing when theme change
2759+ signals fire.
2760+
2761+2009-11-01 Rodney Cryderman <rcryderman@gmail.com>
2762+
2763+ * applets/taskmanager/task-icon.c:
2764+ Removed an assert that was inserted for debugging purposes.
2765+
2766+2009-11-01 Rodney Cryderman <rcryderman@gmail.com>
2767+
2768+ * applets/taskmanager/task-icon.c:
2769+ Update the icon on scroll events.
2770+
2771+2009-11-01 Michal Hruby <michal.mhr@gmail.com>
2772+
2773+ * bindings/python/awn.defs:
2774+ * bindings/vala/awn.gi:
2775+ * bindings/vala/awn.vapi:
2776+ * libawn/awn-applet-simple.c:
2777+ * libawn/awn-applet-simple.h:
2778+ * libawn/awn-icon-box.c:
2779+ * libawn/awn-icon-box.h:
2780+ Change AwnAppletSimple.get_icon method to return AwnIcon.
2781+
2782+2009-11-01 Michal Hruby <michal.mhr@gmail.com>
2783+
2784+ * src/awn-panel.c:
2785+ * src/xutils.c:
2786+ * src/xutils.h:
2787+ Fix issues with drag proxying.
2788+
2789+2009-11-01 Rodney Cryderman <rcryderman@gmail.com>
2790+
2791+ * applets/taskmanager/task-icon.c:
2792+ * applets/taskmanager/util.c:
2793+ Make sure that the demons of OO are exorcised.
2794+ Shut off some debugs.
2795+
2796+2009-11-01 Rodney Cryderman <rcryderman@gmail.com>
2797+
2798+ * applets/taskmanager/task-manager.c:
2799+ * applets/taskmanager/util.c:
2800+ Fixes ugly icon used by OO when opening through a file manager.
2801+
2802+2009-11-01 Rodney Cryderman <rcryderman@gmail.com>
2803+
2804+ * applets/taskmanager/awn-applet-taskmanager.schema-ini.in:
2805+ Fix typo.
2806+
2807+2009-11-01 Rodney Cryderman <rcryderman@gmail.com>
2808+
2809+ * applets/taskmanager/awn-applet-taskmanager.schema-ini.in:
2810+ Change some default values so they get tested.
2811+
2812+2009-11-01 Rodney Cryderman <rcryderman@gmail.com>
2813+
2814+ * applets/taskmanager/awn-applet-taskmanager.schema-ini.in:
2815+ * applets/taskmanager/task-icon.c:
2816+ Added overlay_application_icons, overlay_application_icons_scale
2817+ overlay_application_icons_alpha.
2818+
2819+2009-11-01 Rodney Cryderman <rcryderman@gmail.com>
2820+
2821+ * applets/taskmanager/awn-applet-taskmanager.schema-ini.in:
2822+ * applets/taskmanager/task-icon.c:
2823+ * applets/taskmanager/task-manager.c:
2824+ * applets/taskmanager/task-window.c:
2825+ * applets/taskmanager/task-window.h:
2826+ * applets/taskmanager/util.c:
2827+ * applets/taskmanager/util.h:
2828+ Ability to special case hints about using app window icon.
2829+
2830+2009-10-31 Mark Lee <avant-wn@lazymalevolence.com>
2831+
2832+ * libawn/awn-applet.c:
2833+ Make the proper fix for not destroying the about dialog on close.
2834+
2835+2009-10-31 Rodney Cryderman <rcryderman@gmail.com>
2836+
2837+ * applets/taskmanager/task-window.c:
2838+ Add use_win_icon prop to TaskWindow.
2839+
2840+2009-10-31 Rodney Cryderman <rcryderman@gmail.com>
2841+
2842+ * applets/taskmanager/task-icon.c:
2843+ * applets/taskmanager/task-window.c:
2844+ * applets/taskmanager/task-window.h:
2845+ icon_change_behaviour = 1 is now roughly equivalent to
2846+ the old disable_icon_changes = false. Need to add
2847+ special case info capability next.
2848+
2849+2009-10-31 Rodney Cryderman <rcryderman@gmail.com>
2850+
2851+ * applets/taskmanager/task-icon.c:
2852+ Icon theme "change" signals happen at the strangest times.
2853+ Handle theme change signals in TaskIcon instead of letting
2854+ AwnThemedIcon code deal with it (if we don't then AwnThemedIcon
2855+ will set our icon to a the desktop theme icon even when
2856+ we want to use the App icon).
2857+
2858+2009-10-31 Rodney Cryderman <rcryderman@gmail.com>
2859+
2860+ * applets/taskmanager/task-icon.c:
2861+ Further reduction of number of locations where
2862+ awn_icon_set_from_pixbuf() is called.
2863+
2864+2009-10-31 Rodney Cryderman <rcryderman@gmail.com>
2865+
2866+ * applets/taskmanager/task-icon.c:
2867+ Simplified the icon change code further.
2868+
2869+2009-10-31 Mark Lee <avant-wn@lazymalevolence.com>
2870+
2871+ * libawn/awn-applet.c:
2872+ Don't destroy the about dialog when it is closed.
2873+
2874+2009-10-31 Michal Hruby <michal.mhr@gmail.com>
2875+
2876+ * data/avant-window-navigator.schema-ini.in.in:
2877+ * themes/default.awn-theme:
2878+ Change the separator color defaults.
2879+
2880+2009-10-31 Michal Hruby <michal.mhr@gmail.com>
2881+
2882+ * src/awn-background.c:
2883+ * src/awn-separator.c:
2884+ Change separator color when gtk theme is changed.
2885+
2886+2009-10-31 Michal Hruby <michal.mhr@gmail.com>
2887+
2888+ * libawn/awn-effects-ops-new.c:
2889+ Disable the warning.
2890+
2891+2009-10-31 Michal Hruby <michal.mhr@gmail.com>
2892+
2893+ * Makefile.am:
2894+ * applet-activation/main.c:
2895+ * applets/expander/applet.c:
2896+ * applets/expander/expander.desktop.in.in:
2897+ * applets/separator/Makefile.am:
2898+ * applets/separator/applet.c:
2899+ * applets/separator/separator.desktop.in.in:
2900+ * configure.in:
2901+ * src/Makefile.am:
2902+ * src/awn-applet-manager.c:
2903+ * src/awn-separator.c:
2904+ * src/awn-separator.h:
2905+ Added separator applet.
2906+
2907+2009-10-30 Rodney Cryderman <rcryderman@gmail.com>
2908+
2909+ * applets/taskmanager/awn-applet-taskmanager.schema-ini.in:
2910+ * applets/taskmanager/task-icon.c:
2911+ * applets/taskmanager/task-manager.c:
2912+ * applets/taskmanager/task-window.c:
2913+ * applets/taskmanager/task-window.h:
2914+ Laid the foundation for the intermediary mode of icon change behaviour.
2915+ Renamed name from disable_icon_changes to icon_change_behavior. Type is int.
2916+
2917+2009-10-30 Rodney Cryderman <rcryderman@gmail.com>
2918+
2919+ * applets/taskmanager/task-icon.c:
2920+ * applets/taskmanager/task-window.c:
2921+ Fixes the issues with disable_icon_changes = false and certain
2922+ applications (such as pidgin). Also sees the return of the ugly
2923+ OpenOffice window icons.
2924+
2925+2009-10-30 Rodney Cryderman <rcryderman@gmail.com>
2926+
2927+ * libawn/awn-dialog.c:
2928+ Deal with loss of sticky on the AwnDialog under some WMs.
2929+
2930+2009-10-30 Rodney Cryderman <rcryderman@gmail.com>
2931+
2932+ * data/avant-window-navigator.schema-ini.in.in:
2933+ Change default of icon_font_mode to 1.
2934+
2935+2009-10-30 Rodney Cryderman <rcryderman@gmail.com>
2936+
2937+ * applets/taskmanager/task-icon.c:
2938+ Change the icon name for Launch menu item.
2939+
2940+2009-10-30 Mark Lee <avant-wn@lazymalevolence.com>
2941+
2942+ * bindings/vala/awn-custom.vala:
2943+ * bindings/vala/awn.gi:
2944+ * bindings/vala/awn.metadata:
2945+ * bindings/vala/awn.vapi:
2946+ Update Vala bindings.
2947+
2948+2009-10-29 Mark Lee <avant-wn@lazymalevolence.com>
2949+
2950+ * po/avant-window-navigator.pot:
2951+ * po/*.po:
2952+ Update gettext files.
2953+
2954+2009-10-29 Mark Lee <avant-wn@lazymalevolence.com>
2955+
2956+ * data/Makefile.am:
2957+ * po/POTFILES.in:
2958+ Make sure that 'make distcheck' works.
2959+
2960+2009-10-29 Mark Lee <avant-wn@lazymalevolence.com>
2961+
2962+ * applets/taskmanager/task-settings.c:
2963+ Fix compiler warning.
2964+
2965+2009-10-28 Rodney Cryderman <rcryderman@gmail.com>
2966+
2967+ * applets/taskmanager/task-launcher.c:
2968+ Minor fix to match function. If the WM_CLASS values
2969+ are 1 char in length then don't use them for a substing match.
2970+
2971+009-10-28 Michal Hruby <michal.mhr@gmail.com>
2972+
2973+ * awn-settings/awn-settings.ui:
2974+ Fix the size groups.
2975+
2976+2009-10-28 Rodney Cryderman <rcryderman@gmail.com>
2977+
2978+ * applets/taskmanager/task-launcher.c:
2979+ Minor fix to match function. If the WM_CLASS values
2980+ are 1 char in length then don't use them for a substing match.
2981+
2982+2009-10-28 Rodney Cryderman <rcryderman@gmail.com>
2983+
2984+ * applets/taskmanager/task-manager.c:
2985+ * libawn/awn-themed-icon.c:
2986+ Fix so that the icon chooser dialog used by AwnThemedIcon/taskman
2987+ appears in the the taskmanager.
2988+
2989+2009-10-28 Michal Hruby <michal.mhr@gmail.com>
2990+
2991+ * libawn/awn-alignment.c:
2992+ Allow the dev to specify scale value.
2993+
2994+2009-10-27 Michal Hruby <michal.mhr@gmail.com>
2995+
2996+ * src/awn-applet-manager.c:
2997+ Allow the docklets to expand in expand mode, even without active
2998+ expanders.
2999+
3000+2009-10-27 Michal Hruby <michal.mhr@gmail.com>
3001+
3002+ * libawn/awn-dialog.c:
3003+ Added hide-on-unfocus property, which will ease our lives.
3004+
3005+2009-10-26 Rodney Cryderman <rcryderman@gmail.com>
3006+
3007+ * applets/taskmanager/task-icon.c:
3008+ * applets/taskmanager/task-launcher.c:
3009+ Monitor launcher desktop files for changes.
3010+
3011+2009-10-26 Rodney Cryderman <rcryderman@gmail.com>
3012+
3013+ * applets/taskmanager/task-icon.c:
3014+ Ensure tooltips are correct for launchers when
3015+ show_all_windows=false.
3016+
3017+2009-10-25 Michal Hruby <michal.mhr@gmail.com>
3018+
3019+ * awn-settings/awn-settings.ui:
3020+ Add image to 'Export theme'.
3021+
3022+2009-10-25 Michal Hruby <michal.mhr@gmail.com>
3023+
3024+ * libawn/awn-image.c:
3025+ Fix the FIXME.
3026+
3027+2009-10-25 Michal Hruby <michal.mhr@gmail.com>
3028+
3029+ * awn-settings/awn-settings.ui:
3030+ * awn-settings/awnClass.py:
3031+ * awn-settings/awnSettings.py.in:
3032+ Add dialog for setting custom effects.
3033+
3034+2009-10-25 Michal Hruby <michal.mhr@gmail.com>
3035+
3036+ * libawn/awn-image.c:
3037+ Fix positioning when padding is set on the widget.
3038+
3039+2009-10-24 Mark Lee <avant-wn@lazymalevolence.com>
3040+
3041+ * README:
3042+ Update for 0.4.
3043+ Reformat using the reStructuredText syntax.
3044+
3045+2009-10-24 Mark Lee <avant-wn@lazymalevolence.com>
3046+
3047+ * awn-settings/awnClass.py (awnManager.safe_load_icon):
3048+ Add support for selecting an icon from a list of acceptable icons.
3049+ Fall back to the "gtk-missing-image" stock icon if the specified
3050+ icon(s) cannot be found.
3051+ Add documentation.
3052+ * awn-settings/awnSettings.py.in (awnManagerMini.createMainMenu):
3053+ Add fallback icons for the "Launchers" item.
3054+ Fixes Launchpad bug #459706.
3055+
3056+2009-10-25 Rodney Cryderman <rcryderman@gmail.com>
3057+
3058+ * libawn/awn-themed-icon.c:
3059+ * libawn/awn-themed-icon.h:
3060+ Fix the code for awn_themed_icon_create_remove_custom_icon_item()
3061+ so it's useful for something other than TaskManager.
3062+
3063+2009-10-24 Michal Hruby <michal.mhr@gmail.com>
3064+
3065+ * src/awn-background.c:
3066+ When using gtk_theme_mode, try to load colors which are defined for
3067+ panel.
3068+
3069+2009-10-24 Michal Hruby <michal.mhr@gmail.com>
3070+
3071+ * src/awn-background.c:
3072+ * src/awn-background.h:
3073+ * src/awn-defines.h:
3074+ Separate gtk_theme_mode and dialog_gtk_theme_mode.
3075+ * src/awn-panel.c:
3076+ Add always-show-image property to dock menu.
3077+
3078+2009-10-24 Michal Hruby <michal.mhr@gmail.com>
3079+
3080+ * libawn/awn-image.c:
3081+ * libawn/awn-label.c:
3082+ * libawn/awn-overlay-text.c:
3083+ * libawn/awn-overlay-themed-icon.c:
3084+ * libawn/awn-overlay.c:
3085+ Fix line joins when using outlined font mode (AwnLabel and
3086+ AwnOverlayText).
3087+ Updated documentation.
3088+
3089+2009-10-24 Michal Hruby <michal.mhr@gmail.com>
3090+
3091+ * data/avant-window-navigator.schema-ini.in.in:
3092+ * libawn/awn-icon.c:
3093+ Binded effects/active_background_icon key. Fixes bug #246356.
3094+
3095+2009-10-24 Michal Hruby <michal.mhr@gmail.com>
3096+
3097+ * src/awn-background-flat.c:
3098+ * src/awn-background-floaty.c:
3099+ Minor polishing of Flat, Edgy (now react to changes to corner_radius
3100+ key) & Floaty backgrounds.
3101+
3102+2009-10-24 Michal Hruby <michal.mhr@gmail.com>
3103+
3104+ * awn-settings/awnSettings.py.in:
3105+ Add mark to monitor align scale to make it easy to hit 0.5.
3106+ * data/avant-window-navigator.schema-ini.in.in:
3107+ Fix default path.
3108+
3109+2009-10-22 Rodney Cryderman <rcryderman@gmail.com>
3110+
3111+ * applets/taskmanager/task-icon.c:
3112+ The drag types are already set removed redundant call.
3113+ Configure drag launch animation to time out.
3114+
3115+2009-10-22 Mark Lee <avant-wn@lazymalevolence.com>
3116+
3117+ * configure.in:
3118+ Rearrange the library linking order so that using libdesktop-agnostic
3119+ UI widgets via GtkBuilder does not generate runtime errors.
3120+
3121+2009-10-21 Mark Lee <avant-wn@lazymalevolence.com>
3122+
3123+ * awn-settings/awnClass.py:
3124+ Forgot to convert an import statement (see previous commit).
3125+
3126+2009-10-21 Mark Lee <avant-wn@lazymalevolence.com>
3127+
3128+ * awn-settings/awn-settings.ui:
3129+ * awn-settings/awnSettingsHelper.py:
3130+ Update to latest libdesktop-agnostic API change.
3131+
3132+2009-10-22 Michal Hruby <michal.mhr@gmail.com>
3133+
3134+ * awn-settings/awnClass.py:
3135+ * awn-settings/awnSettings.py.in:
3136+ Small cleanup, allow dropping of desktop files to launcher list.
3137+ Fixes bug #189115.
3138+
3139+2009-10-21 Michal Hruby <michal.mhr@gmail.com>
3140+
3141+ * libawn/awn-dialog.c:
3142+ Avoid compiler warning/error.
3143+
3144+2009-10-21 Michal Hruby <michal.mhr@gmail.com>
3145+
3146+ * awn-settings/awnClass.py:
3147+ Fix for themes with boolean config values.
3148+ * data/avant-window-navigator.schema-ini.in.in:
3149+ * themes/default.awn-theme:
3150+ Change the default hilight color.
3151+
3152+2009-10-21 Julien Lavergne <gilir@ubuntu.com>
3153+
3154+ * debian/rules:
3155+ Fix typo.
3156+
3157+2009-10-21 Michal Hruby <michal.mhr@gmail.com>
3158+
3159+ * src/awn-panel.c:
3160+ Make the composited property read-only for outside world.
3161+
3162+2009-10-21 Julien Lavergne <gilir@ubuntu.com>
3163+
3164+ * debian/rules:
3165+ Use autogen.sh instead of configure.
3166+
3167+2009-10-21 Julien Lavergne <gilir@ubuntu.com>
3168+
3169+ * debian/control:
3170+ Add lsb-release and bzr to build-depends.
3171+
3172+2009-10-21 Julien Lavergne <gilir@ubuntu.com>
3173+
3174+ * debian/changelog:
3175+ Update version.
3176+ * debian/rules:
3177+ Run configure only once.
3178+
3179+2009-10-20 Rodney Cryderman <rcryderman@gmail.com>
3180+
3181+ * libawn/awn-applet.c:
3182+ Change the menu image for "Dock Preferences" from
3183+ stock preferences to "avant-window-navigotor" icon.
3184+
3185+2009-10-20 Rodney Cryderman <rcryderman@gmail.com>
3186+
3187+ * applets/taskmanager/task-launcher.c:
3188+ Use the proper value for the screen name.
3189+
3190+2009-10-20 Rodney Cryderman <rcryderman@gmail.com>
3191+
3192+ * applets/taskmanager/task-icon.c:
3193+ * applets/taskmanager/task-launcher.c:
3194+ * libawn/awn-utils.c:
3195+ * libawn/awn-utils.h:
3196+ Added awn_utils_show_menu_images().
3197+
3198+2009-10-20 Michal Hruby <michal.mhr@gmail.com>
3199+
3200+ * applets/taskmanager/task-launcher.c:
3201+ Remove extra underscore (fixes focus issue with compiz).
3202+
3203+2009-10-20 Michal Hruby <michal.mhr@gmail.com>
3204+
3205+ * awn-settings/awnClass.py:
3206+ Remove the plus icons.
3207+ * themes/default.awn-theme:
3208+ Make sure gtk_theme_mode is off.
3209+
3210+2009-10-20 Rodney Cryderman <rcryderman@gmail.com>
3211+
3212+ * applets/taskmanager/task-icon.c:
3213+ * applets/taskmanager/task-launcher.c:
3214+ * libawn/awn-applet.c:
3215+ * libawn/awn-themed-icon.c:
3216+ A more complete/correct fix for images not being displayed
3217+ in menu items.
3218+
3219+2009-10-20 Rodney Cryderman <rcryderman@gmail.com>
3220+
3221+ * applets/taskmanager/task-icon.c:
3222+ * applets/taskmanager/task-launcher.c:
3223+ Show the menu icons.
3224+
3225+2009-10-20 Rodney Cryderman <rcryderman@gmail.com>
3226+
3227+ * applets/taskmanager/task-icon.c:
3228+ Fix removal of launchers.
3229+ Launch effect on drag over.
3230+
3231+ * applets/taskmanager/task-launcher.c:
3232+ Startup notifications.
3233+
3234+2009-10-19 Michal Hruby <michal.mhr@gmail.com>
3235+
3236+ * awn-settings/awn-settings.ui:
3237+ Fix the duplicate ids again...
3238+
3239+2009-10-19 Rodney Cryderman <rcryderman@gmail.com>
3240+
3241+ * applets/taskmanager/task-icon.c:
3242+ Make AwnThemedIcon drop handler a bit accepting of slightly
3243+ malformed drop data.
3244+
3245+2009-10-19 Michal Hruby <michal.mhr@gmail.com>
3246+
3247+ * applets/taskmanager/task-launcher.c:
3248+ Taskmanager - Make sure we display something when desktop file doesn't
3249+ have Icon key.
3250+
3251+2009-10-19 Michal Hruby <michal.mhr@gmail.com>
3252+
3253+ * awn-settings/awn-settings.ui:
3254+ awn-settings - minor fix.
3255+
3256+2009-10-19 Michal Hruby <michal.mhr@gmail.com>
3257+
3258+ * src/awn-background-curves.c:
3259+ Curved style - don't be so obvious that we're drawing half-sphere.
3260+
3261+2009-10-19 Michal Hruby <michal.mhr@gmail.com>
3262+
3263+ * src/awn-background-curves.c:
3264+ Some changes to curves_symmetry handling.
3265+
3266+2009-10-18 Julien Lavergne <gilir@ubuntu.com>
3267+
3268+ * debian/changelog:
3269+ * debian/control:
3270+ * debian/libawn1-trunk.install:
3271+ * debian/rules:
3272+ * libawn/Makefile.am:
3273+ SONAME bump to libawn1 and update debian/ to this.
3274+ Add build-depends on quilt
3275+ Pass correct flag to autogen.sh to avoid stupid FTBFS
3276+
3277+2009-10-18 Michal Hruby <michal.mhr@gmail.com>
3278+
3279+ * src/awn-background-3d.c:
3280+ Increase the padding size for 3d style.
3281+
3282+2009-10-18 Michal Hruby <michal.mhr@gmail.com>
3283+
3284+ patch by: onox
3285+
3286+ * awn-settings/awn-settings.ui:
3287+ * awn-settings/awnSettings.py.in:
3288+ Changes to awn-settings, still needs reorganization.
3289+
3290+2009-10-18 Michal Hruby <michal.mhr@gmail.com>
3291+
3292+ * awn-settings/awn-settings.ui:
3293+ * awn-settings/awnClass.py:
3294+ * awn-settings/awnSettings.py.in:
3295+ Merge ryancr's changes to awn-settings.
3296+
3297+2009-10-17 Julien Lavergne <gilir@ubuntu.com>
3298+
3299+ * debian/TODO:
3300+ * debian/pycompat:
3301+ Remove unnecessary files.
3302+
3303+2009-10-17 Julien Lavergne <gilir@ubuntu.com>
3304+
3305+ * debian/README.Debian:
3306+ * debian/avant-window-navigator.manpages:
3307+ * debian/awn-settings.1:
3308+ * debian/awn-settings.manpages:
3309+ * debian/compat:
3310+ * debian/control:
3311+ * debian/libawn-doc-trunk.install:
3312+ * debian/libawn-doc-trunk.links:
3313+ * debian/python-awn-trunk.preinst:
3314+ * debian/pyversions:
3315+ * debian/rules:
3316+ Update debian, with dh7, quilt and python-support
3317+
3318+2009-10-17 Michal Hruby <michal.mhr@gmail.com>
3319+
3320+ * awn-settings/awnClass.py:
3321+ * awn-settings/awnSettings.py.in:
3322+ Get rid of the "Activate" and "Deactivate" buttons.
3323+
3324+2009-10-15 Michal Hruby <michal.mhr@gmail.com>
3325+
3326+ * src/awn-applet-manager.c:
3327+ * src/awn-applet-manager.h:
3328+ * src/awn-applet-proxy.c:
3329+ * src/awn-applet-proxy.h:
3330+ * src/awn-panel.c:
3331+ Make sure applets are not displayed while in docklet mode.
3332+
3333+2009-10-15 Michal Hruby <michal.mhr@gmail.com>
3334+
3335+ * applet-activation/main.c:
3336+ Check if the desktop file exists before sending DBus request.
3337+
3338+2009-10-13 Michal Hruby <michal.mhr@gmail.com>
3339+
3340+ * awn-settings/awn-settings.ui:
3341+ * awn-settings/awnDefs.py.in:
3342+ * awn-settings/awnSettings.py.in:
3343+ Reflect changes to monitor keys in awn-settings.
3344+
3345+2009-10-13 Michal Hruby <michal.mhr@gmail.com>
3346+
3347+ * data/avant-window-navigator.schema-ini.in.in:
3348+ * src/awn-defines.h:
3349+ * src/awn-monitor.c:
3350+ * src/awn-monitor.h:
3351+ * src/awn-panel.c:
3352+ Implement both x-offset and y-offset for auto-detection and overriding
3353+ of monitor layout.
3354+
3355+2009-10-13 Michal Hruby <michal.mhr@gmail.com>
3356+
3357+ * src/awn-dbus-watcher.c:
3358+ Minor cleanup.
3359+
3360+2009-10-12 Michal Hruby <michal.mhr@gmail.com>
3361+
3362+ * src/awn-applet-proxy.c:
3363+ * src/awn-dbus-watcher.c:
3364+ * src/awn-panel.c:
3365+ Optimization of AwnDbusWatcher.
3366+ Change the debug string when running applets.
3367+
3368+2009-10-07 Rodney Cryderman <rcryderman@gmail.com>
3369+
3370+ * applets/taskmanager/task-manager.c:
3371+ Remove the task matching strength spam.
3372+
3373+2009-10-07 Rodney Cryderman <rcryderman@gmail.com>
3374+
3375+ * libawn/awn-utils.c:
3376+ Remove the source of some console spam when changing/restarting
3377+ WMs.
3378+
3379+2009-10-07 Michal Hruby <michal.mhr@gmail.com>
3380+
3381+ * applets/taskmanager/task-manager.c:
3382+ Fix a couple more possible warnings.
3383+
3384+2009-10-07 Michal Hruby <michal.mhr@gmail.com>
3385+
3386+ * applets/taskmanager/task-item.c:
3387+ * bindings/vala/awn.gi:
3388+ * bindings/vala/awn.vapi:
3389+ * doc/reference/libawn-sections.txt:
3390+ * libawn/awn-overlayable.c:
3391+ * libawn/awn-overlayable.h:
3392+ Update bindings and gtk-doc.
3393+ Fix warning emitted while using taskmanager's DBus methods.
3394+
3395+2009-10-06 Rodney Cryderman <rcryderman@gmail.com>
3396+
3397+ * applets/taskmanager/task-icon.c:
3398+ * applets/taskmanager/task-manager.c:
3399+ Minor code cleanup. Added a TODO comment.
3400+
3401+2009-10-06 Rodney Cryderman <rcryderman@gmail.com>
3402+
3403+ * applets/taskmanager/task-icon.c:
3404+ Remove check that is no longer needed after recent
3405+ modificatins to AwnIcon.
3406+
3407+2009-10-06 Rodney Cryderman <rcryderman@gmail.com>
3408+
3409+ * applets/taskmanager/task-icon.c:
3410+ * applets/taskmanager/task-manager.c:
3411+ Fix for sporadic crashes in Taskmanager with simple/none
3412+ effect.
3413+
3414+2009-10-06 Michal Hruby <michal.mhr@gmail.com>
3415+
3416+ * applet-activation/Makefile.am:
3417+ * applet-activation/main.c:
3418+ * applets/expander/expander.desktop.in.in:
3419+ * applets/taskmanager/taskmanager.desktop.in.in:
3420+ * awn-settings/awnClass.py:
3421+ * configure.in:
3422+ * debian/avant-window-navigator-trunk.install:
3423+ * debian/awn-applet.1:
3424+ * debian/rules:
3425+ * src/awn-applet-manager.c:
3426+ * src/awn-applet-manager.h:
3427+ * src/awn-applet-proxy.c:
3428+ * src/awn-panel-dbus.xml:
3429+ * src/awn-panel.c:
3430+ * src/awn-panel.h:
3431+ Adapt awn-applet executable to support adding applets to panel.
3432+
3433+2009-10-05 Michal Hruby <michal.mhr@gmail.com>
3434+
3435+ * libawn/awn-tooltip.c:
3436+ Forgot to rename property in the constructor.
3437+
3438+2009-10-05 Michal Hruby <michal.mhr@gmail.com>
3439+
3440+ * libawn/awn-effects.c:
3441+ Fix possible crash.
3442+
3443+2009-10-05 Michal Hruby <michal.mhr@gmail.com>
3444+
3445+ * awn-settings/awnSettings.py.in:
3446+ Minor clickthrough fix.
3447+
3448+2009-10-05 Michal Hruby <michal.mhr@gmail.com>
3449+
3450+ * applet-activation/main.c:
3451+ * libawn/awn-applet.c:
3452+ * libawn/awn-applet.h:
3453+ * libawn/awn-icon.h:
3454+ * libawn/awn-label.c:
3455+ * libawn/awn-overlay-pixbuf-file.c:
3456+ * libawn/awn-overlay-pixbuf.c:
3457+ * libawn/awn-overlay-progress-circle.c:
3458+ * libawn/awn-overlay-progress.c:
3459+ * libawn/awn-overlay-text.c:
3460+ * libawn/awn-overlay-themed-icon.c:
3461+ * libawn/awn-overlay-throbber.c:
3462+ * libawn/awn-overlay.c:
3463+ * libawn/awn-themed-icon.c:
3464+ * libawn/awn-tooltip.c:
3465+ Merge with a few selected changes from the mono-binding branch.
3466+
3467+2009-10-04 Rodney Cryderman <rcryderman@gmail.com>
3468+
3469+ * applets/taskmanager/util.c:
3470+ Missed one of the updates to class name special case data for
3471+ OpenOffice.
3472+
3473+2009-10-04 Rodney Cryderman <rcryderman@gmail.com>
3474+
3475+ * applets/taskmanager/task-manager.c:
3476+ Fix an issue with the desktop caching code that was resulting in
3477+ incorrect desktop files being associated with some windows (OOO).
3478+
3479+2009-10-04 Rodney Cryderman <rcryderman@gmail.com>
3480+
3481+ * libawn/awn-icon.c:
3482+ Workaround for CSW bug introduced in gtk+ 2.17.3.
3483+ https://bugzilla.gnome.org/show_bug.cgi?id=597301
3484+
3485+2009-10-04 Michal Hruby <michal.mhr@gmail.com>
3486+
3487+ * awn-settings/awnClass.py:
3488+ * awn-settings/awnSettings.py.in:
3489+ Fix up launcher adding/editing.
3490+
3491+2009-10-04 Rodney Cryderman <rcryderman@gmail.com>
3492+
3493+ * applets/taskmanager/util.c:
3494+ Seems that somewhere along the line the OO class names xprop
3495+ changed.
3496+
3497+2009-10-04 Julien Lavergne <gilir@ubuntu.com>
3498+
3499+ * awn-settings/awnClass.py:
3500+ Search also for applets which have not the X-AWN-Type key in the
3501+ desktop file.
3502+
3503+2009-10-02 Michal Hruby <michal.mhr@gmail.com>
3504+
3505+ * libawn/awn-icon.c:
3506+ Fix a typo.
3507+
3508+2009-10-01 Michal Hruby <michal.mhr@gmail.com>
3509+
3510+ * applets/expander/applet.c:
3511+ * bindings/python/awn.defs:
3512+ * bindings/vala/awn.gi:
3513+ * bindings/vala/awn.metadata:
3514+ * bindings/vala/awn.vapi:
3515+ * libawn/awn-applet.c:
3516+ * libawn/awn-applet.h:
3517+ Renamed AwnApplet.[gs]et_flags method to [gs]et_behavior. This fixes
3518+ problems in bindings.
3519+
3520+2009-09-29 Rodney Cryderman <rcryderman@gmail.com>
3521+
3522+ * libawn/awn-icon.c:
3523+ unref the effects in finalize() instead of dispose(). Works as
3524+ well and removes an possible source of error.
3525+
3526+2009-09-28 Rodney Cryderman <rcryderman@gmail.com>
3527+
3528+ * applets/taskmanager/task-icon.c:
3529+ This should fix the various crashes associated with
3530+ changing/restarting WM.
3531+
3532+2009-09-27 Michal Hruby <michal.mhr@gmail.com>
3533+
3534+ * doc/reference/libawn-sections.txt:
3535+ * libawn/awn-applet-simple.c:
3536+ * libawn/awn-applet-simple.h:
3537+ * libawn/awn-icon.c:
3538+ * libawn/awn-icon.h:
3539+ Add also "middle-clicked" signal to both AwnIcon and AwnAppletSimple.
3540+
3541+2009-09-27 Michal Hruby <michal.mhr@gmail.com>
3542+
3543+ * src/awn-panel.c:
3544+ Make the panel fade-out animation a bit faster.
3545+
3546+2009-09-27 Michal Hruby <michal.mhr@gmail.com>
3547+
3548+ patch by: Matt <sharkbaitbobby@gmail.com>
3549+
3550+ * ChangeLog:
3551+ * libawn/awn-dialog.c:
3552+ Fix color property setters.
3553+
3554+2009-09-26 Rodney Cryderman <rcryderman@gmail.com>
3555+
3556+ * applets/taskmanager/task-icon.c:
3557+ Make text overlay consistent with the default.
3558+ Effects are not applied.
3559+
3560+2009-09-25 Michal Hruby <michal.mhr@gmail.com>
3561+
3562+ * awn-settings/awnClass.py:
3563+ * awn-settings/awnSettings.py.in:
3564+ Fix sort order in applets tab, make it searchable.
3565+ Launchers are now reorderable again.
3566+
3567+2009-09-25 Michal Hruby <michal.mhr@gmail.com>
3568+
3569+ * applets/taskmanager/task-icon.c:
3570+ Fix key being bound to wrong property.
3571+
3572+2009-09-24 Rodney Cryderman <rcryderman@gmail.com>
3573+
3574+ * applets/taskmanager/task-manager.c:
3575+ * applets/taskmanager/task-launcher.c:
3576+ * applets/taskmanager/util.c:
3577+ Check that desktop files keys exist before
3578+ attempting to access the "Exec" key.
3579+
3580+2009-09-23 Michal Hruby <michal.mhr@gmail.com>
3581+
3582+ * src/awn-background-flat.c:
3583+ * src/awn-background-floaty.c:
3584+ Make the flat & floaty backgrounds pixel perfect.
3585+
3586+2009-09-23 Michal Hruby <michal.mhr@gmail.com>
3587+
3588+ * awn-settings/awnClass.py:
3589+ Removal of unused methods.
3590+
3591+2009-09-23 Michal Hruby <michal.mhr@gmail.com>
3592+
3593+ * awn-settings/awn-settings.ui:
3594+ * awn-settings/awnClass.py:
3595+ * awn-settings/awnSettings.py.in:
3596+ * configure.in:
3597+ * themes/Makefile.am:
3598+ * themes/default.awn-theme:
3599+ Change the way we deal with themes.
3600+
3601+2009-09-23 Michal Hruby <michal.mhr@gmail.com>
3602+
3603+ * libawn/awn-icon.c:
3604+ Decrease the priority of timer in long-press implementation.
3605+
3606+2009-09-23 Michal Hruby <michal.mhr@gmail.com>
3607+
3608+ * libawn/awn-effects.c:
3609+ Fix compiler warnings.
3610+
3611+2009-09-22 Rodney Cryderman <rcryderman@gmail.com>
3612+
3613+ * applets/taskmanager/task-manager.c:
3614+ When dynamically generating regular expressions it's a good
3615+ idea to escape the source strings. This may fix the reported
3616+ grouping issues with Eclipse.
3617+
3618+2009-09-22 Rodney Cryderman <rcryderman@gmail.com>
3619+
3620+ * applets/taskmanager/task-manager.c:
3621+ Remove a, no longer relevant, comment.
3622+
3623+2009-09-22 Rodney Cryderman <rcryderman@gmail.com>
3624+
3625+ * applets/taskmanager/task-manager.c:
3626+ Destroy the TaskIcon in the "animation-end" signal handler.
3627+ Possible due to previous commit.
3628+
3629+2009-09-23 Michal Hruby <michal.mhr@gmail.com>
3630+
3631+ * libawn/anims/awn-effects-shared.c:
3632+ * libawn/awn-effects.c:
3633+ Fix issue with AwnEffects destruction inside "animation-end" signal
3634+ handler.
3635+
3636+2009-09-22 Michal Hruby <michal.mhr@gmail.com>
3637+
3638+ * awn-settings/awn-settings.ui:
3639+ Fixed the non-unique ID... again...
3640+
3641+2009-09-21 Rodney Cryderman <rcryderman@gmail.com>
3642+
3643+ * applets/taskmanager/util.c:
3644+ * applets/taskmanager/task-icon.c:
3645+ Fixed a change in permission.
3646+
3647+2009-09-21 Rodney Cryderman <rcryderman@gmail.com>
3648+
3649+ * applets/taskmanager/util.c:
3650+ Added a new special case for Amsn.
3651+
3652+2009-09-21 Rodney Cryderman <rcryderman@gmail.com>
3653+
3654+ * applets/taskmanager/task-icon.c:
3655+ Various fixes related to show_all_windows being false. TaskIcons now
3656+ should ignore existence of tasks off the current workspace in this
3657+ case.
3658+
3659+2009-09-21 Michal Hruby <michal.mhr@gmail.com>
3660+
3661+ * awn-settings/awn-settings.ui:
3662+ * awn-settings/awnSettings.py.in:
3663+ * awn-settings/awnSettingsHelper.py:
3664+ Add a couple of ColorButtons to the advanced tab in awn-settings, so
3665+ that all colors used on the panel can be set through it.
3666+
3667+2009-09-21 Michal Hruby <michal.mhr@gmail.com>
3668+
3669+ * awn-settings/awnClass.py:
3670+ * awn-settings/awnSettings.py.in:
3671+ Fix up launcher editing a bit, now it at least watches the correct key
3672+ and Remove button is working.
3673+
3674+2009-09-20 Michal Hruby <michal.mhr@gmail.com>
3675+
3676+ * awn-settings/awnSettings.py.in:
3677+ * bindings/python/awn.defs:
3678+ * data/avant-window-navigator.schema-ini.in.in:
3679+ * src/Makefile.am:
3680+ * src/awn-background-floaty.c:
3681+ * src/awn-background-floaty.h:
3682+ * src/awn-panel.c:
3683+ Added new background style: Floaty.
3684+
3685+2009-09-19 Rodney Cryderman <rcryderman@gmail.com>
3686+
3687+ * applets/taskmanager/task-manager.c:
3688+ When config key show_all_windows config=false we do
3689+ not want to play the closing animation on workspace
3690+ switches.
3691+
3692+2009-09-19 Michal Hruby <michal.mhr@gmail.com>
3693+
3694+ * libawn/anims/awn-effect-fade.c:
3695+ * libawn/anims/awn-effect-glow.c:
3696+ * libawn/anims/awn-effect-spotlight.c:
3697+ * libawn/anims/awn-effect-spotlight3d.c:
3698+ * libawn/anims/awn-effect-squish.c:
3699+ * libawn/anims/awn-effect-turn.c:
3700+ * libawn/anims/awn-effect-zoom.c:
3701+ Fix closing effects - make sure they properly reset properties they
3702+ use.
3703+
3704+2009-09-19 Michal Hruby <michal.mhr@gmail.com>
3705+
3706+ * libawn/awn-overlay-pixbuf.c:
3707+ Fix issues with using SOURCE operator with GdkPixbufs.
3708+
3709+2009-09-19 Mark Lee <avant-wn@lazymalevolence.com>
3710+
3711+ * libawn/awn-dialog.c (_on_origin_changed):
3712+ * libawn/awn-tooltip.c (awn_tooltip_show, on_button_press):
3713+ Fix compiler warnings.
3714+
3715+2009-09-19 Mark Lee <avant-wn@lazymalevolence.com>
3716+
3717+ * configure.in:
3718+ Update maintainer mode CFLAGS.
3719+
3720+2009-09-19 Mark Lee <avant-wn@lazymalevolence.com>
3721+
3722+ * m4/python.m4 (AC_PYTHON_DEVEL):
3723+ Update to the latest upstream macro code.
3724+
3725+2009-09-18 Rodney Cryderman <rcryderman@gmail.com>
3726+
3727+ * applets/taskmanager/task-manager.c:
3728+ Removed fix for disappearing task icons that turned out
3729+ to not be a fix.
3730+
3731+2009-09-18 Rodney Cryderman <rcryderman@gmail.com>
3732+
3733+ * applets/taskmanager/task-manager.c:
3734+ Removed a debug.
3735+
3736+2009-09-18 Rodney Cryderman <rcryderman@gmail.com>
3737+
3738+ * applets/taskmanager/task-manager.c:
3739+ Fix for, occasional, disappearing icons issue on
3740+ workspace switch.
3741+
3742+2009-09-19 Michal Hruby <michal.mhr@gmail.com>
3743+
3744+ * libawn/awn-applet.c:
3745+ * libawn/awn-utils.c:
3746+ * libawn/awn-utils.h:
3747+ * src/awn-applet-manager.c:
3748+ * src/awn-background-curves.c:
3749+ Change the equation for determining offset on the curve.
3750+
3751+2009-09-17 Rodney Cryderman <rcryderman@gmail.com>
3752+
3753+ * applets/taskmanager/task-manager.c:
3754+ Do not group two windows under a TaskIcon without a Launcher
3755+ when grouping is disabled.
3756+
3757+2009-09-17 Michal Hruby <michal.mhr@gmail.com>
3758+
3759+ * src/awn-panel.c:
3760+ Do the redraw a bit differently - on the toplevel window.
3761+
3762+2009-09-17 Michal Hruby <michal.mhr@gmail.com>
3763+
3764+ * src/awn-panel.c:
3765+ Do one more redraw, hopefully it's enough to cover that stupid fade-out
3766+ bug.
3767+
3768+2009-09-17 Michal Hruby <michal.mhr@gmail.com>
3769+
3770+ * libawn/awn-label.c:
3771+ Fixed missing unbind.
3772+
3773+2009-09-17 Michal Hruby <michal.mhr@gmail.com>
3774+
3775+ * src/awn-panel.c:
3776+ Possible fix for disappearing icons when using fade-out autohide.
3777+
3778+2009-09-16 Rodney Cryderman <rcryderman@gmail.com>
3779+
3780+ * libawn/awn-overlay-pixbuf.c:
3781+ Fix the scaling of AwnOverlayPixbuf.
3782+
3783+2009-09-16 Rodney Cryderman <rcryderman@gmail.com>
3784+
3785+ * libawn/awn-themed-icon.c:
3786+ Don't invalidate the pixbuf cache when a new AwnThemedIcon
3787+ is created.
3788+
3789+2009-09-15 Rodney Cryderman <rcryderman@gmail.com>
3790+
3791+ * applets/taskmanager/task-drag-indicator.c:
3792+ * applets/taskmanager/task-icon.c:
3793+ * applets/taskmanager/task-launcher.c:
3794+ * applets/taskmanager/task-manager.c:
3795+ * applets/taskmanager/task-settings.c:
3796+ * applets/taskmanager/task-settings.h:
3797+ * applets/taskmanager/task-window.c:
3798+ Changed task-settings as minimally as possible to get
3799+ the correct behaviour.
3800+ Call awn_themed_icon_set_size() on size changes to ensure
3801+ mis-sized icons do not occur when panel size is changed.
3802+
3803+2009-09-15 Rodney Cryderman <rcryderman@gmail.com>
3804+
3805+ * applets/taskmanager/task-manager.c:
3806+ Removed the experimental caching of desktop
3807+ lookup data to file.
3808+
3809+2009-09-15 Rodney Cryderman <rcryderman@gmail.com>
3810+
3811+ * src/awn-panel.c:
3812+ Fixed sticky for openbox.
3813+
3814+ * applets/taskmanager/task-icon.c:
3815+ Fix various drag and drop issues.
3816+
3817+ * applets/taskmanager/task-manager.c:
3818+ Fixed up crash with the memory cache.
3819+
3820+ * libawn/awn-overlay-pixbuf.c:
3821+ Potential fix for Pixbuf Overlay issue when
3822+ pixbuf is not square.
3823+
3824+2009-09-15 Michal Hruby <michal.mhr@gmail.com>
3825+
3826+ * awn-settings/awn-settings.ui:
3827+ Fix the non-unique id problems.
3828+
3829+2009-09-15 Rodney Cryderman <rcryderman@gmail.com>
3830+
3831+ * applets/taskmanager/task-manager.c:
3832+ Add a memory cache or desktop lookups.
3833+
3834+2009-09-15 Michal Hruby <michal.mhr@gmail.com>
3835+
3836+ * awn-settings/awnClass.py:
3837+ * configure.in:
3838+ * themes/awn-default.desktop.in:
3839+ Update the theme keys to reflect the default, and make the theme
3840+ choosing in awn-settings work, though it could use complete rewrite,
3841+ why do we abuse desktop file for theme settings? How about some
3842+ ini or xml?
3843+
3844+2009-09-14 Michal Hruby <michal.mhr@gmail.com>
3845+
3846+ * bindings/vala/awn.gi:
3847+ * bindings/vala/awn.metadata:
3848+ * bindings/vala/awn.vapi:
3849+ * libawn/awn-applet-simple.c:
3850+ Fixed GdkEvent type for context-menu-popup signal.
3851+
3852+2009-09-14 Michal Hruby <michal.mhr@gmail.com>
3853+
3854+ * awn-settings/awnSettings.py.in:
3855+ Change also clickthrough type when changing Behaviour.
3856+
3857+2009-09-14 Rodney Cryderman <rcryderman@gmail.com>
3858+
3859+ * applets/taskmanager/applet.c:
3860+ Add a wnck_screen_force_update() on init to provide
3861+ more consistent appearance of launcher/icons on start.
3862+
3863+2009-09-13 Mark Lee <avant-wn@lazymalevolence.com>
3864+
3865+ * libawn/awn-applet.c (awn_applet_create_about_item):
3866+ Avoid a potential critical message.
3867+
3868+2009-09-13 Mark Lee <avant-wn@lazymalevolence.com>
3869+
3870+ * libawn/awn-applet.c (awn_applet_create_about_item):
3871+ Fix formatting.
3872+
3873+2009-09-13 Mark Lee <avant-wn@lazymalevolence.com>
3874+
3875+ * bindings/vala/awn.metadata:
3876+ * bindings/vala/awn.vapi:
3877+ Fix the Vala binding for Applet.create_about_item().
3878+
3879+2009-09-13 Mark Lee <avant-wn@lazymalevolence.com>
3880+
3881+ * awn-settings/awn-plugins.svg:
3882+ * awn-settings/awn-settings-small.svg:
3883+ * awn-settings/awn-settings.svg:
3884+ * data/avant-window-navigator.svg:
3885+ Remove unused definitions from SVG files.
3886+
3887+2009-09-13 Mark Lee <avant-wn@lazymalevolence.com>
3888+
3889+ * awn-settings/awn-settings.ui:
3890+ Remove duplicate IDs.
3891+
3892+2009-09-12 Rodney Cryderman <rcryderman@gmail.com>
3893+
3894+ * src/awn-panel.c:
3895+ Fixed loss of sticky. This also seems to have fixed the
3896+ disappearing icons bug. However, I am unable to test under
3897+ compiz, mhr3 has indicated sticky might cause issues with
3898+ compiz. If it does cause an issue then this will need to be
3899+ made into a config option.
3900+
3901+2009-09-13 Mark Lee <avant-wn@lazymalevolence.com>
3902+
3903+ * .bzrignore:
3904+ * Makefile.schemas:
3905+ * applets/taskmanager/Makefile.am:
3906+ * applets/taskmanager/awn-applet-taskmanager.schema-ini.in:
3907+ * configure.in:
3908+ * data/Makefile.am:
3909+ * data/avant-window-navigator.schema-ini.in.in:
3910+ * po/POTFILES.in:
3911+ * po/avant-window-navigator.pot:
3912+ * po/*.po:
3913+ Make schema-ini files translatable.
3914+
3915+2009-09-13 Mark Lee <avant-wn@lazymalevolence.com>
3916+
3917+ * po/POTFILES.in:
3918+ * po/avant-window-navigator.pot:
3919+ * po/*.po:
3920+ Update gettext files.
3921+
3922+2009-09-12 Rodney Cryderman <rcryderman@gmail.com>
3923+
3924+ * applets/taskmanager/task-manager.c:
3925+ Make the comparison of the Exec field of the desktop file
3926+ to the process command line a lot smarter. Probably won't gain
3927+ a lot from it in practice bu it is an improvement.
3928+
3929+2009-09-12 Rodney Cryderman <rcryderman@gmail.com>
3930+
3931+ * applets/taskmanager/util.c:
3932+ Special case the nautilus desktop... there's a lot of variations
3933+ on the nautilus desktop file, if the main desktop file is not called
3934+ nautilus.desktop then it's not obvious how to lookup the _correct_
3935+ one.
3936+
3937+2009-09-12 Michal Hruby <michal.mhr@gmail.com>
3938+
3939+ * bindings/python/awn.defs:
3940+ Add a couple missing bindings.
3941+
3942+2009-09-11 Mark Lee <avant-wn@lazymalevolence.com>
3943+
3944+ * debian/python-awn-trunk.install:
3945+ Fix installation of the Python bindings, so that AutoPPA will work.
3946+
3947+2009-09-11 Mark Lee <avant-wn@lazymalevolence.com>
3948+
3949+ * debian/python-awn-trunk.install:
3950+ Fix installation of the Python bindings.
3951+
3952+2009-09-11 Michal Hruby <michal.mhr@gmail.com>
3953+
3954+ * bindings/python/awn.defs:
3955+ Add binding for ThemedIcon.set_info_append().
3956+ * libawn/awn-themed-icon.c:
3957+ * libawn/awn-themed-icon.h:
3958+ Fix parameter naming, so documentation is correct.
3959+
3960+2009-09-10 Rodney Cryderman <rcryderman@gmail.com>
3961+
3962+ * applets/taskmanager/task-icon.c:
3963+ Fix an incorrect argument introduced in the the last dnd
3964+ commit.
3965+
3966+2009-09-10 Rodney Cryderman <rcryderman@gmail.com>
3967+
3968+ * applets/taskmanager/task-manager.c:
3969+ Reflect changes in launcher_paths order in bar.
3970+
3971+2009-09-10 Rodney Cryderman <rcryderman@gmail.com>
3972+
3973+ * applets/taskmanager/awn-applet-taskmanager.schema-ini:
3974+ Changed default of taskmanager drag_and_drop config option
3975+ false.
3976+
3977+2009-09-10 Rodney Cryderman <rcryderman@gmail.com>
3978+
3979+ * applets/taskmanager/task-icon.c:
3980+ Inhibit the TaskIcon drag when appropriate.
3981+
3982+2009-09-10 Mark Lee <avant-wn@lazymalevolence.com>
3983+
3984+ * bindings/python/Makefile.am:
3985+ * configure.in:
3986+ Clean up the Python bindings build system code.
3987+
3988+2009-09-10 Mark Lee <avant-wn@lazymalevolence.com>
3989+
3990+ * bindings/python/Makefile.am:
3991+ * configure.in:
3992+ * m4/python.m4:
3993+ Use AM_PATH_PYTHON for the install directories, as Ubuntu does some
3994+ non-standard install magic.
3995+
3996+2009-09-10 Rodney Cryderman <rcryderman@gmail.com>
3997+
3998+ * applets/taskmanager/awn-applet-taskmanager.schema-ini:
3999+ Changed defaults for taskmanager enable_long_press and
4000+ disable_config_keys configuration keys to false and true
4001+ respectively.
4002+
4003+2009-09-09 Rodney Cryderman <rcryderman@gmail.com>
4004+
4005+ * applets/taskmanager/util.c:
4006+ Special cased Virtual Box desktop lookup.
4007+
4008+2009-09-09 Rodney Cryderman <rcryderman@gmail.com>
4009+
4010+ * applets/taskmanager/task-manager.c:
4011+ Disable some debugs.
4012+
4013+2009-09-09 Rodney Cryderman <rcryderman@gmail.com>
4014+
4015+ * applets/taskmanager/util.c:
4016+ disable some debugs.
4017+
4018+2009-09-09 Rodney Cryderman <rcryderman@gmail.com>
4019+
4020+ * applets/taskmanager/task-manager.c:
4021+ * applets/taskmanager/util.c:
4022+ Fix for situation where a window that is demanding
4023+ attention is closed without becoming active.
4024+ Addition to the Thunderbird special case data.
4025+
4026+2009-09-09 Rodney Cryderman <rcryderman@gmail.com>
4027+
4028+ * applets/taskmanager/task-manager.c:
4029+ In the intersection check code... check for
4030+ DESKTOP type while interating through application
4031+ windows (nautilus can be the desktop)
4032+
4033+2009-09-09 Rodney Cryderman <rcryderman@gmail.com>
4034+
4035+ * applets/taskmanager/task-manager.c:
4036+ Tighten up requirements for matching the Exec
4037+ with the Command line in the fuzzy desktop
4038+ lookup.
4039+
4040+2009-09-09 Mark Lee <avant-wn@lazymalevolence.com>
4041+
4042+ * awn-settings/Makefile.am:
4043+ * awn-settings/awn-launcher-editor.in (removed):
4044+ * awn-settings/awnClass.py:
4045+ * awn-settings/awnLauncherEditor.py (removed):
4046+ * awn-settings/launcher-editor.ui (removed):
4047+ * configure.in:
4048+ * debian/awn-launcher-editor.1 (removed):
4049+ * debian/awn-settings-trunk.install:
4050+ * debian/rules:
4051+ Replace awn-launcher-editor with the libdesktop-agnostic
4052+ equivalent.
4053+
4054+2009-09-09 Mark Lee <avant-wn@lazymalevolence.com>
4055+
4056+ * bindings/python/awn.defs:
4057+ * bindings/python/awn.override:
4058+ Add bindings for awn.applet.create_about_item*().
4059+
4060+2009-09-09 Rodney Cryderman <rcryderman@gmail.com>
4061+
4062+ * applets/taskmanager/util.c:
4063+ Special case desktop lookup for tvtime
4064+
4065+2009-09-09 Rodney Cryderman <rcryderman@gmail.com>
4066+
4067+ * applets/taskmanager/task-window.c:
4068+ When comparing res names use g_strcmp0 not g_strstrlen.
4069+
4070+2009-09-08 Rodney Cryderman <rcryderman@gmail.com>
4071+
4072+ * applets/taskmanager/util.c:
4073+ Input some info of OO Math and Base.
4074+
4075+2009-09-08 Rodney Cryderman <rcryderman@gmail.com>
4076+
4077+ * applets/taskmanager/task-manager.c:
4078+ * applets/taskmanager/util.c:
4079+ * applets/taskmanager/util.h:
4080+ Do the OpenOffice devs hate me? Is it something personal?
4081+
4082+2009-09-08 Rodney Cryderman <rcryderman@gmail.com>
4083+
4084+ * applets/taskmanager/util.c:
4085+ Remove a debug.
4086+
4087+2009-09-08 Rodney Cryderman <rcryderman@gmail.com>
4088+
4089+ * applets/taskmanager/task-manager.c:
4090+ * applets/taskmanager/util.c:
4091+ * applets/taskmanager/util.h:
4092+ Tweaked regex for OpenOffice to account for different Title when
4093+ opened through a document.
4094+ Added entries for Debian OpenOffice desktop files.
4095+ get_special_desktop_from_window_data() now returns a list of possible
4096+ desktop files to account for various dists using different file names.
4097+
4098+2009-09-08 Rodney Cryderman <rcryderman@gmail.com>
4099+
4100+ * applets/taskmanager/task-manager.c:
4101+ Was destroying TaskIcons in some situation where they should
4102+ only be hidden.
4103+
4104+2009-09-08 Rodney Cryderman <rcryderman@gmail.com>
4105+
4106+ * applets/taskmanager/task-manager.c:
4107+ Tweaked the desktop lookup code. Cuts Exec at "%" and
4108+ does a fuzzy search using res_name.
4109+
4110+2009-09-07 Rodney Cryderman <rcryderman@gmail.com>
4111+
4112+ * applets/taskmanager/task-launcher.c:
4113+ * applets/taskmanager/util.c:
4114+ Fix an item amsn special case data, and added a new entry
4115+ for some newly discovered strangeness.
4116+
4117+2009-09-07 Mark Lee <avant-wn@lazymalevolence.com>
4118+
4119+ * awn-settings/awn-settings.ui:
4120+ Remove duplicate widget ID.
4121+
4122+2009-09-07 Rodney Cryderman <rcryderman@gmail.com>
4123+
4124+ * applets/taskmanager/task-manager.c:
4125+ Remove the signal so the signal handler does not get invoked
4126+ after the TaskIcon has been destroyed.
4127+
4128+2009-09-07 Rodney Cryderman <rcryderman@gmail.com>
4129+
4130+ * libawn/awn-themed-icon.c:
4131+ Add icon preview widget to customize icon dialog,
4132+ Submitted by Matt <sharkbaitbobby@gmail.com>
4133+
4134+2009-09-07 Rodney Cryderman <rcryderman@gmail.com>
4135+
4136+ * libawn/awn-themed-icon.c:
4137+ Use weak_ref instead of connecting to "unrealize".
4138+
4139+2009-09-07 Rodney Cryderman <rcryderman@gmail.com>
4140+
4141+ * applets/taskmanager/task-window.c:
4142+ * applets/taskmanager/task-manager.c:
4143+ This should allow closing animation and make sure Icon is disped
4144+ of. For some reason the animation is not happening.
4145+
4146+2009-09-06 Mark Lee <avant-wn@lazymalevolence.com>
4147+
4148+ * debian/control:
4149+ Add bzr to the awn-settings dependencies.
4150+
4151+2009-09-06 Mark Lee <avant-wn@lazymalevolence.com>
4152+
4153+ * awn-manager/ (removed):
4154+ * libawn/awn-applet.c (AWN_SETTINGS_APP, _start_awn_settings,
4155+ awn_applet_create_pref_item, awn_applet_create_default_menu):
4156+ * libawn/awn-effects.c (awn_effects_main_effect_loop):
4157+ Remove all references to awn-manager.
4158+
4159+2009-09-06 Mark Lee <avant-wn@lazymalevolence.com>
4160+
4161+ * libawn/awn-effects.c (awn_effects_finalize):
4162+ Make sure the AwnEffects object removes any config bindings that it
4163+ may have when it is garbage collected.
4164+
4165+2009-09-06 Michal Hruby <michal.mhr@gmail.com>
4166+
4167+ * awn-settings/awnClass.py:
4168+ Removed redundant function.
4169+
4170+2009-09-06 Michal Hruby <michal.mhr@gmail.com>
4171+
4172+ * awn-settings/awnClass.py:
4173+ Reverted part of r1361, which screwed up effect setting.
4174+
4175+2009-09-05 Rodney Cryderman <rcryderman@gmail.com>
4176+
4177+ * applets/taskmanager/task-icon.c:
4178+ Make the logic of on_window_needs_attention_changed () a bit
4179+ more sane.
4180+
4181+2009-09-04 Julien Lavergne <gilir@ubuntu.com>
4182+
4183+ * debian/control:
4184+ * debian/libawn0-trunk.install:
4185+ * debian/rules:
4186+ Add awn-applets-c-core-trunk and awn-applets-python-core-trunk
4187+ as Recommends for avant-window-navigator.
4188+ Various little fixes.
4189+
4190+2009-09-03 Mark Lee <avant-wn@lazymalevolence.com>
4191+
4192+ * debian/control:
4193+ Fix the vala-awn-trunk dependencies.
4194+
4195+2009-09-03 Mark Lee <avant-wn@lazymalevolence.com>
4196+
4197+ * data/avant-window-navigator.schema-ini.in:
4198+ Change the default orientation back to "bottom".
4199+
4200+2009-09-03 Rodney Cryderman <rcryderman@gmail.com>
4201+
4202+ * applets/taskmanager/task-manager.c:
4203+ Hook into the "state-changed" signal for Intellihide purposes
4204+ also. It's wonderful how every WM behaves just a little bit
4205+ different than the others.
4206+
4207+2009-09-03 Rodney Cryderman <rcryderman@gmail.com>
4208+
4209+ * applets/taskmanager/task-icon.c:
4210+ * libawn/awn-icon.c:
4211+ Removed some comments as the unexpected behaviour was
4212+ expected.
4213+
4214+2009-09-03 Mark Lee <avant-wn@lazymalevolence.com>
4215+
4216+ * debian/avant-window-navigator-trunk.install:
4217+ Fix the Debian packaging to reflect the .ui change.
4218+
4219+2009-09-03 Rodney Cryderman <rcryderman@gmail.com>
4220+
4221+ * applets/taskmanager/task-icon.c:
4222+ * libawn/awn-icon.c:
4223+ Fixed up the dispose process that occurs when TaskIcons
4224+ disappear. The fix seems somewhat incomplete/dubious
4225+ (see comments).
4226+
4227+2009-09-02 Rodney Cryderman <rcryderman@gmail.com>
4228+
4229+ * applets/taskmanager/task-manager.c:
4230+ Ignore Desktop windows for Intellihide.
4231+
4232+2009-09-02 Rodney Cryderman <rcryderman@gmail.com>
4233+
4234+ * applets/taskmanager/task-icon.c:
4235+ Destroy the TaskIcons when they're no longer needed.
4236+
4237+2009-09-02 Rodney Cryderman <rcryderman@gmail.com>
4238+
4239+ * applets/taskmanager/task-window.c:
4240+ Free a string in finalize(), not dispose().
4241+
4242+2009-09-02 Mark Lee <avant-wn@lazymalevolence.com>
4243+
4244+ * awn-settings/awn-settings.ui:
4245+ * awn-settings/awnSettingsHelper.py (get_widget_value,
4246+ set_widget_value, get_widget_change_signal_name):
4247+ Replace Gtk.ColorButton widgets with DesktopAgnostic.GTK.ColorButton
4248+ widgets.
4249+
4250+2009-09-02 Rodney Cryderman <rcryderman@gmail.com>
4251+
4252+ * applets/taskmanager/task-item.c:
4253+ * applets/taskmanager/task-window.c:
4254+ Unbind the config keys on dispose().
4255+
4256+2009-08-31 Mark Lee <avant-wn@lazymalevolence.com>
4257+
4258+ * awn-settings/Makefile.am:
4259+ * awn-settings/awn-settings.ui
4260+ * awn-settings/awnLauncherEditor.py:
4261+ * awn-settings/awnSettings.py.in:
4262+ * awn-settings/launcher-editor.ui:
4263+ * data/Makefile.am:
4264+ * data/awn-themed-icon.ui:
4265+ * libawn/awn-themed-icon.c:
4266+ * po/POTFILES.in:
4267+ Change the extension of GtkBuilder files to .ui.
4268+
4269+2009-08-31 Rodney Cryderman <rcryderman@gmail.com>
4270+
4271+ * libawn/task-manager.c:
4272+ Don't ignore skip taskbar windows for intellihide.
4273+
4274+2009-08-31 Mark Lee <avant-wn@lazymalevolence.com>
4275+
4276+ * po/avant-window-navigator.pot:
4277+ Add PO template so that we can integrate with Launchpad Translations
4278+ better.
4279+
4280+2009-08-31 Mark Lee <avant-wn@lazymalevolence.com>
4281+
4282+ * po/*.po:
4283+ Update gettext files.
4284+
4285+2009-08-31 Mark Lee <avant-wn@lazymalevolence.com>
4286+
4287+ * po/POTFILES.in:
4288+ * po/POTFILES.skip:
4289+ * themes/Makefile.am:
4290+ Remove unecessary file creation.
4291+
4292+ * themes/awn-default.desktop.in:
4293+ Make desktop file translatable.
4294+
4295+2009-08-30 Mark Lee <avant-wn@lazymalevolence.com>
4296+
4297+ * po/POTFILES.in:
4298+ * po/POTFILES.skip:
4299+ * po/*.po:
4300+ Update gettext files.
4301+
4302+2009-08-30 Mark Lee <avant-wn@lazymalevolence.com>
4303+
4304+ * Makefile.am:
4305+ Update the i18n-update rule.
4306+
4307+2009-08-29 Rodney Cryderman <rcryderman@gmail.com>
4308+
4309+ * applets/taskmanager/task-icon.c:
4310+ * applets/taskmanager/task-launcher.c:
4311+ Changed "Execute" menu item to "Launch"
4312+
4313+2009-08-29 Rodney Cryderman <rcryderman@gmail.com>
4314+
4315+ * libawn/awn-themed-icon.c:
4316+ _remove_icon_cleanup() was just wrong, should not have used
4317+ signal_connect_swapped.
4318+
4319+2009-08-29 Rodney Cryderman <rcryderman@gmail.com>
4320+
4321+ * libawn/awn-themed-icon.c:
4322+ Correctly deal with idle preloads where the there's a
4323+ clear between the point where the preload is added and
4324+ it actually happens.
4325+
4326+2009-08-29 Rodney Cryderman <rcryderman@gmail.com>
4327+
4328+ * applets/taskmanager/task-icon.c:
4329+ fix rev 1400.
4330+
4331+2009-08-29 Rodney Cryderman <rcryderman@gmail.com>
4332+
4333+ * applets/taskmanager/task-icon.c:
4334+ Added a note to self.
4335+
4336+2009-08-29 Rodney Cryderman <rcryderman@gmail.com>
4337+
4338+ * applets/taskmanager/task-icon.c:
4339+ fix show_all_windows == false.
4340+
4341+2009-08-29 Rodney Cryderman <rcryderman@gmail.com>
4342+
4343+ * applets/taskmanager/awn-applet-taskmanager.schema-ini:
4344+ * applets/taskmanager/task-icon.c:
4345+ * applets/taskmanager/task-item.c:
4346+ * applets/taskmanager/task-manager.c:
4347+ * applets/taskmanager/task-window.c:
4348+ * applets/taskmanager/task-window.h:
4349+ Added activate_behavior configuration key to taskmanager.
4350+ Mostly intended to work around Metacity's idiosyncratic behaviour
4351+ on window activate.
4352+ Adding the above required either applet ot a config client to be
4353+ available in TaskWindow, chose applet.
4354+ Fixed bug with Intellihide where last window on workspace moved
4355+ or minimized with panel hidden (it did not unhide).
4356+
4357+2009-08-29 Michal Hruby <michal.mhr@gmail.com>
4358+
4359+ * applets/taskmanager/task-icon.c:
4360+ Refresh icon geometry also when task item is removed
4361+ from the TaskIcon.
4362+
4363+2009-08-29 Michal Hruby <michal.mhr@gmail.com>
4364+
4365+ * applets/taskmanager/task-icon.c:
4366+ Fix the refresh_geometry method.
4367+
4368+2009-08-29 Michal Hruby <michal.mhr@gmail.com>
4369+
4370+ * bindings/python/awn.defs:
4371+ * bindings/vala/awn.gi:
4372+ * bindings/vala/awn.vapi:
4373+ * doc/reference/libawn-sections.txt:
4374+ * doc/reference/libawn.types:
4375+ * libawn/awn-applet-simple.c:
4376+ * libawn/awn-icon.c:
4377+ * libawn/awn-icon.h:
4378+ * tests/test-awn-effects.c:
4379+ Removed _message and _progress methods from AwnIcon, we now have
4380+ overlays for that purpose.
4381+ Updated bindings.
4382+
4383+2009-08-28 Mark Lee <avant-wn@lazymalevolence.com>
4384+
4385+ * src/awn-applet-proxy.c (DEBUG_APPLET_EXEC, awn_applet_proxy_execute):
4386+ Add support for attaching a gdb instance to all applets, so that
4387+ applets can be debugged easier. Uses the environment variable
4388+ AWN_APPLET_GDB as the flag.
4389+
4390+2009-08-28 Mark Lee <avant-wn@lazymalevolence.com>
4391+
4392+ * bindings/python/Makefile.am:
4393+ * debian/python-awn-trunk.install:
4394+ Install the Python bindings definitions into the correct location.
4395+
4396+2009-08-28 Mark Lee <avant-wn@lazymalevolence.com>
4397+
4398+ * bindings/python/__init__.py:
4399+ * bindings/python/awn.defs:
4400+ * bindings/python/awn.override:
4401+ Remove the applet_construct method completely, in favor of the
4402+ gtk.Plug constructor.
4403+
4404+2009-08-28 Mark Lee <avant-wn@lazymalevolence.com>
4405+
4406+ * applets/taskmanager/task-launcher.c:
4407+ Define dummy enum, if building with GTK+ 2.12.
4408+
4409+2009-08-28 Mark Lee <avant-wn@lazymalevolence.com>
4410+
4411+ * bindings/python/__init__.py (embed_applet):
4412+ * bindings/python/awn.defs:
4413+ Use the real gtk.Plug constructor, when available.
4414+
4415+ * bindings/python/awn.override:
4416+ Fix compile warning.
4417+
4418+
4419+2009-08-28 Mark Lee <avant-wn@lazymalevolence.com>
4420+
4421+ * libawn/awn-config.c:
4422+ Remove debug code.
4423+
4424+2009-08-28 Mark Lee <avant-wn@lazymalevolence.com>
4425+
4426+ * libawn/awn-applet-simple.c (awn_applet_simple_set_icon_name):
4427+ Fix placement of an assertion statement.
4428+
4429+2009-08-28 Mark Lee <avant-wn@lazymalevolence.com>
4430+
4431+ * src/awn-ua-alignment.c:
4432+ Use the GSEAL transition header.
4433+
4434+2009-08-28 Mark Lee <avant-wn@lazymalevolence.com>
4435+
4436+ * applets/taskmanager/task-icon.c (copy_over):
4437+ * libawn/awn-themed-icon.c (copy_over):
4438+ Replace GIO functions with the equivalent libdesktop-agnostic
4439+ functions.
4440+
4441+2009-08-27 Mark Lee <avant-wn@lazymalevolence.com>
4442+
4443+ * libawn/awn-themed-icon.c:
4444+ Define dummy enum, if building with GTK+ 2.12.
4445+
4446+2009-08-27 Mark Lee <avant-wn@lazymalevolence.com>
4447+
4448+ * tests/Makefile.am:
4449+ Attempt to fix the test-taskmanager linking problem in the PPA.
4450+
4451+2009-08-27 Mark Lee <avant-wn@lazymalevolence.com>
4452+
4453+ * CC.COPYING (removed):
4454+ Get rid of the duplicate CC license.
4455+
4456+2009-08-27 Rodney Cryderman <rcryderman@gmail.com>
4457+
4458+ * applets/taskmanager/task-manager.c:
4459+ Various modifications to further minimize the chance of false
4460+ positives. Also do more extensive search of local dir
4461+ which will result in beter results for wine apps.
4462+
4463+2009-08-27 Mark Lee <avant-wn@lazymalevolence.com>
4464+
4465+ * debian/control:
4466+ Add gconf2 as a build dependency, so that GConf schemas can
4467+ be installed.
4468+
4469+2009-08-27 Mark Lee <avant-wn@lazymalevolence.com>
4470+
4471+ * libawn/awn-config.c (awn_config_get_default_for_applet_by_info):
4472+ Due to changes in UID handling, the UID parameter may no longer
4473+ be NULL.
4474+
4475+2009-08-27 Mark Lee <avant-wn@lazymalevolence.com>
4476+
4477+ * bindings/python/awn.defs:
4478+ Fix Python bindings, due to the introduction of AwnBox.
4479+
4480+2009-08-27 Rodney Cryderman <rcryderman@gmail.com>
4481+
4482+ * applets/taskmanager/awn-applet-taskmanager.schema-ini:
4483+ Adjusted default timeout when window requests attention.
4484+
4485+2009-08-27 Rodney Cryderman <rcryderman@gmail.com>
4486+
4487+ * applets/taskmanager/awn-applet-taskmanager.schema-ini:
4488+ * applets/taskmanager/task-manager.c:
4489+ Inhbiit autohide for 10 seconds when a window requires
4490+ attention.
4491+
4492+2009-08-27 Rodney Cryderman <rcryderman@gmail.com>
4493+
4494+ * applets/taskmanager/task-launcher.c:
4495+ * applets/taskmanager/task-manager.c:
4496+ Added launcher icon to TaskLauncher Task item.
4497+ Center label for TaskLauncher Task Item.
4498+ Reduced space between icon and label in TaskWindow
4499+ TaskItem
4500+
4501+ * applets/taskmanager/task-window.c:
4502+ Removed some spame
4503+
4504+2009-08-27 Michal Hruby <michal.mhr@gmail.com>
4505+
4506+ * awn-settings/awnSettings.py.in:
4507+ * src/xutils.c:
4508+ * src/xutils.h:
4509+ Fix problems with panel mode.
4510+
4511+2009-08-27 Mark Lee <avant-wn@lazymalevolence.com>
4512+
4513+ * data/avant-window-navigator.schema-ini.in:
4514+ Fix the description for the orientation config key.
4515+
4516+2009-08-27 Mark Lee <avant-wn@lazymalevolence.com>
4517+
4518+ * doc/reference/libawn-docs.sgml:
4519+ * doc/reference/libawn-sections.txt:
4520+ * doc/reference/libawn.types:
4521+ Update doc templates.
4522+
4523+2009-08-27 Mark Lee <avant-wn@lazymalevolence.com>
4524+
4525+ * HACKING:
4526+ Add a note about the documentation index file.
4527+
4528+2009-08-27 Rodney Cryderman <rcryderman@gmail.com>
4529+
4530+ * applets/taskmanager/awn-applet-taskmanager.schema-ini:
4531+ * applets/taskmanager/task-icon.c:
4532+ * applets/taskmanager/task-manager.c:
4533+ By default (configurable) taskmanager will make copies of
4534+ dropped desktop files into ~/.config/awn/launchers if they are
4535+ owned by the user.
4536+
4537+2009-08-27 Mark Lee <avant-wn@lazymalevolence.com>
4538+
4539+ * tests/test-awn-dialog.py:
4540+ * tests/test-vala-awn-dialog.vala:
4541+ Update due to API change.
4542+
4543+2009-08-27 Michal Hruby <michal.mhr@gmail.com>
4544+
4545+ * awn-settings/awn-settings.xml:
4546+ * awn-settings/awnSettings.py.in:
4547+ * awn-settings/awnSettingsHelper.py:
4548+ Implemented support for gtk.ColorButtons to bind_to_gtk_component.
4549+
4550+2009-08-26 Michal Hruby <michal.mhr@gmail.com>
4551+
4552+ * libawn/Makefile.am:
4553+ * libawn/awn-box.c:
4554+ * libawn/awn-box.h:
4555+ * libawn/awn-icon-box.c:
4556+ * libawn/awn-icon-box.h:
4557+ * libawn/libawn.h:
4558+ * src/awn-applet-manager.c:
4559+ * src/awn-applet-manager.h:
4560+ Added AwnBox which wraps GtkBox's differences in various Gtk versions.
4561+ AwnBox is now base class of AwnIconBox and AwnAppletManager.
4562+
4563+2009-08-26 Mark Lee <avant-wn@lazymalevolence.com>
4564+
4565+ * po/POTFILES.in:
4566+ * po/*.po:
4567+ Update gettext files.
4568+
4569+2009-08-26 Mark Lee <avant-wn@lazymalevolence.com>
4570+
4571+ * doc/reference/libawn-sections.txt:
4572+ Update doc template due to API change.
4573+
4574+2009-08-26 Michal Hruby <michal.mhr@gmail.com>
4575+
4576+ * applets/taskmanager/task-drag-indicator.c:
4577+ * applets/taskmanager/task-icon.c:
4578+ * applets/taskmanager/task-manager.c:
4579+ * applets/taskmanager/task-settings.c:
4580+ * applets/taskmanager/task-settings.h:
4581+ * awn-settings/awnSettings.py.in:
4582+ * bindings/python/awn.defs:
4583+ * bindings/vala/awn-custom.vala:
4584+ * bindings/vala/awn.gi:
4585+ * bindings/vala/awn.vapi:
4586+ * libawn/anims/awn-effect-bounce.c:
4587+ * libawn/anims/awn-effect-squish.c:
4588+ * libawn/anims/awn-effect-zoom.c:
4589+ * libawn/anims/awn-effects-shared.h:
4590+ * libawn/awn-alignment.c:
4591+ * libawn/awn-applet-simple.c:
4592+ * libawn/awn-applet.c:
4593+ * libawn/awn-applet.h:
4594+ * libawn/awn-defines.h:
4595+ * libawn/awn-dialog.c:
4596+ * libawn/awn-effects-ops-new.c:
4597+ * libawn/awn-effects.c:
4598+ * libawn/awn-effects.h:
4599+ * libawn/awn-icon-box.c:
4600+ * libawn/awn-icon-box.h:
4601+ * libawn/awn-icon.c:
4602+ * libawn/awn-icon.h:
4603+ * libawn/awn-themed-icon.c:
4604+ * libawn/awn-tooltip.c:
4605+ * libawn/awn-tooltip.h:
4606+ * libawn/awn-utils.c:
4607+ * libawn/awn-utils.h:
4608+ * src/awn-applet-manager.c:
4609+ * src/awn-applet-proxy.c:
4610+ * src/awn-applet-proxy.h:
4611+ * src/awn-background-3d.c:
4612+ * src/awn-background-curves.c:
4613+ * src/awn-background-edgy.c:
4614+ * src/awn-background-flat.c:
4615+ * src/awn-background.c:
4616+ * src/awn-background.h:
4617+ * src/awn-defines.h:
4618+ * src/awn-panel-dbus.xml:
4619+ * src/awn-panel.c:
4620+ * src/awn-panel.h:
4621+ * src/awn-ua-alignment.c:
4622+ * src/xutils.c:
4623+ * src/xutils.h:
4624+ * tests/test-awn-effects.c:
4625+ * tests/test-awn-icon-box.c:
4626+ * tests/test-awn-icon.c:
4627+ Get rid of AwnOrientation in favour of GtkPositionType.
4628+ Methods were renamed from ie get_orientation to get_pos_type.
4629+
4630+2009-08-25 Rodney Cryderman <rcryderman@gmail.com>
4631+
4632+ * applets/taskmanager/task-icon.c:
4633+ Fix DnD of items onto Launch only task icon.
4634+
4635+2009-08-25 Rodney Cryderman <rcryderman@gmail.com>
4636+
4637+ * applets/taskmanager/task-manager.c:
4638+ Added to the scariness that is the desktop lookup code.
4639+ More specifically deal with the fact that the desktop
4640+ filenames are not always lowercase.
4641+
4642+2009-08-25 Rodney Cryderman <rcryderman@gmail.com>
4643+
4644+ * applets/taskmanager/task-icon.c:
4645+ * applets/taskmanager/task-launcher.c:
4646+ Make sure there's a working Execute menu option when
4647+ there is a launcher.
4648+
4649+2009-08-25 Rodney Cryderman <rcryderman@gmail.com>
4650+
4651+ * applets/taskmanager/task-item.c:
4652+ * applets/taskmanager/task-item.h:
4653+ * applets/taskmanager/task-launcher.c:
4654+ * applets/taskmanager/task-window.c:
4655+ Move the button layout into TaskLauncher and TaskWindow
4656+ instead of TaskItem.
4657+
4658+2009-08-25 Mark Lee <avant-wn@lazymalevolence.com>
4659+
4660+ * awn-settings/awnClass.py:
4661+ * awn-settings/awnSettings.py.in:
4662+ Fix style issues.
4663+ Remove unused imports and multiple method defintions.
4664+
4665+2009-08-25 Mark Lee <avant-wn@lazymalevolence.com>
4666+
4667+ * awn-settings/awn-settings.xml:
4668+ * awn-settings/awnClass.py:
4669+ Fix runtime warnings.
4670+
4671+2009-08-24 Rodney Cryderman <rcryderman@gmail.com>
4672+
4673+ * applets/taskmanager/task-item.c:
4674+ * applets/taskmanager/task-launcher.c:
4675+ * applets/taskmanager/task-window.c:
4676+ Modify the text and alignment of task items in the
4677+ Dialog.
4678+
4679+2009-08-24 Mark Lee <avant-wn@lazymalevolence.com>
4680+
4681+ * awn-settings/awnSettings.py.in:
4682+ Update due to API changes.
4683+
4684+2009-08-24 Rodney Cryderman <rcryderman@gmail.com>
4685+
4686+ * applets/taskmanager/util.c:
4687+ Some comments about future TODO.
4688+
4689+2009-08-24 Rodney Cryderman <rcryderman@gmail.com>
4690+
4691+ * libawn/awn-overlay-pixbuf-file.c:
4692+ * libawn/awn-overlay-pixbuf.c:
4693+ * libawn/awn-overlay-progress-circle.c:
4694+ * libawn/awn-overlay-progress.c:
4695+ * libawn/awn-overlay-text.c:
4696+ * libawn/awn-overlay-themed-icon.c:
4697+ * libawn/awn-overlay-throbber.c:
4698+ * libawn/awn-overlay.c:
4699+ * libawn/awn-themed-icon.c:
4700+ Make gtk-doc happy.
4701+
4702+2009-08-24 Rodney Cryderman <rcryderman@gmail.com>
4703+
4704+ * libawn/awn-defines.h:
4705+ Added documentation for several enums and constants.
4706+
4707+2009-08-24 Mark Lee <avant-wn@lazymalevolence.com>
4708+
4709+ * libawn/awn-overlay-pixbuf-file.c:
4710+ * libawn/awn-overlay-pixbuf.c:
4711+ * libawn/awn-overlay-progress-circle.c:
4712+ * libawn/awn-overlay-progress.c:
4713+ * libawn/awn-overlay-text.c:
4714+ * libawn/awn-overlay-themed-icon.c:
4715+ * libawn/awn-overlay-throbber.c:
4716+ * libawn/awn-overlay.c:
4717+ * libawn/awn-themed-icon.c:
4718+ Fix gtk-doc.
4719+
4720+2009-08-24 Mark Lee <avant-wn@lazymalevolence.com>
4721+
4722+ * doc/reference/Makefile.am:
4723+ * doc/reference/libawn-sections.txt:
4724+ * doc/reference/libawn.types:
4725+ Remove a non-public header from the doc templates.
4726+
4727+2009-08-24 Mark Lee <avant-wn@lazymalevolence.com>
4728+
4729+ * applets/taskmanager/task-manager.c (task_manager_new):
4730+ * bindings/python/awn.defs:
4731+ * bindings/vala/awn-custom.vala:
4732+ * bindings/vala/awn.vapi:
4733+ * libawn/awn-applet.c (awn_applet_class_init):
4734+ * libawn/awn-config.c (awn_config_get_default_for_applet,
4735+ awn_config_get_default_for_applet_by_info):
4736+ * libawn/awn-config.h:
4737+ Remove the single-instance property from AwnApplet and its related
4738+ code in awn-config.
4739+
4740+2009-08-24 Rodney Cryderman <rcryderman@gmail.com>
4741+
4742+ * applets/taskmanager/task-window.c:
4743+ Clicking on items in the dialogs should now minimize/restore.
4744+
4745+2009-08-24 Rodney Cryderman <rcryderman@gmail.com>
4746+
4747+ * applets/taskmanager/task-icon.c:
4748+ If disable_icon_updates is enabled it should be ignored if there
4749+ is not launcher for the TaskIcon.
4750+
4751+2009-08-24 Rodney Cryderman <rcryderman@gmail.com>
4752+
4753+ * applets/taskmanager/task-icon.c:
4754+ Deal with runtime changes of disable_icon_changes key, along
4755+ with several fixes necessary for this to work.
4756+
4757+2009-08-24 Rodney Cryderman <rcryderman@gmail.com>
4758+
4759+ * applets/taskmanager/task-icon.c:
4760+ * applets/taskmanager/awn-applet-taskmanager.schema-ini:
4761+ Created config option for drag_and_drop_hover_delay. Current
4762+ default 500.
4763+
4764+2009-08-24 Rodney Cryderman <rcryderman@gmail.com>
4765+
4766+ * applets/taskmanager/task-icon.c
4767+ Hookup the delay on drag over Task Icon. Currently
4768+ set to 500ms before it will activate a window.
4769+
4770+2009-08-24 Mark Lee <avant-wn@lazymalevolence.com>
4771+
4772+ * bindings/vala/awn.gi:
4773+ * bindings/vala/awn.vapi:
4774+ * doc/reference/libawn-sections.txt:
4775+ Update the doc templates and Vala bindings.
4776+
4777+2009-08-24 Mark Lee <avant-wn@lazymalevolence.com>
4778+
4779+ * bindings/vala/awn.gi:
4780+ * bindings/vala/awn.vapi:
4781+ * libawn/awn-applet.c (awn_applet_class_init):
4782+ The single-instance property should be a construct property only.
4783+
4784+2009-08-24 Rodney Cryderman <rcryderman@gmail.com>
4785+
4786+ * applets/taskmanager/task-manager.c:
4787+ Fixed a nasty bug task_manager_refresh_launcher_paths ()
4788+ where TaskWindows that did not have launchers were being
4789+ treated as though they did a launcher.
4790+
4791+2009-08-24 Mark Lee <avant-wn@lazymalevolence.com>
4792+
4793+ * libawn/awn-cairo-utils.c:
4794+ Add documentation for the cairo wrapper functions.
4795+
4796+2009-08-24 Rodney Cryderman <rcryderman@gmail.com>
4797+
4798+ * applets/taskmanager/task-manager.c:
4799+ Fixed a nasty bug task_manager_refresh_launcher_paths ()
4800+ where TaskWindows that did not have launchers were being
4801+ treated as though they did a launcher.
4802+
4803+2009-08-24 Rodney Cryderman <rcryderman@gmail.com>
4804+
4805+ * applets/taskmanager/task-manager.c:
4806+ Don't free memory until we're done using it.
4807+
4808+2009-08-24 Rodney Cryderman <rcryderman@gmail.com>
4809+
4810+ * applets/taskmanager/task-item.c:
4811+ * applets/taskmanager/task-launcher.c:
4812+ * applets/taskmanager/task-window.c:
4813+ Added bold text to Launcher task item.
4814+ Added get/set prop skeletons to TaskItem.
4815+
4816+2009-08-24 Rodney Cryderman <rcryderman@gmail.com>
4817+
4818+ * applets/taskmanager/task-icon.c:
4819+ Let the app change the icon if it is still NULL even if
4820+ disable_icon_changes is true.
4821+ * applets/taskmanager/task-item.c:
4822+ Check the icon sent to task_item_icon_changed ().
4823+
4824+2009-08-24 Rodney Cryderman <rcryderman@gmail.com>
4825+
4826+ * applets/taskmanager/task-manager.c:
4827+ Don't set intellihide during construction.
4828+
4829+2009-08-24 Rodney Cryderman <rcryderman@gmail.com>
4830+
4831+ * applets/taskmanager/awn-applet-taskmanager.schema-ini:
4832+ * applets/taskmanager/task-icon.c:
4833+ Add a disable_icon_changes config key. Disables the ability
4834+ of apps to change the Task Icon.
4835+
4836+2009-08-23 Rodney Cryderman <rcryderman@gmail.com>
4837+
4838+ * applets/taskmanager/task-icon.c:
4839+ * applets/taskmanager/task-item.c:
4840+ Added some comments.
4841+
4842+2009-08-23 Rodney Cryderman <rcryderman@gmail.com>
4843+
4844+ * libawn/awn-themed-icon.c:
4845+ Check for a GError and deal with when setting up the
4846+ file monitor.
4847+
4848+2009-08-23 Rodney Cryderman <rcryderman@gmail.com>
4849+
4850+ * applets/taskmanager/task-icon.c:
4851+ * libawn/awn-themed-icon.c:
4852+ Connect a file monitor to awn-theme dir.
4853+
4854+2009-08-23 Rodney Cryderman <rcryderman@gmail.com>
4855+
4856+ * applets/taskmanager/util.c:
4857+ Special case Google Prism apps.
4858+
4859+2009-08-23 Rodney Cryderman <rcryderman@gmail.com>
4860+
4861+ * applets/taskmanager/task-manager.c:
4862+ Fixed a nasty recursive bug from the last commit.
4863+ Use the new blacklist.
4864+ * applets/taskmanager/util.c:
4865+ * applets/taskmanager/util.h:
4866+ Add a blacklist for desktop files that probably should
4867+ be using NoDisplay but are not.
4868+
4869+2009-08-23 Rodney Cryderman <rcryderman@gmail.com>
4870+
4871+ * applets/taskmanager/task-manager.c:
4872+ Desktop file lookup tweak. Tokenize the class_name
4873+ using "-" in the fuzzy lookup.
4874+
4875+2009-08-23 Rodney Cryderman <rcryderman@gmail.com>
4876+
4877+ * applets/taskmanager/task-icon.c:
4878+ Remove Custom Icon" menu item is present when a
4879+ custom icon is in use.
4880+
4881+ * libawn/awn-themed-icon.c:
4882+ * libawn/awn-themed-icon.h:
4883+ Added a "Remove Custom Icon" menu item to AwnThemedIcon.
4884+
4885+2009-08-23 Rodney Cryderman <rcryderman@gmail.com>
4886+
4887+ * applets/taskmanager/task-icon.c:
4888+ * applets/taskmanager/task-manager.c:
4889+ Remove the chance of name collisions between standard
4890+ applets and taskmanager using awn themed icons.
4891+
4892+2009-08-23 Rodney Cryderman <rcryderman@gmail.com>
4893+
4894+ * applets/taskmanager/task-icon.c:
4895+ Some cleanup in task_icon_set_icon_pixbuf().
4896+
4897+2009-08-23 Rodney Cryderman <rcryderman@gmail.com>
4898+
4899+ * applets/taskmanager/task-icon.c:
4900+ Some cleanup in task_icon_button_press_event().
4901+
4902+2009-08-23 Rodney Cryderman <rcryderman@gmail.com>
4903+
4904+ * applets/taskmanager/task-icon.c:
4905+ Some cleanup in add_to_launcher_list_cb().
4906+
4907+2009-08-23 Rodney Cryderman <rcryderman@gmail.com>
4908+
4909+ * applets/taskmanager/task-icon.c:
4910+ Some cleanup in task_icon_dest_drag_data_received().
4911+
4912+2009-08-23 Rodney Cryderman <rcryderman@gmail.com>
4913+
4914+ * applets/taskmanager/task-icon.c:
4915+ Accept drag and drop of multiple desktop files.
4916+
4917+2009-08-23 Rodney Cryderman <rcryderman@gmail.com>
4918+
4919+ * applets/taskmanager/task-icon.c:
4920+ * applets/taskmanager/task-manager.c:
4921+ Fix removal of lanchers from launcher list.
4922+
4923+2009-08-23 Michal Hruby <michal.mhr@gmail.com>
4924+
4925+ * bindings/vala/awn-custom.vala:
4926+ * bindings/vala/awn.vapi:
4927+ Fix vapi files - Awn.Config.get* functions returned unowned references.
4928+
4929+2009-08-22 Mark Lee <avant-wn@lazymalevolence.com>
4930+
4931+ * libawn/awn-themed-icon.c:
4932+ Add/update documentation.
4933+
4934+2009-08-22 Mark Lee <avant-wn@lazymalevolence.com>
4935+
4936+ * doc/reference/Makefile.am:
4937+ * doc/reference/libawn-sections.txt:
4938+ Remove a non-public header from the doc templates.
4939+
4940+2009-08-22 Mark Lee <avant-wn@lazymalevolence.com>
4941+
4942+ * libawn/awn-themed-icon.c:
4943+ Remove redundant declaration.
4944+
4945+2009-08-22 Mark Lee <avant-wn@lazymalevolence.com>
4946+
4947+ * libawn/anims/Makefile.am (removed):
4948+ Remove obsolete file.
4949+
4950+2009-08-22 Mark Lee <avant-wn@lazymalevolence.com>
4951+
4952+ * libawn/awn-themed-icon.c:
4953+ on_icon_theme_changed() should be static.
4954+
4955+2009-08-22 Mark Lee <avant-wn@lazymalevolence.com>
4956+
4957+ * bindings/vala/awn.gi:
4958+ * bindings/vala/awn.vapi:
4959+ Update Vala bindings.
4960+
4961+2009-08-22 Mark Lee <avant-wn@lazymalevolence.com>
4962+
4963+ * doc/reference/libawn-sections.txt:
4964+ Update doc template.
4965+
4966+2009-08-23 Rodney Cryderman <rcryderman@gmail.com>
4967+
4968+ * applets/taskmanager/task-manager.c:
4969+ Remove the Taskicon in a slightly different mannger.
4970+ Might be a bit better.
4971+
4972+2009-08-23 Rodney Cryderman <rcryderman@gmail.com>
4973+
4974+ * applets/taskmanager/task-icon.c:
4975+ * applets/taskmanager/task-icon.h:
4976+ * applets/taskmanager/task-manager.c:
4977+ Implement removal of launcher from launcher list.
4978+
4979+2009-08-22 Rodney Cryderman <rcryderman@gmail.com>
4980+
4981+ * libawn/awn-themed-icon.c:
4982+ Make sure the TaskIcon icon reverts to the standard desktop icon.
4983+
4984+2009-08-22 Rodney Cryderman <rcryderman@gmail.com>
4985+
4986+ * applets/taskmanager/task-icon.c:
4987+ Fixed drag and drop.
4988+ * libawn/awn-themed-icon.c:
4989+ * libawn/awn-themed-icon.h:
4990+ Create a "drag_and_drop" property. If it is set to off then
4991+ AwnThemedIcon will not manipulate with widget's drag and drop.
4992+ Exposed awn_themed_icon_drag_data_received() so applets drag-data-received
4993+ handlers can chain to if it if needed.
4994+
4995+2009-08-23 Michal Hruby <michal.mhr@gmail.com>
4996+
4997+ * awn-settings/awnSettings.py.in:
4998+ Use LDA's bind also for behaviour setting.
4999+
5000+2009-08-22 Rodney Cryderman <rcryderman@gmail.com>
The diff has been truncated for viewing.