[gnome-dictionary] Created tag 3.3.2
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-dictionary] Created tag 3.3.2
- Date: Tue, 25 Oct 2011 14:13:55 +0000 (UTC)
The unsigned tag '3.3.2' was created.
Tagger: Emmanuele Bassi <ebassi gnome org>
Date: Tue Oct 25 15:10:00 2011 +0100
GNOME Dictionary 3.3.2 (snapshot)
Changes:
Algimantas MargeviÄius (1):
Updated Lithuanian translation
Andre Klapper (3):
Some more fixes for building with -DGSEAL_ENABLE
Fix some more issues when compiling with -DGSEAL_ENABLE.
Fix typo. Fixes bug #654533
Ask H. Larsen (1):
Updated Danish translation
Benjamin Otte (1):
gdict: Fix compiler warnings from -Wall
Christophe Bliard (2):
Added French help translations
Added French manual translations
Christophe Merlet (1):
Updated French translation.
Cosimo Cecchi (14):
Bug #557562, drop libgnome/libgnomeui dependency.
Use single GTK+ includes. Patch by Maxim Ermilov (#561257).
Remove libgnome dependency and use stock PANEL_APPLET_BONOBO_FACTORY macro
use the right order when passing arguments to PANEL_APPLET_BONOBO_FACTORY.
[dictionary] Port to GtkBuilder
Remove a duplicate id in the UI file
[general] Fails to link with pedantic linkers
build: disable the gdict applet by default
build: remove GTK2 dependency completely
gdict: don't use gdk_cursor_unref()
Fix distcheck
gnome-dictionary: remove the dictionary panel applet
Update for module split
Cleanup translations for module split
Daniel Mustieles (1):
Updated Spanish translation
Daniel Nylander (4):
Added Swedish translation.
Updated Swedish translation.
Updated Swedish translation. Added screenshots.
Updated Swedish translation
David Lodge (1):
Added en_GB doc translations
Dennis Cranston (1):
Fix bug #318992, update the scrollkeeper description.
Emmanuele Bassi (239):
Add gnome-dictionary/data
Adding gnome-dictionary/docs
Adding gnome-dictionary/docs/reference
Adding gnome-dictionary/docs/reference/gdict
Adding templates
Adding gnome-dictionary/help
Adding gnome-dictionary
Adding gnome-dictionary/libgdict
Adding gnome-dictionary/src
Adding .cvsignore
A bunch UI fixes from Dennis Cranston, and a bunch of fixes triggered by a
use the "database" property, and hook it up to GConf.
Another set of UI patches.
add new functions.
use "Source" and "Print" as notebook tab label strings, and mark them
add the old GDict applet OAFIID to the .server file, for backward
A .cvsignore A tmpl/.cvsignore
another shot at getting the find pane layout right (closes bug #324342).
fix stamp_files build
fix a bunch of compiler warnings (patch by Kjartan Maraas, closes bug
fix compiler warnings about parameter signedness.
The "Maybe this Christmas" release. This release marks the end of the big
Re-sync with my development trunk: add the new source dialog code; fix a
flesh out the text.
make the hostname lookup cache expire after five minutes; this should
switch the cancel and add buttons.
tighter checks on the fonts to prevent a segmentation fault.
brown paper bag fix for propagating the print font through GConf (while
final touches to the man page.
HIG fixes for the add source dialog. Do not use bold labels. Use left
update Bugzilla product to "gdict-applet", to disambiguate the applet from
A C/figures/gnome-dictionary-find.png A
remove the help document id.
A C/figures/gnome-dictionary-add-source.png A
Fix spurious CDATA
Update TODO
Set execute bit (0700). Set execute bit (0700). UI fix for remove source
enable look up via command-line (closes bug #325014).
add the new window state keys: default-window-height default-window-width
change the mnemonic for the "Clear" verb.
fixed the enum generation.
add a function to make the menu items sensitive.
move the menu items sensitivity set inside the applet's factory; this
A data/french.desktop.in A data/spanish.desktop.in
finished the first revision of the user's manual.
Fix a tag in the manual
Fix an attribute in the manual
A gnome-screenshot.desktop.in
A data/french.desktop.in A data/spanish.desktop.in
libgdict/gdict-context.c libgdict/gdict-client-context.c use the new and
remove the busy cursor in case of error.
fix a typo in the default-window-height key long comment.
D gdict-decl-list.txt D gdict-undocumented.txt
D gdict-decl.txt
fix version macro
Add the GTK category.
re-work the size calculation of the applet's window: now it should be
port the size allocation code from the applet to the main application,
fix error reporting.
fix stupid typo.
Remove debug print message
add new GdictDefbox functions: gdict_defbox_get_font_name and
Add support for the document_font_name key into the Dictionary application
Whitespace fix
check whether there is a file with the same name of the data directory
remove callback to the "die" signal (closes bug #329911).
make the window align on realization and re-align every show request;
really commit the removal of the idle loop.
if a word is passed to the GdictWindow constructor it'll be search
src/gdict-app.h support looking up multiple words from the console using
make the dictionary response code parsing a bit more robust; add a bunch
check if parent is NULL before using it.
use ngettext to use the correct localized plural form (patch by Gabor
ask the user what to do if a file with the same name of the dictionary
fix ngettext() usage.
remove the big frickin' dialog, and just rename the file that's causing
apply the same logic of the application to the applet.
update .cvsignore with built files.
allow using Esc to close the definition window of the applet.
added the note about using Esc to close the applet's window.
keep the applet's background in sync with the panel's own (patch by
Unref the GnomeProgram object to avoid leakage (closes bug #335745).
Use g_option_context_set_main_group() to show the application's options
Do not free the OptionContext: it'll be done by the GnomeProgram when it's
remove the french.desktop.in file from the build, as the dictionary server
Implement the status whitelisting: check the possible new status against
Avoid a coredump on Solaris when window->word is NULL (closes #339357,
Add further checking for status codes.
Fix stupid typo
A libgdict/gdict-debug.[ch] A libgdict/gdict-private.h A
Adding files
A src/gdict-common.h A src/gdict-common.c
Update CVS ignore file.
Remove the stamp-* files when cleaning up.
Update the "word-activated" signal signature: it now includes the name of
Release 2.15.3
Remove wrong header files from the build. (Matthias Clasen, #344773)
Use the ENABLE_DEBUG conditional to turn on debug messages at compile
Toggle the definition window when Esc is pressed and the entry has focus.
Remove an unneeded function; use gtk_window_present() to give the
A src/gdict-sidebar.h A src/gdict-sidebar.c
Fix a typo in the name of the ViewDB action.
Add two more keys: 'sidebar-page' and 'sidebar-width', for remembering the
Allow the definition window to take up at most half of the screen size.
Hook up the error callback.
Use two vbox instead of frames to wrap the defbox and the side bar.
Add a GtkEntryCompletion to the look up entry, to store the list of
Emit the "page-changed" signal.
Use G_OPTION_REMAINING to catch every word used on the command line and
Add API documentation definitions for gtk-doc.
update TODO
Release 2.15.91
Add function for retrieving a string from GConf with a default fallback.
Let the scalable icon be installed in the right place inside the hicolor
Update the sidebar contents when changing pages.
Remove rfc2229.txt from EXTRA_DIST. (Debian bug DB#393372)
Add multihead support for the about and preferences dialogs. (#361856,
Add syntax highlighting to the definition body using what look like the
Add API for selecting and unselecting a database using its name; add API
Add a function for getting the currently selected word from the defbox.
Update the cursor when hovering on a text tagged with the "link" or
Add a thai dictionary source (#372386, Theppitak Karoonboonyanan)
Use the same default colors as GTK+ for both links and visited links; free
Use GObject::dispose instead of GtkObject::destroy for detaching the menu
Match the word passed to the constructor function, if action is
Add a timeout or 30 seconds when establishing a connection to the
Release 2.17.91
Fix C99-ism. (#376937, Jens Granseuer)
update NEWS
Roll back previous commit
Release 2.17.92
Post release bump to 2.17.93.
roll back previous commit
Add authors file.
Use the right function to set the sidebar as invisible instead of directly
Perform a match of the similar words even if we have found a valid
Add more strict validation when highlighting the links. (#465336)
Add case-insensitive search, using gtksourceview search code. (#466180)
Add types
See previous commit
Use the sources to write the documentation, as it should be.
Remove templates.
Add undocumented symbols.
Remove undefined symbols and add the last undocumented one.
Add more documentation.
Hide the find pane when hiding the window.
Set the page of the sidebar only if we have one coming from GConf.
Destroy the current command, if present, when we are forcing a
Remove invalid .desktop category "Application". (#417654, Christian
Out of tree build cleanups. (#414013, Loic Minier)
Handle decomposed strings when querying the dictionary server. (#419894,
Remove leading and trailing spaces before looking up a word
Use g_shell_quote() to escape the words to look up
Use the gnome-icon-theme icon for the dictionary instead of our own.
Drop the GtkTooltips usage from GdictDatabaseChooser
Drop GtkTooltips from GdictStrategyChooser and add API documentation
Drop GtkTooltips from GdictSpeller
Drop GtkTooltips from gnome-dictionary
Update ChangeLog for SVN users
Fix the general header inclusions: we install into
Rename some symbols to work around libtool and ld braindeadness on OSX.
Make sure that the word to match is not empty when disptaching the speller
Only show the GNOME Utilities in GNOME menus. (#431117, Sven Arvidsson)
Add GdictDefbox:word property
Add Preview item to the File menu
Port gnome-dictionary to gtk-print
Invoke the right print operation in Preview mode
Ensure the state of the menus depending on the look up
Fix general header inclusion
Add GdictDefbox:word accessor function and clean up code
Add a close button to the GdictDefbox find pane
Use enum types templates
Remove GdictEntry from the build
Remove the uninstalled pkgconfig file for gdict
Remove the uninstalled pkgconfig file from EXTRA_DIST
Use the correct GLib i18n header
Remove GdictEntry
Update GdictDatabaseChooser
Fix typo in the documentation
Add gdict_source_loader_has_source()
Add the GdictSourceChooser widget
Small fixes for GdictSourceChooser
Display the Source chooser inside the side bar of Dictionary
Add a menu item to show the Dictionary Source page of the sidebar
Rename GtkAlignedWindow to GdictAlignedWindow
Add more version macros and runtime version checking functions
Improve GDict debug messages handling
Enable the GDict command line switches in Dictionary
Fix a typo in the debug macro definition
Fix two malformed GDICT_NOTE() statements
Update GDict documentation build
Implement missing functions in DatabaseChooser and SourceChooser
Do not hit the slice allocator when the stack suits just fine
Add unused symbols to the API reference build
Add GdictSourceChooser link to the API reference index
Remove newlines at the end of a GDICT_NOTE() message
Show the source location of the GDICT_NOTE() message
Add GdictSidebar::list_pages() method
Relicense GdictSidebar under the GNU LGPL v2.1 (or later)
Drop libgnomeprint flags and libraries
Check if we have a word, before using it to match
Remove useless gnome-print headers
Reload the list of sources if the loader has the dirty bit set
Install GdictSourceLoader header file
Boldify the current source in the GdictSourceChooser
Rework the source initialisation inside GdictWindow
Show current strategy inside the strategy chooser
Reset the GdictContext for all the widgets in the window
Implement missing methods of GdictStrategyChooser
Do not leak the source name if not found
Show the current database in the GdictDatabaseChooser widget
Update ChangeLog for SVN users
Fix the name of the icon that should be used by the applet (#477960)
Do not show the gnome-util components on KDE. (#431117 and #520913)
Bug 547300 â links are yellow
Fix a warning when ensure_state() is being called without a UIManager or
Bug 551784 â dict applet still uses deprecated gnome-stock-about icon
Bug 558980 â gnome-dictionary desktop file hardcodes icon extension
Bug 454691 â Messages in the gnome-dictionary --help output are not all
[build] Clean up gdict Makefile template
[gitignore] Add gnome-dictionary ignore file
Move gnome-dictionary ChangeLog
[build] Show generation rules
[build] Fix typo in the private headers variable
[gdict] Remove the connection check timeout
build: Allow disabling the panel applet
build: Fix build without Shave
dictionary: Port to GSettings
dictionary: Port to GtkApplication
dictionary: Use the GtkAboutDialog:license-type property
dictionary: Remove error dialogs
dictionary: Add an "Edit" button in the sources dialog
dictionary: Fix visibility of sidebar and statusbar
dictionary: Remove style_set class handler
gdict: Remove assertion in sidebar code
gdict: Be more resilient when loading/saving state
Remove G_CONST_RETURN usage
Remove the old french.desktop.in file
Release GNOME Dictionary 3.3.2
Enrico Nicoletto (1):
Updated Brazilian Portuguese translation
Fabio Marzocca (1):
Added .cvsignore
Francisco Javier F. Serrador (6):
Updated Spanish translation.
Updated Spanish translation.
Updated Spanish translation.
Updated Spanish docs
Updated Spanish translation.
Updated Spanish translation. Added screenshots.
Ihar Hrachyshka (1):
Updated Belarusian translation.
Ilkka Tuohela (1):
Added Finnish documentation by Jukka HeikkilÃ
Inaki Larranaga Murgoitio (2):
Added Basque translation. Added 'eu' to DOC_LINGUAS.
Added image in Basque language. Images are:
Joe Hansen (1):
Added Danish translation of documentation
Jordi Mas (1):
Added Catalan translation. Added ca to DOC_LINGUAS
Jorge Gonzalez Gonzalez (3):
Updated spanish translation.
Updated Spanish translation
Deleted duplicated screenshot
Jorge GonzÃlez (1):
Updated Spanish translation
Josselin Mouette (1):
Fix typo in manual page. Bug#586088
Kenneth Nielsen (1):
Added da to list of languages
Kjartan Maraas (3):
Remove a redundant tag that caused problems with make check. Reported by
Updated Norwegian bokmÃl translation
Updated Norwegian bokmÃl translation
Luca Ferretti (3):
Added Italian translation by Andrea Zagli.
Added translated figures for Italian manual
Updated Italian translation by Andrea Zagli.
Mario BlÃttermann (1):
Added German translation
Matej UrbanÄiÄ (4):
Updated Slovenian translation
Added sl for Slovenian translation
Updated Slovenian translation
Added Slovenian translation
Matthias Clasen (2):
libgdict: Turn off GTK_DISABLE_DEPRECATED for now
Fix the build with GLib >= 2.29.14
Maxim Dziumanenko (2):
Updated Ukrainian translation of the manual.
Update Ukrainian translation.
Maxim V. Dziumanenko (2):
Update Ukrainian translation
Update Ukrainian translation
Muhammet Kara (1):
Updated Turkish translation
Nickolay V. Shmyrev (2):
Added Russian translation
Updated Russian translation.
Nikos Charonitakis (7):
added greek translation
Added localized screenshots (el)
Added el (Greek) to DOC_LINGUAS
Added Greek support to gnome-dictionary documentation
Updated translation of el.po (docs)
Updated Greek translation
Updated Greek translation
Paolo Borelli (5):
Fix compiler warning
Avoid conflict with the "link" symbol defined in unistd.h
Split gtk2 and gtk3 cflags and libs to allow porting each app
Compile gnome-dictionary against Gtk3
Use gtk_paned_new instead gtk_[h|v]paned_new
Patryk Zawadzki (1):
dd Filesystem to baobab desktop, change dictionary category to Office/Dictionary, drop redhatism from system log viewer (#552054)
Petr Kovar (1):
Added Czech help translation for dictionary by Marek Cernocky
Piotr DrÄg (1):
Updated POTFILES.in
Saleem Abdulrasool (1):
make gdict compile against latest gtk+
Sebastien Bacher (1):
Requires the right gtk version (#650860)
Simos Xenitellis (2):
Deleted duplicated screenshot
Updated Greek translation (Fotis Tsamis)
StÃphane Loeuillet (1):
Trivial fixes to all .desktop files to conform to latest fd.o .desktop specs. Spoted by desktop-file-validate. Fixes #481721
TeliuTe (1):
Add Simplified Chinese translations for gnome-dictionary, gsearchtool and logview help files
Thomas Hindoe Paaboel Andersen (3):
Replace deprecated gtk_entry_set_editable. Part of bug #573292
[gdict] remove deprecated GTK+ symbols.
Fix GSEAL issues
Tommi Vainikainen (1):
Added Dzongkha (dz).
Vincent Untz (2):
Fix a bunch of compiler warnings. Bug #570422.
[gdict] Use gtk_widget_is_toplevel() instead of GTK_WIDGET_TOPLEVEL()
Yannig MARCHEGAY (4):
Updated Occitan translation
Updated Occitan translation
Updated Occitan translation
Updated Occitan translation
Yaron Shahrabani (1):
Updated Hebrew translation.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]