Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

sqlitebrowser-3.12.2-2.15 RPM for ppc64le

From OpenSuSE Ports Tumbleweed for ppc64le

Name: sqlitebrowser Distribution: openSUSE Tumbleweed
Version: 3.12.2 Vendor: openSUSE
Release: 2.15 Build date: Tue Feb 6 19:09:54 2024
Group: Productivity/Office/Organizers Build host: obs-power8-05
Size: 6472988 Source RPM: sqlitebrowser-3.12.2-2.15.src.rpm
Packager: http://bugs.opensuse.org
Url: http://sqlitebrowser.org
Summary: Spreadsheet-like interface to SQLite databases
SQLite Database Browser is a visual tool for creating, designing and
editing database files compatible with SQLite. It provides a
spreadsheet-like interface, without the need to learn SQL commands.
Controls and guided dialogs are available for users to:

	* Create and compact database files
	* Create, define, modify and delete tables
	* Create, define and delete indexes
	* Browse, edit, add and delete records
	* Search records
	* Import and export records as text
	* Import and export tables from/to CSV files
	* Import and export databases from/to SQL dump files
	* Issue SQL queries and inspect the results
	* Examine a log of all SQL commands issued by the application

Provides

Requires

License

GPL-3.0-or-later AND MPL-2.0

Changelog

* Tue Jan 04 2022 marec <marec@detebe.org>
  - Fixed build for Leap
  - Added support for sqlcipher
  - Removed obsolete %post and %postun section
* Mon May 24 2021 Andreas Stieger <andreas.stieger@gmx.de>
  - update to 3.12.2:
    * Update internal client certificates for DBHub.io
    * Correct a typo in the French translation
    * Fix saving the list of extensions in the Preferences Dialog
* Wed Jan 06 2021 Dirk Müller <dmueller@suse.com>
  - update to 3.12.1:
    * Completely reworked interface for accessing DBHub.io
    * Add .Net DateTime.Ticks to list of supported display formats (#2378)
    * Add more options for setting font sizes (#2306)
    * New predefined settings for simplified window layout (#2307)
    * see https://sqlitebrowser.org/blog/version-3-12-1-released/
* Thu Aug 13 2020 Chris Coutinho <chrisbcoutinho@gmail.com>
  - Update to 3.12.0
    * Hightlights
    - Better table handling
    - Conditional formatting
    - Better threading and cancelling support for long-running queries
    - Multi-column sorting
    - New SQL parser with Unicode support and better coverage in general
    - Find dialogs everywhere
    - UI improvements everywhere
    - Proxy support
    - Better performance on slow systems
    - Support for pre-3.11 project file format
    https://sqlitebrowser.org/blog/version-3-12-0-released/
* Thu Aug 01 2019 Stephan Barth <stephan.barth@suse.com>
  - Added dependencies on Qt5Concurrent and Qt5Xml
  - Update to version 3.11.2:
    * Added Korean translation updates from PR #1600
    * Italian translation for v3.11.x
    * Regenerate translation files for the v3.11.x branch
    * Updated German translation for 3.11.x
    * Updated Brazilian Portuguese translation
    * Fix editing encryption when using SQLCipher 4
    * Fix transaction detection in SQL import
* Fri Jul 27 2018 jengelh@inai.de
  - Use noun phrase in summary.
  - Trim redundancies from description.
* Fri Jun 29 2018 wbauer@tmo.at
  - update to version 3.10.1
    * Bug fixes
    - General
      + cipher: Fix passphrases containing single quotes
      + cipher: Change tab order in encryption dialog
      + Fix typo in Russian translation
      + Pass /norestart to vcredist installer
      + Fix index updating when removing an indexed column from a table
      + Don't automatically commit all changes when editing a table column
      + Make text selectable in Edit dock even if db is opened as read only
      + Add '<>NULL' filter
      + Fix custom type saving when only focus changes for user-entered type
    - DBHub.io related
      + dbhub: Tweak certificate UI in the preferences dialog
      + dbhub: Fix progress dialog for very large files
      + dbhub: Remove closing "." from the progress dialog
      + dbhub: Ask user what to do when trying to open an updated database
      + dbhub: Enforce name and commit message length limits in push dialog
      + dbhub: Add tooltip to cog tool button
      + dbhub: Redownload database if local copy has been deleted
      + dbhub: Fix wrong file size being shown for very large files
      + dbhub: Support pushing to different branches than "master"
      + dbhub: Improve file size format
      + dbhub: Optimise code
      + dbhub: Fix branch list in push dialog
* Wed Aug 30 2017 mpluskal@suse.com
  - Correct license
  - Use more cmake macros
  - Use shared qscintilla library
* Tue Aug 29 2017 wbauer@tmo.at
  - update to version 3.10.0
    * Highlights
    - DBHub.io integration
      + Uploading and downloading of databases works
      + Branching, forking, starring works, as does creating tags and releases
      + There's a 100MB per database limit at the moment though, as it's still in development
      + Backups aren't done on it (yet), so don't use it as your only place for storing important things (!!!)
      + The front page is... not great. We're working on it.
      + Still lots of upcoming stuff needing to be done. An API to query your databases, a cli, merging, discussions/issues
      + Please report bugs, ideas, suggestions (etc) on the dbhub.io repo issue tracker as you find them.
    - Many plot improvements (NULL values, progress dialog, remember settings, better colours, and bug fixes)
    - Better table editing (foreign key editor, toggling the WITHOUT ROWID flag, temporary tables, ...)
    - Better Import CSV dialog. It can now handle multiple CSV files at once
    - Improved Index dialog and better index handling in general
    - Better handling of virtual tables
    - Filter improvements (ranges, NULL search)
    - The usual improvements to the grammar parser
    * See the full list of changes under
      https://github.com/sqlitebrowser/sqlitebrowser/releases/tag/v3.10.0
  - switch back to cmake build
  - use system antlr on openSUSE, the problems seem to be fixed
  - unconditionally build with Qt5, Qt4 support has been dropped in
    this release
* Thu Jan 19 2017 hpj@urpla.net
  - switch to qmake build: cmake is badly broken ATM
  - update to version 3.9.1
    * Major features
    - DBHub.io was recently announced.
    - Future releases of DB Browser for SQLite will optionally be able to save and retrieve your SQLite databases "in the cloud".
    - You can enable/disable this new submenu in Preferences.
    * Enhancements
    - Decreased lagging with long strings (further work still needed) - #761 (thanks to @innermous and @MKleusberg)
    - Indicate when display strings are being truncated - #767 (thanks to @justinclift)
    - Focus the newly created field after clicking 'Add field' - 64ee665 (thanks to @Revolter)
    - Improved Execute current SQL line action - #780, 45affc9, 531eddb (thanks to @Revolter)
    * Bug fixes
    - Fixed default font selected being incorrectly detected - b15c7f2, 49786e1 (thanks to @innermous and @justinclift)
    - Increased custom Page Size upper limit - e12e043 (thanks to @MKleusberg)
    - Fixed program not being able to uninstall from "Programs and Features" in Windows 7 - 90c094e (thanks to @justinclift)
    - Fixed executing current line action incorrectly logging the entire SQL - 55d8905 (thanks to @Revolter)
    - Added HTML entities escaping in output when executing SQL - b9dd11d (thanks to @innermous)
    - Fixed Indexes with spaces around their name not being able to be deleted - 8be2c54 (thanks to @MKleusberg)
    - Removed quotes around content when a single cell is copied - 8c510ff (thanks to @Revolter)
    - Help button should not be present in Windows title bar - #796 (thanks to @schdub)
  - update to version 3.9.0
    It's been yet another half a year (more precisely, 8 months) since the previous version 3.8.0 was released, and a lot of good things happened.
    * Major features
    - Strong encryption is now supported on Windows, using SQLCipher! - 5d98a19 (thanks to @huy-cong and @justinclift for figuring this out)
    - Keyboard navigation in the "Browse Data" tab now works well
    - Our releases are now digitally signed on both Windows and MacOS
    * Enhancements
    - Add Fedora install instructions - #467, #470 (thanks to @subdriven)
    - Add Windows DATE display format - #471 (thanks to @MyRoGeertGit)
    - Remove ampersands from windows title - d9d2f96 (thanks to @MKleusberg)
    - Feature request: Option to turn off "intellisense"-like suggestions - #537 (thanks to @MKleusberg)
    - Add select and deselect all options for Export SQL dialog - #549 (thanks to @wierzba3)
    - Add Homebrew Cask install instructions - #564, #566 (thanks to @timbroder)
    - Add decimal support to display format - #569 (thanks to @jungle-boogie)
    - Add Edit Database Cell update when selecting a cell from the Execute SQL tab - #570 (thanks to @larsimmisch)
    - Cannot view binary data on BLOB columns containing image - #580 (thanks to @justinclift)
    - Update Fedora install instructions - #586, #587 (thanks to @FreedomBen)
    - Add preference setting for exports line ending - #592, #597 (thanks to @justinclift)
    - Adjust executable/app name according to the project's name - #593 (thanks to @justinclift)
    - Add duplicate record option - #594 (thanks to @innermous)
    - Change default button to No in removal message dialogs - #618 (thanks to @innermous)
    - Add default field type preference setting - #652 (thanks to @revolter)
    - Add option to export only the data in an SQL export - c8f0203 (thanks to @MKleusberg)
    - Remove buggy Edit Dialog and improved Edit Dock - #668, #679 (thanks to @justinclift)
    - Add Ubuntu install instructions on the website - #671 (thanks to @justinclift)
    - Add Rackspace logo on the website - 6fda155 (thanks to @justinclift)
    - Add binary data size to the Edit Dock - #699 (thanks to @revolter)
    - Update installer .dmg on Mac OS - #693 (thanks to @justinclift and @revolter)
    - Add Create Index button in the toolbar and fixed Create Index dialog sizing - #704 (thanks to @revolter)
    - Add backspace alongside delete key for cell empty, for laptops missing the delete key - #705 (thanks to @justinclift)
    - Optimize choosing displayed text for cell - 6b42af7 (thanks to @innermous)
    - Improve copy/pasting in ExtendedTableWidget - #709 (thanks to @innermous)
    - Feature request: We should sign our official releases - #711 (thanks to @justinclift)
    - Reimplement data handling in the Edit Cell widget - #713 #410 (thanks to @justinclift)
    * Bug fixes
    - Fix building on CentOS - #572 (thanks to @Maxim-Mazurok)
    - Fix crash when browsing data in some cases - 730a272 (thanks to @MKleusberg)
    - Fix font blur on retina displays in the SQL Log - #575 (thanks to @nickberry17)
    - Fix crash when trying to delete records from empty table - #590 (thanks to @innermous)
    - Fix database toolbar actions not updating after deleting a table - #600 (thanks to @revolter)
    - Fix cancel button not working in the Export SQL dialog - #608 (thanks to @justinclift)
    - Fix Field separator and Quote character preferences not restoring correctly - #609 (thanks to @justinclift)
    - Fix various small bugs with the quote and separator choices - #611 (thanks to @justinclift)
    - Fix primary keys not being quoted when creating/modifying tables - 7e0adab (thanks to @MKleusberg)
    - Fix crash in Browse Data tab when pasting empty string over non-empty cell - 1ce62d7 (thanks to @innermous)
    - Fix cell Edit Dialog not showing up centered - #644 (thanks to @DelphiGit)
    - Fix Show rowid column option not correctly refreshing the table view - #645 (thanks to @revolter)
    - Fix crash when hovering over any row from the rowid column - #646 (thanks to @revolter)
    - Fix for unquoted path vulnerability in the Windows app - #649 (thanks to @DelphiGit and @justinclift)
    - Fix incorrect app version in Finder's Info view - #658 (thanks to @revolter)
    - Fix crash when trying to Export table(s) as CSV in some cases - 2c1ab5b (thanks to @innermous)
    - Fix navigation keyboard shortcuts not working in Browse Data tab in some cases - 2bcc603 (thanks to @justinclift)
    - Fix DB Toolbar visibility preference setting not restored in some cases - #666 😈 (thanks to @innermous)
    - Fix Alt-Delete not setting the selected cell to NULL - #663 (thanks to @justinclift)
    - Fix transactions not being ignored when executing SQL - #656 (thanks to @revolter)
    - Fix elements focus order on Tab press - #676 (thanks to @chrisjlocke)
    - Fix Edit Dialog opening when pressing Enter - a7b5c3f (thanks to @MKleusberg)
    - Fix Filter Input row in RTL Locales - #685 (thanks to @SafaAlfulaij)
    - Fix Edit Dock default position - 30d2ce3 (thanks to @revolter)
    - Fix crash when closing unsaved database (or some other rare cases) - #690 (thanks to @revolter)
    - Fix font preference settings not being reflected in the Edit Dock - 7eb733b (thanks to @justinclift)
    - Fix Arabic translations not showing up correctly - #702 (thanks to @justinclift)
    - Fix cell binary data getting corrupted when trying to edit in place - #708 (thanks to @SafaAlfulaij)
    - Fix foreign key preview not showing up for foreign keys in the first column - #718 (thanks to @schdub)

Files

/usr/bin/sqlitebrowser
/usr/share/applications/sqlitebrowser.desktop
/usr/share/doc/packages/sqlitebrowser
/usr/share/doc/packages/sqlitebrowser/README.md
/usr/share/doc/packages/sqlitebrowser/currentrelease
/usr/share/icons/hicolor/256x256/apps/sqlitebrowser.png
/usr/share/licenses/sqlitebrowser
/usr/share/licenses/sqlitebrowser/LICENSE
/usr/share/man/man1/sqlitebrowser.1.gz
/usr/share/metainfo
/usr/share/metainfo/sqlitebrowser.desktop.appdata.xml
/usr/share/pixmaps/sqlitebrowser.png


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Apr 27 00:40:55 2024