Artur Wrona
Artur Wrona
If my contribution waits to merge so I'll else implement adding extension. I would like make my code perfect.
Sorry. These contributions are first in my life, so sometimes I'm making some mistakes. I was asked to update this pull request instead create new. I don't know if I...
What do you think about replace function "QString FileDialog::addDefaultExtensionSuffix(const FileType fileType)" from private into public (filedialog.h). If possible, switch case loop inside "void ImportExportDialog::init() " will not necessary, because possible...
I reviewed @scribblemaniac's commits. I think, that this solution about default export path is the best. In my humble opinion, this commit could be merged. Refactoring of FileDialog::dafaultFileName makes this...
So about my submission. I found, that functions QString FileDialog::getLastSavePath(FileType fileType) and QString FileDialog::getLastOpenPath(FileType fileType) in file filedialog.cpp return default path if object setting will not find key Animation (always...
Please check if I synced my fork correctly. It was my first contribution, so thank you for advises. Thank you for improve my first contribution – is cleaner than mine.
I made a simple example in cpp and c: code in c and c++: ```cpp #include #include int main() { printf("TRUE: %i", TRUE); printf("FALSE: %i", FALSE); return 0; } ```...
I'm trying to ressurect fifth. I fascinated with fltk because is lightweight and good for older PC. I think about make desktop environment based on fltk, and fifth would be...
BTW I don't know, why adding ```#include ``` or similar, doesn't fix this issue, so way of headers is utypes.h -> umachine.h . listing of line 214-228 of umachine.h ```cpp...
> Just curious, what use cases do you have with webkitfltk? A propos your question, fifth browser was very good browser, because is very simple. I ran fifth, but I'm...