Paolo Stivanin

Results 86 comments of Paolo Stivanin

Yep, makes sense :) I'll prepare a PR by the end of the day with all the fixes :+1:

there are many tools available on Linux to sync/copy files, no need to implement something here

Hello! There are only 2 files that need to be copied/synced: * `otpclient.cfg` (located either [here](https://github.com/paolostivanin/OTPClient/blob/caafce706cc7740cb9a08a5a22deabed22b4490a/src/app.c#L139) or [there](https://github.com/paolostivanin/OTPClient/blob/caafce706cc7740cb9a08a5a22deabed22b4490a/src/app.c#L145)) * the database (located either [here](https://github.com/paolostivanin/OTPClient/blob/caafce706cc7740cb9a08a5a22deabed22b4490a/src/app.c#L137) or [there](https://github.com/paolostivanin/OTPClient/blob/caafce706cc7740cb9a08a5a22deabed22b4490a/src/app.c#L576)) To be honest, I...

I think there are 2 major issues with what you'd like to achieve: 1. it's likely that each app is using it's own DB format internally. Usually, the exported file...

Since there is some interest, I've reopened the issue. Let's see where we get :)

The only thing I could implement from my side is syncing to a network service. Then it would be up to the user to deal with importing & co. Since...

rough mock-up about what it could be: ![test](https://user-images.githubusercontent.com/1040943/180932375-c1c7db68-a82f-4383-a2b6-02b54b63935f.png)

``` src/ui/otpclient.ui:121: src/ui/otpclient.ui:256: src/ui/otpclient.ui:349: src/ui/otpclient.ui:411: src/ui/otpclient.ui:575: src/ui/otpclient.ui:882: src/ui/otpclient.ui:1001: ```

``` (OTPClient:8511): GLib-GObject-WARNING **: 22:49:47.368: The property GtkWidget:margin-left is deprecated and shouldn't be used anymore. It will be removed in a future version. (OTPClient:8511): GLib-GObject-WARNING **: 22:49:47.368: The property GtkWidget:margin-right...

`gtk_widget_show_all()` has been removed, widgets are visible by default now