summaryrefslogtreecommitdiff
path: root/stickynotes
AgeCommit message (Collapse)AuthorFilesLines
2010-07-25[stickynotes] fix clicking on desktop to hide stickynotes, bugs #614250 & ↵Neil Bird5-3/+87
#510933. This fix also adds a preference to control whether such hiding happens or not. Docs. not yet updated.
2010-07-18[stickynotes] fix missing titlebar menu, bug #601908Neil Bird1-3/+43
2010-04-23Compile with -DGSEAL_ENABLE. Fixes bug 612473. Bumps gtk+ requirement to 2.18.Andre Klapper2-4/+6
2010-04-12Some small fixes for compiling with -DGSEAL_ENABLE.Andre Klapper3-5/+5
2010-03-28Add empty abstract for zh_{TW,HK} translationsRyan Lortie2-2/+4
This is needed to pass make check
2010-03-27Updated Traditional Chinese translation (Hong Kong and Taiwan)Kevin-Wei-23-1/+1403
2010-01-13[release] 2.29.5GNOME_APPLETS_2_29_5Vincent Untz1-6/+6
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-11-28[sticky notes] Updated German manual translationChristian Kirbach1-301/+308
2009-10-08stickynotes: More fixes for duplicate labels in the .ui file.Callum McKenzie1-2/+2
Patch from Michael Pryc in bug 594797.
2009-09-12Updated Greek help translation.Kostas Papadimas1-1138/+134
2009-09-12stickynotes: Further tweaks to the .ui duplicate name issue.Callum McKenzie2-2/+2
Fixing a few cases where the wrong widget was still being read (should have been no crash though).
2009-09-12stickynotes: Rename duplicate entries in the .ui file.Callum McKenzie2-31/+30
As reported in bug 594797, these duplicate entries are crashing with newer GTK+. With older GTK+ desensitisation isn't working properly.
2009-09-02Add Behdad's git.mk to autogenerate .gitignoreLuca Ferretti4-0/+8
2009-07-22stickynotes: Make sure we only save when asked to.Callum McKenzie2-3/+5
Make sure the function stickynotes_save_now returns FALSE rather than whatever its void return value returned. Should fix bug 589213, I think the report of every 1 seconds in that case might be mistaken.
2009-06-28Fixed Czech help translation for stickynotes by Marek CernockyPetr Kovar1-114/+418
Reviewed by: Petr Kovar.
2009-06-28Added & fixed Czech help translation for various applets by Marek CernockyPetr Kovar7-1/+523
Added Czech help translation for cpufreq and stickynotes. Fixed Czech help translation for gweather. Reviewed by: Lucas Lommer and Petr Kovar.
2009-06-172.27.3 releaseGNOME_APPLETS_2_27_3Callum McKenzie2-7/+6
In addition fixes where made to the zh_CN translations for various modules to pass XML validation.
2009-06-03stickynotes: Don't close the prefs dialogs when a check-mark is toggledCallum McKenzie2-55/+55
Patch contributed by Sergey Rudchenko (gnome bug #567477 and launchpad bug 292536). The patch makes sure that the dialog only closes on a response of GTK_RESPONSE_CLOSE (the delete signal is handled elsewhere so we can ignore GTK_RESPONSE_DELETE_EVENT).
2009-05-31general: Add Pulse support to the documentationCallum McKenzie4-3/+11
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-25Remove glade files.Callum McKenzie1-1067/+0
Now that GtkBuilder .ui files are directly supported by glade, remove the .glade files that had been used to generate the .ui files in favour of editing the .ui files directly.
2009-05-25Remove unnecessary markup from translatable strings.Callum McKenzie1-169/+229
Now that attribute parsing is available for GtkBuilder files, I've fially fixed bug 112962 and replaced strings of the form <b>foo</b> with plain foo and set the text attributes appropriately. Obviously this doesn't affect strings with embedded markup, only those with global markup. This should make life easier for translators.
2009-05-04More link fixes in the Chinese docs.GNOME_APPLETS_2_27_1Callum McKenzie1-4/+0
Also fix ChangeLogs with multiple 2.27.1 markers.
2009-05-04ChangeLog markers for 2.27.1.Callum McKenzie1-1/+7
2009-05-04Fix links in the Chinese stickynotes docsCallum McKenzie2-0/+392
Chinese text had been used for the link target, but not the link anchor.
2009-04-29Prevent sticky notes getting too largeCallum McKenzie6-7/+33
Patch from Dennis Hilmar to add a scroll bar when the note gets more than 80% of the screen size. See bug 121883.
2009-04-25Added zh_CN to Makefile.amAron Xu1-1/+1
2009-04-25Updated Simplified Chinese by multi-authors.Aron Xu3-313/+777
2009-04-06Remove the translatable flag from blank padding strings.Callum McKenzie3-6/+12
svn path=/trunk/; revision=11441
2009-03-19Patch from gQuigs to replace g_timeout_addCallum McKenzie2-2/+7
with g_timeout_add_seconds where appropriate. Bug 57360. svn path=/trunk/; revision=11390
2009-03-16Belatedly adding changelog markers for 2.26.0.Callum McKenzie1-0/+2
svn path=/trunk/; revision=11370
2009-03-022.25.92GNOME_APPLETS_2_25_92Callum McKenzie1-0/+2
svn path=/trunk/; revision=11317
2009-02-17Added image in Basque language. Images are: stickynote-right-menu-lock.pngInaki Larranaga Murgoitio6-0/+8
2009-02-17 Inaki Larranaga Murgoitio <dooteo@euskalgnu.org> * eu/figures/: Added image in Basque language. Images are: stickynote-right-menu-lock.png stickynote-right-menu-new.png stickynotes-note-prefs.png stickynotes-prefs.png svn path=/trunk/; revision=11303
2009-02-172.25.91GNOME_APPLETS_2_25_91Callum McKenzie2-339/+363
svn path=/trunk/; revision=11293
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=11281Iñaki Larrañaga Murgoitio1-0/+5
svn path=/trunk/; revision=11281
2009-02-16svn path=/trunk/; revision=11280Iñaki Larrañaga Murgoitio2-1/+503
svn path=/trunk/; revision=11280
2009-02-022.25.90GNOME_APPLETS_2_25_90Callum McKenzie1-0/+2
svn path=/trunk/; revision=11239
2009-01-25Replace gnome_popup_menu_attach(). Bug 562333.Callum McKenzie4-6/+50
svn path=/trunk/; revision=11217
2009-01-23Stickynotes libgnome removal work. See bug 562333, patch 126488.Callum McKenzie2-10/+5
svn path=/trunk/; revision=11214
2009-01-15More libgnome/libgnomeui removal work. Fixes the build too. Bugs 567779, 567775.Callum McKenzie2-1/+4
svn path=/trunk/; revision=11205
2009-01-14Drop gnome_help from stickynotes appletDiego Escalante Urrelo3-7/+12
svn path=/trunk/; revision=11197
2009-01-06Changelog markers for 2.25.3Callum McKenzie1-0/+2
svn path=/trunk/; revision=11178
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
2008-11-14 Patch from Maxim Ermilov to rationaliseCallum McKenzie5-7/+11
GTK includes. See bug 560678. svn path=/trunk/; revision=11126
2008-11-11Use NetworkManager to tell gweather to update when the network comes up. Bug ↵Callum McKenzie1-206/+327
488824. svn path=/trunk/; revision=11123