[qet] [GIT] qet/qet.git branch 0.8.1 updated. 0.9-dev-29-gecf7833

[ Thread Index | Date Index | More lists.tuxfamily.org/qet Archives ]


This is an automated email from git. It was generated because a ref
change was pushed to the "qet/qet.git" repository.

The branch, 0.8.1 has been updated
       via  ecf783332a07ceda056f09d1cab30771e8f91433 (commit)
       via  fbb97cb686d591388ccc65f9cad02927d866ffcd (commit)
       via  4aaa8eebe470ed54f726d5d2a18d6530260ac36b (commit)
       via  4b6e0ad8e53b1315b2fb8e26694bac598f4da28f (commit)
      from  86c8a2d45b8e63c272411c754dd3a750a5b0bc7d (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit ecf783332a07ceda056f09d1cab30771e8f91433
Author: joshua <Joshua@xxxxxxxxxxxxxxxx>
Date:   Sun Apr 18 20:03:13 2021 +0200

    Improve element collection loading time
    
    According to Qt creator flame graph, call QSettings take lot of time.
    When loading the element collection, each items of the collection get
    the current language by calling the function QString
    QETApp::langFromSetting().
    This function instantiate a QSettings object each time and take a lot of
    time.
    Now the QSettings is instantiate only at the first call, and the value
    is stored in memory, then all other call of the function don't
    instantiate a QSettings, but just return the value in memory.

commit fbb97cb686d591388ccc65f9cad02927d866ffcd
Author: joshua <Joshua@xxxxxxxxxxxxxxxx>
Date:   Sun Apr 11 14:08:21 2021 +0200

    Element query widget : make code more readable

commit 4aaa8eebe470ed54f726d5d2a18d6530260ac36b
Author: joshua <Joshua@xxxxxxxxxxxxxxxx>
Date:   Sun Apr 11 14:03:02 2021 +0200

    Element nomenclature sql query minor fix
    
    Filter "is empty" don't work for any case :
    We must to filter for NULL and empty string then replace the sql
    sentence "value IS NULL" by "(value IS NULL OR value = '')"

commit 4b6e0ad8e53b1315b2fb8e26694bac598f4da28f
Author: joshua <Joshua@xxxxxxxxxxxxxxxx>
Date:   Sun Apr 11 12:39:38 2021 +0200

    Element nomenclature SQL query : minor fix
    
    the filter "is not empty" in nomenclature don't work for every case.
    Replace SQL sentence "IS NULL" by "!= ''" because an empty string is not
    a NULL value string, but a NULL value string is like an empty string

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

Summary of changes:
 sources/dataBase/ui/elementquerywidget.cpp | 95 +++++++++++++++---------------
 sources/qetapp.cpp                         | 16 +++--
 2 files changed, 58 insertions(+), 53 deletions(-)


hooks/post-receive
-- 
qet/qet.git



Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/