commit 412b54b0568aa73c5beaa4080f011b3785507658 Author: Ignacio Casal Quinteiro Date: 2011-07-04 Expand the view instead of the paned. M gedit/gedit-multi-notebook.c M gedit/gedit-view-frame.c commit b12c50a738ee877d460d78baf98cd53409fb25ae Author: Paolo Borelli Date: 2011-07-04 Further fixes to get_iter_from_tab in the doc pane M gedit/gedit-documents-panel.c commit dae312a1e86ec5bd5faa4589aa5b4d3dad831f32 Author: Paolo Borelli Date: 2011-07-04 Remove bogus assertions in the doc sidepane. M gedit/gedit-documents-panel.c commit 210a12b22c426df9ae46080ed99a0356c07b4f17 Author: Ignacio Casal Quinteiro Date: 2011-07-04 view: deactivate the view activatable in unrealize Disabling the extensions in dispose was dealing to deactivate the extensions when they weren't activated yet. M gedit/gedit-view.c commit 08417478b81dba632ab98eb70c676eb479a74941 Author: Ignacio Casal Quinteiro Date: 2011-07-04 spell: attach the right view to the automatic spell checker We were attaching the active view of the window, this is wrong as if we load *.c we will endup loading the document and try to attach the wrong active view. M plugins/spell/gedit-spell-plugin.c commit cd7185f1aab8b4ad2f32e1d4f414735dd46ecfc4 Author: Jean-Philippe Fleury Date: 2011-07-03 Add markdown snippets https://bugzilla.gnome.org/show_bug.cgi?id=650253 M plugins/snippets/data/Makefile.am A plugins/snippets/data/markdown.xml commit 8f3b24117ef83e53d52b792bca7b79a68d4758e9 Author: Ignacio Casal Quinteiro Date: 2011-07-03 quickopen: check that the filebrowser has registered the message bus This avoids a warning when trying to use quickopen without filebrowser M plugins/quickopen/quickopen/__init__.py commit 17e3730a1a9319a70e9f73794c1bd05a64d02a14 Author: Kjartan Maraas Date: 2011-07-02 Updated Norwegian bokmål translation M po/nb.po commit 689c8bff2c146ff5a9d742e2a8666987e79fa741 Author: Yaron Shahrabani Date: 2011-07-02 Updated Hebrew translation. M po/he.po commit d09a703e84f818dcadd7bd1c16c2091305a691c2 Author: Ignacio Casal Quinteiro Date: 2011-06-30 externaltools: fix event managing M plugins/externaltools/tools/manager.py commit e43d482c6cdcdbc7d0cbac5d887267148aa3667a Author: Ignacio Casal Quinteiro Date: 2011-06-28 snippets: use list_targets instead of direct access M plugins/snippets/snippets/document.py commit c81394c7865288be42c02915da4a5b2fe12e877e Author: Paolo Borelli Date: 2011-06-26 Popolate the doc sidepane with an idle. M gedit/gedit-documents-panel.c commit 930db4181a1d112e16a5322140b94cf6b980a71d Author: Paolo Borelli Date: 2011-06-26 Fix typo introduced with the doc menu idle. M gedit/gedit-window.c commit 4a4c2cd56179df7b8cff52b1321fc17a72cc7fd9 Author: Paolo Borelli Date: 2011-06-26 Fix warning introduced with the idle doc menu. To be honest I do not like this fix much, but it seems the simplest way to avoid the runtime warning in the doc menu. M gedit/gedit-window.c commit de24b2c5e2e1b42bd58d9611b4f5fd8856a926b1 Author: Paolo Borelli Date: 2011-06-26 Fix slowdown when closing all tabs We were O^2 stupid: for each tab we were getting its position, which in turns requires walking the list of children and then we were removing the tab, which in turns requires gtk to re-walk the list of tabs to find the one we want to remove. Besides removing tabs starting from the first is bad for gtknotebook since even/odd css of each tab is recalculated over and over: we can remove tabs in reverse order. M gedit/gedit-notebook.c commit c46eeadd4bf64826ad2b4101f264f54a8ac25f00 Author: Paolo Borelli Date: 2011-06-26 Populate the documents menu in an idle This will hopefully reduce the work done when adding many docs consecutively, e.g. when running gedit *.c M gedit/gedit-window-private.h M gedit/gedit-window.c commit 775d6b20169dcb076e9531528e5ff94869bce9b2 Author: Paolo Borelli Date: 2011-06-26 Lazy init the search entry widget M gedit/gedit-view-frame.c commit 977af0c489a6dcd6cbc4827b192ffa9b37a26bbc Author: Ignacio Casal Quinteiro Date: 2011-06-25 externaltools: be sure to have a menu when updating the state M plugins/externaltools/tools/windowactivatable.py commit f217221a5d3e084dd7a915cb681b445c4e0d698a Author: Paul Seyfert Date: 2011-06-25 [l10n] Updated German translation M po/de.po commit 51db205e09f18dbf743d40596e33217538de43ec Author: Garrett Regier Date: 2011-06-23 Update to libpeas 1.1 depreciations M configure.ac M gedit/gedit-app.c M gedit/gedit-view.c M gedit/gedit-window.c commit ee7bb406a522f806f947f47712bdacad4d82ce4b Author: Mario Blättermann Date: 2011-06-24 [l10n] Updated German doc translation M help/de/de.po commit 7940fa033bf6e4666635056672c65d125b77ae6a Author: Matej Urbančič Date: 2011-06-21 Updated Slovenian translation M po/sl.po commit 00e1f7104bfa68db212a580ec003fcf642f3f5b0 Author: Fran Diéguez Date: 2011-06-21 Updated Galician translations M po/gl.po commit 3bd028045cd3e5bb17b2244f419ea13bb6f74c9c Author: Jorge González Date: 2011-06-20 Updated Spanish translation M po/es.po commit bbc5d5ce73e7fe12270b1257c83b13e0d8e9d23b Author: Ignacio Casal Quinteiro Date: 2011-06-20 snippets, externaltools: change the toolbar icons size to 1 M plugins/externaltools/tools/tools.ui M plugins/snippets/snippets/snippets.ui commit 6c7c1440afe0423275ef4edff83c941c81d09d80 Author: Ignacio Casal Quinteiro Date: 2011-06-20 snippets,externaltools: Change the title to Manage Blah M plugins/externaltools/tools/tools.ui M plugins/snippets/snippets/snippets.ui commit 0ac7ea1d95a5887b5189efa4e78714ebd22ab980 Author: Ignacio Casal Quinteiro Date: 2011-06-20 externaltools: set the toolbar style as primary in the manager M plugins/externaltools/tools/tools.ui commit 228bbdc624395c00a6618c0882811a975ea37632 Author: Ignacio Casal Quinteiro Date: 2011-06-20 externaltools: rework the buttons to use a toolbar and symbolic icons M plugins/externaltools/tools/manager.py M plugins/externaltools/tools/tools.ui commit 9741c1895f91636ebefc0d387606938403078d48 Author: Ignacio Casal Quinteiro Date: 2011-06-20 snippets: set the toolbar style in the ui file seems that the style is supported in ui files M plugins/snippets/snippets/manager.py M plugins/snippets/snippets/snippets.ui commit 2cf88735c2888fc42ab0c79544e0755eed53422f Author: Ignacio Casal Quinteiro Date: 2011-06-20 snippets: set the toolbar style as primary M plugins/snippets/snippets/manager.py commit 2edcc3410e01b96dd2ffca3262b5eb1ad434c3ce Author: Ignacio Casal Quinteiro Date: 2011-06-20 snippets: remove space between the treeview and the toolbar M plugins/snippets/snippets/snippets.ui commit cf1432c9bcb5b3c5a8efa1b2002b00db92ff6a07 Author: Ignacio Casal Quinteiro Date: 2011-06-20 snippets: rework the buttons to use a toolbar and symbolic icons M plugins/snippets/snippets/manager.py M plugins/snippets/snippets/snippets.ui commit 9ca5a6faab0395525a4ee3fd9d7303e2eae1b1f8 Author: Ignacio Casal Quinteiro Date: 2011-06-20 snippets: use Gtk.MessageType.QUESTION intead of INFORMATION M plugins/snippets/snippets/manager.py commit 6bdcfdb9f7fe146093e5ed9ac0f6575634d4d464 Author: Ignacio Casal Quinteiro Date: 2011-06-20 snippets: set Snippets title in the manager M plugins/snippets/snippets/snippets.ui commit 9cfe463fba7f8786ee9e74a820ac38ade4de8375 Author: Paolo Borelli Date: 2011-06-18 Revert "filebrowser: set toolbar style as primary" This reverts commit a76e832ea66e26a93a603af29da389b07e41659c. It was a test to see how it looks, but having two primary toolbars near each other does not look very good. M plugins/filebrowser/gedit-file-browser-widget.c commit 1ab52745d032e3e455b21380c43b88139ab71c43 Author: Paolo Borelli Date: 2011-06-18 The user snippet dir may not exist yet Fixes bug #651938 M plugins/snippets/snippets/importer.py commit a76e832ea66e26a93a603af29da389b07e41659c Author: Ignacio Casal Quinteiro Date: 2011-06-18 filebrowser: set toolbar style as primary M plugins/filebrowser/gedit-file-browser-widget.c commit 0836fd05ac7887d9d437696b4162b536e8134778 Author: José Aliste Date: 2011-06-17 filebrowser: fix crash on open_terminal action. The callback for the action expects a FileBrowserPlugin pointer. M plugins/filebrowser/gedit-file-browser-plugin.c commit 27c7ea4e6c6f7229627a55b2a59b7bbc5a242a92 Author: Ignacio Casal Quinteiro Date: 2011-06-16 externaltools: use Gedit.App instead of Gedit.app... M plugins/externaltools/tools/filelookup.py commit f08e9d2953fa213f77dce635127c3a0131fba02f Author: Ignacio Casal Quinteiro Date: 2011-06-16 externaltools: use the right methods. M plugins/externaltools/tools/capture.py M plugins/externaltools/tools/filelookup.py commit 09738cd6f5f24a37cb7dd85dfca7a5099529e5d2 Author: Ignacio Casal Quinteiro Date: 2011-06-16 externaltools: fix languages popup M plugins/externaltools/tools/manager.py commit bd0a8b39291c3916c00b8970047be757e2831c0e Author: Ignacio Casal Quinteiro Date: 2011-06-13 Release 3.1.1 M NEWS M README M configure.ac