BOSSoNe0013 / track-o-bot

The friendly Hearthstone Tracker (Linux port)
https://trackobot.com
GNU Lesser General Public License v2.1
39 stars 6 forks source link

Another batch of updates i had stored #74

Closed angrylinuxuser closed 7 years ago

angrylinuxuser commented 7 years ago

-Refactoring of WineBottle ( WB is singleton now so we dont process all wine registry multiple times, and few other changes ) -Ignore all qtcreator project settings files -Add icons for system tray menu -Update Polish translation

PS. i was thinking of using QScopedPointer in LinuxWindowCapture class to avoid future errors and reduce if-else. Should i do it or do we leave it as is?

BOSSoNe0013 commented 7 years ago

Good job @angrylinuxuser ! You can move to QScopedPointer, good idea. Thx