summaryrefslogtreecommitdiff
path: root/quacker/main.cpp
AgeCommit message (Collapse)Author
2019-07-21Throw a version check around HiDPI attribute...which was only introduced in ↵John Fultz
Qt 5.6.
2019-07-21Add support for screen scaling under Windows/Linux.John Fultz
Seems that, unless you tell it to specifically, Qt insists on dealing with physical pixels instead of screen-scaled coordinates. So, i.e., on my 200%-scaled HiDpi display, everything was looking pretty small.
2019-02-04After discussion with Jason/John, add myself as a copyright holder.John Fultz
Also, extend copyright to 2019.
2014-12-10Implement FileOpen eventJohn Fultz
This allows Quackle to respond to system file open events. So, if .gcg is associated with Quackle, then double-clicking a .gcg file will now make it open in Quackle (whether it's running or not). And drag and drop, etc. This definitely fixes issues trying to open files with double-click on Mac. Windows doesn't have the .gcg association set up yet, so code is untested there, but it should be platform independent.
2014-09-02Change GPL file headers to v3.John Fultz
Not a very interesting commit...only changes in comments.
2013-08-25Initial git commit.Jason Katz-Brown