summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Release GNOME Dictionary 3.18.03.18.0Emmanuele Bassi2015-09-212-1/+7
|
* app: Add a missing includeEmmanuele Bassi2015-09-211-0/+1
| | | | | We're using gdict_show_about_dialog(), so we need to include the header that declares it.
* gdict: Add declaration for gdict_initEmmanuele Bassi2015-09-211-0/+2
| | | | Since we're using it in the application.
* Updated Danish translationAsk Hjorth Larsen2015-09-191-354/+299
|
* Updated Japanese translationJiro Matsuzawa2015-09-151-291/+232
|
* Updated Indonesian translationAndika Triwidada2015-09-141-353/+132
|
* Update Persian translationsArash Mousavi2015-09-121-391/+363
|
* Finnish translation updateJiri Grönroos2015-09-101-358/+298
|
* Updated Korean translationChangwoo Ryu2015-09-061-352/+294
|
* Updated Kazakh translationBaurzhan Muftakhidinov2015-09-041-365/+223
|
* Updated Italian translationMilo Casagrande2015-09-041-368/+308
|
* Updated Lithuanian translationAurimas Černius2015-09-031-360/+300
|
* Don't translate propertiesPiotr Drąg2015-09-016-41/+36
| | | | | | They are not user-visible. https://bugzilla.gnome.org/show_bug.cgi?id=754323
* Updated Polish translationPiotr Drąg2015-08-291-257/+166
|
* Updated Greek translationTom Tryfonidis2015-08-281-221/+197
|
* Updated Galician translationsFran Dieguez2015-08-251-227/+201
|
* Updated Chinese (Taiwan) translationChao-Hsiung Liao2015-08-251-225/+200
|
* Updated French translationAlexandre Franke2015-08-241-223/+198
|
* 3.17.903.17.90Juan R. García Blanco2015-08-182-2/+11
|
* gdict: Split lookup-start/end signalsJuan R. García Blanco2015-08-185-10/+52
| | | | | Create separate definition-lookup-start/end signals when searching for definitions.
* gdict: Split lookup-start/end signalsJuan R. García Blanco2015-08-184-13/+54
| | | | | Create separate database-lookup-start/end signals for notification of these events when searching for databases in a given source.
* Updated Swedish translationAnders Jonsson2015-08-141-214/+189
|
* Updated French translationAlexandre Franke2015-08-131-267/+400
|
* Updated Friulian translationFabio Tomat2015-07-261-278/+304
|
* app: Remove obsolete database chooser codeJuan R. García Blanco2015-07-251-5/+0
|
* gdict: Set database description in tooltipJuan R. García Blanco2015-07-251-1/+5
| | | | | Whenever the full name of the selected database is known, it is set as the tooltip for the database chooser button.
* gdict: Fix wrong castingJuan R. García Blanco2015-07-251-2/+2
|
* gdict: Various UI experience fixesJuan R. García Blanco2015-07-251-0/+2
| | | | | The database chooser popover is closed when a database is selected, and they are now selected with single click.
* gdict&app: Re-position the database chooserJuan R. García Blanco2015-07-255-37/+102
| | | | | | | | | | GdictDatabaseChooser now inherits from GtkMenuButton, allowing users to attach it as a button. When clicked, it loads all databases available in the given context. In the application, the database chooser is now next to the search entry. See https://bugzilla.gnome.org/show_bug.cgi?id=334866
* app: Initialize Gdict libraryJuan R. García Blanco2015-07-251-0/+2
| | | | See https://bugzilla.gnome.org/show_bug.cgi?id=745786
* gdict: Add library init functionJuan R. García Blanco2015-07-251-2/+24
| | | | | | | Add gdict_init() function to initialize the library. Now it only enables debug options. See https://bugzilla.gnome.org/show_bug.cgi?id=745786
* 3.17.43.17.4Juan R. García Blanco2015-07-192-1/+7
|
* Updated Brazilian Portuguese translationFelipe Braga2015-07-041-196/+187
|
* Updated Portuguese translationPedro Albuquerque2015-07-041-66/+57
|
* Updated Portuguese translationPedro Albuquerque2015-06-291-332/+368
|
* Updated Russian translationStas Solovey2015-06-231-205/+182
|
* Updated Hungarian translationBalázs Úr2015-06-221-203/+180
|
* 3.17.33.17.3Juan R. García Blanco2015-06-222-1/+13
|
* app: update POTFILES.skipJuan R. García Blanco2015-06-221-1/+2
| | | | | | Due to a bug in intltool, it does not work well with automake 1.15. In addition, the gschema in file has been removed because it is no longer needed.
* Updated German translationBenjamin Steinwender2015-06-201-53/+53
|
* Updated German translationBenjamin Steinwender2015-06-201-203/+181
|
* app: remove obsolete gdict_window_defbox_selection_changedJuan R. García Blanco2015-06-191-19/+0
|
* Updated Turkish translationNecdet Yücel2015-06-191-186/+173
|
* app: Make entries under File top-level menu entriesJuan R. García Blanco2015-06-131-21/+18
| | | | See https://bugzilla.gnome.org/show_bug.cgi?id=334866
* app: Remove Close menu entryJuan R. García Blanco2015-06-132-28/+5
| | | | | | We rely on the window decorator for providing a close button. See https://bugzilla.gnome.org/show_bug.cgi?id=334866
* app: Remove Edit submenuJuan R. García Blanco2015-06-132-108/+69
| | | | | | | Simplify window menu by removing Find Next and Find Previous entries. Now only a Find top-level entry is available. See https://bugzilla.gnome.org/show_bug.cgi?id=334866
* app: Remove Select All menu entryJuan R. García Blanco2015-06-072-24/+0
| | | | | | | | The widgets used for the search entry and for showing the definition already handle text selection. There is no need for an entry menu to do this, plus we are a step closer to get rid of the Edit menu. See https://bugzilla.gnome.org/show_bug.cgi?id=334866
* Updated Spanish translationDaniel Mustieles2015-05-291-1693/+1823
|
* Updated Spanish translationDaniel Mustieles2015-05-261-185/+170
|
* 3.17.23.17.2Juan R. García Blanco2015-05-252-1/+12
|