- Feb 19, 2016
-
-
Don Gagne authored
-
dogmaphobic authored
-
- Feb 18, 2016
-
-
dogmaphobic authored
Download Speed Tweaks (+2 squashed commits) Squashed commits: [ff0ef7e] Cleanup (remove OpenStreetMap) [370fa1d] Done (+25 squashed commits) Squashed commits: [9f3368f] Need to check how many instances of MapEngine are active. [d557eac] Download Optimization [392f50a] Almost there. Trying to optimize download. [a49d1d2] Settings [a94be97] Mostly there. Needs to finish options and map thumbnail. [38d5a0b] Downloading tiles and deleting sets [81101b9] More UI Work [c597d4b] Downloading tiles [a815e35] Get rid of OpenMaps [7e177ea] More reorg [fa6b671] Start handling create tile set Fix signal order when creating fetch tile task [2a31f4d] Refactoring [268b906] Renaming things [947d66e] Fix resource load error. [19e2de8] Adding MapBox [c73e627] Preparing download [87bbf22] UI Tweaks [3c32a86] A lot of UI code done. [ece8ce2] Starting to deal with tiles [7f387bc] Save tile set [f66f343] Adding more code [4de3418] Working [f0cc25d] Done for the night. [2d1d86e] Added SQL database for holding out own tile cache. [d405a87] Convert to camel case as this has been driving me nuts.
-
- Feb 14, 2016
-
-
Don Gagne authored
Removed incorrect Vehicle.altitudeWGS84
-
- Feb 12, 2016
-
-
Nate Weibley authored
-
Don Gagne authored
-
Don Gagne authored
Plumb through initial object mode on Vehicle
-
- Feb 04, 2016
-
-
dogmaphobic authored
-
- Jan 20, 2016
- Jan 17, 2016
-
-
Don Gagne authored
Add scroll height indicators to Flickable
-
- Jan 16, 2016
-
-
Don Gagne authored
-
- Jan 15, 2016
- Jan 14, 2016
-
-
Don Gagne authored
Also show QGC position on map
-
- Jan 12, 2016
-
-
dogmaphobic authored
-
Don Gagne authored
-
- Jan 11, 2016
-
-
Don Gagne authored
-
- Jan 10, 2016
-
-
dogmaphobic authored
-
nopeppermint authored
-
- Jan 09, 2016
-
-
dogmaphobic authored
-
- Jan 05, 2016
-
-
Tomaz Canabrava authored
Signed-off-by:
Tomaz Canabrava <tomaz.canabrava@intel.com>
-
Don Gagne authored
Selected flight mode is controller by firmware. Use selecting flight mode cannot set the check, or it will be wrong if firmware declines change.
-
Tomaz Canabrava authored
gcc 4.8 seems to have a problem with connections directly to a QPointer. also, cleared a unused call wich resulted in error on OSX Signed-off-by:
Tomaz Canabrava <tomaz.canabrava@intel.com>
-
Tomaz Canabrava authored
Signed-off-by:
Tomaz Canabrava <tomaz.canabrava@intel.com>
-
Tomaz Canabrava authored
We rely in Qt 5.4+ Signed-off-by:
Tomaz Canabrava <tomaz.canabrava@intel.com>
-
Tomaz Canabrava authored
Also, changed an if(true) then true; else false; code Signed-off-by:
Tomaz Canabrava <tomaz.canabrava@intel.com>
-
Tomaz Canabrava authored
We there relying on the old Sygnal Slot sintax, but QWidget didn't had one of it's children methods. pass the children directly. Signed-off-by:
Tomaz Canabrava <tomaz.canabrava@intel.com>
-
Tomaz Canabrava authored
Now I'v discovered a Slot that returns a bool, this is not very good because Qt expects a slot to have the same return type as the signal, void, always. Signed-off-by:
Tomaz Canabrava <tomaz.canabrava@intel.com>
-
Tomaz Canabrava authored
Signed-off-by:
Tomaz Canabrava <tomaz.canabrava@intel.com>
-
dogmaphobic authored
-
- Jan 02, 2016
-
-
dogmaphobic authored
-
- Dec 29, 2015
-
-
dogmaphobic authored
-
- Dec 28, 2015
-
-
Don Gagne authored
-
- Dec 25, 2015
-
-
Gus Grubba authored
-
Don Gagne authored
-
- Dec 24, 2015
-
-
Don Gagne authored
-
- Dec 23, 2015
-
-
Anselmo L. S. Melo authored
There are many ways of iterating over lists in C++/Qt. In the specific case of QStrings, it is known [1] that using foreach with const references avoids the creation of new QString objects in each iteration, reducing the time consumed by the loops. [1] https://blog.qt.io/blog/2009/01/23/iterating-efficiently/ Signed-off-by:
Anselmo L. S. Melo <anselmo.melo@intel.com>
-
- Dec 18, 2015
-
-
Pritam Ghanghas authored
that was connected to showNormal, which always led to a smaller minimized window irrespective of whether the applicaton was full screen or not. Now it checks and always returns to maximized.
-
Don Gagne authored
-