Skip to content

Commit

Permalink
Version 1.9 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jmbowman committed Mar 30, 2004
1 parent 6a05821 commit b75ae49
Show file tree
Hide file tree
Showing 13 changed files with 984 additions and 879 deletions.
25 changes: 22 additions & 3 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
2004-03-29 #################### PortaBase 1.9 ####################

2004-03-29 JMB Translation updates, minor row viewer fix, etc.

Up-to-date versions of all translations, fixed the view selection
list in the row viewer to use more of the available width, and probably
some other things I don't remember.

2004-03-27 JMB Start in last used directory on recent Sharp ROMs

Based on a patch received from Usui Makoto, PortaBase for ROMs using
the newer file selector now starts with the directory containing the
last-viewed file shown.

2004-03-13 JMB Minor condition editor bugfix

Fixed the condition editor so that the previous value is correctly
selected when editing existing enum conditions.

2004-03-05 JMB Zaurus build fixes, translation file updates

Fixed some places where compilation for the Zaurus broke during the
Expand Down Expand Up @@ -115,10 +134,10 @@

2003-09-10 JMB Menu shortcuts and accelerators in desktop versions

Added shortcuts (underlined letters which activate the item when that
key is pressed on the keyboard) and accelerators (like "Ctrl-N") for
Added accelerators (underlined letters which activate the item when that
key is pressed on the keyboard) and shortcuts (like "Ctrl-N") for
menu items where appropriate in the desktop versions. The Zaurus
versions work as before, since the underlining and accelerator labels
versions work as before, since the underlining and shortcut labels
take up space and it is unusual to work primarily from the keyboard on a
PDA (even on the C7x0 models).

Expand Down
6 changes: 3 additions & 3 deletions INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -165,9 +165,9 @@ files into the correct locations:

2- The help files and UI translation files go into /usr/share/portabase, e.g.:

/usr/share/doc/portabase/en/portabase.html
/usr/share/doc/portabase/ja/portabase.html
/usr/share/doc/portabase/ja/portabase.qm
/usr/share/portabase/help/en/portabase.html
/usr/share/portabase/help/ja/portabase.html
/usr/share/portabase/i18n/ja/portabase.qm

...and so on. (The portabase.qm files are created by running lrelease on
portabase.pro.)
Expand Down
2 changes: 1 addition & 1 deletion conditioneditor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ void ConditionEditor::fillFields(Condition *condition)
}
columnList->setCurrentItem(columnIndex);
caseCheck->setChecked(condition->isCaseSensitive());
updateDisplay(columnIndex);
if (type == BOOLEAN) {
if (constant == "1") {
constantCheck->setChecked(TRUE);
Expand Down Expand Up @@ -171,7 +172,6 @@ void ConditionEditor::fillFields(Condition *condition)
opList->setCurrentItem(index);
constantLine->setText(constant);
}
updateDisplay(columnIndex);
}

void ConditionEditor::updateDisplay(int columnIndex)
Expand Down
2 changes: 1 addition & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ portabase (1.9-1) unstable; urgency=low

* New upstream version

-- Jeremy Bowman <jmbowman@alum.mit.edu> Wed, 03 Mar 2004 23:09:34 -0500
-- Jeremy Bowman <jmbowman@alum.mit.edu> Wed, 29 Mar 2004 22:37:33 -0500

portabase (1.8-1) unstable; urgency=low

Expand Down
2 changes: 1 addition & 1 deletion help/html/portabase.html
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@
Below these items in the menu is a list of all the filters defined for the current database, with a check next to the one currently in use (if any). To select a different filter, simply select the one you want to use from the menu.<br>
<br>
<a name="toolbar"><i>Toolbar buttons</i></a><br>
There is a toolbar of four buttons that provide quick access to commonly used operations. These are:<br>
There is a toolbar of buttons that provide quick access to commonly used operations. These are:<br>
<ul>
<li><i>Save</i> - Same as "Save" in the <a href="#filemenu">File menu</a>.</li>
<li><i>Add</i> - Same as "Add" in the <a href="#rowmenu">Row menu</a>.</li>
Expand Down
152 changes: 94 additions & 58 deletions help/ja/html/portabase.html

Large diffs are not rendered by default.

106 changes: 67 additions & 39 deletions help/tw/html/portabase.html

Large diffs are not rendered by default.

Loading

0 comments on commit b75ae49

Please sign in to comment.