PT_Dreamer
|
adba241131
|
Merge branch 'next' of ssh://git.openpilot.org/OpenPilot into pt/CC3D_Release
Conflicts:
ground/openpilotgcs/src/plugins/opmap/opmapgadgetwidget.cpp
|
2012-08-21 14:51:50 +01:00 |
|
PT_Dreamer
|
fa465c54a8
|
Merge branch 'next' of ssh://git.openpilot.org/OpenPilot into next
Conflicts:
ground/openpilotgcs/src/plugins/config/input.ui
|
2012-08-21 14:46:16 +01:00 |
|
PT_Dreamer
|
e7a7a30e19
|
GCS-Created new command line option to allow choosing the config file
to use. This is a last resort option to mac problems displaying the
initial dialog.
|
2012-08-21 14:41:53 +01:00 |
|
PT_Dreamer
|
0c240cffa5
|
GCS/OPMap- Change one of the function names to proper camelcase
|
2012-08-20 16:21:12 +01:00 |
|
PT_Dreamer
|
56b094abab
|
GCS/OPMap - Changed the date of the license header on both the lib and plugin
|
2012-08-20 16:10:17 +01:00 |
|
James Cotton
|
4a0d43cb54
|
GCS: When PipX is detected do not make it the active configuration tab to prevent the dialog about dirty tabs appearing.
Conflicts:
ground/openpilotgcs/src/plugins/config/configgadgetwidget.cpp
|
2012-08-19 21:20:18 -05:00 |
|
PT_Dreamer
|
83097ecffb
|
GCS/OPMap- bumped up the QPixmap max cache value
|
2012-08-19 01:43:49 +01:00 |
|
PT_Dreamer
|
42119f8d67
|
GCS/OPMap- UAVItem - removed everything that doesn't belong
on the paint function
|
2012-08-19 01:40:05 +01:00 |
|
PT_Dreamer
|
4b8bfcb997
|
GCS/OPMap - Changed several foreach chield methods to signal/slot
|
2012-08-18 23:04:31 +01:00 |
|
PT_Dreamer
|
2a4c54a073
|
Revert "Fixed several compile warning complaints."
These touch much more than the map lib and plugin so they should
be base on next and sent for review
This reverts commit ca4fbd5102 .
|
2012-08-18 20:09:04 +01:00 |
|
PT_Dreamer
|
c6706ce6b2
|
Merge branch 'pt/MapEnhancements' of ssh://git.openpilot.org/OpenPilot into pt/MapEnhancements
Conflicts:
ground/openpilotgcs/src/libs/opmapcontrol/src/mapwidget/uavitem.cpp
|
2012-08-18 20:01:32 +01:00 |
|
PT_Dreamer
|
f56b4b8a9b
|
GCS/MapLib - Switched to a signal slot aproach on several functions which need
to be propagated.
|
2012-08-18 18:07:39 +01:00 |
|
Laura Sebesta
|
ca4fbd5102
|
Fixed several compile warning complaints.
|
2012-08-18 14:18:10 +02:00 |
|
Laura Sebesta
|
b7298f890f
|
homeitem.cpp fixed to erase the safe area when turning off ShowSafeArea.
|
2012-08-18 09:28:30 +02:00 |
|
Laura Sebesta
|
375ecfb369
|
Streamlined paint function.
|
2012-08-18 09:23:09 +02:00 |
|
Laura Sebesta
|
d3daa06713
|
Improved filtered groundspeed calculation. Now the filtering rise time no longer on the refresh rate.
|
2012-08-18 09:19:59 +02:00 |
|
Laura Sebesta
|
28f382d472
|
Disabled dragging and dropping of UAV and Home icons.
|
2012-08-18 09:15:55 +02:00 |
|
Kenz Dale
|
c484dcb1db
|
Corrected mathematics for estimating rate of turn.
|
2012-08-17 17:26:15 +02:00 |
|
Kenz Dale
|
e3a60b7677
|
Merge branch 'pt/MapEnhancements' of ssh://git.openpilot.org/OpenPilot into pt/MapEnhancements
|
2012-08-17 16:56:44 +02:00 |
|
Laura Sebesta
|
34efc4d3b7
|
Dramatic performance gains by turning on caching for homeitem and mapgraphicitem.
|
2012-08-17 16:47:11 +02:00 |
|
Kenz Dale
|
e648a778db
|
Enabled caching for map widget.
|
2012-08-17 11:51:50 +02:00 |
|
Laura Sebesta
|
e52d141e3e
|
Improved bounding rect dimensioning.
|
2012-08-17 10:11:45 +02:00 |
|
Laura Sebesta
|
7e55b31ca1
|
Fixed bounding box size.
Conflicts:
ground/openpilotgcs/src/libs/opmapcontrol/src/mapwidget/uavitem.h
|
2012-08-17 09:46:35 +02:00 |
|
Mike LaBranche
|
13e631a2e4
|
ConnectionManager: add connect/reconnect timer management into telemetryconnect/disconnect slots
|
2012-08-16 21:13:07 -07:00 |
|
David Ankers
|
ca7827e0cd
|
Monkey work!!
|
2012-08-17 09:21:46 +10:00 |
|
PT_Dreamer
|
525dec1748
|
GCS-Added gradient to edit gadgets bar
|
2012-08-16 23:30:31 +01:00 |
|
dwobdar
|
92114bf952
|
Fixing white border in aircraft config screen.
|
2012-08-16 22:19:24 +02:00 |
|
PT_Dreamer
|
af61e983b8
|
Merge branch 'pt/CC3D_Release' of ssh://git.openpilot.org/OpenPilot into pt/CC3D_Release
|
2012-08-16 19:39:07 +01:00 |
|
PT_Dreamer
|
b91afc2c12
|
Merge branch 'next' of ssh://git.openpilot.org/OpenPilot into pt/CC3D_Release
|
2012-08-16 19:37:55 +01:00 |
|
Mike LaBranche
|
8c3488e220
|
TelemetryMonitorWidget: add op-131 support for connect/disconnect signals
from telemetrymonitor, slots and timers in connectionmanager;
|
2012-08-14 12:35:53 -07:00 |
|
PT_Dreamer
|
40da558131
|
GCS-Update the path to the stylesheets on Mac to.
|
2012-08-13 22:48:45 +01:00 |
|
James Cotton
|
e9a355077f
|
Look for the default configurations in a platform dependent location,
unfortunately.
|
2012-08-13 22:42:17 +01:00 |
|
PT_Dreamer
|
1c344bb4fe
|
Merge branch 'pt/CC3D_Release' of ssh://git.openpilot.org/OpenPilot into CC3D_Release
|
2012-08-13 22:28:25 +01:00 |
|
Chris Pember
|
dc5cec8c06
|
Merge branch 'pt/CC3D_Release' of ssh://git.openpilot.org/OpenPilot into pt/CC3D_Release
|
2012-08-12 22:09:04 -07:00 |
|
Chris Pember
|
b4da3b5e54
|
added a little padding for the scroll area in airframe form so in windows it doesnt get squashed...i hope.
|
2012-08-12 22:08:56 -07:00 |
|
James Cotton
|
edec288812
|
Update the config file so the mag scopes selection works
|
2012-08-13 10:34:55 +10:00 |
|
Laura Sebesta
|
62041f40ad
|
Changed variable from static to class static.
|
2012-08-12 23:36:27 +02:00 |
|
James Cotton
|
63e490a922
|
Update the config file so the mag scopes selection works
|
2012-08-12 16:12:21 -05:00 |
|
Mike LaBranche
|
c414f80fd7
|
Merge branch 'pt/CC3D_Release' of ssh://gitolite@git.openpilot.org/OpenPilot.git into CC3D_Release
|
2012-08-12 08:40:43 -07:00 |
|
PT_Dreamer
|
1a22eef491
|
GCS-Several changes according to review comments
|
2012-08-11 23:36:00 +01:00 |
|
PT_Dreamer
|
f4bd4c3120
|
Merge branch 'pt/MapEnhancements' of ssh://git.openpilot.org/OpenPilot into pt/MapEnhancements
|
2012-08-11 22:03:09 +01:00 |
|
PT_Dreamer
|
619b4ffa8c
|
GCS-Prevent the map from being dragged beyond the available imagery.
Previous way seemed broken, looked ugly and like a bug.
|
2012-08-11 19:58:14 +01:00 |
|
Chris Pember
|
180313031f
|
Merge branch 'pt/CC3D_Release' of ssh://git.openpilot.org/OpenPilot into pt/CC3D_Release
|
2012-08-11 11:29:47 -07:00 |
|
Chris Pember
|
6e413d1779
|
locked the column headers in airframe yaw and txPID so they hopefully dont go all gigantic in windows
|
2012-08-11 11:29:38 -07:00 |
|
PT_Dreamer
|
9379eb73d7
|
GCS-Fix stylesheet not being saved.
|
2012-08-10 03:03:52 +01:00 |
|
PT_Dreamer
|
254f98aad5
|
GCS-Updated configuration file with the latest changes
|
2012-08-09 22:47:48 +01:00 |
|
PT_Dreamer
|
3df35b933c
|
Merge branch 'pt/CC3D_Release' of ssh://git.openpilot.org/OpenPilot into pt/CC3D_Release
|
2012-08-09 22:42:35 +01:00 |
|
PT_Dreamer
|
b0e6566114
|
GCS- Handle loading of the configuration file. Stylesheets files
are now loaded from mainwindow instead of main.
|
2012-08-09 22:33:13 +01:00 |
|
PT_Dreamer
|
dae15702ed
|
GCS-Delete previously used stylesheet and configuration files
|
2012-08-09 22:31:51 +01:00 |
|
PT_Dreamer
|
e2d7e824ed
|
GCS-Created new wide and default stylesheets and configurations just as an example.
Currently they are the same.
|
2012-08-09 22:30:31 +01:00 |
|