1
0
mirror of https://github.com/GNOME/gedit synced 2024-07-05 03:35:11 +00:00
Commit Graph

13 Commits

Author SHA1 Message Date
Sébastien Wilmet
ce868b41a3 Meson: plugins: filebrowser: refactorings
The refactoring is not finished for this plugin. But commit anyway, to
not end up with an unreadable diff.
2024-06-26 23:12:36 +02:00
Lukáš Tyrychtr
94fc4ee3ad file-browser-plugin: Mark a string translatable
One placeholder i a GtkEntry was not marked as such.

Fixes #576
2023-08-30 10:23:37 +02:00
Martin Blanchard
a8e5ce2854 build: Port to the meson build system
Introduce meson build scripts along autotools ones. Porting modules to
the meson build system is a GNOME Goal, details here:

https://wiki.gnome.org/Initiatives/GnomeGoals/MesonPorting

https://gitlab.gnome.org/GNOME/gedit/issues/71
2019-01-12 12:15:16 +00:00
Sebastien Lafargue
9913f5ae47 file-browser: correct color for symbolic icons in dark mode
Previously, symbolics icons were hard-coded with pixbufs in the stores,
means no re-colorization when the theme change.

fix #99
2018-11-24 18:58:57 +01:00
Piotr Drąg
dfa8fa42eb Use Unicode in translatable strings
See https://developer.gnome.org/hig/stable/typography.html

https://bugzilla.gnome.org/show_bug.cgi?id=774221
2018-01-28 18:38:49 +01:00
Sébastien Wilmet
2e79969404 Revert "Run gtk-builder-tool simplify on our ui files"
This reverts commit ce5813531d.

There were at least two regressions (in gedit-view-frame.ui and
spell-checker.ui). So it's simpler to revert the change. When
gtk-builder-tool will be more stable, we can run it again.
2015-10-16 16:30:47 +02:00
Paolo Borelli
ce5813531d Run gtk-builder-tool simplify on our ui files 2015-08-30 12:22:41 +02:00
Sebastien Lafargue
3a7f53d00f filebrowser: change buttons size 2015-03-13 21:29:07 +01:00
Sebastien Lafargue
b0c8792d12 filebrowser plugin: fix linked class 2015-01-05 19:35:41 +01:00
Sebastien Lafargue
15f89b28a4 file-browser plugin: replace combobox by a popover
The combobox at top is replaced by a menu button and
a popover.

And replace the GtkTreeStore used by the combo
by a GtkListStore.

https://bugzilla.gnome.org/show_bug.cgi?id=742341
2015-01-05 19:21:45 +01:00
Paolo Borelli
6a2e398170 filebrowser: hide combo on bookmark page
When we are showing bookmark, the combo has no items and does not
behave well, just hide it and show a plain label
2014-10-19 11:39:37 +02:00
Paolo Borelli
d2638ed82b Clean up how filebrowser toolbar is built 2014-07-29 14:59:54 +02:00
Paolo Borelli
fb73ace54c Reorganize gresources usage 2014-07-28 17:30:45 +02:00