mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-19 18:40:13 -06:00
Renamed application to Database Browser for SQLite
Hopefully this will reduce the misdirected support calls to Hwaci :)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
## BUILD INSTRUCTIONS AND REQUIREMENTS ##
|
||||
|
||||
SQLite Database Browser requires Trolltech's Qt, version 4.6 or newer.
|
||||
Database Browser for SQLite requires Trolltech's Qt, version 4.6 or newer.
|
||||
For more information on Qt please consult http://www.qtsoftware.com.
|
||||
The GPL version of Qt is available in almost all Linux distributions
|
||||
as a default package.
|
||||
|
||||
@@ -219,7 +219,7 @@ install(TARGETS ${PROJECT_NAME}
|
||||
LIBRARY DESTINATION lib)
|
||||
|
||||
#cpack
|
||||
set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "Sqlite database browser UI")
|
||||
set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "Database Browser for SQLite")
|
||||
set(CPACK_PACKAGE_VENDOR "oldsch00l")
|
||||
set(CPACK_PACKAGE_DESCRIPTION_FILE "${CMAKE_CURRENT_SOURCE_DIR}/README.md")
|
||||
set(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_SOURCE_DIR}/LICENSE")
|
||||
|
||||
2
LICENSE
2
LICENSE
@@ -1,4 +1,4 @@
|
||||
SQLite Database Browser is bi-licensed under the Mozilla Public License
|
||||
Database Browser for SQLite is bi-licensed under the Mozilla Public License
|
||||
Version 2, as well as the GNU General Public License Version 3 or later.
|
||||
|
||||
You can modify or redistribute it under the conditions of these
|
||||
|
||||
15
README.md
15
README.md
@@ -1,10 +1,10 @@
|
||||
# SQLite Database Browser
|
||||
# Database Browser for SQLite
|
||||
|
||||

|
||||

|
||||
|
||||
## What it is
|
||||
|
||||
SQLite Database Browser is a high quality, visual, open source tool to create, design, and edit database files compatible with SQLite.
|
||||
Database Browser for SQLite is a high quality, visual, open source tool to create, design, and edit database files compatible with SQLite.
|
||||
|
||||
It is for users and developers wanting to create databases, search, and edit data. It uses a familiar spreadsheet-like interface, and you don't need to learn complicated SQL commands.
|
||||
|
||||
@@ -65,7 +65,7 @@ Nightly builds are also available at:
|
||||
|
||||
## MacOS X
|
||||
|
||||
SQLite Database Browser works well on MacOS X.
|
||||
Database Browser for SQLite works well on MacOS X.
|
||||
|
||||
* OSX 10.7 (Lion), 10.8 (Mountain Lion) and 10.9 (Mavericks) are tested and known to work
|
||||
|
||||
@@ -148,10 +148,11 @@ Pete Morgan ([@daffodil](https://github.com/daffodil)) created an initial projec
|
||||
|
||||
[John T. Haller](http://johnhaller.com), of [PortableApps.com](http://portableapps.com) fame, created the new logo. He based it on the Tango icon set (public domain).
|
||||
|
||||
In August 2014, the project was renamed to "Database Browser for SQLite" at the request of [Richard Hipp](http://www.hwaci.com/drh) (creator of [SQLite](http://sqlite.org)), as the previous name was creating unintended support issues.
|
||||
|
||||
## License
|
||||
|
||||
SQLite Database Browser is bi-licensed under the Mozilla Public License
|
||||
Database Browser for SQLite is bi-licensed under the Mozilla Public License
|
||||
Version 2, as well as the GNU General Public License Version 3 or later.
|
||||
|
||||
You can modify or redistribute it under the conditions of these
|
||||
licenses.
|
||||
You can modify or redistribute it under the conditions of these licenses.
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
</rect>
|
||||
</property>
|
||||
<property name="windowTitle">
|
||||
<string>About SqliteBrowser</string>
|
||||
<string>About Database Browser for SQLite</string>
|
||||
</property>
|
||||
<property name="windowIcon">
|
||||
<iconset resource="icons/icons.qrc">
|
||||
@@ -116,7 +116,7 @@
|
||||
<item>
|
||||
<widget class="QLabel" name="label">
|
||||
<property name="text">
|
||||
<string><html><head/><body><p>SQLite Database Browser is an open source, freeware visual tool used to create, design and edit SQLite database files.</p><p>It is bi-licensed under the Mozilla Public License Version 2, as well as the GNU General Public License Version 3 or later. You can modify or redistribute it under the conditions of these licenses.</p><p>See <a href="http://www.gnu.org/licenses/gpl.html"><span style=" text-decoration: underline; color:#0000ff;">http://www.gnu.org/licenses/gpl.html</span></a> and <a href="https://www.mozilla.org/MPL/2.0/index.txt"><span style=" text-decoration: underline; color:#0000ff;">https://www.mozilla.org/MPL/2.0/index.txt</span></a> for details.</p><p>For more information on this program please visit our website at: <a href="http://sqlitebrowser.org"><span style=" text-decoration: underline; color:#0000ff;">http://sqlitebrowser.org</span></a></p><p><span style=" font-size:small;">This software uses the GPL/LGPL Qt Toolkit from </span><a href="http://qt-project.org/"><span style=" font-size:small; text-decoration: underline; color:#0000ff;">http://qt-project.org/</span></a><span style=" font-size:small;"><br/>See </span><a href="http://qt-project.org/doc/qt-5/licensing.html"><span style=" font-size:small; text-decoration: underline; color:#0000ff;">http://qt-project.org/doc/qt-5/licensing.html</span></a><span style=" font-size:small;"> for licensing terms and information.</span></p><p><span style=" font-size:small;">It also uses the Silk icon set by Mark James licensed under a Creative Commons Attribution 2.5 and 3.0 license.<br/>See </span><a href="http://www.famfamfam.com/lab/icons/silk/"><span style=" font-size:small; text-decoration: underline; color:#0000ff;">http://www.famfamfam.com/lab/icons/silk/</span></a><span style=" font-size:small;"> for details.</span></p></body></html></string>
|
||||
<string><html><head/><body><p>Database Browser for SQLite is an open source, freeware visual tool used to create, design and edit SQLite database files.</p><p>It is bi-licensed under the Mozilla Public License Version 2, as well as the GNU General Public License Version 3 or later. You can modify or redistribute it under the conditions of these licenses.</p><p>See <a href="http://www.gnu.org/licenses/gpl.html"><span style=" text-decoration: underline; color:#0000ff;">http://www.gnu.org/licenses/gpl.html</span></a> and <a href="https://www.mozilla.org/MPL/2.0/index.txt"><span style=" text-decoration: underline; color:#0000ff;">https://www.mozilla.org/MPL/2.0/index.txt</span></a> for details.</p><p>For more information on this program please visit our website at: <a href="http://sqlitebrowser.org"><span style=" text-decoration: underline; color:#0000ff;">http://sqlitebrowser.org</span></a></p><p><span style=" font-size:small;">This software uses the GPL/LGPL Qt Toolkit from </span><a href="http://qt-project.org/"><span style=" font-size:small; text-decoration: underline; color:#0000ff;">http://qt-project.org/</span></a><span style=" font-size:small;"><br/>See </span><a href="http://qt-project.org/doc/qt-5/licensing.html"><span style=" font-size:small; text-decoration: underline; color:#0000ff;">http://qt-project.org/doc/qt-5/licensing.html</span></a><span style=" font-size:small;"> for licensing terms and information.</span></p><p><span style=" font-size:small;">It also uses the Silk icon set by Mark James licensed under a Creative Commons Attribution 2.5 and 3.0 license.<br/>See </span><a href="http://www.famfamfam.com/lab/icons/silk/"><span style=" font-size:small; text-decoration: underline; color:#0000ff;">http://www.famfamfam.com/lab/icons/silk/</span></a><span style=" font-size:small;"> for details.</span></p></body></html></string>
|
||||
</property>
|
||||
<property name="alignment">
|
||||
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
|
||||
|
||||
@@ -13,7 +13,7 @@ Application::Application(int& argc, char** argv) :
|
||||
{
|
||||
// Set organisation and application names
|
||||
setOrganizationName("sqlitebrowser");
|
||||
setApplicationName("SQLite Database Browser");
|
||||
setApplicationName("Database Browser for SQLite");
|
||||
|
||||
// Set character encoding to UTF8
|
||||
QTextCodec::setCodecForLocale(QTextCodec::codecForName("UTF-8"));
|
||||
|
||||
@@ -52,7 +52,7 @@
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>@EXECUTABLE@</string>
|
||||
<key>CFBundleGetInfoString</key>
|
||||
<string>SQLite Database Browser</string>
|
||||
<string>Database Browser for SQLite</string>
|
||||
<key>CFBundleIconFile</key>
|
||||
<string>@ICON@</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
@@ -60,7 +60,7 @@
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>6.0</string>
|
||||
<key>CFBundleName</key>
|
||||
<string>SQLite Database Browser</string>
|
||||
<string>Database Browser for SQLite</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
|
||||
Reference in New Issue
Block a user