Maksym Gryb

Results 10 comments of Maksym Gryb

I was thinking of something similar to what they have in the google code standard for C++: https://google.github.io/styleguide/cppguide.html Basically so that things would be more easily readable through multiple different...

I agree entirely with you @jaked122 , the naming conventions should be the primary concern at the time being. I was thinking of these few things - though some have...

Oh wow, you're damn right, I feel like an idiot overlooking this important detail. This introduces a HUGE memory leak! I'll have to look at my compiler, I thought I...

Yeah, don't worry about that, I know how to properly manage C++ memory. I must've just had some sort of brain fart I guess. :/ But what I do not...

Ok well, I guess I screwed up the organization on this. The last few commits were supposed to be in a different pull request...

So currently, the style-sheet is not loaded automatically, since the only style-sheet there is is DarkTheme and I don't want to change the default look of DT. Instead, under the...

Thanks. I know the actual style-sheet is nowhere near completion (although I've made a lot of progress by going from 100 to 30 lines for achieving exactly the same effect;...

I realized that when you load a file into the resources through `resources.qrc`, the Qt application (in this case DT) will load it once into memory, on program load, and...

I'm almost done with the dark theme, should be decently completed by tomorrow. I implemented it in a very simple and versatile way so that you can create a separate...

https://github.com/splintermind/Dwarf-Therapist/pull/308 Though I was far more optimistic when I was actually working on this. At the time, because over the years there have been different ways for generating the different...