Conversation
Notices
-
@hikerus The windows version is outdated, you have to compile it yourself (through qt creator), I do not have windows anymore, so I have not updated that package in a long time.
It is probably bad that I have not maintained that package. I'll see if I can update it tonight or during the weekend at the latest. I'll create a VM that I can compile the package in.
Keep in mind that there might be a SSL issue when you compile it from source on windows, this is a known problem, if you get that then you have to manually get a dll and copy it next to the .exe . see here for details:
https://stackoverflow.com/questions/18894056/error-creating-ssl-context-qt
if you compile the latest then you get a lot of new features, including the specific one you asked about.
I'll let you know as soon as the package is updated.
I'm glad the first impression was nice! If you find anything you do not like or would like to have another way - feel free to tell me or file a bug on gitlab.
-
@hikerus got my windows VM up and running, I'll try and get a new compile uploaded tomorrow, I'm running out of time tonight (took forever to get the VM up and running to a workable state, since windows forces all kinds of updates and crap when it has not been booted for months).
-
@hikerus Could you test the build I've linked to here?
I have put together the latest build, and I have tested it as best I can on my end, but I want you to test one time if possible before I clean it up and release it.
Just grab the zip, unzip to whatever folder you want and run yaics.
If there is any issues - just let me know.
https://stigatle.no/owncloud/index.php/s/fcRjBGk0jDJg236
-
Ok, thank you. The reply button works on my end (I test in windows 10 x64).
I do not have windows 7 installed for debugging yet.
I do get the crash on windows when exiting when I have the system icon enabled, so I can debug that one first. (when I do not have system icon enabled it exits without throwing a error).
-
Ah okay, I will play around with the timelines my self too, and see if I can trigger that last issue. The strange thing is that it does not crash when I run it through qt creator's debugger, only when I run it 'standalone', so it'll be a pain to debug, but I'm sure I'll find the cause.
The translations are done by others, QT has some nice translation files that makes it easy to do. Also yaics picks the locale you have automatically (you can also force it throug command line)..
See translation files here:
https://gitlab.com/stigatle/yaics/blob/master/translations/yaics_de.ts
-
@hikerus The icon should now work.
I have uploaded a new zip with this fix..
https://stigatle.no/owncloud/index.php/s/5EeajIKt5jWCrEB
The timeline error is most likely if you hit reply without closing yaics after altering the settings or something like that, I'll check on that a bit later today.
If you do not mind - download the zip above, and test it once more.
If that works for you on your end then I can push the fix etc later today,tag a new release, and upload the precompiled windows version (also update the .deb package).
-
@hikerus I think the window size for that is not something that gets stored.
I have to add it to the settings, and read out when the window is created, I'll get that one fixed too. Important with improvements like that.
-
it seems to me that the buttons does not follow all the way to the left if a 'preview' image has been loaded in the timeline. It worked fine for me until a image was loaded. I know why it happens, just need to figure out a way to fix it.
I kinda feel like just moving the buttons so that they are always on the left side of the window, and not follow the edge on the right side.
Doing it that way the buttons is always in the same place regardless of the window size, I think that makes more sense then how it is currently.
-
Thanks for testing and mentioning the things you did, I'll fix the status window size and a couple of other bugs over the weekend.
Feels nice to code on #yaics again.
I have filed the bugs here:
https://gitlab.com/stigatle/yaics/issues
-
@hikerus , @morph - fixed so that it stores\loads the statuswindow size after you resize it now. :)
I have pushed the changes to the repo.
I'll put up new packages tomorrow night, my son's birthday is tomorrow, so for the rest of the night now I'm busy packing gifts and tomorrow we celebrate :)
-
No worries, I enjoy coding :) And especially when I see people use the things I work on. // @morph