master
Name already in use
Commits on May 15, 2023
-
Merge pull request #1171 from deXol/develop
[BLE] Improve notes label name display
-
Commits on May 2, 2023
-
Merge pull request #1170 from deXol/develop
[BLE] Add improve battery life text to disable BLE setting, fix #980
-
Commits on May 1, 2023
Commits on Apr 28, 2023
-
Merge pull request #1168 from deXol/develop
[BLE] Handle email address during adding credential, fix #1014
Commits on Apr 27, 2023
Commits on Apr 26, 2023
Commits on Apr 15, 2023
-
Merge pull request #1164 from deXol/develop
Prevent Linux Mint dark mode readability issues, fix #1158
-
Merge pull request #1165 from deXol/develop1021MakeCredentialPopupSpe…
…cific Change Credential save error message to more specific, fix #1021
Commits on Apr 7, 2023
Commits on Apr 5, 2023
Commits on Apr 4, 2023
Commits on Mar 23, 2023
-
Merge pull request #1162 from deXol/develop
Remove CTRL from shortcut displayed on Advanced tab
-
Commits on Mar 19, 2023
-
Merge pull request #1161 from deXol/develop
Fix Login and Password length limit for credentials edit in MMM
-
-
Commits on Mar 17, 2023
-
Merge pull request #1160 from deXol/develop
Fix Login and Password length limit on Credentials tab, fix #1030
-
-
Commits on Mar 15, 2023
-
Merge pull request #1159 from deXol/develop
Fix Qt5 build issue for std::atomic init
-
Commits on Mar 5, 2023
-
Merge pull request #1156 from deXol/develop
[BLE] Decrease note images, increase font size, fix #1113
-
-
Commits on Feb 27, 2023
-
Merge pull request #1155 from deXol/develop
[BLE] Protect note fetch from parallel fetches, fix #1151
-
Merge pull request #1154 from barathrm/barath/fix-empty-parent-import…
…-db-segfault MPDevice: Fix free-after-use segfaults
-
Commits on Feb 23, 2023
-
MPDevice: Fix free-after-use segfaults
This fixes possible free-after-use cases caused by the node lists in MPDevice containing raw pointers and the parent nodes having their child nodes set as QObject children. The QObject children of a parent node are automatically freed when a parent node is destructed, but if their corresponding raw pointers aren't removed from the node lists they may cause free-after-use bugs. This patch removes the child nodes from the local DB before removing the parent to prevent this from happening.
Commits on Feb 22, 2023
-
Merge pull request #1153 from deXol/develop
[BLE] Remove Enabled/Disabled text for BT and Knock detection
-
Merge pull request #1131 from VincentVanlaer/generate-desktop-file
Generate Exec in moolticute.desktop during build
Commits on Feb 21, 2023
-
Merge pull request #1130 from VincentVanlaer/remove-makefile
Remove Makefile in repository root
-
Merge pull request #1152 from deXol/develop
Add src/qwinoverlappedionotifier to includepath