Skip to content

Commit 62b2b17

Browse files
committed
Adjusted rp-/sqlitebrowser to sqlitebrowser/sqlitebrowser
1 parent 78b305e commit 62b2b17

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,8 +171,8 @@ if(WIN32 AND NOT UNIX)
171171
set(CPACK_PACKAGE_ICON "${CMAKE_CURRENT_SOURCE_DIR}\\\\src\\\\iconwin.ico")
172172
set(CPACK_NSIS_INSTALLED_ICON_NAME "bin\\\\sqlitebrowser.exe")
173173
set(CPACK_NSIS_DISPLAY_NAME "${CPACK_PACKAGE_INSTALL_DIRECTORY}")
174-
set(CPACK_NSIS_HELP_LINK "https:\\\\\\\\github.com\\\\rp-\\\\sqlitebrowser")
175-
set(CPACK_NSIS_URL_INFO_ABOUT "https:\\\\\\\\github.com\\\\rp-\\\\sqlitebrowser")
174+
set(CPACK_NSIS_HELP_LINK "https:\\\\\\\\github.com\\\\sqlitebrowser\\\\sqlitebrowser")
175+
set(CPACK_NSIS_URL_INFO_ABOUT "https:\\\\\\\\github.com\\\\sqlitebrowser\\\\sqlitebrowser")
176176
set(CPACK_NSIS_CONTACT "peinthor@gmail.com")
177177
set(CPACK_NSIS_MODIFY_PATH ON)
178178
else(WIN32 AND NOT UNIX)

README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This is a fork from the SF project which seems to be stagnant.
77
Screenshot
88
----------
99

10-
.. image:: https://github.com/rp-/sqlitebrowser/raw/master/images/sqlitebrowser.png
10+
.. image:: https://github.com/sqlitebrowser/sqlitebrowser/raw/master/images/sqlitebrowser.png
1111
:height: 641px
1212
:width: 725px
1313
:scale: 100%
@@ -58,13 +58,13 @@ What's still to do
5858
- Further improvement of the UI, adding more features and making it easier to
5959
use
6060
- Feel free to add more issues at
61-
https://github.com/rp-/sqlitebrowser/issues
61+
https://github.com/sqlitebrowser/sqlitebrowser/issues
6262

6363
Windows binaries
6464
----------------
6565
Windows binaries can be downloaded from here:
6666

67-
https://github.com/rp-/sqlitebrowser/releases
67+
https://github.com/sqlitebrowser/sqlitebrowser/releases
6868

6969
Nightly builds are also available at:
7070

@@ -85,7 +85,7 @@ using Homebrew first::
8585

8686
Then it's just a matter of::
8787

88-
$ git clone https://github.com/rp-/sqlitebrowser.git
88+
$ git clone https://github.com/sqlitebrowser/sqlitebrowser.git
8989
$ cd sqlitebrowser
9090
$ qmake
9191
$ make

src/AboutDialog.ui

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
</rect>
7676
</property>
7777
<property name="text">
78-
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; font-size:10pt;&quot;&gt;SQLite Database Browser is an open source, freeware visual tool used to create, design and edit SQLite database files.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.&lt;br/&gt;See &lt;a href=&quot;http://www.gnu.org/licenses/gpl.html&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;http://www.gnu.org/licenses/gpl.html&lt;/span&gt;&lt;/a&gt; for details.&lt;/p&gt;&lt;p&gt;For more information on this program please visit our site at: &lt;a href=&quot;https://github.com/rp-/sqlitebrowser&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;https://github.com/rp-/sqlitebrowser&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot; font-size:small;&quot;&gt;This software uses the LGPL Qt Toolkit from http://www.qtsoftware.com&lt;br/&gt;See LICENSING.txt and Qt_LICENSE_LGPL.txt for licensing terms and information.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
78+
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; font-size:10pt;&quot;&gt;SQLite Database Browser is an open source, freeware visual tool used to create, design and edit SQLite database files.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.&lt;br/&gt;See &lt;a href=&quot;http://www.gnu.org/licenses/gpl.html&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;http://www.gnu.org/licenses/gpl.html&lt;/span&gt;&lt;/a&gt; for details.&lt;/p&gt;&lt;p&gt;For more information on this program please visit our site at: &lt;a href=&quot;https://github.com/sqlitebrowser/sqlitebrowser&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;https://github.com/sqlitebrowser/sqlitebrowser&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;span style=&quot; font-size:small;&quot;&gt;This software uses the LGPL Qt Toolkit from http://www.qtsoftware.com&lt;br/&gt;See LICENSING.txt and Qt_LICENSE_LGPL.txt for licensing terms and information.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
7979
</property>
8080
<property name="scaledContents">
8181
<bool>false</bool>

src/MainWindow.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ void MainWindow::init()
141141
m_NetworkManager = new QNetworkAccessManager(this);
142142
QObject::connect(m_NetworkManager, SIGNAL(finished(QNetworkReply*)), this, SLOT(httpresponse(QNetworkReply*)));
143143

144-
QUrl url("https://raw.github.com/rp-/sqlitebrowser/master/currentrelease");
144+
QUrl url("https://raw.github.com/sqlitebrowser/sqlitebrowser/master/currentrelease");
145145
m_NetworkManager->get(QNetworkRequest(url));
146146
#endif
147147
}
@@ -1327,7 +1327,7 @@ void MainWindow::httpresponse(QNetworkReply *reply)
13271327
msgBox.setTextFormat(Qt::RichText);
13281328
msgBox.setWindowTitle(tr("New version available."));
13291329
msgBox.setText(tr("A new sqlitebrowser version is available (%1.%2.%3).<br/><br/>"
1330-
"Please download at <a href='https://github.com/rp-/sqlitebrowser/releases'>https://github.com/rp-/sqlitebrowser/releases</a>.").arg(major).arg(minor).arg(patch));
1330+
"Please download at <a href='https://github.com/sqlitebrowser/sqlitebrowser/releases'>https://github.com/sqlitebrowser/sqlitebrowser/releases</a>.").arg(major).arg(minor).arg(patch));
13311331
msgBox.exec();
13321332

13331333
if(msgBox.clickedButton() == idontcarebutton)

0 commit comments

Comments
 (0)