Commit Graph

705 Commits

Author SHA1 Message Date
JosephMcc c269c57777 xed-view-frame: Fix the css for the minimap frame
This makes it work in gtk3.20+
2018-02-05 01:03:13 -08:00
JosephMcc 561c94e71a xed-status-combo-box: Remove some deprecated css functionality
This stuff is deprecated and just spams warnings so clean it up.
2018-02-05 01:03:12 -08:00
JosephMcc 78ca6d13e0 xed-window: Rework the fullscreen toolbar
The animation used for hiding/showing the fullscreen toolbar is totally broken
under HiDPI. Port to GtkRevealer and GtkEventBox to get the proper behaviour.
2018-02-05 01:03:12 -08:00
JosephMcc bc18f166a3 preferences-dialog: Complete revamp
Use the new XApps preferences window as the base for a total redesign of the
new dialog. While at it port to GtkSourceStyleSchemeChooserWidget.
2018-02-05 01:03:12 -08:00
JosephMcc ef9294aae2 Pull upstream fixes for gtk and gtksourceview changes
* fix errors in xed-metadata-manager
* upstream changes for file loading and saving
* modernize some code in xed-document

Closes https://github.com/linuxmint/xed/issues/146
2018-02-05 01:03:12 -08:00
Leigh Scott 4c813f2c7f Fix Py*DeprecationWarning (#202) 2018-02-03 10:26:28 +00:00
Leigh Scott 50b01551ac Fix clang compile issue (#209) 2018-01-30 10:09:43 +00:00
Clement Lefebvre d5ccae34be Add CI configuration 2018-01-23 10:37:51 +00:00
Clement Lefebvre 4fe403dd63 1.6.3 2017-11-23 12:24:59 +00:00
Clement Lefebvre b4d9a09870 l10n: Update translations 2017-11-23 12:24:24 +00:00
Clement Lefebvre bdfdd2c840 1.6.2 2017-11-17 10:42:50 +00:00
JosephMcc cbdd4d3197 xed-status-combo-box: Simplify the widget heirarchy (#185)
Remove an unneeded frame widget. This cause padding issues in gtk3.22 that
requires overly convoluted theming to get around. This still leaves a few
warnings from the hard coded theming but those can be removed later when we
no longer need to support gtk3.18.
2017-11-17 10:40:37 +00:00
Clement Lefebvre 93b9c31f15 1.6.1 2017-11-15 13:11:47 +00:00
Clement Lefebvre ab581c166b l10n: Fix localization in TextSize plugin 2017-11-15 13:08:58 +00:00
Clement Lefebvre b9422cd437 1.6.0 2017-11-03 21:14:25 +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
JosephMcc ce59112fd1 Minimap (#175)
* Add a minimap

Add support for GtkSourceViews SourceMap object. Add both a default setting for
new files to the preferences dialog and a menu item to allow temporarily
disabling it in any view.

* Require gtk and gtksourceview 3.18

* load custom css

We can use this to make small tweaks to the interface so every theme doesn't
need to add specific support.

Make use of this new css to clean up the styling of the new overview map frame
a bit.
2017-09-25 16:01:27 +02:00
JosephMcc 97e1b0a9ec xed-view: Fix a crash when right clicking the left gutter (#166)
Two values were swapped in the g_settings_bind() function causing it to look
for a key that didn't exist.
2017-09-05 08:21:40 +01:00
JosephMcc 54a8c6c616 Don't present users with the hidden highlight languages (#167)
Fixes a crash when choosing 'Defaults' as the the highlight language.

Adapted from 0434e2f918

Closes https://github.com/linuxmint/xed/issues/160
2017-09-05 08:21:09 +01:00
Gavin D. Howard 1f85332906 Make the trailsave plugin also strip trailing lines (#135)
Make the trailsave plugin also strip trailing lines
2017-08-30 11:17:08 +01:00
JosephMcc 9376dc72da text zoom: Put a limit on the min and max zoom (#137)
Text zoom: Put a limit on the min and max zoom
2017-08-30 11:14:43 +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 b55ddb2fd2 1.4.6 2017-07-15 21:38:03 +02:00
githpr dbc8b3468b Use correct value to save the window state in gsettings. (#147)
* Use correct value to save the window state in gsettings.
This ensures that the window will be maximized if it was closed in this state.

* Use correct value in xed_window_configure_event function
2017-07-13 15:09:06 +02:00
Clement Lefebvre b0e72aafa6 1.4.5 2017-07-04 13:12:23 +02:00
Clement Lefebvre a48eb78835 Packaging: Remove dependency on libpeas-1.0-0-python3loader in LMDE 2017-07-04 13:11:03 +02:00
JosephMcc 96bebb994f Create ISSUE_TEMPLATE.md 2017-07-04 02:43:52 -07:00
Clement Lefebvre 784bdd4dd4 1.4.4 2017-06-28 10:11:59 +02:00
Clement Lefebvre bacd06034f l10n: Update translations 2017-06-28 10:11:22 +02:00
Clement Lefebvre 94d68bfca5 1.4.3 2017-06-20 15:22:59 +02:00
JosephMcc c306c1b527 filebrowser: Change an icon name (#132)
Change the icon name for the filebrowser from system-file-manager to folder.
This prevents you from getting a weird unexpected icon under some themes
like Mint-Y
2017-06-02 11:05:37 +01:00
Mike Krüger f004e93547 bugfix: ugly white border (gtk 3.20>) (#128) 2017-06-01 10:41:50 +01:00
Clement Lefebvre efcaac200a 1.4.2 2017-05-23 13:35:58 +01:00
Clement Lefebvre 940ff3c7f3 l10n: Update translations 2017-05-23 13:35:13 +01:00
leigh123linux 2a1372cac3 fix gtksourceprintcompositor.h includes warning (#117) 2017-05-23 13:33:29 +01:00
Clement Lefebvre b77f332c7a 1.4.1 2017-05-06 14:57:58 +01:00
Clement Lefebvre 33da18bda3 l10n: Update translations 2017-05-06 14:56:36 +01:00
Clement Lefebvre cca4b0b5c1 Packaging: Change description 2017-05-05 15:49:41 +01:00
Clement Lefebvre 5a9cce674b Only use gtk_text_view_set_top_margin() with GTK 3.18+
It didn't exist before that version of GTK.
2017-05-05 12:27:38 +01:00
Clement Lefebvre 7291231cea Depend on gtksourceview-3.0 >= 3.14.0
3.14.3 only introduces bug fixes and translation updates on top of that.

Betsy ships with 3.14.1.
2017-05-05 11:38:27 +01:00
Clement Lefebvre 524b66e059 1.4.0 2017-05-05 08:39:37 +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
Clement Lefebvre ed6eb520b6 Merge pull request #112 from JosephMcc/inhibit-fix1
Use GtkApplication inhibit API
2017-04-26 11:35:42 +01:00
JosephMcc 4add4da97a Use GtkApplication inhibit API
This will help prevent users from inadvertently loosing data when logging out
with unsaved files.

Based on: 05918e07ce
2017-04-23 18:22:54 -07:00
Clement Lefebvre e9510c99f3 Merge pull request #111 from leigh123linux/fsf_address
Fix FSF address
2017-04-10 11:27:02 +01:00
leigh123linux e6d1f2e495 Fix FSF address 2017-04-10 08:24:10 +01:00
Clement Lefebvre 21e46cc751 Merge pull request #107 from JosephMcc/time-fix1
time-plugin: Use GDateTime
2017-04-02 11:32:46 +01:00