Re: einige Fragen zu „meld“

2018-10-08 Thread Vasily Galkin via meld-list
hallo ich kann nicht deutsche sprechen, denn ich nicht verstehen Sie. benutzen Sie ein google translate (german-english) fur verstehen, bitte google translate ist arbeitet schlecht, benuttzen einfach der Satz. Meld is an opensource free software. There is unofficial 3.19.0 build for macOS High

Re: newest master commit c095b3be6d515c226495cbc8dc0c89d410102606 not running

2019-01-08 Thread Vasily Galkin via meld-list
Hi, I tried it with Debian testing and got the same problem: File "meld/meldapp.py", line 90, in do_command_line window.append_new_comparison() File "meld/meldwindow.py", line 530, in append_new_comparison doc = NewDiffTab(self) File "meld/newdifftab.py", line 76, in __init__

Re: Use translations in Windows

2019-08-21 Thread Vasily Galkin via meld-list
As far as I know the meld installed from meld installer on Windows doesn't support changing locales for several different reasons: - translation libraries (at least libintl) are not fully inited - translations data is not fully installed. However the info above is based on quite old

Re: Developing in Windows

2019-10-13 Thread Vasily Galkin via meld-list
Hi! Almost all features exept translations can be used & developed on windows. I have a corresponding local install, but I'm not sure that I exactly remember all steps. Here is steps which I remember: 1. install msys2 from https://www.msys2.org/ After installation it provides 3 environments: **

Re: Redesign of start screen

2020-04-02 Thread Vasily Galkin via meld-list
I've just copied your mockup to gitlab to https://gitlab.gnome.org/GNOME/meld/-/issues/73#note_757776 > I already mockuped a start page. i think it was on launchpad but I can't find > it anymore. > > I don't think your two vs three way checkbox is usefull. Just check if the > third field is

Re: Redesign of start screen

2020-04-02 Thread Vasily Galkin via meld-list
There most similar existing issue is https://gitlab.gnome.org/GNOME/meld/-/issues/73 > Hello again! > > This thing started to > interest me, and although I'm not a designer, I still decided to make a > small mockup to play with the idea, what the start screen should look > like. > > Linked

Re: new contributor

2020-08-14 Thread Vasily Galkin via meld-list
> I've submitted the merge-request, the fix seems to work as expected, however > I noticed that the pipeline failed, even though it seems to be the same code > as the forked repo. Is there some setting up in gitlab I needed to do for > that to work? > > Regards,Adam Looking into

Re: new contributor

2020-08-05 Thread Vasily Galkin via meld-list
Hello! In short: to get dependencies install Msys2 on windows and install its packages: pacman -S mingw-w64-i686-python3-cx_Freeze mingw-w64-i686-python3-gobject mingw-w64-i686-python3-pytest mingw-w64-i686-gtksourceview4 mingw-w64-i686-gsettings-desktop-schemas glib2-devel intltool In more

Re: Windows dev environment

2020-08-16 Thread Vasily Galkin via meld-list
Hello. I've some limited experience in debugging some meld problems. I found that there is a some share of bugs where interactive debugging wasn't useful for investigating problem. This includes: - Problems depenedent on stratup method/environment. For example some problems were specific to

Re:Windows dev environment

2020-08-16 Thread Vasily Galkin via meld-list
Unforunately my python experience is quite limited. I performed bug-fixing in existing python code and created single-file python scripts from scratch. I never created more-than-one-file python appliation from scratch. So the description below can't be treated as general-purpose guide to