commit 499f767286e5b633b695b909960d0509aa6242f2 Author: Paolo Borelli Date: 2014-01-11 When notebook "show-tabs" becomes true, check the show-tabs-mode When exiting fullscreen, we go back to show tabs, but we should check show-tabs-mode and see if they should really be shown. M gedit/gedit-notebook.c commit 0cf4793d9bcdbe814015a7903fca3b1717ad4bc5 Author: Sebastien Lafargue Date: 2014-01-10 Don't activate 'Move to new window' on popup menu when not needed https://bugzilla.gnome.org/show_bug.cgi?id=721961 When there's only one tab, 'Move to new window' menu item must be deactivated. M gedit/gedit-notebook-popup-menu.c commit 506c1b43d1180a8b7adc2550f128b10f6b8c2f89 Author: Jesse van den Kieboom Date: 2014-01-11 Set pyoverrides dir to $(pyexecdir)/gi/overrides Getting it from gi won't allow installing in a different prefix and breaks things like distcheck M configure.ac commit a5ad3eddaf60decabb379f00485f0178d6fb0af7 Author: Ryan Lortie Date: 2014-01-10 preferences: associate the window with the app This allows the app to stay open if the preferences window is open. Also, allow the preferences window to be created without a transient window for it to be associated with. Make sure we never return the preferences window as the active window. https://bugzilla.gnome.org/show_bug.cgi?id=721952 M gedit/gedit-app.c M gedit/gedit-preferences-dialog.c commit 6cc8d708be07834481d8c53281dfbafddbc05e4c Author: Ryan Lortie Date: 2014-01-10 Rename app.new_window to app.new-window Underscores should not appear in action names. https://bugzilla.gnome.org/show_bug.cgi?id=721952 M gedit/gedit-app.c M gedit/gedit-menu.ui commit 0aa89c240ee2304c8bf5404ce1757232fd12c462 Author: Ryan Lortie Date: 2014-01-11 Change application ID to org.gnome.gedit This matches what's already in the service file and between the two names, the lowercase form is more correct. https://bugzilla.gnome.org/show_bug.cgi?id=721892 M gedit/gedit.c commit 016a3fc66fc6b3509f3d8ee7695bb3e6083eeddc Author: Ryan Lortie Date: 2014-01-10 dbus service: use --gapplication-service We have to parse this argument for ourselves because we do our own commandline argument handling. https://bugzilla.gnome.org/show_bug.cgi?id=721892 M data/org.gnome.gedit.service.in M gedit/gedit-app.c commit 0e82694a539de3017aa62e09cf32f4016f3df465 Author: Ryan Lortie Date: 2014-01-10 gedit-app: use g_option_context_parse_strv() Instead of our own function to do (almost) the same. https://bugzilla.gnome.org/show_bug.cgi?id=721947 M gedit/gedit-app.c commit c8c49a72741095f3b3fdff8dab601c36224a3d39 Author: Ignacio Casal Quinteiro Date: 2014-01-10 document-loader test: delete the document after the document runs disposal The document sets metadata on the disposal, if we delete the file under its feet then we will get a warning about not able to set the metadata. M tests/document-loader.c commit 9165399b6d38b3cc7fefef7336d0af7874efd1eb Author: Sindhu S Date: 2014-01-10 Add GEDIT_CURRENT_DOCUMENT_LANGUAGE env var M plugins/externaltools/tools/functions.py commit a37b26665d98b84c2865f97d53a75aa4dfb2d223 Author: Milo Casagrande Date: 2014-01-10 [l10n] Updated Italian translation. M po/it.po commit f298b904d65eb7c44fb537b1d748e18e1053c50b Author: Lars Uebernickel Date: 2014-01-08 filebrowser: don't set .primary-toolbar The toolbar in the file browser widget is not a primary toolbar, so don't set that class. Also, set some margins on the toolbar buttons which would otherwise look too cramped when styled on a non-primary toolbar. https://bugzilla.gnome.org/show_bug.cgi?id=721813 M plugins/filebrowser/gedit-file-browser-widget.ui commit e913a9509abfa163e35c9123df30e71bf0d6aba7 Author: Sébastien Wilmet Date: 2014-01-09 Add a paragraph to the programming best practices M HACKING commit 0d71e701ce58d4a5187a8b0200b9f1ef00f50b16 Author: Sébastien Wilmet Date: 2014-01-08 Write programming best practices to the hacking file And add a few more code conventions and links. M HACKING commit 8664e3b63e28980b8d6085870620853e3b3bde73 Author: Sébastien Wilmet Date: 2014-01-08 Write code conventions to the hacking file And some other links that may be useful. M HACKING commit 57aea7c4fb41f1675e2fccf7de718b1955495d4a Author: Sébastien Wilmet Date: 2014-01-08 Update the hacking and readme files M HACKING M README commit e4de60a735e5f7399a90b36f84426435f15edef4 Author: Sébastien Wilmet Date: 2014-01-08 Remove deprecated search and replace API There is already an API break for gedit plugins due to the new desgin of gedit. So at the same time we can get rid of deprecated functions. If you relied on the removed API, use the search and replace API of GtkSourceView instead. M docs/reference/gedit-sections.txt M gedit/gedit-document.c M gedit/gedit-document.h M gedit/gedit-utils.c M gedit/gedit-utils.h commit 69704a5b18994dee0882189b9fcdd8cd77d574dd Author: Sebastien Lafargue Date: 2014-01-08 Use proper function to remove (unset) metadata attributes Some code use null instead of a string so Gio complain : GLib-GIO-CRITICAL **: _g_file_attribute_value_get_string: assertion 'attr->type == G_FILE_ATTRIBUTE_TYPE_STRING' failed https://bugzilla.gnome.org/show_bug.cgi?id=721798 M gedit/gedit-document.c commit cc8c55ea9918c8716a47ae48ad4785451f3a11f2 Author: Daniel Mustieles Date: 2014-01-08 Updated Spanish translation M po/es.po commit 063582cef69bd610e8c86e5eadd64ac3dbab7948 Author: Ignacio Casal Quinteiro Date: 2014-01-08 Fix sensitivity of Move to New Tab Group. You do not want this item sensitive unless there is more than 1 tab. M gedit/gedit-notebook-popup-menu.c commit 5c1c09604b23c2a7fbb6001087f6d9572294e065 Author: Ignacio Casal Quinteiro Date: 2014-01-08 Fix full screen open menu to set right recent menu limit M gedit/gedit-open-menu-button.c M gedit/gedit-window-private.h M gedit/gedit-window.c commit bfe64c3ad862f2ca9feef7fdb50e674f4e97ebf4 Author: Ignacio Casal Quinteiro Date: 2014-01-08 Set the correct state to fullscreen action from leave fullscreen. M gedit/gedit-commands-view.c commit 994159702115ea23aa85a2186e02f0c2435acd72 Author: Yosef Or Boczko Date: 2014-01-08 Updated Hebrew translation M po/he.po commit 6c2c2c18ad05a69be35808c0fb597f9c5dd27d82 Author: Ignacio Casal Quinteiro Date: 2014-01-07 Fix side headerbar shrinking M gedit/gedit-window.ui commit e09423b71f1d5061c1a56e9d2b6677d60554c2ad Author: Piotr Drąg Date: 2014-01-07 Updated POTFILES.in M po/POTFILES.in commit 8169570aac438d5215a98528312810acfb6235ef Author: Sebastien Lafargue Date: 2014-01-07 Use proper function for retrieving 'state' property on window object ( flags instead of enum ) https://bugzilla.gnome.org/show_bug.cgi?id=721730 M gedit/gedit-window.c commit b05f61e86a55097d68aca67497a39fb973518dd9 Author: Ignacio Casal Quinteiro Date: 2014-01-07 spell: unref items M plugins/spell/gedit-spell-plugin.c commit d7b1ec64983e17c774d33b6e8fbc8a555a0e42c6 Author: Ignacio Casal Quinteiro Date: 2014-01-07 Make the statusbar specific to the view This way it will not show under the sidebar M gedit/gedit-window.ui commit 9444b9d32dbd702c55163d11d69aed87868c0ef8 Author: Garrett Regier Date: 2013-11-15 Fix generating messages with enum or flag properties M tools/generate-message.py commit bc9bc7ad7220586b67dea42d3693b27b789b37a2 Author: Ignacio Casal Quinteiro Date: 2014-01-07 Fix headerbar item positions M gedit/gedit-window.ui commit cc09b1570844869a1a98990e0e5414585c879af8 Author: Ignacio Casal Quinteiro Date: 2014-01-07 Hide bottom panel menu item when action disabled M gedit/gedit-window.ui commit ee3372fd51cf8eeda17f5a1eabb1cc6afecdbc7d Author: Jesse van den Kieboom Date: 2014-01-06 Use instead of M gedit/gedit-app.c commit 959de3e626d9fd95a115b39502063c8047f60f48 Author: Jesse van den Kieboom Date: 2014-01-06 Add accelerators for app actions M gedit/gedit-app.c commit d02450f9b4244d83efe26a12f1710b4a51b4769a Author: Jesse van den Kieboom Date: 2014-01-06 Always add app actions, irrespective of app menu M gedit/gedit-app.c commit b7a9b0f95ee3eaf501ce6e99c870e5f50f1c21ba Author: Ignacio Casal Quinteiro Date: 2014-01-06 Remove accels from app menu M gedit/gedit-menu.ui commit 4d2b180f844ebd03ebb087872ed7eb9346637c9e Author: Ignacio Casal Quinteiro Date: 2014-01-06 Handle merge of app menu into gear menu M gedit/gedit-window-private.h M gedit/gedit-window.c M gedit/gedit-window.ui commit 3c46c0b5b9a4d55b1b6c368b693dea0664c6adb1 Author: Ignacio Casal Quinteiro Date: 2014-01-06 spell: implement app activatable to add accelerator M plugins/spell/Makefile.am A plugins/spell/gedit-spell-app-activatable.c A plugins/spell/gedit-spell-app-activatable.h M plugins/spell/gedit-spell-plugin.c commit 4a3013acbeb9e4970e3e532bc0befbde0b9eb28d Author: Yosef Or Boczko Date: 2014-01-06 window: Fix the location of the buttons in the headerbar when is split M gedit/gedit-window.c M gedit/gedit-window.ui commit 0c5a2f82a713fc4079b626bd407863c5cf5cbb9d Author: Paolo Borelli Date: 2014-01-05 Manually associate the window actions to the fullscreen controls M gedit/gedit-window.c commit e6c906bf0faf8f199c2b34c4c1a13809870df490 Author: Paolo Borelli Date: 2014-01-05 Bring back Save All and Close All M gedit/gedit-window.c M gedit/gedit-window.ui commit 016d247568b390e52a5d3fba49b68714006c7528 Author: Paolo Borelli Date: 2014-01-05 Remove find button from fullscreen M gedit/gedit-window.ui commit 70735305e3640fe07dcb1d5eb32e9883de34ea97 Author: Ignacio Casal Quinteiro Date: 2014-01-05 Remove UI Manager left overs D gedit/gedit-ui-fallback.xml D gedit/gedit-ui.xml M gedit/gedit-window-private.h M gedit/gedit-window.c M gedit/gedit-window.h M gedit/gedit.gresource.xml commit 2f62d4430f1a4cb1efcdc2bce632dc93951b5b7d Author: Paolo Borelli Date: 2014-01-05 Do not capitalize for consistency with the other labels M gedit/gedit-preferences-dialog.ui commit 2fd5c006c6aa048c31bfa294b760d71d07fde77c Author: Paolo Borelli Date: 2014-01-04 Make the sidebar pane separator look thinner M gedit/gedit-style.css M gedit/gedit-window.ui commit 38289ba7ec2da5ac495b38cdf480fd765e512454 Author: Paolo Borelli Date: 2014-01-04 Move some plugin menus around M plugins/spell/gedit-spell-plugin.c M plugins/time/gedit-time-plugin.c commit ca85083e03f5f39c6012578f584d3c88036443a0 Author: Paolo Borelli Date: 2014-01-04 Make fullscreen a toggle M gedit/gedit-commands-view.c M gedit/gedit-commands.h M gedit/gedit-window.c commit fb4f102fb3ea743dd336b108d2be078b1cc02588 Author: Paolo Borelli Date: 2014-01-04 Restore per-window handling of panes M gedit/gedit-app.c M gedit/gedit-commands-view.c M gedit/gedit-commands.h M gedit/gedit-menu.ui M gedit/gedit-window.c M gedit/gedit-window.ui commit 76571150478cafef03f4e9d78d9b5411bfb213f0 Author: Paolo Borelli Date: 2014-01-04 Move setting to show the status bar to the prefs dialog M gedit/gedit-app.c M gedit/gedit-menu.ui M gedit/gedit-preferences-dialog.c M gedit/gedit-preferences-dialog.ui commit 610742c35d8f0411c1d6abf0b23f9f197a5cab40 Author: Paolo Borelli Date: 2014-01-04 Update settings code to the new gaction stuff M gedit/gedit-settings.c commit c3bbe683a844b6e22974c4e5ac3b7e3fd5747f21 Author: Ignacio Casal Quinteiro Date: 2014-01-03 Add bindings for alt+# keys M gedit/gedit-marshal.list M gedit/gedit-notebook.c M gedit/gedit-notebook.h commit 315a862badbd3997a6271bd5dc81c867925ecc94 Author: Ignacio Casal Quinteiro Date: 2014-01-03 Dynanically add/remove gedit-titlebar-right css style M gedit/gedit-window.c M gedit/gedit-window.ui commit 8f7be86ff4919e5c23ce2d48abe95a398b805379 Author: Ignacio Casal Quinteiro Date: 2014-01-03 Load custom css file M gedit/gedit-app.c A gedit/gedit-style.css M gedit/gedit.gresource.xml commit 7bf6da080afa7da1fd432495181e3d635ea27348 Author: Ignacio Casal Quinteiro Date: 2014-01-02 Port external tools to new menu api M plugins/externaltools/tools/functions.py M plugins/externaltools/tools/library.py M plugins/externaltools/tools/manager.py M plugins/externaltools/tools/tools.ui M plugins/externaltools/tools/windowactivatable.py commit 4875ed9c5cbfe4542d1431e757a603d639980ad0 Author: Ignacio Casal Quinteiro Date: 2014-01-02 Port spell plugin to new menu api M plugins/spell/gedit-spell-plugin.c commit 1fe427389ab6d08f3c16f8afbd44e63c0914f078 Author: Ignacio Casal Quinteiro Date: 2014-01-02 Port Time plugin to new menu api M plugins/time/gedit-time-plugin.c commit 622e3df01ef9f4f3bd68282818dfa8109f643420 Author: Ignacio Casal Quinteiro Date: 2014-01-02 Port Sort plugin to new menu api M plugins/sort/gedit-sort-plugin.c commit a667d94bb5471bdc5dec67c01c572a10030c08dd Author: Ignacio Casal Quinteiro Date: 2014-01-02 Port docinfo to new menu api M plugins/docinfo/gedit-docinfo-plugin.c commit 8f34aff33670377194f5268fcd729617263f787b Author: Ignacio Casal Quinteiro Date: 2014-01-02 Port snippets to new menu api M plugins/snippets/snippets/manager.py M plugins/snippets/snippets/snippets.ui M plugins/snippets/snippets/windowactivatable.py commit 67aa5ad35d93dfbf7475dc728569d7725f0db128 Author: Ignacio Casal Quinteiro Date: 2013-12-25 Add get_gear_menu to window and menu extension points M gedit/Makefile.am A gedit/gedit-menu-extension.c A gedit/gedit-menu-extension.h M gedit/gedit-window-activatable.c M gedit/gedit-window-activatable.h M gedit/gedit-window-private.h M gedit/gedit-window.c M gedit/gedit-window.h M gedit/gedit-window.ui M plugins/quickopen/quickopen/__init__.py commit 8f8d55aea65b16f58cf16e49be1e10b3d7bed34e Author: Ignacio Casal Quinteiro Date: 2013-11-07 Show the right title for the sidebar headerbar M gedit/gedit-panel.c M gedit/gedit-window.c commit 56f9c93dddd6639d2893be627235386223559c36 Author: Ignacio Casal Quinteiro Date: 2013-11-07 Mark headerbars as titlebars. See that we need custom css to remove the extra borders we have now M gedit/gedit-window.ui commit e2516de43a5cf7212397897d36b726d0b02ae3cf Author: Ignacio Casal Quinteiro Date: 2013-11-06 Integrate sidebar insto titlebar M gedit/gedit-panel.c M gedit/gedit-window-private.h M gedit/gedit-window.c M gedit/gedit-window.ui commit 4d19256f6f1704d23ebd19e37fbeaf9d8db4dca4 Author: Ignacio Casal Quinteiro Date: 2013-11-05 Use auto in the setting for notebook tabs M data/org.gnome.gedit.gschema.xml.in commit a545506a5823156bd4b7a483db6cc99d661ce957 Author: Ignacio Casal Quinteiro Date: 2013-05-03 Start redesign of gedit M gedit/Makefile.am M gedit/gedit-app.c M gedit/gedit-commands-documents.c M gedit/gedit-commands-edit.c M gedit/gedit-commands-file-print.c M gedit/gedit-commands-file.c M gedit/gedit-commands-search.c M gedit/gedit-commands-view.c M gedit/gedit-commands.h M gedit/gedit-menu.ui R063 gedit/gedit-open-tool-button.c gedit/gedit-open-menu-button.c A gedit/gedit-open-menu-button.h D gedit/gedit-open-tool-button.h M gedit/gedit-preferences-dialog.ui D gedit/gedit-ui.h M gedit/gedit-ui.xml M gedit/gedit-window-private.h M gedit/gedit-window.c A gedit/gedit-window.ui M gedit/gedit.gresource.xml commit cdb9e85eac7a0ae9fffc2a544a60483560fd490a Author: Paolo Borelli Date: 2014-01-06 Generate resource files list automatically M gedit/Makefile.am commit 16d7e5b4ef963dc264779d84db1b90bae6f3fb71 Author: Paolo Borelli Date: 2014-01-06 Manage sensitivity in tab context menu M gedit/gedit-notebook-popup-menu.c commit b48d561a31ea5c61da2cbffbcef7575b3088da1f Author: Andika Triwidada Date: 2014-01-04 Updated Indonesian translation M po/id.po commit 6fc77687506def16cf9607ded6c220e1e9c62f1f Author: Sébastien Wilmet Date: 2013-09-16 GeditTab: remove dead code GEDIT_DOCUMENT_SAVE_IGNORE_BACKUP is used only at this place. save_flags is never checked to see if it contains the flag. M gedit/gedit-tab.c commit 048311382a42b77d0c63676693810c6741252cae Author: Daniel Mustieles Date: 2013-12-30 Updated Spanish translation M help/es/es.po commit a45f27e349fb22e6d1dd568eea647f7f666e8fd7 Author: Valentin Laskov Date: 2013-12-29 Updated Bulgarian translation M po/bg.po commit 05534ef5774b27f429ce03c7f354ba0ba88121f6 Author: Valentin Laskov Date: 2013-12-29 Updated Bulgarian translation M po/bg.po commit bde3be1a0a75829af74235877d661de7fdd8744c Author: Ignacio Casal Quinteiro Date: 2013-12-26 Remove changecase plugin. This functionality it is now in the context menu provided by gtksourceview M configure.ac M plugins/Makefile.am D plugins/changecase/Makefile.am D plugins/changecase/changecase.plugin.desktop.in D plugins/changecase/gedit-changecase-plugin.c D plugins/changecase/gedit-changecase-plugin.h M po/POTFILES.in commit 69f37a426f4738c3d12cdbfb99452b76dcc46b51 Author: Ignacio Casal Quinteiro Date: 2013-12-25 quickopen: do not use deprecated keywords and stocks M plugins/quickopen/quickopen/popup.py commit fa74234a3ae5ce4e9a9e3a77e9cd4ba2a013b9d3 Author: Matej Urbančič Date: 2013-12-23 Updated Slovenian translation M po/sl.po commit eee6d4270427b4cbf732af9498246f52522b0009 Author: Pavol Klačanský Date: 2013-12-22 Updated slovak translation M po/sk.po commit b89e58ccd9828d173ffbf12259e5890531bc691e Author: Volker Sobek Date: 2013-12-19 Update libgd submodule Update the libgd submodule to include GdTaggedEntry fixes. M libgd commit 28012b664a4804e617504856cea5da1cb1d1a55a Author: Simon Linden Date: 2013-12-19 Updated German translation M po/de.po commit cda4eb6813c8fe545ebacc108be505dcfdd44ee7 Author: Andika Triwidada Date: 2013-12-19 Updated Indonesian translation for help M help/id/id.po commit 2a0d3d894ede404331a99786e5c8ca0dfd81b93b Author: Paolo Borelli Date: 2013-12-19 Fix some typos in the help Patch by Andika Triwidada M help/C/gedit-plugins-install.page M help/C/gedit-plugins-quick-open.page commit e47c839dcd64f0d41e8dff8a7812a6a4893ee86d Author: Andika Triwidada Date: 2013-12-19 Updated Indonesian translation M help/id/id.po commit fc354c9aa0e1ea3ed4d312ad38a75f17ae637581 Author: Fran Diéguez Date: 2013-12-19 Updated Galician translations M po/gl.po commit 16482435b8bd0d9c967828854c9ac71c22151804 Author: William Jon McCann Date: 2013-12-18 Update url and screenshot M configure.ac M data/gedit.appdata.xml.in A data/screenshot.png commit 6ea3617975a1a3556f5fa12b00ceb45648bf5772 Author: Hannie Dumoleyn Date: 2013-12-17 Update gedit Master 3.12 M po/nl.po commit 1de178c9690990ba55ae2cae0024a2f7dc72af42 Author: Milo Casagrande Date: 2013-12-16 [l10n] Updated Italian translation. M po/it.po commit 0477fb5a343271abca6f39767d56d82d95aeb63c Author: Andika Triwidada Date: 2013-12-16 Updated Indonesian translation M help/id/id.po M po/id.po commit b1857626a8d2b9f3a7e6a6426418c5ace82704f2 Author: Rafael Ferreira Date: 2013-12-12 Updated Brazilian Portuguese translation M po/pt_BR.po commit 9ce8a6819eb1dba19231a5f5fd044f7951c20724 Author: Rafael Ferreira Date: 2013-12-12 Updated Brazilian Portuguese translation for help files M help/pt_BR/pt_BR.po commit a8878b11720ca0f299b5b3743459ee0f4bc4a944 Author: Milo Casagrande Date: 2013-12-11 [l10n] Updated Italian translation. M po/it.po commit 52f029abea12ff276504ac4e1616ff9f0d70589d Author: Michael Catanzaro Date: 2013-12-09 app menu: standardize Help/About/Quit Remove the separator between About and Quit https://wiki.gnome.org/Design/HIG/ApplicationMenus https://bugzilla.gnome.org/show_bug.cgi?id=720125 M gedit/gedit-menu.ui commit 252f6b23baffa5b089c095eeee94d97f0953b3b3 Author: Andika Triwidada Date: 2013-12-08 Updated Indonesian translation, sync terms to help M po/id.po commit 412dc33c09fa5d293238e06e82f9d2b7353049c1 Author: Andika Triwidada Date: 2013-12-08 Updated Indonesian translation M help/id/id.po commit 1d3a456f0c27235f5eaf9d2a43d7ef8af28425a4 Author: Alexandre Franke Date: 2013-12-07 Update French translation M po/fr.po commit 746a60ca4c2608f806be059d93ed53df45953ce7 Author: Andika Triwidada Date: 2013-12-05 Updated Indonesian translation of help M help/id/id.po commit 251277adde5469a5b942f44a94a40b6387525142 Author: Volker Sobek Date: 2013-11-30 Remove revealer for the infobar GtkInfoBar now has a revealer built in. https://bugzilla.gnome.org/show_bug.cgi?id=705287 M gedit/gedit-progress-info-bar.ui M gedit/gedit-tab.c commit 26cca11f2be38a0a85bb6160b405dc97e3866fc8 Author: Adam Dingle Date: 2013-11-30 Require GtkSourceView 3.11.2 (for GtkSourceChangeCaseType) M configure.ac commit 205de0000f1272ca620bd4333a38a1c9a1abc988 Author: Paolo Borelli Date: 2013-11-24 Small cleanup M plugins/changecase/gedit-changecase-plugin.c commit 0a956a5f0feb09a2bd137ca8a16c221bd759d1fa Author: Paolo Borelli Date: 2013-11-24 Port change case plugin to new GtkSourceView api M plugins/changecase/gedit-changecase-plugin.c commit 4a44cc3fb5f2fc68fff5dd1449a5f10d87ed8b3c Author: Yosef Or Boczko Date: 2013-11-24 Updated Hebrew translation M po/he.po commit a3120f3a0e77f4d87ce15e1cf7edf7463cf231ac Author: Volker Sobek Date: 2013-11-22 FileSaveAll: Only save modified documents _gedit_cmd_file_save_documents_list: Move the check if saving is needed, so it applies to all documents, not just untitled and readonly ones. https://bugzilla.gnome.org/show_bug.cgi?id=379778 M gedit/gedit-commands-file.c commit acbf4d4f0cea28744147eafff96ed601db43c86a Author: Volker Sobek Date: 2013-11-22 Add _gedit_document_needs_saving Use the new function in place of the previously used helper function document_needs_saving in gedit/gedit-commands-file.c and similar code in gedit/gedit-tab.c. Notice: document_needs_saving didn't check if the doc had been externally modified, which _gedit_document_needs_saving now does. _gedit_document_needs_saving does not check remote files for external modification or deletion. The code it replaces didn't do that either. https://bugzilla.gnome.org/show_bug.cgi?id=379778 M gedit/gedit-commands-file.c M gedit/gedit-document.c M gedit/gedit-document.h M gedit/gedit-tab.c commit c02982b50ea40a407a2f065b808d120785a9f6db Author: eternalhui Date: 2013-11-23 Update Chinese simplified translation M po/zh_CN.po commit 326b61f1fbe31d764d128eeb3b9b83fb99b9055e Author: Shantha kumar Date: 2013-11-21 Tamil Translations Updated M po/ta.po commit f9385751d9945b73181b6e6bd97fb58667eb841c Author: Dimitris Spingos Date: 2013-11-20 Updated Greek translation M help/el/el.po commit 9cb14862e6fdf93e9f7ecaea3d1b655cf62d31cc Author: Daniel Mustieles Date: 2013-11-20 Updated Spanish translation M help/es/es.po commit d5f484a59cc773a8babef967029052464e3e27af Author: Daniel Mustieles Date: 2013-11-20 Fixed another typo in string M help/C/gedit-replace.page commit 066a5df75bc4e00114b2113ac878ea38dd9e16f4 Author: Daniel Mustieles Date: 2013-11-20 Fixed typo in string M help/C/gedit-replace.page commit 0267ca075769e7f5dd767b95b2cd990752ce7adc Author: Daniel Mustieles Date: 2013-11-16 Updated Spanish translation M po/es.po commit 79a134ea71ff9fcc934c1acfcdee0d10d9565417 Author: Volker Sobek Date: 2013-11-15 filebrowser: Fix filename matching Ensure filename matching in the filebrowser always works. It wasn't working when the option to show binary files was disabled. Also, don't filter out directories that match binary-patterns. https://bugzilla.gnome.org/show_bug.cgi?id=712313 M plugins/filebrowser/gedit-file-browser-store.c commit b7af4a1512713b4600744c05ad02216e9d1ef1b6 Author: Efstathios Iosifidis Date: 2013-11-15 Updated Greek translation M po/el.po commit 054443fd5a669014d1c09df44d20470a20f1bdaf Author: Akom Chotiphantawanon Date: 2013-11-13 Updated Thai translation. M po/th.po commit 110ecd5caaad176b02c84a079b2e4d3293847100 Author: Ignacio Casal Quinteiro Date: 2013-11-12 tab context menu: implement move left/right M gedit/gedit-notebook-popup-menu.c commit 33b413a66dc14c685211e8fd2b12fbdee18badb8 Author: Ignacio Casal Quinteiro Date: 2013-11-12 Factor out gedit_multi_notebook_get_notebook_for_tab M gedit/gedit-multi-notebook.c M gedit/gedit-multi-notebook.h commit a8aea01a2ab6f9c9899a325d459a5578d6f80525 Author: Ignacio Casal Quinteiro Date: 2013-11-05 Fix annotation warning M gedit/gedit-file-chooser-dialog.c commit ca95340744980ec53da77209c7c6606723990f5b Author: Ignacio Casal Quinteiro Date: 2013-11-05 filebrowser: use g_action_map_lookup_action instead of deprecated version M plugins/filebrowser/gedit-file-browser-widget.c commit 678e1987b74d0bdcdd3b69894bbeb9b07a15bbce Author: Ekaterina Gerasimova Date: 2013-11-05 Add escape sequence help M help/C/gedit-replace.page commit 48a0f6be9d8cf929d08c1dd312a8065d5463e450 Author: Efstathios Iosifidis Date: 2013-11-05 Updated Greek translation M po/el.po commit 468b65d6f1497777626fba5035129ff3fc9c9f5d Author: Sébastien Wilmet Date: 2013-11-04 Add FIXME comment M gedit/gedit-tab.c commit f1aff46f2bf0b870702ac58b7da24dbfb63d609e Author: Sébastien Wilmet Date: 2013-11-04 Remove deprecated setting undo-actions-limit Deprecated since 2.12. Use max-undo-actions instead. https://bugzilla.gnome.org/show_bug.cgi?id=689407 M data/gedit.convert M data/org.gnome.gedit.gschema.xml.in M gedit/gedit-settings.h commit 22af8b75e74c21c70ff5b27fbb02a248bc50ae18 Author: Sébastien Wilmet Date: 2013-11-03 Print to file: fix default output filename In ~/.config/gedit/gedit-print-settings, the URI is saved and loaded the next time. Since the URI has a higher priority than the BASENAME, the basename was not taken into account. https://bugzilla.gnome.org/show_bug.cgi?id=707190 M gedit/gedit-tab.c commit 10db323f0224538c98882775ea102584d41a50d5 Author: Plamena Manolova Date: 2013-05-13 fullscreen: Fix incorrect positioning of fullscreen toolbar A quarter of taskbar's Gedit application used to remain on screen in case fullscreen option is used for the first time https://bugzilla.gnome.org/show_bug.cgi?id=700303 M gedit/gedit-window.c commit 6c9695d4ebf8a9de900d1fef054b3439dfca395b Author: Sébastien Wilmet Date: 2013-11-03 CloseConfirmationDialog: UI improvements The dialog is now resizable on multi mode. It is useful when the list of unsaved documents is long, and we want to show all of them. The scrolled window around the tree view has a greater minimum height, so by default more documents can be shown. The vbox2 must have the expand and fill properties to true (with gtk_box_pack_start()), so the treeview expands when the dialog window is resized. The size request of the tree view is removed, since it has no effect inside a scrolled window (but it's maybe a bug in gtk, I just get used to work around the problem, and set the size on the scrolled window instead). (and the policy for a scrolled window is "automatic" by default in GTK+ 3) It would have been better to have (1) natural height if below N (2) scrolled window if above N. With N at a treeview row boundary. But it is not easily feasible with gtk+ afaik (in gtksourceview we use a custom container for that...). https://bugzilla.gnome.org/show_bug.cgi?id=708711 M gedit/gedit-close-confirmation-dialog.c commit 5be5f278f58fe05dd93c43e6d86f43e03e5f4dca Author: Jesse van den Kieboom Date: 2013-11-03 Change snippets help id to gedit-plugin-snippets https://bugzilla.gnome.org/show_bug.cgi?id=711328 M help/C/gedit-plugins-snippets.page commit c48c971ba6314a85a26889e9fdae12555a700dd5 Author: Paolo Borelli Date: 2013-11-03 Small cleanup M gedit/gedit-close-confirmation-dialog.c commit 24509405d2ff541013ede6ccb879570c108914e5 Author: Sébastien Wilmet Date: 2013-11-02 Load highlight mode from metadata for *.txt files guess_language() is called when the content type is modified. For a *.txt file, the content type has the same value as the init value, so the notify callback is not called, and the highlight mode is not changed. To fix the problem, we also call guess_language() when the document is loaded. For other files than *.txt, guess_language() is thus called two times in loaded(): when the content type is modified (via the notify callback), and when guess_language() is called directly. But it's better two times than zero. M gedit/gedit-document.c commit 1fb7238d43e53fdea0408c8578d3c78a2a19f636 Author: Sébastien Wilmet Date: 2013-11-02 GeditDocument: add a warning message When writing the metadata fails. M gedit/gedit-document.c commit ac1b97afcc4f0003b7b2955ad491e06773dc95c2 Author: Sébastien Wilmet Date: 2013-11-02 Indentation fix M gedit/gedit-document.c commit 7ff1b3696fee69a7adfbb82b7a8f5b2ae2932bb1 Author: Sébastien Wilmet Date: 2013-11-02 GeditApp: always set application name and icon In GeditAppOsx, it was in the init() function. In GeditAppWin32, it was in startup(). Now it is in GeditApp's init(). https://bugzilla.gnome.org/show_bug.cgi?id=707794 M gedit/gedit-app-osx.c M gedit/gedit-app-win32.c M gedit/gedit-app.c commit a12a3816ed122c7ca92ecf2a851828ad3156d703 Author: Ignacio Casal Quinteiro Date: 2013-11-02 Fix crash on Move to Tab Group. https://bugzilla.gnome.org/show_bug.cgi?id=711278 M gedit/gedit-multi-notebook.c commit 83c9171b8ed59ae1930e332eab704eec54ac99e4 Author: Fran Diéguez Date: 2013-11-01 Updated Galician translations M po/gl.po commit 50373224a46aa231d535087897b31e40f75fdffd Author: Rūdolfs Mazurs Date: 2013-10-31 Updated Latvian translation M help/lv/lv.po M po/lv.po commit d22fe0ae1c3b46413a2e3c2e9053203d5e0588a5 Author: Rūdolfs Mazurs Date: 2013-10-31 Updated Latvian translation M po/lv.po commit 34584cd7dda57edf75d4d941d4849ef0d284da23 Author: Ignacio Casal Quinteiro Date: 2013-10-29 Use GeditSmallButton for languages status button M gedit/gedit-window-private.h M gedit/gedit-window.c commit 5b246cd249852ce6a15e5c76cb120bb466e9ebcb Author: Ignacio Casal Quinteiro Date: 2013-10-29 Factor out GeditSmallButton M gedit/Makefile.am M gedit/gedit-panel.c R065 gedit/gedit-close-button.c gedit/gedit-small-button.c R060 gedit/gedit-close-button.h gedit/gedit-small-button.h M gedit/gedit-tab-label.c