@sgrogan what about Qt 4.8.7 in LibPack? Make that 6) The Ubuntu PPA 14.04 uses 4.8.6. I have a sorta personal goal of keeping the PPA and Win snapshots in sync, as much as possible, but it is certainly not a requirement. I think that the most interesting change in 4.8.7 would be QTBUG-43413 I saw ...
Hi, this is the first batch of Qt5 compatibility changes. This changes are Qt4/Qt5 neutral (they do not use features specific to a particular Qt version). Compilation and linking tested with: 1. Qt 4.8.7, GCC 5.3.1 - 64-bit 2. Qt 4.8.6 MSVC 2013 - 64-bit 3. Qt 5.5.1 GCC 5.3.1 64-bit 4. Qt 5.5.1 MSVC...
Hi, here is some progress on Qt5 port. Pre-pre-pre-pre alpha ;) pyside2_hello_linux.png freecad_qt5_first_start.png OS: Debian GNU/Linux unstable (sid) Word size of OS: 64-bit Word size of FreeCAD: 64-bit Version: 0.16.6156 (Git) Build type: Debug Branch: qt5-transition-1 Hash: fc8301826a4a9924b9c4f...
Hi wmayer! Thanks for taking the time and giving such a great answer! :) In order to continue the Qt5 port you can comment out the keyword "virtual". The moc file should then compile. But be careful: this is not a fix and you will get undefined behaviour at runtime. After removing virtual everything...
Hi, while porting the source code to Qt5 I got stuck at this error: [ 24%] Building CXX object src/Gui/CMakeFiles/FreeCADGui.dir/propertyeditor/PropertyItem.cpp.o In file included from /home/f3nix/devel/freecad/my_freecad_qt5/FreeCAD/src/Gui/propertyeditor/PropertyItem.cpp:2603:0: /home/f3nix/devel/...
Hi, Merged. Thanks! :) How do you catch these Qt3 support issues? By not setting QT3_SUPPORT the compiler still doesn't report the deprecated method names. Or do you get them by trying to link against Qt5? I've been playing with Qt5 recently. https://github.com/f3nix/FreeCAD/commits/qt5-transition-1...
Hi, The following changes since commit 3bbddc867575a83ed01c8879cb20da7535ffb420: Drawing: Added python feature to ViewProviderDrawingView - fixes #2276 (2015-12-23 17:03:46 -0200) are available in the git repository at: https://github.com/f3nix/FreeCAD.git small-fixes-2 for you to fetch changes up t...