~aleteoryx/muditaos

ref: 58b11ee8dd9d4da8242836a207548bcd485cdc50 muditaos/module-apps/application-settings-new/windows/AllDevicesWindow.cpp -rw-r--r-- 5.5 KiB
94098983 — Adam Dobrowolski 5 years ago
[EGD-6527] Internationalization API unification

Single api to rule i18n
all calls to localistaion in cpp files unified
cut off ass many dependencies in i18n header as possible
d2419d1f — Pawel Olejniczak 5 years ago
[EGD-6150] Clean bottom bar after unpairing last device from the list

FORGET and CONNECT/DISCONNECT buttons were not removed after
the last device was removed from the list in All Devices window.
1b6e1a10 — Pawel Olejniczak 5 years ago
[EGD-6024] Fix refreshing bt devices list after disconnect

After pushing Disconnect button, list was not refreshing
in a proper way, a disconnect button was nat changed to connect.
0b9bca2a — Alek Rudnik 5 years ago
[EGD-6014] Fix top bar includes

This is only clean up of includes, no functional changes
83524c42 — SP2FET 5 years ago
[EGD-5986] Fix re-enabling BT scan

Due to incorrect stopping the BT scan, re-enabling it caused
failure to HCI state machine, which was indirect cause of failing
connections. Now it works
d325f1bd — SP2FET 5 years ago
[EGD-5984] Add BT implementation of added GUI actions

Implemented BT-side actions for GUI usage, e.g. connection status
e676068f — Pawel Olejniczak 5 years ago
[EGD-5912] Add forget bluetooth device feature

Added button on AllDevices window, and handling for it.
Added needed messages for communication with service bluetooth.
Feature is now complete on application settings side.
Further integration in service bluetooth is needed.
c51411c8 — Pawel Olejniczak 5 years ago
[EGD-5861] Complete bluetooth connecting process on settings side

Enable connecting BT devices in settings.
Connect popup and add adjust messages for connection error handling.
f9b80ac2 — SP2FET 5 years ago
[EGD-5764] Implement handling multiple BT profiles

To be able to connect to the BT device with more than one audio
profile, we need something to manage those profiles. Created here
ProfileManager made it convenient
To be able to work properly with BT, CPU freq has to be at least
at Level_5 - to be fixed!
1e219f3c — Pawel Olejniczak 5 years ago
[EGD-2634] Add pairing process result confirmation

Enable pairing BT devices in settings.
Connect popup and add adjust messages for pairing error handling.
fe721693 — Wiktor S. Ovalle Correa 5 years ago
[EGD-5737] Merge master into experimental

Synchronize with master before merging
ce1d8cc6 — Pawel Olejniczak 5 years ago
[EGD-4339] Refactor AllDevices and PhoneName windows

Rewrote these windows in a proper way.
Fixed few minor issues.
GUI adjustments.
cda64d4f — Pawel Olejniczak 5 years ago
[EGD-4340] Refactor bluetooth settings and add device windows

Rewrote these windows in a proper way.
Fixed few minor issues.
GUI adjustments.
3b141041 — Wiktor S. Ovalle Correa 5 years ago
[EGD-5737] Merge master into experimental

Keep experimental up to date with changes from master
46f9cc7e — Lucjan Bryndza 5 years ago
[EGD-5737] Merge master into experimental

Keep experimental up to date with changes from master
067ca948 — Lucjan Bryndza 5 years ago
[EGD-5737] Merge master into experimental

Keep experimental up to date with changes from master
e1918179 — SP2FET 5 years ago
[EGD-5480] Bluetooth scan refactor

There was a need for Bluetooth scan code refactor. Here it is
bc4d32c7 — Piotr Tański 5 years ago
[EGD-5158] Change access to the bus methods

The bus is now accessible only via Service object.
92a8a78e — Marcin Smoczyński 5 years ago
Merge branch 'master' into stable
4c61595a — Piotr Tański 5 years ago
[EGD-4801] Add application-wide top bar manager

Applications configure the top bar once for all their windows.
Sometimes, windows need to configure top bars with its configuration.
Next