summaryrefslogtreecommitdiff
path: root/databases/sqlitebrowser/distinfo
AgeCommit message (Collapse)AuthorFilesLines
2021-10-26databases: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes The following distfiles could not be fetched (some may be only fetched conditionally): ./databases/cstore/distinfo D6.data.ros.gz ./databases/cstore/distinfo cstore0.2.tar.gz ./databases/cstore/distinfo data4.tar.gz
2021-10-07databases: Remove SHA1 distfile hashesnia1-2/+1
2021-05-25sqlitebrowser: updated to 3.12.2adam1-5/+5
DB Browser for SQLite 3.12.2 Fix saving the list of extensions in the Preferences dialog Corrected a typo in the French translation Updated the included SQLite and SQLCipher libraries to their latest release (SQLite 3.35.5, SQLCipher 4.4.3) Updated the "public" certificate, used for communicating with DBHub.io anonymously
2020-11-12sqlitebrowser: updated to 3.12.1adam1-5/+5
DB Browser for SQLite 3.12.1 This is the first bug fix release for our 3.12.x series. There aren't any "super critical must upgrade" bugs fixed, so updating isn't urgent. 😄 The changes in this over the 3.12.0 release include: Enhancements Completely reworked interface for accessing DBHub.io Add .Net DateTime.Ticks to list of supported display formats Add more options for setting font sizes New predefined settings for simplified window layout Bug fixes Fix loading of project files with empty filter values Fix initial table view when using the -t / --table command line option Add status message when opening a file from the recent file list (4dfe4f7) Make sure to not show "NULL" for empty but non-NULL values in the Edit dialog Fix plot being drawn before all data is loaded Restore original default for having condition format in filter line (f28ecc0) Fix default font in the format toolbar (c4b2ffc) Improve binary detection for cases starting by chance by a BOM Make sure the order of the statements in the SQL log is correct (05db901) Fix executing selected SQL text when there are multi-byte characters Fix executing SQL queries with compound operators Fix SQL import of files with BOM Also update schema when clicking the Refresh button in Browse Data tab (16c3d8d) Select column in table results when column header is pressed Tweak the output wording for command line options Remove the default property of the cancel button in the "Fetching data..." dialog Fix not being saved and not applied when modifying database cells in Windows external program (f2d8f79) Fix incorrect display of SQL calltips containing non-US-ASCII characters (9f7851b) Fix to 'Window Layout' options work properly Building and packaging Fix CMake warning during compilation (115aa00) snap: Add environment variables to set Qt theme (7b5d652) Updated to OpenSSL 1.1.1h for the Windows and macOS builds Platform specific No longer force Light theme on macOS when "Follow the desktop style" is chosen (508118f) Keep registry key consistent on Windows Allow use of integrated graphics card instead of high performance graphics card in macOS Use native path separators in Preferences dialog (f38b829) Added message box for informative command line arguments for Windows
2020-07-20sqlitebrowser: updated to 3.12.0adam1-5/+5
v3.12.0 All Enhancements Make use of the enhanced ALTER TABLE features in SQLite 3.25.0 Allow specifying an ON CONFLICT strategy in the Import CSV dialog Add option to remember last location per action type when saving and loading Add conditional formats to the Browse Data tab Show current database action and add a cancel button in status bar Save read-only state in the project file Add support for filtering by regular expressions using the /regexp/ syntax More efficient table editing. When editing the schema, do all changes in one go at the end Add comment/uncomment feature to the SQL editor Add option to find and replace in the selection in the SQL editor Execute SQL statements in a different thread, allowing long-running queries to be cancelled When editing a cell with a foreign-key, show a list of possible values in a dropdown list Many small performance improvements Lots of UI reworking, allowing more flexibility, adding new shortcuts, fixing glitches, and making it more responsive. Some of the new settings are stored in the project file while the handling of project files itself is improved too New Save Project As menu item Ask the user whether to save modified SQL tabs when closing, add a new button to save changes in all open tabs, prompt to save changes in the project when closing the database or the application Allow custom display formats Add new log to the SQL log dock which prints the SQLite error log New setting allowing to set a dark style using a style-sheet Add support for sorting by multiple columns in the Browse Data tab and add a button to clear sort orders Add support for inserting rows into views with appropriate triggers Enable build against external QCustomPlot Improved text editor in the Edit Cell dock New command-line argument for saving settings Show some information about the selected data when selecting cells in the Browse Data tab Detect changes in SQL files made by other programs Add a full find dialog to all text editors Add constraint editing to the Edit Table dialog Include a built-in certificate which allows out-of-the-box read-only access to dbhub.io Support all Unicode quote and escape characters in the Import CSV dialog Add proxy support to dbhub.io functionality Add "Browse Table" action to the context menu of the DB Structure dock Remember read-only flag for recent files list Extended regular expression support in the find dialogs Add duplicate tab feature to Execute SQL area Prompt user for options after dropping files Allow changing the collation of columns in the Edit Table dialog Add global filter field to Browse Data tab Support inline preview of image data in cells Add move field to top/bottom buttons to Edit Table dialog Add a find and replace toolbars to the Browse Data tab Add a toolbar for direct formatting of columns, rows, and single cells in the Browse Data tab Support custom SQLCipher cipher_plaintext_header_size Add support for parsing, browsing, and editing tables with GENERATED ALWAYS AS columns Use the column type affinity for the default text alignment in the Browse Data tab Resize columns according to contents Allow opening of URLs or filenames from database cells and add a button to insert a link to the file into the cell Allow editing of the contents of database cells in external applications Add support for a secondary Y-axis to the plot area Drop close buttons on every Execute SQL tab(x) Show a useful icon in SQL tabs Open SQL tabs for modifying views and triggers Fix logo issues Install the AppStream file to the canonical location Open a set of SQL-Files Consistent naming of DB Browser for SQLite Minor: Change "Filter in all columns" => "Filter in any column" Avoid unchanged translation of keyboard shortcuts to work around problems Rearrange preferences database Use port 443 for DBHub.io traffic, to be more enterprise firewall friendly Application icon cleanup Update to Windows Icon Generation script All Bug fixes Avoid setting the database dirty with some trailing whitespace and comments Use native and localised names for shortcuts in the tool-tips Add macOS .dylib extension to the extension selector dialog Do not show more than 512 characters in DB Structure tooltips Load all pending data when select all is requested Make the Edit Cell Dock to update with the selected cell in SQL results Fix selecting columns in Browse Data tab instead of sorting them Fix detection of XML data, some types of text data, and large numbers in the Edit Cell dock Fix default collations and callbacks when creating a new database Lots of bug fixes in the SQL parser Always set sort direction to ascending when sorting a different column Fix problems with the JSON export Fix problems after closing a database Fix syntax highlighting to exactly match the SQLite keywords Fix deleting from WITHOUT ROWID table Fix editing data in WITHOUT ROWID tables with multiple primary key columns Silence some unnecessary warning messages Fix licence list in dbhub.io push dialog Fix loading last used settings in the Import CSV dialog Fix setting last modified date when cloning a dbhub.io database Fix possible crash when loading a corrupt project file Include transaction statements in the SQL log Fixes for editing cells with RTL texts When updating a field try to respect the affinity data type if possible Fix value in size column of dbhub.io panel for very large databases Fix plotting data with NULL values by leaving gaps in the graph Fix importing CSV files with quote characters and no final line break and with only one column and no final line break Escape filepath when attaching database Fix foreign-key editor not working correctly in Edit Table dialog Fix issues with resizing and with hiding a column Fix editing in tables with custom display formats Fix problems with greediness in the DB4S implementation of the SQLite REGEXP operator Check if some column has a NOT NULL constraint in "Set to NULL" Fix error indication and savepoint handling after failed statements Make SQL editor in Edit Table dialog read-only Fix some problems with view editing in Browse Data tab Fix handling of databases with a view and a trigger with the same name Never mark the DB dirty if it is read-only Fix the recordset numbers in the Browse Data tab Fix some typos and translation problems Fix dotenv not working for databases encrypted using SQLCipher 3 Fix dotenv not working when not specifying the plaintext header size Crash when -t option specifies missing table Translations Add Japanese translation Update Russian translation Update Chinese translation Update Polish translation Update Portuguese translation Update French translation Update Spanish translation Update Turkish translation Update Italian translation Update German translation Update Arabic translation Update Simplified Chinese translation Update German translation for v3.12.x Updates the Brazilian Portuguese files for 3.12.0 Portuguese updates for 3.12 Update Japanese Translation for v3.12.x Update zh translation
2020-01-11sqlitebrowser: remove patch-CMakeLists.txt in distinfonros1-2/+1
Remove patch-CMakeLists.txt from distinfo since it has been removed.
2019-07-30sqlitebrowser: Update to 3.11.2nia1-5/+5
Switches from Qt4 to Qt5.
2019-02-02Install icons and application resources on all Unix platforms.brook1-1/+2
As discussed on tech-pkg, icons and application resources should be installed uniformly on all Unix platforms. Previously, CMakeLists.txt excluded these on Darwin but not on other Unix platforms. Consequently, the PLIST was broken on Darwin. This was fixed with upstream commit 21d8800ce613775c995212f61d7e95c2189f6da6, which has been backported here to v3.8.0. While here, add two buildlink3.mk files, also discussed on tech-pkg, that should have been present all along but for some reason were not.
2016-03-05Update to 3.8.0ryoon1-6/+5
* Change LICENSE since 3.1.0 Changelog: * Support SQLite 3.9.2 * Support Qt5 * Many improvements and bugfixes
2015-11-03Add SHA512 digests for distfiles for databases categoryagc1-1/+2
Problems found with existing distfiles: distfiles/D6.data.ros.gz distfiles/cstore0.2.tar.gz distfiles/data4.tar.gz distfiles/sphinx-2.2.7-release.tar.gz No changes made to the cstore or mariadb55-client distinfo files. Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2013-05-30Roll distinfo back to previous version. Patch removed as this issue hasrodent1-2/+1
been fixed upstream.
2013-05-30Regenerating patchsum.rodent1-1/+2
2013-05-26Updated to latest release, 2.0beta1. Now based on Qt4.6. No ChangeLog inrodent1-5/+5
distfile. pkgsrc changes: Added LICENSE. Fixed typo in COMMENT. Added patch to make this work with Qt>4.6. Use qt4-{libs,tools} instead of Qt3.
2011-07-19Fix build on NetBSD 5.99.55.ryoon1-1/+2
* Resolve conflict of getline.
2008-05-25SQLite Database Browser is a freeware, public domain, open sourceadam1-0/+5
visual tool used to create, design and edit database files compatible with SQLite. It is meant to be used for users and developers that want to create databases, edit and search data using a familiar spreadsheet-like interface, without the need to learn complicated SQL commands.