summaryrefslogtreecommitdiff
path: root/mixer
AgeCommit message (Collapse)AuthorFilesLines
2010-07-20Update Simplified Chinese help translation of mixer.Teliute1-69/+73
2010-06-14Add a comment to explain the apparently unecessary change made at the last ↵Callum McKenzie1-1/+2
commit
2010-06-14Compile it before you commitCallum McKenzie1-1/+1
2010-06-14Avoid double-unreffing our iconsCallum McKenzie1-29/+30
When applet->pix is unreffed based on whether it is NULL or not, it should be reset to NULL because you never know whe init_pixbufs is called recursively.
2010-04-23Compile with -DGSEAL_ENABLE. Fixes bug 612473. Bumps gtk+ requirement to 2.18.Andre Klapper3-41/+45
2010-03-15Added Danish translation of the documentationNicky Thomassen1-0/+479
2010-03-15Added da to list of languagesKenneth Nielsen1-1/+1
2010-01-06Revert "Recreated .gitignore files"Pablo Castellano1-5/+0
This reverts commit 79d73cbad010253027afafe536fc2abe0f8067e9. Sorry, I didn't know about git.mk :(
2010-01-05Recreated .gitignore filesPablo Castellano1-0/+5
2009-09-17deleted english imagesdooteo1-0/+0
2009-09-02Add Behdad's git.mk to autogenerate .gitignoreLuca Ferretti2-0/+4
2009-07-28Updated Czech help translation for various applets by Marek CernockyPetr Kovar1-76/+87
2009-06-29Remove figures identical to original (but only those) from fi helpTimo Jyrinki1-0/+0
2009-06-172.27.3 releaseGNOME_APPLETS_2_27_3Callum McKenzie1-1/+1
In addition fixes where made to the zh_CN translations for various modules to pass XML validation.
2009-06-16Added zh_CN to DOC_LINGUAS, remove superfluous figures.Aron Xu2-0/+0
2009-05-31general: Add Pulse support to the documentationCallum McKenzie3-0/+6
Patch from Paul Cutler. See bug 577197. It adds a <releaseinfo ... /> tag to each document.
2009-05-29Autogenerate the ChangeLogsCallum McKenzie1-0/+0
We no longer keep explicit ChangeLogs. Instead they get generated at make dist time from the git logs. Automake recipe stolen from gnome- games. Commit message guidelines stolen from GTK+.
2009-05-26The 2.27.2 releaseCallum McKenzie1-0/+2
2009-05-22Fix a typo in Matt's patch.Callum McKenzie2-72/+74
2009-05-22Mixer applet dock not multihead awareMatt Keenan1-0/+2
Fixes bug : http://bugzilla.gnome.org/show_bug.cgi?id=583452. Mixer applet dock always displays on screen 0 of multihead display.
2009-05-22Fix a reference counting bug in the mixer.Callum McKenzie2-0/+7
The dock was being unrefed from the applet, but the applet had never claimed ownership in the firstplace. Hence odd crashes, see bug 546735.
2009-05-20Work around GTK+s wonky ideas about the up key and scrollers.Callum McKenzie3-4/+56
Proxy events from the dock scroller to the applet so that they both do the same thing with the same keys (and scroll events). See bug 581448.
2009-05-04ChangeLog markers for 2.27.1.Callum McKenzie1-0/+2
2009-04-18add zh_CN into doc langsFunda Wang1-1/+1
2009-04-18add po based translationTeliuTe1-0/+440
2009-04-18drop old xml based translationFunda Wang2-270/+0
2009-03-19Deleted duplicated screenshotJorge Gonzalez Gonzalez1-0/+0
svn path=/trunk/; revision=11387
2009-03-16Belatedly adding changelog markers for 2.26.0.Callum McKenzie1-0/+2
svn path=/trunk/; revision=11370
2009-03-16Updated Czech UI translation. Added Czech translation of gswitchit docs by ↵Petr Kovář2-16/+23
Lucas Lommer. Added Czech translation of accessx-status docs by Lucas Lommer. Fixed Czech translation of mixer docs. svn path=/trunk/; revision=11365
2009-03-13Updated Czech translation by Lucas Lommer.Andre Klapper2-2/+6
2009-03-13 Andre Klapper <a9016009@gmx.de> * cs.po: Updated Czech translation by Lucas Lommer. svn path=/trunk/; revision=11350
2009-03-11Updated Czech translation by Lucas Lommer.Andre Klapper2-4/+6
2009-03-11 Andre Klapper <a9016009@gmx.de> * docs/cs/cs.po: Updated Czech translation by Lucas Lommer. svn path=/trunk/; revision=11335
2009-03-10Added Czech translation by Jan Brož.Andre Klapper3-1/+464
2009-03-10 Andre Klapper <a9016009@gmx.de> * docs/cs/cs.po: * docs/Makefile.am: Added Czech translation by Jan Brož. svn path=/trunk/; revision=11333
2009-03-04Hide the mixer dock when the escape key is pressed. Bug 572427.Callum McKenzie2-0/+28
svn path=/trunk/; revision=11321
2009-03-04Move the dock update code to be in sync with the icon update code. Bug 573924.Callum McKenzie2-6/+11
svn path=/trunk/; revision=11320
2009-03-022.25.92GNOME_APPLETS_2_25_92Callum McKenzie1-0/+2
svn path=/trunk/; revision=11317
2009-02-17Deleted figures directory, not neededLuca Ferretti3-0/+4
2009-02-17 Luca Ferretti <elle.uca@libero.it> * docs/it/figures: Deleted figures directory, not needed svn path=/trunk/; revision=11295
2009-02-172.25.91GNOME_APPLETS_2_25_91Callum McKenzie1-0/+2
svn path=/trunk/; revision=11293
2009-02-17Reload the mixer's channel list to detect device changes.Callum McKenzie4-250/+252
svn path=/trunk/; revision=11292
2009-02-16More deprecated function replacement. Why didn't GTK_DISABLE_DEPRECATED pick ↵Callum McKenzie2-1/+5
these up? svn path=/trunk/; revision=11289
2009-02-16svn path=/trunk/; revision=11277Iñaki Larrañaga Murgoitio1-0/+5
svn path=/trunk/; revision=11277
2009-02-16svn path=/trunk/; revision=11276Iñaki Larrañaga Murgoitio2-1/+320
svn path=/trunk/; revision=11276
2009-02-022.25.90GNOME_APPLETS_2_25_90Callum McKenzie2-1/+3
svn path=/trunk/; revision=11239
2009-02-02Popdown the volume control dock when it looses focus.Callum McKenzie3-8/+33
svn path=/trunk/; revision=11238
2009-01-31Updated German translation of the mixer-applet manualMario Blättermann2-170/+182
svn path=/trunk/; revision=11234
2009-01-31Mixer UI improvements. Double click now equals mute. A borde has been added ↵Callum McKenzie3-7/+20
around the dock. svn path=/trunk/; revision=11233
2009-01-27Make sure the mixer actually builds. Especially now that the libgnome stuff ↵Callum McKenzie4-30/+9
is gone. svn path=/trunk/; revision=11225
2009-01-27The mixer applet returns.Callum McKenzie64-0/+12707
svn path=/trunk/; revision=11223
2009-01-06The great mixer removal of 2009. It has moved to gnome-media.Callum McKenzie64-12882/+0
svn path=/trunk/; revision=11175
2008-12-202.25.2 + make distcheck fixes.GNOME_APPLETS_2_25_2Callum McKenzie1-0/+2
svn path=/trunk/; revision=11162
2008-12-17Add missing libgnomeui CFLAGS Patch from: lucasr.at.mundo@gmail.com (BugWilliam Jon McCann2-0/+8
2008-12-17 William Jon McCann <jmccann@redhat.com> * Makefile.am: Add missing libgnomeui CFLAGS Patch from: lucasr.at.mundo@gmail.com (Bug #564192) svn path=/trunk/; revision=11160