forked from sqlitebrowser/sqlitebrowser
-
Notifications
You must be signed in to change notification settings - Fork 0
Changes from upstream #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This adds support for parsing, storing, and generating GENERATED ALWAYS AS columns as added in SQLite 3.31.0. See issue #2107.
… available, 2.0.1(2018Jun25).
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
Spanish translation updated. See issue #2124
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.
Update Arabic translation
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.
This reverts commit f74bf2a.
* 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.