xfce4-mousepad: update to 0.5.0
Change log:
0.5.0
======
- Bump required GTK+ in `mousepad-prefs-dialog.ui` (#78)
- Fix an oversight in updating actions state (#76)
- Remove TODO file (#74)
- Ensure that opening modes are excluded from translation
- Translation Updates:
Albanian, Bulgarian, Chinese (China), Dutch, French, German, Greek,
Hebrew, Indonesian, Italian, Norwegian Bokmål, Portuguese,
Portuguese (Brazil), Slovenian, Spanish, Japanese
0.4.90
======
Release candidate for upcoming stable version 0.5.
- Dependency Changes:
- GLib >= 2.45.8
- GTK+ >= 3.20
- GtkSourceView >= 3.24
- GTK+ 2 support has been removed
- GtkSourceView 2 support has been removed
- New Features:
- Add keybindings to show the menubar temporarily when hidden
- Add command line option and setting for file opening mode
- Improve encoding dialog
- Add regex search
- Discontinued Features
- multi-select (GTK+ 2)
- Appearance Changes
- Replace `$HOME` with a tilde in displayed filename
- Add new default keybindings and reveal some hidden ones
- Search bar tweaks
- Make tabs expanded for consistency with other Xfce programs
- Add copyright and license info to About dialog
- Improve label texts of "Find and Replace" dialog and search bar
- Make the statusbar smaller
- Add new app icon and switch to reverse DNS name
- Save the state of the "highlight all" button in the search bar
- Update window title of Find and Replace dialog
- Add "Wrap around" check box to Find and Replace dialog (Bug #11290)
- Infer filetype from shebang line (Bug #10514)
- Show info when Templates directory does not exist (Bug #10486)
- Code Refactoring
- Restore the use of the file `accels.scm`
- Code refactoring around saving and restoring window geometry
- Improve save-related actions
- Fully switch to GtkApplication
- Avoid deprecation warnings 5: CSS related
- Avoid deprecation warnings 4: GtkUIManager and GtkAction
- GtkStock
- Avoid deprecation warnings 2: miscellaneous
- Avoid deprecation warnings 1: alignment and padding
- Avoid compilation warnings other than deprecation
- Remove support for GTK+2
- Switch to README.md and foreign automake mode
- Add basic GitLab pipeline
- Bug Fixes:
- Remove README.md from DISTCLEANFILES, it's not generated
- Fix crash when dragging tab to GSV widget
- Change GtkTextView wrap mode to GTK_WRAP_WORD_CHAR
- Initialize the recent manager if needed at startup
- Prevent search bar from overlapping the document
- Properly disconnect signal handlers
- Fix make distcheck
- Fix color modifications in search entries
- Do not open an empty document when encoding failed
- Do not search for previously selected text
- Update search field with selected text
- Bug #16717: Move from exo-csource to xdt-csource
- Remember last save location (Bug #14165)
- Use g_get_user_dir to get Templates directory (Bug #11048)
- Sync remaining menu actions to their settings (Bug #11046)
- Install appstream in metainfo folder (Bug #11200)
- Add appdata file (Bug #11200)
- Fix building with `--enable-dbus --disable-gtk3`
- Change visibility of fullscreen bars after small delay (Bug #9735)
- Fix return type of fullscreen settings (Bug #9735)
- Translation Updates:
Albanian, Arabic, Armenian (Armenia), Basque, Belarusian, Bulgarian,
Catalan, Chinese (China), Chinese (Taiwan), Croatian, Czech, Danish,
Dutch, Eastern Armenian, English (Australia), English (United
Kingdom), Estonian, Finnish, French, Galician, German, Greek, Hebrew,
Hungarian, Icelandic, Indonesian, Interlingue, Italian, Japanese,
Kazakh, Korean, Lithuanian, Malay, Norwegian Bokmål, Norwegian
Nynorsk, Occitan (post 1500), Polish, Portuguese, Portuguese
(Brazil), Romanian, Russian, Serbian, Slovak, Slovenian, Spanish,
Swedish, Telugu, Thai, Turkish, Ukrainian, Uyghur
2020-12-01 06:11:53 +01:00
|
|
|
@comment $NetBSD: PLIST,v 1.8 2020/12/01 05:11:53 gutteridge Exp $
|
2007-04-12 11:45:01 +02:00
|
|
|
bin/mousepad
|
|
|
|
share/applications/mousepad.desktop
|
2015-04-21 10:56:37 +02:00
|
|
|
share/glib-2.0/schemas/org.xfce.mousepad.gschema.xml
|
xfce4-mousepad: update to 0.5.0
Change log:
0.5.0
======
- Bump required GTK+ in `mousepad-prefs-dialog.ui` (#78)
- Fix an oversight in updating actions state (#76)
- Remove TODO file (#74)
- Ensure that opening modes are excluded from translation
- Translation Updates:
Albanian, Bulgarian, Chinese (China), Dutch, French, German, Greek,
Hebrew, Indonesian, Italian, Norwegian Bokmål, Portuguese,
Portuguese (Brazil), Slovenian, Spanish, Japanese
0.4.90
======
Release candidate for upcoming stable version 0.5.
- Dependency Changes:
- GLib >= 2.45.8
- GTK+ >= 3.20
- GtkSourceView >= 3.24
- GTK+ 2 support has been removed
- GtkSourceView 2 support has been removed
- New Features:
- Add keybindings to show the menubar temporarily when hidden
- Add command line option and setting for file opening mode
- Improve encoding dialog
- Add regex search
- Discontinued Features
- multi-select (GTK+ 2)
- Appearance Changes
- Replace `$HOME` with a tilde in displayed filename
- Add new default keybindings and reveal some hidden ones
- Search bar tweaks
- Make tabs expanded for consistency with other Xfce programs
- Add copyright and license info to About dialog
- Improve label texts of "Find and Replace" dialog and search bar
- Make the statusbar smaller
- Add new app icon and switch to reverse DNS name
- Save the state of the "highlight all" button in the search bar
- Update window title of Find and Replace dialog
- Add "Wrap around" check box to Find and Replace dialog (Bug #11290)
- Infer filetype from shebang line (Bug #10514)
- Show info when Templates directory does not exist (Bug #10486)
- Code Refactoring
- Restore the use of the file `accels.scm`
- Code refactoring around saving and restoring window geometry
- Improve save-related actions
- Fully switch to GtkApplication
- Avoid deprecation warnings 5: CSS related
- Avoid deprecation warnings 4: GtkUIManager and GtkAction
- GtkStock
- Avoid deprecation warnings 2: miscellaneous
- Avoid deprecation warnings 1: alignment and padding
- Avoid compilation warnings other than deprecation
- Remove support for GTK+2
- Switch to README.md and foreign automake mode
- Add basic GitLab pipeline
- Bug Fixes:
- Remove README.md from DISTCLEANFILES, it's not generated
- Fix crash when dragging tab to GSV widget
- Change GtkTextView wrap mode to GTK_WRAP_WORD_CHAR
- Initialize the recent manager if needed at startup
- Prevent search bar from overlapping the document
- Properly disconnect signal handlers
- Fix make distcheck
- Fix color modifications in search entries
- Do not open an empty document when encoding failed
- Do not search for previously selected text
- Update search field with selected text
- Bug #16717: Move from exo-csource to xdt-csource
- Remember last save location (Bug #14165)
- Use g_get_user_dir to get Templates directory (Bug #11048)
- Sync remaining menu actions to their settings (Bug #11046)
- Install appstream in metainfo folder (Bug #11200)
- Add appdata file (Bug #11200)
- Fix building with `--enable-dbus --disable-gtk3`
- Change visibility of fullscreen bars after small delay (Bug #9735)
- Fix return type of fullscreen settings (Bug #9735)
- Translation Updates:
Albanian, Arabic, Armenian (Armenia), Basque, Belarusian, Bulgarian,
Catalan, Chinese (China), Chinese (Taiwan), Croatian, Czech, Danish,
Dutch, Eastern Armenian, English (Australia), English (United
Kingdom), Estonian, Finnish, French, Galician, German, Greek, Hebrew,
Hungarian, Icelandic, Indonesian, Interlingue, Italian, Japanese,
Kazakh, Korean, Lithuanian, Malay, Norwegian Bokmål, Norwegian
Nynorsk, Occitan (post 1500), Polish, Portuguese, Portuguese
(Brazil), Romanian, Russian, Serbian, Slovak, Slovenian, Spanish,
Swedish, Telugu, Thai, Turkish, Ukrainian, Uyghur
2020-12-01 06:11:53 +01:00
|
|
|
share/icons/hicolor/128x128/apps/org.xfce.mousepad.png
|
|
|
|
share/icons/hicolor/16x16/apps/org.xfce.mousepad.png
|
|
|
|
share/icons/hicolor/48x48/apps/org.xfce.mousepad.png
|
|
|
|
share/icons/hicolor/scalable/apps/org.xfce.mousepad.svg
|
2007-12-07 20:43:19 +01:00
|
|
|
share/locale/ar/LC_MESSAGES/mousepad.mo
|
2015-04-21 10:56:37 +02:00
|
|
|
share/locale/ast/LC_MESSAGES/mousepad.mo
|
xfce4-mousepad: update to 0.4.2
(This is part of meta-pkgs/xfce4. Ride previous bump there.)
Change log:
0.4.2
======
- Port to GDBus (Bug #14337)
- Show full path in window title by default (Bug #2896)
- Reset modification time when new filename is set (Bug #10498)
- Do not overwrite view settings when opening encoding dialog (Bug #12298)
- Make dialog windows modal only for parent window (Bug #10488)
- Add string to translation (Bug #11049)
- Selecting a font via menu now disables system font (Bug #12773)
- Check for exo-csource in maintainer mode (Bug #12719)
- New line can't be printed in status bar (Bug #11050)
- Do not move text cursor when searching backwards (Bug #14942)
- Fix gravity of selection end mark (Bug #10986)
- Missing line in dbus.h, found typo in window.h (Bug #10583)
- Append a newline char at EOF when saving (Bug #4824)
- Do not core dump on silly errors, just exit (Bug #12413)
- Fix gtksourceview warnings/errors (Bug 11663)
- Only set template filetype when detected (Bug #15314)
- Replace deprecated style properties in MousepadCloseButton (Bug #13114)
- Fix Tab mode and Home/End Keys in preferences dialog (Bug #15075)
- Fix language guess function (Bug #15141)
- Read system font from xfconf property (Bug #12485)
- Add pkexec policy (Bug #11088)
- Fix g_type_class_add_private is deprecated
- Set intltool minimum version
- Bump minimal required glib
- Translation Updates: Albanian, Arabic, Asturian, Basque, Belarusian,
Bulgarian, Catalan, Chinese (China), Chinese (Taiwan), Croatian, Czech,
Danish, Dutch (Flemish), English (Australia), English (Great Britain),
Finnish, French, Galician, German, Greek, Hebrew, Hungarian, Icelandic,
Indonesian, Italian, Japanese, Kazakh, Korean, Lithuanian, Malay,
Norwegian Bokmål, Norwegian Nynorsk, Occitan, Polish, Portuguese,
Portuguese (Brazilian), Romanian, Russian, Serbian, Slovak, Slovenian,
Spanish, Swedish, Telugu, Thai, Turkish, Ukrainian, Uyghur
2019-08-17 22:28:32 +02:00
|
|
|
share/locale/be/LC_MESSAGES/mousepad.mo
|
2015-04-21 10:56:37 +02:00
|
|
|
share/locale/bg/LC_MESSAGES/mousepad.mo
|
Update mousepad to 0.4.1.
This is a maintenance release feature only bug fixes (long awaited).
- Fix crash when dragging tab to root window (Bug #13336)
- Fix the signal definition of user-set-language (Bug #13630)
- Prevent a weird cycle in GSettings use (Bug #12134)
- Properly fixed later by Alistair Buxton
- Fix some warnings about using NULL (Bug #11663)
- Limit prefs dialog tab width to range allowed by schema (Bug #12055)
- Don't show hidden GSV languages (Bug #12043)
- Encode filenames passed to DBus as UTF-8
- Translation updates: Albanian, Arabic, Asturian, Basque, Bulgarian,
Catalan, Chinese (China), Chinese (Taiwan), Croatian, Czech, Danish, Dutch,
English (Australia), English (United Kingdom), Finnish, French, Galician,
German, Greek, Hebrew, Hungarian, Icelandic, Indonesian, Italian, Japanese,
Kazakh, Korean, Lithuanian, Malay, Norwegian Bokm?l, Norwegian Nynorsk,
Occitan, Polish, Portuguese, Portuguese (Brazil), Romanian, Russian, Serbian,
Slovak, Slovenian, Spanish, Swedish, Telugu, Thai, Turkish, Ukrainian, Uyghur
2018-10-23 11:54:14 +02:00
|
|
|
share/locale/ca/LC_MESSAGES/mousepad.mo
|
2007-04-12 11:45:01 +02:00
|
|
|
share/locale/cs/LC_MESSAGES/mousepad.mo
|
2009-09-16 03:15:32 +02:00
|
|
|
share/locale/da/LC_MESSAGES/mousepad.mo
|
2007-04-12 11:45:01 +02:00
|
|
|
share/locale/de/LC_MESSAGES/mousepad.mo
|
|
|
|
share/locale/el/LC_MESSAGES/mousepad.mo
|
2015-04-21 10:56:37 +02:00
|
|
|
share/locale/en_AU/LC_MESSAGES/mousepad.mo
|
2007-12-07 20:43:19 +01:00
|
|
|
share/locale/en_GB/LC_MESSAGES/mousepad.mo
|
2007-04-12 11:45:01 +02:00
|
|
|
share/locale/es/LC_MESSAGES/mousepad.mo
|
xfce4-mousepad: update to 0.5.0
Change log:
0.5.0
======
- Bump required GTK+ in `mousepad-prefs-dialog.ui` (#78)
- Fix an oversight in updating actions state (#76)
- Remove TODO file (#74)
- Ensure that opening modes are excluded from translation
- Translation Updates:
Albanian, Bulgarian, Chinese (China), Dutch, French, German, Greek,
Hebrew, Indonesian, Italian, Norwegian Bokmål, Portuguese,
Portuguese (Brazil), Slovenian, Spanish, Japanese
0.4.90
======
Release candidate for upcoming stable version 0.5.
- Dependency Changes:
- GLib >= 2.45.8
- GTK+ >= 3.20
- GtkSourceView >= 3.24
- GTK+ 2 support has been removed
- GtkSourceView 2 support has been removed
- New Features:
- Add keybindings to show the menubar temporarily when hidden
- Add command line option and setting for file opening mode
- Improve encoding dialog
- Add regex search
- Discontinued Features
- multi-select (GTK+ 2)
- Appearance Changes
- Replace `$HOME` with a tilde in displayed filename
- Add new default keybindings and reveal some hidden ones
- Search bar tweaks
- Make tabs expanded for consistency with other Xfce programs
- Add copyright and license info to About dialog
- Improve label texts of "Find and Replace" dialog and search bar
- Make the statusbar smaller
- Add new app icon and switch to reverse DNS name
- Save the state of the "highlight all" button in the search bar
- Update window title of Find and Replace dialog
- Add "Wrap around" check box to Find and Replace dialog (Bug #11290)
- Infer filetype from shebang line (Bug #10514)
- Show info when Templates directory does not exist (Bug #10486)
- Code Refactoring
- Restore the use of the file `accels.scm`
- Code refactoring around saving and restoring window geometry
- Improve save-related actions
- Fully switch to GtkApplication
- Avoid deprecation warnings 5: CSS related
- Avoid deprecation warnings 4: GtkUIManager and GtkAction
- GtkStock
- Avoid deprecation warnings 2: miscellaneous
- Avoid deprecation warnings 1: alignment and padding
- Avoid compilation warnings other than deprecation
- Remove support for GTK+2
- Switch to README.md and foreign automake mode
- Add basic GitLab pipeline
- Bug Fixes:
- Remove README.md from DISTCLEANFILES, it's not generated
- Fix crash when dragging tab to GSV widget
- Change GtkTextView wrap mode to GTK_WRAP_WORD_CHAR
- Initialize the recent manager if needed at startup
- Prevent search bar from overlapping the document
- Properly disconnect signal handlers
- Fix make distcheck
- Fix color modifications in search entries
- Do not open an empty document when encoding failed
- Do not search for previously selected text
- Update search field with selected text
- Bug #16717: Move from exo-csource to xdt-csource
- Remember last save location (Bug #14165)
- Use g_get_user_dir to get Templates directory (Bug #11048)
- Sync remaining menu actions to their settings (Bug #11046)
- Install appstream in metainfo folder (Bug #11200)
- Add appdata file (Bug #11200)
- Fix building with `--enable-dbus --disable-gtk3`
- Change visibility of fullscreen bars after small delay (Bug #9735)
- Fix return type of fullscreen settings (Bug #9735)
- Translation Updates:
Albanian, Arabic, Armenian (Armenia), Basque, Belarusian, Bulgarian,
Catalan, Chinese (China), Chinese (Taiwan), Croatian, Czech, Danish,
Dutch, Eastern Armenian, English (Australia), English (United
Kingdom), Estonian, Finnish, French, Galician, German, Greek, Hebrew,
Hungarian, Icelandic, Indonesian, Interlingue, Italian, Japanese,
Kazakh, Korean, Lithuanian, Malay, Norwegian Bokmål, Norwegian
Nynorsk, Occitan (post 1500), Polish, Portuguese, Portuguese
(Brazil), Romanian, Russian, Serbian, Slovak, Slovenian, Spanish,
Swedish, Telugu, Thai, Turkish, Ukrainian, Uyghur
2020-12-01 06:11:53 +01:00
|
|
|
share/locale/et/LC_MESSAGES/mousepad.mo
|
2007-04-12 11:45:01 +02:00
|
|
|
share/locale/eu/LC_MESSAGES/mousepad.mo
|
|
|
|
share/locale/fi/LC_MESSAGES/mousepad.mo
|
|
|
|
share/locale/fr/LC_MESSAGES/mousepad.mo
|
Update mousepad to 0.4.1.
This is a maintenance release feature only bug fixes (long awaited).
- Fix crash when dragging tab to root window (Bug #13336)
- Fix the signal definition of user-set-language (Bug #13630)
- Prevent a weird cycle in GSettings use (Bug #12134)
- Properly fixed later by Alistair Buxton
- Fix some warnings about using NULL (Bug #11663)
- Limit prefs dialog tab width to range allowed by schema (Bug #12055)
- Don't show hidden GSV languages (Bug #12043)
- Encode filenames passed to DBus as UTF-8
- Translation updates: Albanian, Arabic, Asturian, Basque, Bulgarian,
Catalan, Chinese (China), Chinese (Taiwan), Croatian, Czech, Danish, Dutch,
English (Australia), English (United Kingdom), Finnish, French, Galician,
German, Greek, Hebrew, Hungarian, Icelandic, Indonesian, Italian, Japanese,
Kazakh, Korean, Lithuanian, Malay, Norwegian Bokm?l, Norwegian Nynorsk,
Occitan, Polish, Portuguese, Portuguese (Brazil), Romanian, Russian, Serbian,
Slovak, Slovenian, Spanish, Swedish, Telugu, Thai, Turkish, Ukrainian, Uyghur
2018-10-23 11:54:14 +02:00
|
|
|
share/locale/gl/LC_MESSAGES/mousepad.mo
|
|
|
|
share/locale/he/LC_MESSAGES/mousepad.mo
|
2015-04-21 10:56:37 +02:00
|
|
|
share/locale/hr/LC_MESSAGES/mousepad.mo
|
2007-04-12 11:45:01 +02:00
|
|
|
share/locale/hu/LC_MESSAGES/mousepad.mo
|
xfce4-mousepad: update to 0.4.2
(This is part of meta-pkgs/xfce4. Ride previous bump there.)
Change log:
0.4.2
======
- Port to GDBus (Bug #14337)
- Show full path in window title by default (Bug #2896)
- Reset modification time when new filename is set (Bug #10498)
- Do not overwrite view settings when opening encoding dialog (Bug #12298)
- Make dialog windows modal only for parent window (Bug #10488)
- Add string to translation (Bug #11049)
- Selecting a font via menu now disables system font (Bug #12773)
- Check for exo-csource in maintainer mode (Bug #12719)
- New line can't be printed in status bar (Bug #11050)
- Do not move text cursor when searching backwards (Bug #14942)
- Fix gravity of selection end mark (Bug #10986)
- Missing line in dbus.h, found typo in window.h (Bug #10583)
- Append a newline char at EOF when saving (Bug #4824)
- Do not core dump on silly errors, just exit (Bug #12413)
- Fix gtksourceview warnings/errors (Bug 11663)
- Only set template filetype when detected (Bug #15314)
- Replace deprecated style properties in MousepadCloseButton (Bug #13114)
- Fix Tab mode and Home/End Keys in preferences dialog (Bug #15075)
- Fix language guess function (Bug #15141)
- Read system font from xfconf property (Bug #12485)
- Add pkexec policy (Bug #11088)
- Fix g_type_class_add_private is deprecated
- Set intltool minimum version
- Bump minimal required glib
- Translation Updates: Albanian, Arabic, Asturian, Basque, Belarusian,
Bulgarian, Catalan, Chinese (China), Chinese (Taiwan), Croatian, Czech,
Danish, Dutch (Flemish), English (Australia), English (Great Britain),
Finnish, French, Galician, German, Greek, Hebrew, Hungarian, Icelandic,
Indonesian, Italian, Japanese, Kazakh, Korean, Lithuanian, Malay,
Norwegian Bokmål, Norwegian Nynorsk, Occitan, Polish, Portuguese,
Portuguese (Brazilian), Romanian, Russian, Serbian, Slovak, Slovenian,
Spanish, Swedish, Telugu, Thai, Turkish, Ukrainian, Uyghur
2019-08-17 22:28:32 +02:00
|
|
|
share/locale/hy_AM/LC_MESSAGES/mousepad.mo
|
xfce4-mousepad: update to 0.5.0
Change log:
0.5.0
======
- Bump required GTK+ in `mousepad-prefs-dialog.ui` (#78)
- Fix an oversight in updating actions state (#76)
- Remove TODO file (#74)
- Ensure that opening modes are excluded from translation
- Translation Updates:
Albanian, Bulgarian, Chinese (China), Dutch, French, German, Greek,
Hebrew, Indonesian, Italian, Norwegian Bokmål, Portuguese,
Portuguese (Brazil), Slovenian, Spanish, Japanese
0.4.90
======
Release candidate for upcoming stable version 0.5.
- Dependency Changes:
- GLib >= 2.45.8
- GTK+ >= 3.20
- GtkSourceView >= 3.24
- GTK+ 2 support has been removed
- GtkSourceView 2 support has been removed
- New Features:
- Add keybindings to show the menubar temporarily when hidden
- Add command line option and setting for file opening mode
- Improve encoding dialog
- Add regex search
- Discontinued Features
- multi-select (GTK+ 2)
- Appearance Changes
- Replace `$HOME` with a tilde in displayed filename
- Add new default keybindings and reveal some hidden ones
- Search bar tweaks
- Make tabs expanded for consistency with other Xfce programs
- Add copyright and license info to About dialog
- Improve label texts of "Find and Replace" dialog and search bar
- Make the statusbar smaller
- Add new app icon and switch to reverse DNS name
- Save the state of the "highlight all" button in the search bar
- Update window title of Find and Replace dialog
- Add "Wrap around" check box to Find and Replace dialog (Bug #11290)
- Infer filetype from shebang line (Bug #10514)
- Show info when Templates directory does not exist (Bug #10486)
- Code Refactoring
- Restore the use of the file `accels.scm`
- Code refactoring around saving and restoring window geometry
- Improve save-related actions
- Fully switch to GtkApplication
- Avoid deprecation warnings 5: CSS related
- Avoid deprecation warnings 4: GtkUIManager and GtkAction
- GtkStock
- Avoid deprecation warnings 2: miscellaneous
- Avoid deprecation warnings 1: alignment and padding
- Avoid compilation warnings other than deprecation
- Remove support for GTK+2
- Switch to README.md and foreign automake mode
- Add basic GitLab pipeline
- Bug Fixes:
- Remove README.md from DISTCLEANFILES, it's not generated
- Fix crash when dragging tab to GSV widget
- Change GtkTextView wrap mode to GTK_WRAP_WORD_CHAR
- Initialize the recent manager if needed at startup
- Prevent search bar from overlapping the document
- Properly disconnect signal handlers
- Fix make distcheck
- Fix color modifications in search entries
- Do not open an empty document when encoding failed
- Do not search for previously selected text
- Update search field with selected text
- Bug #16717: Move from exo-csource to xdt-csource
- Remember last save location (Bug #14165)
- Use g_get_user_dir to get Templates directory (Bug #11048)
- Sync remaining menu actions to their settings (Bug #11046)
- Install appstream in metainfo folder (Bug #11200)
- Add appdata file (Bug #11200)
- Fix building with `--enable-dbus --disable-gtk3`
- Change visibility of fullscreen bars after small delay (Bug #9735)
- Fix return type of fullscreen settings (Bug #9735)
- Translation Updates:
Albanian, Arabic, Armenian (Armenia), Basque, Belarusian, Bulgarian,
Catalan, Chinese (China), Chinese (Taiwan), Croatian, Czech, Danish,
Dutch, Eastern Armenian, English (Australia), English (United
Kingdom), Estonian, Finnish, French, Galician, German, Greek, Hebrew,
Hungarian, Icelandic, Indonesian, Interlingue, Italian, Japanese,
Kazakh, Korean, Lithuanian, Malay, Norwegian Bokmål, Norwegian
Nynorsk, Occitan (post 1500), Polish, Portuguese, Portuguese
(Brazil), Romanian, Russian, Serbian, Slovak, Slovenian, Spanish,
Swedish, Telugu, Thai, Turkish, Ukrainian, Uyghur
2020-12-01 06:11:53 +01:00
|
|
|
share/locale/hye/LC_MESSAGES/mousepad.mo
|
2008-12-18 15:09:26 +01:00
|
|
|
share/locale/id/LC_MESSAGES/mousepad.mo
|
xfce4-mousepad: update to 0.4.2
(This is part of meta-pkgs/xfce4. Ride previous bump there.)
Change log:
0.4.2
======
- Port to GDBus (Bug #14337)
- Show full path in window title by default (Bug #2896)
- Reset modification time when new filename is set (Bug #10498)
- Do not overwrite view settings when opening encoding dialog (Bug #12298)
- Make dialog windows modal only for parent window (Bug #10488)
- Add string to translation (Bug #11049)
- Selecting a font via menu now disables system font (Bug #12773)
- Check for exo-csource in maintainer mode (Bug #12719)
- New line can't be printed in status bar (Bug #11050)
- Do not move text cursor when searching backwards (Bug #14942)
- Fix gravity of selection end mark (Bug #10986)
- Missing line in dbus.h, found typo in window.h (Bug #10583)
- Append a newline char at EOF when saving (Bug #4824)
- Do not core dump on silly errors, just exit (Bug #12413)
- Fix gtksourceview warnings/errors (Bug 11663)
- Only set template filetype when detected (Bug #15314)
- Replace deprecated style properties in MousepadCloseButton (Bug #13114)
- Fix Tab mode and Home/End Keys in preferences dialog (Bug #15075)
- Fix language guess function (Bug #15141)
- Read system font from xfconf property (Bug #12485)
- Add pkexec policy (Bug #11088)
- Fix g_type_class_add_private is deprecated
- Set intltool minimum version
- Bump minimal required glib
- Translation Updates: Albanian, Arabic, Asturian, Basque, Belarusian,
Bulgarian, Catalan, Chinese (China), Chinese (Taiwan), Croatian, Czech,
Danish, Dutch (Flemish), English (Australia), English (Great Britain),
Finnish, French, Galician, German, Greek, Hebrew, Hungarian, Icelandic,
Indonesian, Italian, Japanese, Kazakh, Korean, Lithuanian, Malay,
Norwegian Bokmål, Norwegian Nynorsk, Occitan, Polish, Portuguese,
Portuguese (Brazilian), Romanian, Russian, Serbian, Slovak, Slovenian,
Spanish, Swedish, Telugu, Thai, Turkish, Ukrainian, Uyghur
2019-08-17 22:28:32 +02:00
|
|
|
share/locale/ie/LC_MESSAGES/mousepad.mo
|
2015-04-21 10:56:37 +02:00
|
|
|
share/locale/is/LC_MESSAGES/mousepad.mo
|
2007-04-12 11:45:01 +02:00
|
|
|
share/locale/it/LC_MESSAGES/mousepad.mo
|
|
|
|
share/locale/ja/LC_MESSAGES/mousepad.mo
|
2015-04-21 10:56:37 +02:00
|
|
|
share/locale/kk/LC_MESSAGES/mousepad.mo
|
2007-04-12 11:45:01 +02:00
|
|
|
share/locale/ko/LC_MESSAGES/mousepad.mo
|
|
|
|
share/locale/lt/LC_MESSAGES/mousepad.mo
|
2015-04-21 10:56:37 +02:00
|
|
|
share/locale/ms/LC_MESSAGES/mousepad.mo
|
2009-09-16 03:15:32 +02:00
|
|
|
share/locale/nb/LC_MESSAGES/mousepad.mo
|
2007-04-12 11:45:01 +02:00
|
|
|
share/locale/nl/LC_MESSAGES/mousepad.mo
|
Update mousepad to 0.4.1.
This is a maintenance release feature only bug fixes (long awaited).
- Fix crash when dragging tab to root window (Bug #13336)
- Fix the signal definition of user-set-language (Bug #13630)
- Prevent a weird cycle in GSettings use (Bug #12134)
- Properly fixed later by Alistair Buxton
- Fix some warnings about using NULL (Bug #11663)
- Limit prefs dialog tab width to range allowed by schema (Bug #12055)
- Don't show hidden GSV languages (Bug #12043)
- Encode filenames passed to DBus as UTF-8
- Translation updates: Albanian, Arabic, Asturian, Basque, Bulgarian,
Catalan, Chinese (China), Chinese (Taiwan), Croatian, Czech, Danish, Dutch,
English (Australia), English (United Kingdom), Finnish, French, Galician,
German, Greek, Hebrew, Hungarian, Icelandic, Indonesian, Italian, Japanese,
Kazakh, Korean, Lithuanian, Malay, Norwegian Bokm?l, Norwegian Nynorsk,
Occitan, Polish, Portuguese, Portuguese (Brazil), Romanian, Russian, Serbian,
Slovak, Slovenian, Spanish, Swedish, Telugu, Thai, Turkish, Ukrainian, Uyghur
2018-10-23 11:54:14 +02:00
|
|
|
share/locale/nn/LC_MESSAGES/mousepad.mo
|
2015-04-21 10:56:37 +02:00
|
|
|
share/locale/oc/LC_MESSAGES/mousepad.mo
|
2007-04-12 11:45:01 +02:00
|
|
|
share/locale/pl/LC_MESSAGES/mousepad.mo
|
2015-04-21 10:56:37 +02:00
|
|
|
share/locale/pt/LC_MESSAGES/mousepad.mo
|
2007-04-12 11:45:01 +02:00
|
|
|
share/locale/pt_BR/LC_MESSAGES/mousepad.mo
|
2015-04-21 10:56:37 +02:00
|
|
|
share/locale/ro/LC_MESSAGES/mousepad.mo
|
2007-04-12 11:45:01 +02:00
|
|
|
share/locale/ru/LC_MESSAGES/mousepad.mo
|
|
|
|
share/locale/sk/LC_MESSAGES/mousepad.mo
|
Update mousepad to 0.4.1.
This is a maintenance release feature only bug fixes (long awaited).
- Fix crash when dragging tab to root window (Bug #13336)
- Fix the signal definition of user-set-language (Bug #13630)
- Prevent a weird cycle in GSettings use (Bug #12134)
- Properly fixed later by Alistair Buxton
- Fix some warnings about using NULL (Bug #11663)
- Limit prefs dialog tab width to range allowed by schema (Bug #12055)
- Don't show hidden GSV languages (Bug #12043)
- Encode filenames passed to DBus as UTF-8
- Translation updates: Albanian, Arabic, Asturian, Basque, Bulgarian,
Catalan, Chinese (China), Chinese (Taiwan), Croatian, Czech, Danish, Dutch,
English (Australia), English (United Kingdom), Finnish, French, Galician,
German, Greek, Hebrew, Hungarian, Icelandic, Indonesian, Italian, Japanese,
Kazakh, Korean, Lithuanian, Malay, Norwegian Bokm?l, Norwegian Nynorsk,
Occitan, Polish, Portuguese, Portuguese (Brazil), Romanian, Russian, Serbian,
Slovak, Slovenian, Spanish, Swedish, Telugu, Thai, Turkish, Ukrainian, Uyghur
2018-10-23 11:54:14 +02:00
|
|
|
share/locale/sl/LC_MESSAGES/mousepad.mo
|
|
|
|
share/locale/sq/LC_MESSAGES/mousepad.mo
|
2015-04-21 10:56:37 +02:00
|
|
|
share/locale/sr/LC_MESSAGES/mousepad.mo
|
2007-04-12 11:45:01 +02:00
|
|
|
share/locale/sv/LC_MESSAGES/mousepad.mo
|
2015-04-21 10:56:37 +02:00
|
|
|
share/locale/te/LC_MESSAGES/mousepad.mo
|
|
|
|
share/locale/th/LC_MESSAGES/mousepad.mo
|
2007-12-07 20:43:19 +01:00
|
|
|
share/locale/tr/LC_MESSAGES/mousepad.mo
|
2015-04-21 10:56:37 +02:00
|
|
|
share/locale/ug/LC_MESSAGES/mousepad.mo
|
2007-04-12 11:45:01 +02:00
|
|
|
share/locale/uk/LC_MESSAGES/mousepad.mo
|
|
|
|
share/locale/zh_CN/LC_MESSAGES/mousepad.mo
|
|
|
|
share/locale/zh_TW/LC_MESSAGES/mousepad.mo
|
xfce4-mousepad: update to 0.5.0
Change log:
0.5.0
======
- Bump required GTK+ in `mousepad-prefs-dialog.ui` (#78)
- Fix an oversight in updating actions state (#76)
- Remove TODO file (#74)
- Ensure that opening modes are excluded from translation
- Translation Updates:
Albanian, Bulgarian, Chinese (China), Dutch, French, German, Greek,
Hebrew, Indonesian, Italian, Norwegian Bokmål, Portuguese,
Portuguese (Brazil), Slovenian, Spanish, Japanese
0.4.90
======
Release candidate for upcoming stable version 0.5.
- Dependency Changes:
- GLib >= 2.45.8
- GTK+ >= 3.20
- GtkSourceView >= 3.24
- GTK+ 2 support has been removed
- GtkSourceView 2 support has been removed
- New Features:
- Add keybindings to show the menubar temporarily when hidden
- Add command line option and setting for file opening mode
- Improve encoding dialog
- Add regex search
- Discontinued Features
- multi-select (GTK+ 2)
- Appearance Changes
- Replace `$HOME` with a tilde in displayed filename
- Add new default keybindings and reveal some hidden ones
- Search bar tweaks
- Make tabs expanded for consistency with other Xfce programs
- Add copyright and license info to About dialog
- Improve label texts of "Find and Replace" dialog and search bar
- Make the statusbar smaller
- Add new app icon and switch to reverse DNS name
- Save the state of the "highlight all" button in the search bar
- Update window title of Find and Replace dialog
- Add "Wrap around" check box to Find and Replace dialog (Bug #11290)
- Infer filetype from shebang line (Bug #10514)
- Show info when Templates directory does not exist (Bug #10486)
- Code Refactoring
- Restore the use of the file `accels.scm`
- Code refactoring around saving and restoring window geometry
- Improve save-related actions
- Fully switch to GtkApplication
- Avoid deprecation warnings 5: CSS related
- Avoid deprecation warnings 4: GtkUIManager and GtkAction
- GtkStock
- Avoid deprecation warnings 2: miscellaneous
- Avoid deprecation warnings 1: alignment and padding
- Avoid compilation warnings other than deprecation
- Remove support for GTK+2
- Switch to README.md and foreign automake mode
- Add basic GitLab pipeline
- Bug Fixes:
- Remove README.md from DISTCLEANFILES, it's not generated
- Fix crash when dragging tab to GSV widget
- Change GtkTextView wrap mode to GTK_WRAP_WORD_CHAR
- Initialize the recent manager if needed at startup
- Prevent search bar from overlapping the document
- Properly disconnect signal handlers
- Fix make distcheck
- Fix color modifications in search entries
- Do not open an empty document when encoding failed
- Do not search for previously selected text
- Update search field with selected text
- Bug #16717: Move from exo-csource to xdt-csource
- Remember last save location (Bug #14165)
- Use g_get_user_dir to get Templates directory (Bug #11048)
- Sync remaining menu actions to their settings (Bug #11046)
- Install appstream in metainfo folder (Bug #11200)
- Add appdata file (Bug #11200)
- Fix building with `--enable-dbus --disable-gtk3`
- Change visibility of fullscreen bars after small delay (Bug #9735)
- Fix return type of fullscreen settings (Bug #9735)
- Translation Updates:
Albanian, Arabic, Armenian (Armenia), Basque, Belarusian, Bulgarian,
Catalan, Chinese (China), Chinese (Taiwan), Croatian, Czech, Danish,
Dutch, Eastern Armenian, English (Australia), English (United
Kingdom), Estonian, Finnish, French, Galician, German, Greek, Hebrew,
Hungarian, Icelandic, Indonesian, Interlingue, Italian, Japanese,
Kazakh, Korean, Lithuanian, Malay, Norwegian Bokmål, Norwegian
Nynorsk, Occitan (post 1500), Polish, Portuguese, Portuguese
(Brazil), Romanian, Russian, Serbian, Slovak, Slovenian, Spanish,
Swedish, Telugu, Thai, Turkish, Ukrainian, Uyghur
2020-12-01 06:11:53 +01:00
|
|
|
share/metainfo/mousepad.appdata.xml
|
xfce4-mousepad: update to 0.4.2
(This is part of meta-pkgs/xfce4. Ride previous bump there.)
Change log:
0.4.2
======
- Port to GDBus (Bug #14337)
- Show full path in window title by default (Bug #2896)
- Reset modification time when new filename is set (Bug #10498)
- Do not overwrite view settings when opening encoding dialog (Bug #12298)
- Make dialog windows modal only for parent window (Bug #10488)
- Add string to translation (Bug #11049)
- Selecting a font via menu now disables system font (Bug #12773)
- Check for exo-csource in maintainer mode (Bug #12719)
- New line can't be printed in status bar (Bug #11050)
- Do not move text cursor when searching backwards (Bug #14942)
- Fix gravity of selection end mark (Bug #10986)
- Missing line in dbus.h, found typo in window.h (Bug #10583)
- Append a newline char at EOF when saving (Bug #4824)
- Do not core dump on silly errors, just exit (Bug #12413)
- Fix gtksourceview warnings/errors (Bug 11663)
- Only set template filetype when detected (Bug #15314)
- Replace deprecated style properties in MousepadCloseButton (Bug #13114)
- Fix Tab mode and Home/End Keys in preferences dialog (Bug #15075)
- Fix language guess function (Bug #15141)
- Read system font from xfconf property (Bug #12485)
- Add pkexec policy (Bug #11088)
- Fix g_type_class_add_private is deprecated
- Set intltool minimum version
- Bump minimal required glib
- Translation Updates: Albanian, Arabic, Asturian, Basque, Belarusian,
Bulgarian, Catalan, Chinese (China), Chinese (Taiwan), Croatian, Czech,
Danish, Dutch (Flemish), English (Australia), English (Great Britain),
Finnish, French, Galician, German, Greek, Hebrew, Hungarian, Icelandic,
Indonesian, Italian, Japanese, Kazakh, Korean, Lithuanian, Malay,
Norwegian Bokmål, Norwegian Nynorsk, Occitan, Polish, Portuguese,
Portuguese (Brazilian), Romanian, Russian, Serbian, Slovak, Slovenian,
Spanish, Swedish, Telugu, Thai, Turkish, Ukrainian, Uyghur
2019-08-17 22:28:32 +02:00
|
|
|
share/polkit-1/actions/org.xfce.mousepad.policy
|