Skip to content

Conversation

@deepsidhu1313
Copy link
Owner

No description provided.

justinclift and others added 30 commits February 2, 2020 17:17
This adds support for parsing, storing, and generating GENERATED ALWAYS
AS columns as added in SQLite 3.31.0.

See issue #2107.
Setting save points does not make sense for read-only databases, so
do never set a save-point while executing a user query if the database has
been opened in read-only mode.

If setSavePoint is ever called in read-only mode, a warning is printed and
the save-point is not set.

If ever a read-write query is executed, it would be rejected by SQLite so
there is no risk of immediately committing any change to the DB.
This improves the accuracy of the number of the last row in the
recordset number label at the bottom of the Browse Data tab by using the
seemingly more accurate visualIndexAt approach instead of the rowAt
approach from before and by taking the horizontal scrollbar into
account.

It also updates the label when resizing the row heights or column
widths.

See issue #232.
Merge branch 'hrwatahiki-master'
Also rewords the second sentence to be more grammatically correct.
Adds a missing space between sentences
…3.12

Brazilian Portuguese translation updates for 3.12
Japanese Localization for v3.12
Squashed commit of the following:

commit f81fc8f
Author: mgrojo <mgrojo@gmail.com>
Date:   Sat Feb 15 23:36:56 2020 +0100

    Some improvements to the Spanish translation

    - Do not use Title Case in Spanish as recommended by:
      https://es.l10n.kde.org/normas_generales.php
    - Consistency in references to GUI elements
    - Do not translate Shift since it has to match the official Qt translation
    and they seem to keep changing it in different versions. Leaving it
    untranslated, it is automatically translated when reference in GUI elements

commit 39b8470
Merge: d19a1b2 d393dd3
Author: mgrojo <mgrojo@gmail.com>
Date:   Sat Feb 15 21:39:50 2020 +0100

    Merge branch 'master' of https://github.com/lulol/sqlitebrowser into lulol-master

    Fixed some undefined entities.

    # Conflicts:
    #	src/translations/sqlb_es_ES.ts

commit d393dd3
Author: lulol <melus0@wanadoo.es>
Date:   Sat Feb 15 15:00:39 2020 +0100

    Updated Spanish translation

    It didn't like the 'iquest' entity for '¿' in the html block. Will try the UTF-8 version directly and try again.
    Used the new source 6683a9f

commit d6486b1
Author: lulol <melus0@wanadoo.es>
Date:   Sat Feb 15 14:42:53 2020 +0100

    Updated Spanish Translation.

    Trying again uploading the right file. :(

commit ec6883c
Author: lulol <melus0@wanadoo.es>
Date:   Sat Feb 15 14:36:48 2020 +0100

    Updated Spanish translation

    Fixed a formatting typo and consistency.

commit 851e3e2
Author: lulol <melus0@wanadoo.es>
Date:   Sat Feb 15 13:25:10 2020 +0100

    Updated Spanish translation
MKleusberg and others added 29 commits February 20, 2020 12:38
This fixes an issue earlier introduced in commit
cee3523 which made the number of the
last visible record in an empty table -1 instead of 0.
Updated italina translation to the latest upstream.
It seems like the translations of the strings from the Qt framework are
not loaded correctly. This is my attempt to fix this problem.

See issue #2124.
This fixes some problems which were reported by Coverity. None of these
is critical and some are only theoretical issues which will never be
triggered. But better prepare the code for future changes and fix these
warnings properly instead of just silencing them.
* Completed implementing a secondary Y axis on the right with independent scale

* Added compatibility for earlier version project xml

* Stream format has only one axis information - Used as y1

* Code refactored to avoid code duplication for secondary y axis
The action shortcuts are application wide and the shortcuts in the
Scintilla Editor of the DB Cell Editor were eclipsed by the Table Browser
shortcuts.

Now they are established programmatically and given a widget-with-children
context, so they are applicable to the Table Browser.
This fixes the problem with tab-bar scroll buttons reported in #1968

This version has a problem with combo-boxes with icons, so the recommended
workaround is implemented for the language combo-box in Preferences and the
Table combo-box in Browse Data.

ColinDuquesnoy/QDarkStyleSheet#169
WiX doesn't seem to like the hyphen character ("-") being used
in Id's, which is a problem as it's used in the OpenSSL library
filenames.
Our alpha and beta releases use patch numbers greater than 99, so
were being caught by the version string check.
The canonical location for AppStream XML files has been changed to
/usr/share/metainfo four years ago at least, with /usr/share/appdata
left as legacy location. It is time to switch to the right location.
Install the AppStream file to the canonical location
Correct text case usage in local FindXXX.cmake and CMakeLists.txt files.
During usage, warning messages appear due to differences in file name/library name case.

Resolution is to match file name case with variable name case where it appears in all CMake files.
i.e. file name - QCustomPlot.cmake
     variable name QCustomPlot_{LIBRARIES, INCLUDE_DIRS, et al}

Affects CMakeLists.txt and cmake/FindXXX.cmake files.
Correct CMake Warning Messages - QCustomPlot, QHexEdit
@deepsidhu1313 deepsidhu1313 merged commit 6489370 into deepsidhu1313:master Apr 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.