1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-14 21:23:52 +01:00
LibrePilot/ground/src/plugins/coreplugin
edouard 0e43a0af5b Updated the default OpenPilotGCS.ini to reflect the latest dial additions.
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@2320 ebee16cc-31ac-478f-84a7-5cbb03baadba
2011-01-02 15:11:14 +00:00
..
actionmanager OP-99 Export/Import Plugin: Handling of workspace-settings, layout, key-binding. Formatting. 2010-08-18 19:24:18 +00:00
dialogs GCS/glclib: Quiet down some compiler warnings. 2010-08-15 14:02:11 +00:00
images Changed a single icon in the GCS menus to match the OP blue colour scheme. 2010-08-02 10:20:56 +00:00
uavgadgetmanager GCS: Removed last 'binary' config reading support, for layout/splitter settings. 2010-09-30 20:55:15 +00:00
basemode.cpp Doxygen update for core plugin 2010-07-16 16:59:25 +00:00
basemode.h Doxygen update for core plugin 2010-07-16 16:59:25 +00:00
baseview.cpp Doxygen update for core plugin 2010-07-16 16:59:25 +00:00
baseview.h Doxygen update for core plugin 2010-07-16 16:59:25 +00:00
connectionmanager.cpp Get rid of yet more compile-time warnings. 2010-11-14 15:25:14 +00:00
connectionmanager.h OP-214 Extend connection manager to tell interested plugins about the current telemetry method. Used for SSP on the uploader plugin. 2010-12-19 10:32:16 +00:00
core_global.h Doxygen update for core plugin 2010-07-16 16:59:25 +00:00
Core.pluginspec Plugin.spec files don't like & symbol 2010-06-17 15:24:08 +00:00
core.qrc OP-222 Ground: Load Default-Settings when no settings are present. 2010-12-26 16:21:49 +00:00
coreconstants.h Various bits that I have been working on here and there, mainly artwork and sounds. 2010-07-31 13:21:15 +00:00
coreimpl.cpp OP-227 Fixes to support for translation. Tested OK on my system (Linux) 2010-12-27 22:09:25 +00:00
coreimpl.h OP-227 Basic implementation of support of language override in the GCS. The new preference is in the Environment/General dialog. 2010-12-27 22:02:36 +00:00
coreplugin_dependencies.pri GCS/core: Add logging support to core. 2010-04-25 17:55:21 +00:00
coreplugin.cpp Doxygen update for core plugin 2010-07-16 16:59:25 +00:00
coreplugin.h Doxygen update for core plugin 2010-07-16 16:59:25 +00:00
coreplugin.pri fix case issue 2010-02-01 16:17:22 +00:00
coreplugin.pro GCS: 'This file isn't big enough for the two of us!' Moved SplitterOrView to it's own files, makes stuff easier to figure out :) 2010-09-25 18:56:57 +00:00
eventfilteringmainwindow.cpp Doxygen update for core plugin 2010-07-16 16:59:25 +00:00
eventfilteringmainwindow.h Doxygen update for core plugin 2010-07-16 16:59:25 +00:00
fancyactionbar.cpp Doxygen update for core plugin 2010-07-16 16:59:25 +00:00
fancyactionbar.h Doxygen update for core plugin 2010-07-16 16:59:25 +00:00
fancyactionbar.qrc Removing several IDE specific code from GCS. Still a work in progress... 2010-02-28 10:29:40 +00:00
fancytabwidget.cpp OP-38 Finish implementation, enable choice of icon size in fancytabwidget too. 2010-08-09 22:58:52 +00:00
fancytabwidget.h OP-99 Export/Import Plugin: Handling of workspace-settings, layout, key-binding. Formatting. 2010-08-18 19:24:18 +00:00
fileiconprovider.cpp Doxygen update for core plugin 2010-07-16 16:59:25 +00:00
fileiconprovider.h Doxygen update for core plugin 2010-07-16 16:59:25 +00:00
generalsettings.cpp OP-227 Fixes to support for translation. Tested OK on my system (Linux) 2010-12-27 22:09:25 +00:00
generalsettings.h OP-227 Basic implementation of support of language override in the GCS. The new preference is in the Environment/General dialog. 2010-12-27 22:02:36 +00:00
generalsettings.ui OP-227 Basic implementation of support of language override in the GCS. The new preference is in the Environment/General dialog. 2010-12-27 22:02:36 +00:00
iconnection.cpp Doxygen update for core plugin 2010-07-16 16:59:25 +00:00
iconnection.h OP-202 Cleaned up the 'File' menu and removed (commented out) the entries which are not doing anything. "Save All" now saves the current GCS config so that everything is not lost in case of a crash. Easy to revert in case you don't like it. Also: 2010-11-14 14:58:16 +00:00
icontext.h Doxygen update for core plugin 2010-07-16 16:59:25 +00:00
icore.cpp OP-227 Basic implementation of support of language override in the GCS. The new preference is in the Environment/General dialog. 2010-12-27 22:02:36 +00:00
icore.h OP-227 Basic implementation of support of language override in the GCS. The new preference is in the Environment/General dialog. 2010-12-27 22:02:36 +00:00
icorelistener.h Doxygen update for core plugin 2010-07-16 16:59:25 +00:00
imode.h Doxygen update for core plugin 2010-07-16 16:59:25 +00:00
ioutputpane.h Doxygen update for core plugin 2010-07-16 16:59:25 +00:00
iuavgadget.cpp Doxygen update for core plugin 2010-07-16 16:59:25 +00:00
iuavgadget.h Ground: Supress a few warnings. A drop in a bucket... 2010-09-21 16:37:59 +00:00
iuavgadgetconfiguration.cpp Doxygen update for core plugin 2010-07-16 16:59:25 +00:00
iuavgadgetconfiguration.h OP-99 Ground Import/Export Plugin: Add version-number to plugin configuration. 2010-09-26 17:34:23 +00:00
iuavgadgetfactory.h OP-99 Ground Import/Export Plugin: Add version-number to plugin configuration. 2010-09-26 17:34:23 +00:00
iversioncontrol.h Doxygen update for core plugin 2010-07-16 16:59:25 +00:00
iview.h Doxygen update for core plugin 2010-07-16 16:59:25 +00:00
mainwindow.cpp OP-227 Basic implementation of support of language override in the GCS. The new preference is in the Environment/General dialog. 2010-12-27 22:02:36 +00:00
mainwindow.h OP-227 Basic implementation of support of language override in the GCS. The new preference is in the Environment/General dialog. 2010-12-27 22:02:36 +00:00
manhattanstyle.cpp GCS: Quiet down some compiler warnings. 2010-08-07 19:14:34 +00:00
manhattanstyle.h Doxygen update for core plugin 2010-07-16 16:59:25 +00:00
messagemanager.cpp Doxygen update for core plugin 2010-07-16 16:59:25 +00:00
messagemanager.h Doxygen update for core plugin 2010-07-16 16:59:25 +00:00
messageoutputwindow.cpp Doxygen update for core plugin 2010-07-16 16:59:25 +00:00
messageoutputwindow.h Doxygen update for core plugin 2010-07-16 16:59:25 +00:00
mimedatabase.cpp GCS: Cleanup to allow -pedantic compile flag and changes to reduce the noise that it generates. 2010-08-08 06:45:16 +00:00
mimedatabase.h Doxygen update for core plugin 2010-07-16 16:59:25 +00:00
minisplitter.cpp GCS: Right, fixed this the right way per suggestion of PeterG (Thanks :) 2010-09-26 09:29:23 +00:00
minisplitter.h Doxygen update for core plugin 2010-07-16 16:59:25 +00:00
modemanager.cpp OP-99 Export-Import-Plugin: Fix crashes on import. 2010-08-28 12:43:14 +00:00
modemanager.h Doxygen update for core plugin 2010-07-16 16:59:25 +00:00
OpenPilotGCS.ini Updated the default OpenPilotGCS.ini to reflect the latest dial additions. 2011-01-02 15:11:14 +00:00
outputpane.h Doxygen update for core plugin 2010-07-16 16:59:25 +00:00
plugindialog.cpp Various bits that I have been working on here and there, mainly artwork and sounds. 2010-07-31 13:21:15 +00:00
plugindialog.h Doxygen update for core plugin 2010-07-16 16:59:25 +00:00
rightpane.cpp Doxygen update for core plugin 2010-07-16 16:59:25 +00:00
rightpane.h Doxygen update for core plugin 2010-07-16 16:59:25 +00:00
settingsdatabase.cpp Doxygen update for core plugin 2010-07-16 16:59:25 +00:00
settingsdatabase.h Doxygen update for core plugin 2010-07-16 16:59:25 +00:00
sidebar.cpp Doxygen update for core plugin 2010-07-16 16:59:25 +00:00
sidebar.h Doxygen update for core plugin 2010-07-16 16:59:25 +00:00
styleanimator.cpp Doxygen update for core plugin 2010-07-16 16:59:25 +00:00
styleanimator.h Doxygen update for core plugin 2010-07-16 16:59:25 +00:00
tabpositionindicator.cpp Doxygen update for core plugin 2010-07-16 16:59:25 +00:00
tabpositionindicator.h Doxygen update for core plugin 2010-07-16 16:59:25 +00:00
threadmanager.cpp OP-101: re-work of UAVTalk + HiTL threading code. 2010-08-02 12:28:36 +00:00
threadmanager.h OP-101: re-work of UAVTalk + HiTL threading code. 2010-08-02 12:28:36 +00:00
uavconfiginfo.cpp OP-99 Ground Import/Export Plugin: Add version-number to plugin configuration. 2010-09-26 17:34:23 +00:00
uavconfiginfo.h OP-99 Ground Import/Export Plugin: Add version-number to plugin configuration. 2010-09-26 17:34:23 +00:00
uavgadgetdecorator.cpp GCS: Removed last 'binary' config reading support, for layout/splitter settings. 2010-09-30 20:55:15 +00:00
uavgadgetdecorator.h GCS: Removed last 'binary' config reading support, for layout/splitter settings. 2010-09-30 20:55:15 +00:00
uavgadgetinstancemanager.cpp OP-99 Ground Import/Export Plugin: Add version-number to plugin configuration. 2010-09-26 17:34:23 +00:00
uavgadgetinstancemanager.h OP-99 Ground Import/Export Plugin: Add version-number to plugin configuration. 2010-09-26 17:34:23 +00:00
uavgadgetmode.cpp Doxygen update for core plugin 2010-07-16 16:59:25 +00:00
uavgadgetmode.h Doxygen update for core plugin 2010-07-16 16:59:25 +00:00
uavgadgetoptionspage.ui GCS/core+plugins: Changes to options pages to make them more uniform. 2010-06-01 08:07:53 +00:00
uavgadgetoptionspagedecorator.cpp Doxygen update for core plugin 2010-07-16 16:59:25 +00:00
uavgadgetoptionspagedecorator.h Doxygen update for core plugin 2010-07-16 16:59:25 +00:00
uniqueidmanager.cpp Doxygen update for core plugin 2010-07-16 16:59:25 +00:00
uniqueidmanager.h Doxygen update for core plugin 2010-07-16 16:59:25 +00:00
variablemanager.cpp Doxygen update for core plugin 2010-07-16 16:59:25 +00:00
variablemanager.h Doxygen update for core plugin 2010-07-16 16:59:25 +00:00
versiondialog.cpp Various bits that I have been working on here and there, mainly artwork and sounds. 2010-07-31 13:21:15 +00:00
versiondialog.h Doxygen update for core plugin 2010-07-16 16:59:25 +00:00
viewmanager.cpp OP-99 Export/Import Plugin: Handling of workspace-settings, layout, key-binding. Formatting. 2010-08-18 19:24:18 +00:00
viewmanager.h OP-99 Export/Import Plugin: Handling of workspace-settings, layout, key-binding. Formatting. 2010-08-18 19:24:18 +00:00
workspacesettings.cpp Get rid of yet more compile-time warnings. 2010-11-14 15:25:14 +00:00
workspacesettings.h OP-99 Export/Import Plugin: Handling of workspace-settings, layout, key-binding. Formatting. 2010-08-18 19:24:18 +00:00
workspacesettings.ui GCS/core+plugins: Changes to options pages to make them more uniform. 2010-06-01 08:07:53 +00:00