1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-06 17:46:07 +01:00
LibrePilot/ground/openpilotgcs/src/plugins/uploader
Oleg Semyonov 3e815ca8d5 build: get rid of build/ground subdirectory, fix qt-creator builds
This changeset:
- moves all ground targets one level up, under build directory. The
  build/ground was created as a workaround, now unnecessary;
- fixes QtCreator builds, they are separated from command line builds;
- moves GCS autogenerated files into openpilotgcs-synthetics directory.

The resulting build subdirectory now looks like:

    build
        openpilotgcs             <- Qt-Creator build directory
        openpilotgcs-synthetics  <- version-info and opfw_resource
        openpilotgcs_debug
        openpilotgcs_release     <- Makefile build directory
        uavobject-synthetics
        uavobjgenerator

NOTE: you should update the shadow build path in QtCreator to build,
      not build/ground as before.

+review OPReview
2013-03-30 17:33:38 +02:00
..
images Make uploader plugin board images looks nicer, spotted by Steve, fixed by 2012-10-05 17:39:13 +10:00
SSP Eliminated several (dozen) compiler warnings. 2012-08-23 18:03:17 +02:00
delay.cpp Add missing header on some files. 2011-01-26 16:49:21 +00:00
delay.h Add missing header on some files. 2011-01-26 16:49:21 +00:00
devicewidget.cpp OP-682 fixed regression that prevented uploading of valid fw + renamed 2013-03-06 22:01:05 +01:00
devicewidget.h OP-682 fixed regression that prevented uploading of valid fw + renamed 2013-03-06 22:01:05 +01:00
devicewidget.ui OP-682 fixed regression that prevented uploading of valid fw + renamed 2013-03-06 22:01:05 +01:00
enums.h GCS-Fw Auto update - Try to fix win build 2012-10-10 16:36:13 +01:00
op_dfu.cpp Merge remote-tracking branch 'op-public/next' into revo-next 2012-09-16 09:56:35 -04:00
op_dfu.h Suppress the "plug other devices in" dialog for revo bootloader, at least until 2012-05-12 13:32:48 -05:00
runningdevicewidget.cpp Adopt to the latest release policy 2012-10-22 23:44:01 +03:00
runningdevicewidget.h GCS-Export uploader functions 2012-10-06 01:40:25 +01:00
runningdevicewidget.ui Rename one of the boxes in the runnindevicewidget.ui to avoid warnings. 2012-03-22 00:42:22 -05:00
uploader_dependencies.pri GCS-Export uploader functions 2012-10-06 01:40:25 +01:00
uploader_global.h GCS-Export uploader functions 2012-10-06 01:40:25 +01:00
Uploader.pluginspec Aditional artwork for GCS (artwork directory), plus show basic board info when connected on the uploader gadget. 2011-05-15 22:48:18 +02:00
uploader.pri GCS-Export uploader functions 2012-10-06 01:40:25 +01:00
uploader.pro build: get rid of build/ground subdirectory, fix qt-creator builds 2013-03-30 17:33:38 +02:00
uploader.qrc GCS-Made autouploader fetch fw from fw bundle 2012-10-06 23:24:21 +01:00
uploader.ui GCS - Remove test button 2012-10-11 22:33:05 +01:00
uploadergadget.cpp OP-306 More updates to plugins to properly destroy the Widgets when the gadgets are removed. 2011-01-31 21:50:11 +00:00
uploadergadget.h GCS-Export uploader functions 2012-10-06 01:40:25 +01:00
uploadergadgetconfiguration.cpp build: Move openpilotgcs into its own subdirectory 2011-01-22 17:40:26 +00:00
uploadergadgetconfiguration.h GCS-Export uploader functions 2012-10-06 01:40:25 +01:00
uploadergadgetfactory.cpp GCS-Made autouploader fetch fw from fw bundle 2012-10-06 23:24:21 +01:00
uploadergadgetfactory.h GCS-Made autouploader fetch fw from fw bundle 2012-10-06 23:24:21 +01:00
uploadergadgetoptionspage.cpp Eliminated several (dozen) compiler warnings. 2012-08-23 18:03:17 +02:00
uploadergadgetoptionspage.h GCS-Export uploader functions 2012-10-06 01:40:25 +01:00
uploadergadgetwidget.cpp build: get rid of build/ground subdirectory, fix qt-creator builds 2013-03-30 17:33:38 +02:00
uploadergadgetwidget.h OP-682 OP-850 fixed more uploader gadget crashes and button state issues 2013-02-21 01:34:17 +01:00
uploaderplugin.cpp build: Move openpilotgcs into its own subdirectory 2011-01-22 17:40:26 +00:00
uploaderplugin.h GCS-Export uploader functions 2012-10-06 01:40:25 +01:00