Skip to content

Commit

Permalink
Sorting editor bugfix, updated version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Bowman committed May 17, 2010
1 parent 15bdc9e commit a2896d3
Show file tree
Hide file tree
Showing 13 changed files with 39 additions and 19 deletions.
8 changes: 8 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
2010-05-17 #################### PortaBase 2.0b2 ####################

2010-05-17 JMB Sorting editor bugfix, updated version number

Fixed a bug in the sorting editor where ascending/descending labels were
initially reversed. Also updated the version number in all appropriate
places for the next beta release.

2010-05-15 JMB Assorted bugfixes

Read-only files can now be opened correctly, with a dialog warning the user
Expand Down
6 changes: 3 additions & 3 deletions README.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PortaBase 2.0 beta 1 (May 2010)
PortaBase 2.0 beta 2 (May 2010)
-------------------------------
PortaBase (portable database) is a program for conveniently managing one-table
database files. It is available for many platforms, including Linux, Mac OS X,
Expand Down Expand Up @@ -44,7 +44,7 @@ and/or webOS may be forthcoming as well.

Maemo Installation
------------------
PortaBase is being submitted to the extras-devel repository, you should be
PortaBase is available from the extras-devel repository, you should be
able to download and install it from there. In time, it should make its way
to the extras-testing and extras repositories as well, for users who are a
little less adventurous.
Expand Down Expand Up @@ -75,7 +75,7 @@ structures, and communication with the operating system. It also uses:
- CSV import code based on code from KSpread (http://www.koffice.org/kspread/)
- Blowfish block cipher code based on the BeeCrypt library
(http://beecrypt.sourceforge.net/)
- a modified version of the calculator widget from KMyMoney2
- A modified version of the calculator widget from KMyMoney2
(http://kmymoney2.sourceforge.net/)

License
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
portabase (2.0~beta2-1) unstable; urgency=low

* New upstream version

-- Jeremy Bowman <[email protected]> Wed, 17 May 2010 08:17:59 -0500

portabase (2.0~beta1-1) unstable; urgency=low

* New upstream version
Expand Down
2 changes: 1 addition & 1 deletion packaging/linux/debian.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

VERSION=2.0~beta1
VERSION=2.0~beta2
DEST=build/debian/portabase-$VERSION

rm -rf build/debian
Expand Down
6 changes: 3 additions & 3 deletions packaging/mac/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<key>CFBundleExecutable</key>
<string>PortaBase</string>
<key>CFBundleGetInfoString</key>
<string>2.0, (c) Jeremy Bowman, 2002-2010</string>
<string>2.0b2, (c) Jeremy Bowman, 2002-2010</string>
<key>CFBundleIconFile</key>
<string>@ICON@</string>
<key>CFBundleIdentifier</key>
Expand All @@ -32,11 +32,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>2.0</string>
<string>2.0b2</string>
<key>CFBundleSignature</key>
<string>PBas</string>
<key>CFBundleVersion</key>
<string>2.0</string>
<string>2.0.0b2</string>
<key>LSMinimumSystemVersion</key>
<string>10.4.0</string>
</dict>
Expand Down
6 changes: 6 additions & 0 deletions packaging/maemo/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
portabase (2.0~beta2-1) unstable; urgency=low

* New upstream version

-- Jeremy Bowman <[email protected]> Wed, 17 May 2010 08:17:59 -0500

portabase (2.0~beta1-2) unstable; urgency=low

* Declare the debug package in the control file
Expand Down
2 changes: 1 addition & 1 deletion packaging/maemo/diablo.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

VERSION=2.0~beta1
VERSION=2.0~beta2
DEST=build/diablo/portabase-$VERSION

rm -rf build/diablo
Expand Down
2 changes: 1 addition & 1 deletion packaging/maemo/fremantle.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

VERSION=2.0~beta1
VERSION=2.0~beta2
DEST=build/fremantle/portabase-$VERSION

rm -rf build/fremantle
Expand Down
2 changes: 1 addition & 1 deletion portabase.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1917,7 +1917,7 @@ void PortaBase::print(QPrinter *p)
void PortaBase::aboutPortaBase()
{
QString appName = qApp->applicationName();
QString text = appName + " 2.0b1\n\n" + tr("Copyright (C)")
QString text = appName + " 2.0b2\n\n" + tr("Copyright (C)")
+ " 2002-2010\nJeremy Bowman\n\n"
+ tr("Web site at http://portabase.sourceforge.net");
QMessageBox::about(this, tr("About %1").arg(appName), text);
Expand Down
8 changes: 4 additions & 4 deletions portabase.iss
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@

[Setup]
AppName=PortaBase
AppVerName=PortaBase 2.0b1
AppVerName=PortaBase 2.0b2
AppPublisher=Jeremy Bowman
AppPublisherURL=http://portabase.sourceforge.net
AppSupportURL=http://portabase.sourceforge.net
AppUpdatesURL=http://portabase.sourceforge.net
AppReadmeFile=README.txt
AppVersion=2.0b1
AppVersion=2.0b2
AppCopyright=Copyright (C) 2002-2010 Jeremy Bowman
DefaultDirName={pf}\PortaBase
DefaultGroupName=PortaBase
Expand All @@ -19,9 +19,9 @@ ChangesAssociations=yes
LicenseFile=COPYING
PrivilegesRequired=admin
SolidCompression=yes
OutputBaseFilename=PortaBase_2.0b1
OutputBaseFilename=PortaBase_2.0b2
OutputDir=build\windows
VersionInfoVersion=2.0.0.0
VersionInfoVersion=2.0.0.1
ShowLanguageDialog=yes

[Tasks]
Expand Down
2 changes: 1 addition & 1 deletion portabase.pro
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ DESTDIR = build
OBJECTS_DIR = build
MOC_DIR = build
RCC_DIR = build
VERSION = 2.0.0b1
VERSION = 2.0.0b2
TRANSLATIONS = resources/translations/portabase_cs.ts \
resources/translations/portabase_de.ts \
resources/translations/portabase_en.ts \
Expand Down
4 changes: 2 additions & 2 deletions resources/help/html/PortaBase.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>PortaBase 2.0b1</title>
<title>PortaBase 2.0b2</title>
</head>
<body>

<div align="center"><h3>PortaBase 2.0b1</h3> - A portable database -</div>
<div align="center"><h3>PortaBase 2.0b2</h3> - A portable database -</div>
<br>
<a href="#intro">1)Introduction</a><br>
<a href="#file">2)File selector</a><br>
Expand Down
4 changes: 2 additions & 2 deletions sorteditor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -157,10 +157,10 @@ void SortEditor::updateTable(const QStringList &colNames)
QString direction = "";
if (sortCols.contains(name)) {
if (descCols.contains(name)) {
direction = tr("Ascending");
direction = tr("Descending");
}
else {
direction = tr("Descending");
direction = tr("Ascending");
}
item->setCheckState(0, Qt::Checked);
}
Expand Down

0 comments on commit a2896d3

Please sign in to comment.