Skip to content

Commit

Permalink
Refactoring of UI (part 1)
Browse files Browse the repository at this point in the history
  • Loading branch information
mauer committed Oct 23, 2023
1 parent 8fe15d4 commit c7566a1
Show file tree
Hide file tree
Showing 40 changed files with 5,712 additions and 5,676 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
cmake_minimum_required(VERSION 3.16)

# Set project details
project(XMidiCtrl VERSION 1.12 DESCRIPTION "MIDI Controller Plugin for X-Plane 11/12")
project(XMidiCtrl VERSION 1.13 DESCRIPTION "MIDI Controller Plugin for X-Plane 11/12")
set(PROJECT_SIGNATURE mauer.xmidictrl)

message("-----------------------------------------------")
Expand Down
10 changes: 7 additions & 3 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,16 @@ Most MIDI controllers should work, as long as they can send and receive standard

## Supported Operating Systems

This version supports Microsoft Windows 10/11, Ubuntu Linux 20.04 and macOS 10.15+.
This version supports Microsoft Windows 10/11, Linux and macOS 10.15+.

## Logging

XMidiCtrl does not log directly in the **Log.txt** of X-Plane. Instead, it's using its own logfile called
**XMidiCtrl_log.txt**. The logfile gets written into the X-Plane base folder.
**XMidiCtrl_Log.txt**. The logfile gets written into the XMidiCtrl preference folder, which can be found here:

```
<X-Plane Path>/Output/preferences/XMidiCtrl
```

## Templates

Expand All @@ -49,7 +53,7 @@ don't hesitate to contact me if you run into problems.

## Examples

I have included examples of my profiles in the **examples** folder.
Some examples for aircraft profiles can be found in the **examples** folder of the XMidiCtrl installation.

## Documentation

Expand Down
5 changes: 5 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@

-----------------------------------------------------------------------------------------------------------------------

## VERSION 1.14
+ Updated FontAwesome to latest version 6.4.2

-----------------------------------------------------------------------------------------------------------------------

## VERSION 1.12
+ Added include files for aircraft profiles
+ Fixed several minor problems
Expand Down
3 changes: 2 additions & 1 deletion docs/plugin_commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ buttons or keyboard events.

| Command | Description |
|--------------------------------|---------------------------------------------------------|
| xmidictrl/show_messages_window | Show the messages window |
| xmidictrl/show_log_window | Show the log messages window |
| xmidictrl/show_messages_window | Show the MIDI messages window |
| xmidictrl/show_profile_window | Show the aircraft profile window |
| xmidictrl/reload_profile | Reload the aircraft profile |
| xmidictrl/toggle_sublayer | Toggle the dataref 'xmidictrl/sublayer' between 0 and 1 |
Expand Down
Loading

0 comments on commit c7566a1

Please sign in to comment.