Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?

Commits on May 15, 2023

  1. Merge pull request #1171 from deXol/develop

    [BLE] Improve notes label name display
    limpkin committed May 15, 2023

Commits on May 2, 2023

  1. Merge pull request #1170 from deXol/develop

    [BLE] Add improve battery life text to disable BLE setting, fix #980
    limpkin committed May 2, 2023
  2. Update MainWindow.ui

    limpkin committed May 2, 2023

Commits on Apr 28, 2023

  1. Merge pull request #1168 from deXol/develop

    [BLE] Handle email address during adding credential, fix  #1014
    limpkin committed Apr 28, 2023

Commits on Apr 27, 2023

  1. Fix Qt5 regexp issue

    deXol committed Apr 27, 2023

Commits on Apr 26, 2023

Commits on Apr 15, 2023

  1. Merge pull request #1164 from deXol/develop

    Prevent Linux Mint dark mode readability issues, fix #1158
    limpkin committed Apr 15, 2023
  2. Merge pull request #1165 from deXol/develop1021MakeCredentialPopupSpe…

    …cific
    
    Change Credential save error message to more specific, fix #1021
    limpkin committed Apr 15, 2023

Commits on Apr 5, 2023

  1. Fix CSS in AppGui

    deXol committed Apr 5, 2023

Commits on Mar 23, 2023

  1. Merge pull request #1162 from deXol/develop

    Remove CTRL from shortcut displayed on Advanced tab
    limpkin committed Mar 23, 2023

Commits on Mar 19, 2023

  1. Merge pull request #1161 from deXol/develop

    Fix Login and Password length limit for credentials edit in MMM
    limpkin committed Mar 19, 2023

Commits on Mar 17, 2023

  1. Merge pull request #1160 from deXol/develop

    Fix Login and Password length limit on Credentials tab, fix #1030
    limpkin committed Mar 17, 2023
  2. Refactor check input length

    deXol committed Mar 17, 2023

Commits on Mar 15, 2023

  1. Merge pull request #1159 from deXol/develop

    Fix Qt5 build issue for std::atomic init
    limpkin committed Mar 15, 2023

Commits on Mar 5, 2023

  1. Merge pull request #1156 from deXol/develop

    [BLE] Decrease note images, increase font size, fix #1113
    limpkin committed Mar 5, 2023

Commits on Feb 27, 2023

  1. Merge pull request #1155 from deXol/develop

    [BLE] Protect note fetch from parallel fetches, fix #1151
    limpkin committed Feb 27, 2023
  2. Merge pull request #1154 from barathrm/barath/fix-empty-parent-import…

    …-db-segfault
    
    MPDevice: Fix free-after-use segfaults
    limpkin committed Feb 27, 2023

Commits on Feb 23, 2023

  1. 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.
    barathrm committed Feb 23, 2023

Commits on Feb 22, 2023

  1. Merge pull request #1153 from deXol/develop

    [BLE] Remove Enabled/Disabled text for BT and Knock detection
    limpkin committed Feb 22, 2023
  2. Merge pull request #1131 from VincentVanlaer/generate-desktop-file

    Generate Exec in moolticute.desktop during build
    limpkin committed Feb 22, 2023

Commits on Feb 21, 2023

  1. Merge pull request #1130 from VincentVanlaer/remove-makefile

    Remove Makefile in repository root
    limpkin committed Feb 21, 2023
  2. Merge pull request #1152 from deXol/develop

    Add src/qwinoverlappedionotifier to includepath
    limpkin committed Feb 21, 2023
Older