1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-24 00:35:18 +03:00
Commit graph

4293 commits

Author SHA1 Message Date
Damjan Adamic
3815ab8c45 Return nil if value not found in luaGetValue() 2014-04-21 20:17:30 +02:00
Damjan Adamic
36409c37f4 SOURCE type input for model scripts missing getValue() 2014-04-21 17:21:02 +02:00
Bertrand Songis
be5ed503be Merge pull request #999 from projectkk2glider/mixes_tab_dragdrop_bug_issue_997
Improvement of inputs and mixers tabs in companion
2014-04-21 13:01:37 +02:00
Damjan Adamic
a6ad130df7 Reverted commit 8c5fc3a01f (which prevented moving second mixer to the first line) 2014-04-21 12:22:25 +02:00
bsongis
5a06c42bca CompareDialog deleted just after creation 2014-04-21 08:27:37 +02:00
Damjan Adamic
3d35273f4f Merge branch 'upstream/next' 2014-04-20 22:17:25 +02:00
Damjan Adamic
27600ba37e Cosmetic changes 2014-04-20 22:12:55 +02:00
Damjan Adamic
fc92ad3a86 Prevent drag&drop between inputs and mixers 2014-04-20 21:29:08 +02:00
Damjan Adamic
65521d96d4 Code refactoring
Added documentation
2014-04-20 19:06:55 +02:00
Damjan Adamic
b70586bd9f Reverted to original code (both work) 2014-04-20 18:31:54 +02:00
Damjan Adamic
a8c828f105 Corrected list items width (long items were wrapping)
Refactored inputs tab, same system as mixes tab (grouping of lines)
Fixed incorrect spacing for first list item
2014-04-20 18:27:28 +02:00
Damjan Adamic
0e7b420b71 Code cleanup 2014-04-20 15:40:40 +02:00
Andre Bernet
7f4d72c072 "Backup EEPROM" translatable 2014-04-20 14:23:16 +02:00
Damjan Adamic
95e7f7915b Better implementation, spacing now correct, drag&drop working.
Inputs tab still needs spaces converted to  
2014-04-20 14:22:54 +02:00
Damjan Adamic
3df9fcb67a Working, but drawing is not perfect 2014-04-20 13:21:28 +02:00
bsongis
352066c7d1 Merge bug in AppPreferencesDialog: Cancel button broken! 2014-04-20 09:45:18 +02:00
bsongis
c4eb1182df Fixes #998 2014-04-20 09:30:22 +02:00
Andre Bernet
2eed4ea8e2 Main window position restored (fix #996) 2014-04-19 20:49:11 +02:00
Andre Bernet
c41c7469b8 Steps of 10 during key repeats for telemetry values - was awfully long now we have more resolution 2014-04-19 20:17:04 +02:00
mhotar
17c0032451 Merge remote-tracking branch 'origin/next' into mhotar/cz_translations 2014-04-19 18:23:23 +02:00
Andre Bernet
1f6e5544b8 Merge pull request #990 from opentx/bsongis/refactoring_firmware_interface
Bsongis/refactoring firmware interface
2014-04-19 17:59:33 +02:00
bsongis
22dde8014c Too early from this one 2014-04-19 08:52:18 +02:00
bsongis
d7205c0601 Merge remote-tracking branch 'origin/next' into
bsongis/refactoring_firmware_interface

Conflicts:
	companion/src/fwpreferencesdialog.cpp
	companion/src/fwpreferencesdialog.h
	companion/src/fwpreferencesdialog.ui
2014-04-19 08:21:58 +02:00
Bertrand Songis
72aff8c738 Merge pull request #991 from opentx/dvogonen/move_firmware_selection_settings_988
Dvogonen/move firmware selection settings 988
2014-04-19 08:06:49 +02:00
Bertrand Songis
58b6d19030 Merge pull request #989 from aaronchch/aaronchch/heli_issue_934
Aaronchch/heli issue 934
2014-04-19 08:06:28 +02:00
Kjell Kernen
f3678b2002 All firmware selections have been removed from the download dialog.
A consequence is that it is always possible to try to download voice files. Even for those boards that have no voice capability. I do not think that is a big problem. Anyone trying to download voice files for a unmodified 9x should not be surprised to get a "file not found" browser message.
2014-04-19 00:21:29 +02:00
bsongis
9341aff386 Options Checkboxes removed from the UI 2014-04-18 23:59:22 +02:00
bsongis
97796628af Merge remote-tracking branch 'origin/next' into bsongis/refactoring_firmware_interface 2014-04-18 23:02:21 +02:00
bsongis
f2ec3f215b Merge remote-tracking branch
'origin/dvogonen/move_firmware_selection_settings_988' into
bsongis/refactoring_firmware_interface

Conflicts:
	companion/src/apppreferencesdialog.cpp
	companion/src/apppreferencesdialog.h
2014-04-18 23:01:32 +02:00
Andre Bernet
22ddb96526 French translations 2014-04-18 22:33:09 +02:00
Kjell Kernen
c911098d84 AppPreferencesDialog is done. All firmware settings can now be selected, since the horrible, horrible code from downloadDialog has been integrated.
Next step:
Remove fw selection code from the download dialog and instead display default firmware name.
2014-04-18 22:20:43 +02:00
bsongis
146c421c84 Classes names capitalization 2014-04-18 18:11:22 +02:00
bsongis
5de6f4dc94 Now we are able to have Model windows with different transmitter types! 2014-04-18 17:34:41 +02:00
bsongis
a5085cf7e2 Refactoring continued 2014-04-18 17:20:46 +02:00
bsongis
50a73a3af5 Each ModelEdit window now has its own FirmwareInterface (it means that
we could open 2 ModelEdit windows on different firmwares)
2014-04-18 16:55:53 +02:00
bsongis
c5ac19a054 Refactoring FirmwareInterface / EepromInterface 2014-04-18 16:27:27 +02:00
bsongis
7dd9e2d1e2 Ignore list updated 2014-04-18 16:25:44 +02:00
aaronchch
9ae7cb771c Fixed tabs 2014-04-18 22:28:25 +12:00
aaronchch
1dd761b390 Fixes 934 2014-04-18 22:09:43 +12:00
Kjell Kernen
ae3327f5a1 Scrapped first move attempt. To much work to do it this way. Will try a more direct approach. 2014-04-18 11:44:06 +02:00
Kjell Kernen
0785930011 Copied code and graphics from download dialog to radio settings tab.
Nothing has been removed or touched in the download dialog.
Absolutely nothing is functional yet, but it compiles.
2014-04-18 11:17:27 +02:00
bsongis
3a783658f9 Cosmetics 2014-04-18 11:13:06 +02:00
Kjell Kernen
d42ac095aa German Companion translation from Hrenz 2014-04-18 10:53:25 +02:00
bsongis
bfadb3664b New nice screen for Logical Switches 2014-04-18 10:47:32 +02:00
Bertrand Songis
4c3dd8a9b2 Update DONATIONS.txt 2014-04-17 18:54:37 +02:00
Bertrand Songis
c8712db5ba Update tts.py 2014-04-17 17:33:07 +02:00
Kjell Kernen
7645c644bc Removing pointless compiler warnings 2014-04-17 12:54:21 +02:00
Bertrand Songis
94404b42ce Merge pull request #985 from opentx/kilrah/850_Plus_support
Support for backlight color (a slider from full A to full B?) and A3/A4
2014-04-17 12:04:18 +02:00
Andre Bernet
3d2a030868 Support for backlight color (a slider from full A to full B?) and A3/A4 2014-04-17 11:21:48 +02:00
bsongis
37960e6a9d Wrong unit used with ASpeed+ 2014-04-17 11:15:55 +02:00