Commit Graph

70 Commits

Author SHA1 Message Date
Clement Lefebvre 0ec63fc00e Fix merge issues
POTFILES.in and xed-window.c required a couple of changes
after the status selector PR was merged.
2018-11-19 11:30:51 +00:00
Stephen Collins 6e36dc4a5f Port to meson (#258)
* Port to meson

* plugin generation script: swtich to meson, update to python3, switch to libpeas, add some extra options, and cleanup

* clean up some build warnings

* kill xed-bugreport.sh with fire: it isn't used anymore, and probably doesn't even work

* update gzip command to avoid warnings on some systems and move appdata.xml to /usr/share/metainfo/ as that's where it's supposed to go now

* POTFILES.in: fix path that changed in the meson port, which was causing makepot to fail
2018-11-19 11:09:52 +00:00
Clement Lefebvre 7bebfc9b97 l10n: Update translations 2018-06-26 13:16:41 +02:00
Clement Lefebvre 8c6125e8fa l10n: Update POT file 2018-06-08 12:08:54 +01:00
NikoKrause e7c4d897dd missing l10n: Help -> Shortcuts (#229) 2018-06-08 12:07:53 +01:00
Clement Lefebvre 51383ae711 l10n: Update translations 2018-05-22 12:51:07 +01:00
Clement Lefebvre 9788914d86 l10n: Update POT file 2018-05-06 16:42:09 +01:00
Mickael Albertus 8a32b92c33 Creation of plugin Word completion (#199)
* Creation of plugin

* Correction of shortcut

* Update translations+fix code

* Add Makefile.in and tab/space fix

* Add makefile.am remove makefile.in
2018-03-16 10:50:39 +00:00
Clement Lefebvre b4d9a09870 l10n: Update translations 2017-11-23 12:24:24 +00:00
Clement Lefebvre b497904cc7 l10n: Update translations 2017-11-03 21:13:36 +00:00
Clement Lefebvre aa72e7e232 l10n: Update POT file 2017-09-25 15:02:02 +01:00
Clement Lefebvre 87eb14e9dc l10n: Update POT file 2017-08-30 11:13:44 +01:00
JosephMcc 6338c3e6af translations: Add the textsize plugin to POTFILES.in (#151)
We want the menu entries it provides to be translated but I forgot to add these
when the new plugin was added.
2017-08-30 11:13:05 +01:00
Clement Lefebvre bacd06034f l10n: Update translations 2017-06-28 10:11:22 +02:00
Clement Lefebvre 940ff3c7f3 l10n: Update translations 2017-05-23 13:35:13 +01:00
Clement Lefebvre 33da18bda3 l10n: Update translations 2017-05-06 14:56:36 +01:00
Clement Lefebvre 98dfbf6980 Fix "gedit" occurence 2017-05-04 18:32:30 +01:00
Clement Lefebvre 257740d6b7 Fix po/POTFILES.in and generate POT file 2017-04-26 12:51:45 +01:00
JosephMcc 2aa009cb76 Port xed to dbus and GtkApplication
This further improves on the port to GtkSource API's and cleans up a ton of
legacy code in xed based on upstream changes in Gedit.
2017-02-04 22:17:58 -08:00
JosephMcc f05ddd7b63 Port to GtkSource* API
There are still bugs but this gets it started
2017-01-30 14:52:12 -08:00
JosephMcc 32200f4b7e Plugins: Remove the changecase plugin
Change case is provided by part of the GtkSourceView context menu. If we want
this available in the main application menu we can bring it back as built in
functionality. There is no real reason to keep a plugin around just for that
2017-01-29 04:19:04 -08:00
JosephMcc f314622cf0 Remove old plugin system and docs for it
Adapted from:
3860e7b99f (diff-c949f93d03f44a4217d7a138f9e2e54a)
2016-12-26 18:49:12 -08:00
JosephMcc 89758101cc plugins: Make them actually recognized and loaded by Xed
Adapted from:
e1fbe56adf
2016-12-26 16:12:05 -08:00
Clement Lefebvre 73705d6734 l10n: Update translations 2016-12-12 12:42:56 +00:00
Clement Lefebvre 3b5c578e00 l10n: Add missing pot file
It was removed by accident in previous commits.
2016-12-05 11:34:59 +00:00
Clement Lefebvre 615ae47272 Search: Fix search jumping to next result while typing 2016-12-05 11:17:24 +00:00
Clement Lefebvre b541c2f8b6 l10n: Update translations 2016-11-10 00:34:47 +00:00
Clement Lefebvre bc250a48fd l10n: Improve some of the new msgids 2016-11-02 18:14:20 +00:00
Clement Lefebvre 4d48da0e6a Update pot file 2016-11-02 15:50:29 +00:00
Clement Lefebvre f4236351ae Give Xed a Sublime-like searchbar
The search dialog is replaced with a searchbar similar to the one used in Sublime.

The following features are implicit and therefore removed:
  - "incremental search"
  - "remove highlights"
  - "parse \n characters"

Code style is applied to impacted files (should have been done in a separate commit but it was being discussed during WIP and the new committed code followed neither the new style nor the old).
2016-09-20 16:32:54 +01:00
Clement Lefebvre c8ef96a94d When running as root, add an infobar to warn about Elevated Privileges 2016-08-18 20:09:35 +01:00
Clement Lefebvre 459311abd8 Revert "Makepot"
This reverts commit f38949ed09.
2016-08-18 14:41:58 +02:00
Clement Lefebvre f38949ed09 Makepot 2016-08-18 14:11:04 +02:00
Clement Lefebvre c903282a8a Added new translations to po/LINGUAS 2016-06-25 11:38:10 +01:00
Clement Lefebvre 40f7fd1476 Updated translations 2016-06-25 11:27:50 +01:00
Clement Lefebvre c97c261830 Updated translations 2016-05-24 14:30:19 +01:00
Clement Lefebvre 22c46dd685 Updated translations 2016-04-27 14:30:24 +01:00
Clement Lefebvre 16eacdc3f4 Renamed Xedit -> Xed (avoid name clash with x11-apps's xedit) 2016-02-04 09:20:42 +00:00
Clement Lefebvre 1643bd89ef Cleaned up Help 2016-01-27 11:08:11 +00:00
Clement Lefebvre d071bf422e Cleaned up about dialog 2016-01-26 17:06:33 +00:00
Clement Lefebvre 571a3102da Fixed POTFILES, added makepot and pot file 2016-01-26 16:00:28 +00:00
Clement Lefebvre 4304f9ffc1 Rename Pluma to Xedit 2016-01-25 15:33:34 +00:00
John Church efc6229fce Add a new Configure dialog for the Spell Check plugin.
There are three options for autocheck when a doc is loaded:

Always autocheck, Never autocheck and Remember the autocheck setting for each document

The chosen option is stored in the gsettings schema.
The default setting is to remember by document as this is what Pluma did previously.
2015-11-12 11:53:01 +00:00
Monsta e357519c94 po: removed non-existing files from POTFILES.skip 2015-11-06 17:41:47 +03:00
infirit ca8ca6923e Rework gsettings schema building
* Bump intltool required version for gsettings support
* Extract strings with intltool directly
* Let autoconf generate the xml files
2015-09-08 17:19:30 +02:00
infirit 1618c8f724 Add new plugin to POTFILES 2015-09-05 20:43:24 +02:00
monsta b24934e186 drop support for win32/osx and checkupdate plugin
that plugin has never been built in linux anyway due to logic
in configure.ac
2015-09-02 11:34:01 +02:00
raveit65 b9133a18f8 fixes for gschema translation
taken from:
https://github.com/mate-desktop/eom/commit/a2055e1
- bumped required intltool version to 0.50.1
- renamed and corrected gschema xml for proper intltool usage
- removed obsolete lines from po/POTFILES.skip
2015-06-16 00:56:55 +02:00
mate-i18n 5fe62f39eb Sync translations with transifex 2015-05-07 08:21:09 +02:00
mate-i18n a1394a3216 Sync translations with transifex 2015-04-06 11:24:46 +02:00