1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-02 10:24:11 +01:00
Commit Graph

13735 Commits

Author SHA1 Message Date
alessio morale
6468887eb7 Merged in amorale/LP-60_fix_links (pull request #3)
LP-60 - Fix Project links
2015-07-31 14:35:15 +02:00
alessio morale
582ed4297c Merged in LP-56_split_acroplus_factors (pull request #2)
LP-56 split acroplus factors
2015-07-31 14:34:42 +02:00
Alessio Morale
5af2ea5d8b LP-60 - switch to markdown, add additionals compilation instructions 2015-07-31 14:18:02 +02:00
Alessio Morale
c010d98f21 LP-64 - Configure ccache to have its storage within source tree, under .ccache directory. Add it to gitignore 2015-07-31 11:20:09 +02:00
James Duley
321c60b34c Merged in paul_jewell/librepilot/LP-58-splash-screen-doesnt-display (pull request #4)
LP-58 - Added processEvents() to display splashscreen promptly
2015-07-30 21:36:54 +01:00
James Duley
e6e3e2bf05 Merged in rbekken/librepilot/LP-1_Code_Rebranding (pull request #10)
LP-1 – Code Rebranding
2015-07-30 21:35:54 +01:00
Philippe Renon
14a0c1da12 LP-29 osgearth integration : fixed comment encoding issues in OSGCamera 2015-07-30 21:51:23 +02:00
Roy Bekken
a968e7594d LP-1 – Code Rebranding
Drop prefix for download and tools variables.
2015-07-30 21:47:13 +02:00
Alessio Morale
13f02e7d9d LP-56 - Better txpid option namings, fix tabs-spaces, tooltips. headers, variable namings 2015-07-30 18:23:55 +02:00
Laurent Lalanne
1d11f7c014 LP-65 Changes from review 2015-07-30 17:31:12 +02:00
m_thread
9ba63ea124 LP-69 Added SRXL support to CopterControl targets. 2015-07-30 15:30:59 +02:00
Laurent Lalanne
50be8730c0 LP-66 Add some channel checking - Fix second rudder for FixedWing 2015-07-30 14:24:57 +02:00
Laurent Lalanne
b0c8cc4385 LP-65 Update copyright headers 2015-07-30 10:13:32 +02:00
Laurent Lalanne
0c1fc1d9a0 LP-66 Remove extra spaces 2015-07-30 10:08:02 +02:00
Roy Bekken
aa0405001a LP-1 - Code Rebranding
Use a relevant icon for linux desktop.
2015-07-29 16:08:50 +02:00
Roy Bekken
f6116d7349 LP-1 – Code Rebranding
Rename variables for local tools and installation directory.
2015-07-29 14:49:09 +02:00
Laurent Lalanne
d0306f77e8 LP-66 Fixed wing : Roll differential mixing, GUI part 2015-07-29 06:38:10 +02:00
Laurent Lalanne
31c30d752f LP-66 Fixed wing : Roll differential mixing on flight side 2015-07-29 06:36:22 +02:00
Fredrik Arvidsson
58b931118d Merged librepilot/librepilot into next 2015-07-28 20:13:55 +02:00
Laurent Lalanne
538e0925a8 LP-65 Heli tab : Custom values refreshed - Check unused/duplicate output channels 2015-07-28 12:24:46 +02:00
Alessio Morale
ba1ab669e5 LP-64 - Add ccache install target 2015-07-28 07:30:45 +02:00
Alessio Morale
3490057f69 LP-56 - Add link checkbox for acro+ roll/pitch factors 2015-07-27 23:25:38 +02:00
Alessio Morale
7b3aed3de9 LP-56 - Allows a single txpid instance to handle Roll&Pitch
Also populate combos with current txpid values
2015-07-27 22:45:33 +02:00
Alessio Morale
6c33f4ba4d LP-60 - Fix Project links 2015-07-27 00:02:36 +02:00
Paul Jewell
1f1a22d8be Added processEvents() to display splashscreen promptly 2015-07-26 22:51:26 +01:00
alessio morale
9a886d6d72 Merged in paul_jewell/librepilot/Makefile_typo_fix (pull request #1)
Fixed typo in Makefile
2015-07-26 18:57:42 +02:00
a*morale
48c38ee40d Merge pull request #57 from rbekken/rebranding
Rebranding: Rename udev rules file to allow adding non OP hardware.
2015-07-26 18:50:21 +02:00
Roy Bekken
85522a5955 Initial rpmspec file made for Fedora. 2015-07-26 14:22:28 +02:00
Roy Bekken
07deb6623d Give more flexibility for udev rules file location installment. 2015-07-25 22:49:42 +02:00
Roy Bekken
4c3d71d0a7 Add option to install udev rules file on generic linux. 2015-07-25 20:56:55 +02:00
Roy Bekken
1461447cfa Rebranding: Rename udev rules file to allow adding non OP hardware. 2015-07-25 18:46:19 +02:00
Alessio Morale
383a4731c7 LP-56 - UI support 2015-07-25 12:02:58 +02:00
Paul Jewell
6a52f9ecfb Fixed type in Makefile 2015-07-25 08:14:43 +01:00
Alessio Morale
7973ab9d0a LP-56 - Use separate roll/picth factors and add firmware support 2015-07-25 00:29:41 +02:00
a*morale
ac877a036e Merge pull request #55 from parched/config_fixes
Config fix for echo without -e
2015-07-22 20:53:28 +02:00
a*morale
594bb4fb91 Merge pull request #45 from AlessioMorale/amorale/LP-41_ccache_support
Amorale/lp_41_ccache support
2015-07-22 20:42:11 +02:00
Alessio Morale
e01798d1ed LP-41 - Add support for ccache
- explicitly define QMAKE_CC & CXX as "ccache <compiler>"
- use ccache for uavobjectgenerator
- Handle CCACHE setting with configuration options

To enable ccache you need to configure it like
  make CCACHE=/path/to/ccache config_append
2015-07-22 20:40:43 +02:00
James Duley
12b207cd8a added a config_show target 2015-07-21 23:21:21 +01:00
James Duley
7710e5c3dc replace echo with printf in config generator 2015-07-21 23:16:42 +01:00
a*morale
2422706ba4 Merge pull request #47 from parched/qt5_5_compilation_fix
Fixed missing QDataStream includes to make compilation on qt 5.5 work
2015-07-20 23:09:15 +02:00
a*morale
6f41779c80 Merge pull request #49 from f5soh/laurent/LP-48_Update_rebranding_strings_translations
Laurent/lp 48 update rebranding strings translations
2015-07-20 23:06:50 +02:00
Philippe Renon
9d97cbad1c LP-29 osgearth integration : upgrade to osg 3.4-rc5 and osgearth 2.7rc2 2015-07-20 23:05:41 +02:00
a*morale
d45ef4ae91 Merge pull request #52 from f5soh/laurent/LP-51_Wrong_config_content
LP-51 Fix merge issue for Revo / Revonano HW config display
2015-07-20 23:04:06 +02:00
Laurent Lalanne
b5a0c81196 LP-51 Fix merge issue for Revo / Revonano HW config display 2015-07-20 01:33:47 +02:00
Laurent Lalanne
9d4a075d97 LP-48 Small changes 2015-07-20 00:30:10 +02:00
Philippe Renon
3be5120d18 LP-29 osgearth integration : fixed unused parameter errors on osx 2015-07-20 00:00:32 +02:00
Laurent Lalanne
f0cc2a0c15 LP-48 changes from review (2) + Missing changes 2015-07-19 23:45:44 +02:00
Laurent Lalanne
ac9c7f7502 LP-48 Changes from review. Tks James. 2015-07-19 22:27:16 +02:00
Laurent Lalanne
e66a0b26fc LP-48 French translation update 2015-07-19 21:21:02 +02:00
Laurent Lalanne
71bb81a999 LP-48 Update strings 2015-07-19 21:19:54 +02:00