Robotips / uConfig

Datasheet pinout extractor from PDF and library Stylizer for Kicad.
GNU General Public License v3.0
516 stars 58 forks source link

[uconfig_gui] Made the FilePage to remember to the last selected file #17

Closed martonmiklos closed 5 years ago

martonmiklos commented 5 years ago

After opening a file with the FilePage next time the same path will be opened with the file browse dialog.

This PR also enabling c++11 in the pro file as discussed in the #19

sebcaux commented 5 years ago

Hi, thanks for this PR. Travis fail because it use Qt5.2 : I want to keep Qt5.2 compatibility for old systems. Q_ENUM macro appears in Qt5.5, so is it possible to remove this statement ?

martonmiklos commented 5 years ago

Yes we can live without this QMetaEnum based solution, just I thought it is going to be more elegant this way. I will get a Qt 5.2 copy for development to prevent these errors.

martonmiklos commented 5 years ago

I have enabled C++11 for the GUI project, so it shall be OK now.

sebcaux commented 5 years ago

Can you please remove C++ pro option and temporary brew option fix?

martonmiklos commented 5 years ago

It should be mergable by now!