commit b7337e57bb76bdf4bdb995317d2bba8dd5102c45 Author: Ignacio Casal Quinteiro Date: 2012-05-05 Fix spacing in prefs dialog by starting to move to GtkGrid M src/gtr-preferences-dialog.c M src/gtr-preferences-dialog.ui commit e3b6cc8170eebecc41484f7fce2c98df285d4a25 Author: Ignacio Casal Quinteiro Date: 2012-05-05 Make sure gsettings are saved M src/main.c commit a15a2f0db97abc39a8f3be85ec5402def2933fc2 Author: Piotr Drąg Date: 2012-05-04 Updated Polish translation M po/pl.po commit 813193477aef5096c02db294daa71a0b396e29b8 Author: Piotr Drąg Date: 2012-05-04 Updated POTFILES.in M po/POTFILES.in commit 5148764e6037867d8c118d533ab74f96d5241f45 Author: Piotr Drąg Date: 2012-05-04 Updated POTFILES.in M po/POTFILES.in commit 158e1180880823348a707d63fa2ae7dc3210480f Author: Ignacio Casal Quinteiro Date: 2012-05-04 Bump gtk+ to 3.4.2 The reason for this is that we need a fix from that gtk+ version to get a normal behavior in gtranslator M configure.ac commit fdb78bb7836748eb0b83b4a225989ff1a65ea3c9 Author: Ignacio Casal Quinteiro Date: 2012-05-02 Add app menu M src/Makefile.am R096 src/gtr-actions-help.c src/gtr-actions-app.c M src/gtr-actions-edit.c M src/gtr-actions.h M src/gtr-application.c M src/gtr-window.c A src/gtranslator-menu.ui M src/gtranslator-ui.xml M src/gtranslator.gresource.xml commit c8210034eb1a67343bd4d1faf021832952d75a78 Author: Ignacio Casal Quinteiro Date: 2012-05-02 Use g_application_get_default instead of reimplementing it M src/gtr-application.c M src/gtr-application.h commit e6e1e867b3268ebe58fa34e10b0f2ee839011457 Author: Kjartan Maraas Date: 2012-05-02 Updated Norwegian bokmål translation M po/nb.po commit fa6e70d4d3cd1a3c7772289f7704499e0504507b Author: Ignacio Casal Quinteiro Date: 2012-05-01 Make GtrWindow to be a GtkApplicationWindow M src/gtr-application.c M src/gtr-window.c M src/gtr-window.h commit 4f6c479a6aa694e4e5be42ab301db7ed278f416d Author: Ignacio Casal Quinteiro Date: 2012-05-01 Use G_DEFINE_TYPE_EXTENDED in table model M src/gtr-message-table-model.c M src/gtr-message-table-model.h commit d1ac9f9cc4a51901a6dfeb4447fd60f3394f9c76 Author: Carlos Garnacho Date: 2012-05-01 Have GtrMessageTableModel keep a ref to the GtrMessageContainer This fixes the critical messages when the GtrTab disposes the GtrPo container before the treeview and the model being shown. M src/gtr-message-table-model.c commit bebb0f6fb9357890256f07fb45c1ebeba58a9b09 Author: Carlos Garnacho Date: 2012-05-01 Block message table navigation on message errors Emit ::message-edition-finished before telling the message table to move on to the next message, so the message is checked for errors and navigation can be blocked. M src/gtr-tab.c commit 14bcf43230cbdd31d064c8a607ad7763ca32696d Author: Daniel Mustieles Date: 2012-04-28 Updated Spanish translation M help/es/es.po commit ac9db255e7a309a654749809a948966f01c80665 Author: Jordi Mallach Date: 2012-04-27 Update Debian credits, per Nacho's request. M help/C/gtranslator.xml commit 26ae99e64773edc78ea2d86fe1e6535d5a06c0a8 Author: Jordi Mallach Date: 2012-04-27 Fix build error with -Werror=format-security. M src/gtr-profile-dialog.c commit 313b474e7f4a80b3236432ef790329c4827d971f Author: Ignacio Casal Quinteiro Date: 2012-04-24 plugins: cleanup of header files. Thanks to Daniel Mustieles for the initial work on this. M plugins/alternate-language/gtr-alternate-language-panel.h M plugins/alternate-language/gtr-alternate-language-plugin.h M plugins/codeview/gtr-codeview-plugin.h M plugins/codeview/gtr-viewer.h M plugins/dictionary/gtr-dict-panel.h M plugins/dictionary/gtr-dictionary-plugin.h M plugins/dictionary/gtr-gdict-sidebar.h M plugins/fullscreen/gtr-fullscreen-plugin.h M plugins/glossary/glossary-panel.h M plugins/insert-params/gtr-insert-params-plugin.h M plugins/open-tran/gtr-open-tran-panel.h M plugins/open-tran/gtr-open-tran-plugin.h M plugins/translation-memory/gda/gda-utils.h M plugins/translation-memory/gda/gtr-gda.h M plugins/translation-memory/gtr-translation-memory-dialog.h M plugins/translation-memory/gtr-translation-memory-tab-activatable.h M plugins/translation-memory/gtr-translation-memory-ui.h M plugins/translation-memory/gtr-translation-memory-utils.h M plugins/translation-memory/gtr-translation-memory-window-activatable.h M plugins/translation-memory/gtr-translation-memory.h commit 5fd6f8d84e34431c81279ca7a736b3b31e202709 Author: Ignacio Casal Quinteiro Date: 2012-04-24 Style fix M src/gtr-po.c commit 75cafa238ed435b4753b7990cf05a6e6971a7d50 Author: Marek Černocký Date: 2012-04-24 Updated Czech translation M po/cs.po commit 4de1cd9ce751880e52ded52ccb5a4af920c6eb20 Author: Andika Triwidada Date: 2012-04-24 [l10n] Updated Indonesian translation M po/id.po commit 5564c4912bf41e18aaa522c4f6544fb9847c9e1d Author: Seán de Búrca Date: 2012-04-22 Fix loading PO when Project-Id-Version isn't the first field; checking msgid should be more stable M src/gtr-po.c commit 73de175b25390b176cdf55fc6b631f393b64caea Author: Michael Biebl Date: 2012-04-23 Move libgtranslator-private library to pkglibdir Move libgtranslator-private library into a package-privat directory since it is not supposed to be installed system wide. M src/Makefile.am commit 0de8b9c52a0070a2f0d8afc3336aadc926606aed Author: Carlos Garnacho Date: 2012-04-22 Remove accidental #if 0 This was added on the transition to GtrMessageTable navigation but never removed... M src/gtr-message-table.c commit 9df29d2003db5d68633f95c38cd955d38f6e3d5f Author: Carlos Garnacho Date: 2012-04-22 Remove _gtk_msg_[gs]et_row_reference() That's unused code now M src/gtr-msg.c M src/gtr-msg.h commit 85ece4430af4d41d5ed9303d6349c98bb8b8d9dd Author: Carlos Garnacho Date: 2012-04-22 Fix message edition on the GtrMessageTable Fetch correctly the corresponding GtkTreeIter/Path for the given GtrMsg M src/gtr-message-table.c commit 7fb3d0ca37c5fbd141b4747dee396327a6160a28 Author: Carlos Garnacho Date: 2012-04-22 Modify GtrTab to use GtrMessageTable navigation This change enables sort-independent navigation on the message list. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=672075 M src/gtr-actions-file.c M src/gtr-actions-search.c M src/gtr-tab.c M src/gtr-tab.h commit f2503ad80b9facf86221b365f248eca537bbc1a2 Author: Carlos Garnacho Date: 2012-04-22 Let the GtrMessageTable handle ordering/navigation As navigation uses now the sort model, it's not necessary to reorder the GtrPo contents anymore when the sorting criteria changes. M src/gtr-message-table.c M src/gtr-message-table.h commit 585982eaf9d016e459b4b1745d7c5e62e99e073c Author: Carlos Garnacho Date: 2012-04-22 Make GtrMessageTableModel wrap a GtrMessageContainer This way the data is still managed and stored by the GtrMessageContainer, while the GtrMessageTableModel interfaces this data to treeviews. GtrMessageTable has been adapted to this change. M src/gtr-message-table-model.c M src/gtr-message-table-model.h M src/gtr-message-table.c M src/gtr-message-table.h M src/gtr-tab.c commit f917e4ac252a8aff9a62e0db9866279061238efd Author: Carlos Garnacho Date: 2012-04-22 Make GtrPo implement GtrMessageContainer M src/gtr-po.c commit 9a5500384a40d5c88f6e2af92a60c37d8e5733de Author: Carlos Garnacho Date: 2012-04-22 Add GtrMessageContainer interface This interface will be implemented by containers of messages, so those can be fetched in a generic way. M src/Makefile.am A src/gtr-message-container.c A src/gtr-message-container.h commit 534a243cf45a4602c6494be7492a365146f1f781 Author: Bruno Brouard Date: 2012-04-22 Updated French translation M po/fr.po commit 57aaed49a718a241a32238da90c1f1390e4cd8f8 Author: Daniel Mustieles Date: 2012-04-22 Remove deprecated gtk_widget_size_request call M plugins/dictionary/gtr-gdict-sidebar.c commit 21e91810d198c669529160e01fd1e27d45be146a Author: Fran Diéguez Date: 2012-04-22 Updated Galician translations Signed-off-by: Fran Diéguez M po/gl.po commit 43a13ae2a7ceb40af718dad85c328dc382423460 Author: Carlos Garcia Campos Date: 2012-04-22 Notify the window when the selection of the active view changes https://bugzilla.gnome.org/show_bug.cgi?id=569650 M src/gtr-tab.c M src/gtr-tab.h M src/gtr-window.c commit 5717984e3d6825e00a459930c14f19fe8e01bab7 Author: Carlos Garcia Campos Date: 2012-04-22 Update po state to modified when the header is updated https://bugzilla.gnome.org/show_bug.cgi?id=625790 M src/gtr-header-dialog.c commit b505707e54f658644765473be484c059bfc7691d Author: Daniel Mustieles Date: 2012-04-22 Updated Spanish translation M po/es.po commit 63be76ce6989c6618bdc59fb1691e4c4c5dab594 Author: Daniel Mustieles Date: 2012-04-21 Moved some functions to TM plugin M plugins/translation-memory/Makefile.am M plugins/translation-memory/gda/Makefile.am A plugins/translation-memory/gda/gda-utils.c A plugins/translation-memory/gda/gda-utils.h M plugins/translation-memory/gda/gtr-gda.c M plugins/translation-memory/gtr-translation-memory-dialog.c A plugins/translation-memory/gtr-translation-memory-utils.c A plugins/translation-memory/gtr-translation-memory-utils.h M src/gtr-utils.c M src/gtr-utils.h commit 035c75c6c11806cbe703b44d67568c75ecde26cd Author: Piotr Drąg Date: 2012-04-21 Updated Polish translation M po/pl.po commit 0c2c0ad9c07da641bcb1f85f987951d945857649 Author: Carlos Garcia Campos Date: 2012-04-21 Update TM when a new po file is loaded https://bugzilla.gnome.org/show_bug.cgi?id=673629 M plugins/translation-memory/gtr-translation-memory-tab-activatable.c commit e7108b9775c0f9c2dcc828e69b56803c01dd262e Author: Joe Hansen Date: 2012-04-21 Updated Danish translation M po/da.po commit 309b5e3825dcd0a5664c2430297e8db339d0c994 Author: Carlos Garnacho Date: 2012-04-21 Try using Content-Type charset if the file is not UTF-8 If the po file encoding is not UTF-8, try the charset specified in the Content-Type header field, if it all fails, display a message suggesting msgconv/iconv to convert the file by hand. Once a file is converted successfully to UTF-8, its Content-Type field will be changed, and subsequent saves will happen in UTF-8 encoding. The glib dependency has been bumped to 2.32 because of g_file_new_tmp(). https://bugzilla.gnome.org/show_bug.cgi?id=566358 M configure.ac M src/gtr-po.c M src/gtr-po.h commit 5e4d18fcc94bdaf7911971fd7cd72b9098c237d7 Author: Piotr Drąg Date: 2012-04-21 Updated Polish translation M po/pl.po commit 4917a71bf28125067fcbb489eb47e89a0dd7256a Author: Ignacio Casal Quinteiro Date: 2012-04-21 Revert previous commit and fix the specific issues. This reverts commit 56254775bbd1e74724791eda84a28965de30edd1. M plugins/alternate-language/gtr-alternate-language-panel.c M plugins/dictionary/gtr-dict-panel.c M plugins/glossary/glossary-panel.c M plugins/open-tran/gtr-open-tran-panel.c M src/gtr-message-table.c M src/gtr-tab.c M src/gtr-window.c commit 56254775bbd1e74724791eda84a28965de30edd1 Author: Daniel Mustieles Date: 2012-04-21 Revert "Moved *_draw methods to *_init" This reverts commit c1232fb3da560b24e9bc25b187127adf668078b0. M plugins/alternate-language/gtr-alternate-language-panel.c M plugins/dictionary/gtr-dict-panel.c M plugins/glossary/glossary-panel.c M plugins/open-tran/gtr-open-tran-panel.c M src/gtr-message-table.c M src/gtr-tab.c M src/gtr-window.c commit c1232fb3da560b24e9bc25b187127adf668078b0 Author: Daniel Mustieles Date: 2012-04-21 Moved *_draw methods to *_init M plugins/alternate-language/gtr-alternate-language-panel.c M plugins/dictionary/gtr-dict-panel.c M plugins/glossary/glossary-panel.c M plugins/open-tran/gtr-open-tran-panel.c M src/gtr-message-table.c M src/gtr-tab.c M src/gtr-window.c commit 4c55e84a8201f5cdd981505352e3674591739e79 Author: Carlos Garcia Campos Date: 2012-04-21 Remove ok/cancel buttons to add new comments Message is updated automatically when the notes text view changes. https://bugzilla.gnome.org/show_bug.cgi?id=622518 M src/gtr-context.c commit 41be204b88f7f30c424adfc46347679b20a59bf0 Author: Carlos Garcia Campos Date: 2012-04-21 Update the po state to modified when a note is added https://bugzilla.gnome.org/show_bug.cgi?id=622518 M src/gtr-context.c commit 39eb6aab49325d066f8a08a2580b6cba4ba886aa Author: Daniel Mustieles Date: 2012-04-21 Updated close button from Gedit M src/gtr-close-button.c commit 0fa4759bee6b511bb8caf925910884ce12b37d4f Author: Daniel Mustieles Date: 2012-04-21 Remove GTK_POLICY_AUTOMATIC M plugins/alternate-language/gtr-alternate-language-panel.c M plugins/open-tran/gtr-open-tran-panel.c M plugins/translation-memory/gtr-translation-memory-ui.c M src/gtr-close-confirmation-dialog.c M src/gtr-context.c M src/gtr-message-table.c M src/gtr-tab.c M src/toolbareditor/egg-toolbar-editor.c commit ce316dd15c939cad9da55fc430f184f70cd92f68 Author: Daniel Mustieles Date: 2012-04-21 Changed dispose functions to g_object_clear M plugins/alternate-language/gtr-alternate-language-panel.c M plugins/alternate-language/gtr-alternate-language-plugin.c M plugins/codeview/gtr-codeview-plugin.c M plugins/dictionary/gtr-dict-panel.c M plugins/dictionary/gtr-dictionary-plugin.c M plugins/fullscreen/gtr-fullscreen-plugin.c M plugins/insert-params/gtr-insert-params-plugin.c M plugins/open-tran/gtr-open-tran-panel.c M plugins/open-tran/gtr-open-tran-plugin.c M plugins/translation-memory/gtr-translation-memory-dialog.c M plugins/translation-memory/gtr-translation-memory-tab-activatable.c M plugins/translation-memory/gtr-translation-memory-ui.c M plugins/translation-memory/gtr-translation-memory-window-activatable.c M src/gtr-application.c M src/gtr-header-dialog.c M src/gtr-header.c M src/gtr-history-entry.c M src/gtr-plugins-engine.c M src/gtr-po.c M src/gtr-preferences-dialog.c M src/gtr-settings.c M src/gtr-tab.c M src/gtr-view.c M src/gtr-window.c commit 7fb95788016c53e19d13482116bf92af16a1dcdd Author: Carlos Garcia Campos Date: 2012-04-21 toolbareditor: Fix a crash when dropping an item to the toolbar action_sensitive_cb can be called with the dnd tool item when it doesn't have an ancestor. M src/toolbareditor/egg-editable-toolbar.c commit 426a89ed4de0e12a100cade8b7a1e1d219449742 Author: Bruno Brouard Date: 2012-04-20 Updated French translation M po/fr.po commit 8f7b035db9b45b8e7c81d340da7bca2d4791b220 Author: Ignacio Casal Quinteiro Date: 2012-04-20 Add gettext libs M configure.ac M src/Makefile.am commit a0af466e7c6fffaec850c1f664696099b9dad58f Author: Ignacio Casal Quinteiro Date: 2012-04-20 Release 2.91.3 M NEWS M configure.ac M plugins/open-tran/Makefile.am M src/Makefile.am