4617211a8f
I#2011 - backup-restore: Verify backup file integrity after backup
...
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/2011
2022-10-07 10:14:17 +02:00
643224f937
I#1307 - backup-restore: Handle user settings through GSettings, not DConf
...
This helps to save user settings when running as Flatpak, where the `dconf`
command line tool is not available (and where the GSettings can work with
any backend, not only with the DConf backend).
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1307
2021-06-15 12:21:45 +02:00
48924c88d1
I#1139 - backup-restore: Fails to find source registry's D-Bus service name
...
Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/1139
2020-10-08 15:07:06 +02:00
0f0fd768f6
Prefer GSlice over heap allocation for short-lived structures
...
It might be quicker to use GSlice than to allocate new memory on the heap,
thus let's try to benefit from it.
2020-01-21 23:12:48 +01:00
3e8bfe0a72
I#568 - Set GtkLabel's width-chars when using line-wrap
...
Closes https://gitlab.gnome.org/GNOME/evolution/issues/568
2019-08-08 17:19:23 +02:00
78fcbedf43
Use Unicode triple-dots in translatable strings
2019-08-02 13:40:23 +02:00
c8485f4bf9
Change path where backup/restore searches for the .running file
...
It had been looking for it in the data dir, aka ~/.local/share/evolution/,
bug evolution stores it in the config dir, aka ~/.config/evolution/.
2019-06-03 14:20:28 +02:00
6cde71f954
I#165 - [Flatpak] Use GtkFileChooserNative for Flatpak portals support
...
Closes https://gitlab.gnome.org/GNOME/evolution/issues/165
2018-11-30 12:25:02 +01:00
65f7ba867d
Bug 228772 - Allow to specify a default language for a given identity
...
Closes https://bugzilla.gnome.org/show_bug.cgi?id=228772
2018-10-08 19:05:54 +02:00
3b986fa03e
Bug 790326 - [evolution-backup] Allow running without GUI/DISPLAY
2017-11-15 09:25:14 +01:00
65e6562eca
Remember back up file extension and default to .tar.gz again
...
The default had been .tar.xz, but as claimed in [1], it makes back up
significantly slower with not much gain on the back up file size. This
change adds a setting to remember what file type had been used the last
time and it is reused the next time the back up is invoked.
[1] https://bugzilla.redhat.com/show_bug.cgi?id=1491024
2017-09-14 17:18:55 +02:00
293abcbd7d
Provide e_alert_bar_submit_alert() to avoid code duplication
...
Most of the EAlertSink implementors use EAlertBar to present those
alerts and all of these had almost identical code to deal with it.
The added function is for these implementations to share the code.
2017-07-25 15:46:17 +02:00
f582dae7c0
Bug 783987 - Mail account assistant/editor too tall for small resolution
2017-06-20 18:57:37 +02:00
df204d46c2
Bug 779907 - Backup file name extension not updated after switching file filter
2017-03-20 19:04:29 +01:00
23a9a15ba6
Correct some backup/restore translatable strings
...
Backup/restore doesn't operate with folders, but with files.
2016-12-01 13:43:19 +01:00
bc5f32786d
Bug 774377 - Use Unicode in translatable strings
...
See https://developer.gnome.org/hig/stable/typography.html
2016-11-23 18:23:38 +01:00
68e0fa18bf
Bug 774156 - [backup-restore] Offer .tar.xz if 'xz' available
2016-11-10 18:23:04 +01:00
37a26b621d
Rename SHARE_INSTALL_DIR to SHARE_INSTALL_PREFIX
...
That seems to be the correct (common) variable name. Also ensure
the folders will not be empty.
2016-10-13 09:56:58 +02:00
d17f923f92
Reorganize directory structure
...
Let's have it as it's common to be, which means top level src/ for
sources, single data/ for data, and so on.
2016-10-11 19:30:18 +02:00