Skip to content

Commit b75ae49

Browse files
author
jmbowman
committed
Version 1.9 release
1 parent 6a05821 commit b75ae49

13 files changed

+984
-879
lines changed

CHANGES

+22-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
2004-03-29 #################### PortaBase 1.9 ####################
2+
3+
2004-03-29 JMB Translation updates, minor row viewer fix, etc.
4+
5+
Up-to-date versions of all translations, fixed the view selection
6+
list in the row viewer to use more of the available width, and probably
7+
some other things I don't remember.
8+
9+
2004-03-27 JMB Start in last used directory on recent Sharp ROMs
10+
11+
Based on a patch received from Usui Makoto, PortaBase for ROMs using
12+
the newer file selector now starts with the directory containing the
13+
last-viewed file shown.
14+
15+
2004-03-13 JMB Minor condition editor bugfix
16+
17+
Fixed the condition editor so that the previous value is correctly
18+
selected when editing existing enum conditions.
19+
120
2004-03-05 JMB Zaurus build fixes, translation file updates
221

322
Fixed some places where compilation for the Zaurus broke during the
@@ -115,10 +134,10 @@
115134

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

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

INSTALL

+3-3
Original file line numberDiff line numberDiff line change
@@ -165,9 +165,9 @@ files into the correct locations:
165165

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

168-
/usr/share/doc/portabase/en/portabase.html
169-
/usr/share/doc/portabase/ja/portabase.html
170-
/usr/share/doc/portabase/ja/portabase.qm
168+
/usr/share/portabase/help/en/portabase.html
169+
/usr/share/portabase/help/ja/portabase.html
170+
/usr/share/portabase/i18n/ja/portabase.qm
171171

172172
...and so on. (The portabase.qm files are created by running lrelease on
173173
portabase.pro.)

conditioneditor.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ void ConditionEditor::fillFields(Condition *condition)
129129
}
130130
columnList->setCurrentItem(columnIndex);
131131
caseCheck->setChecked(condition->isCaseSensitive());
132+
updateDisplay(columnIndex);
132133
if (type == BOOLEAN) {
133134
if (constant == "1") {
134135
constantCheck->setChecked(TRUE);
@@ -171,7 +172,6 @@ void ConditionEditor::fillFields(Condition *condition)
171172
opList->setCurrentItem(index);
172173
constantLine->setText(constant);
173174
}
174-
updateDisplay(columnIndex);
175175
}
176176

177177
void ConditionEditor::updateDisplay(int columnIndex)

debian/changelog

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ portabase (1.9-1) unstable; urgency=low
22

33
* New upstream version
44

5-
-- Jeremy Bowman <[email protected]> Wed, 03 Mar 2004 23:09:34 -0500
5+
-- Jeremy Bowman <[email protected]> Wed, 29 Mar 2004 22:37:33 -0500
66

77
portabase (1.8-1) unstable; urgency=low
88

help/html/portabase.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@
227227
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>
228228
<br>
229229
<a name="toolbar"><i>Toolbar buttons</i></a><br>
230-
There is a toolbar of four buttons that provide quick access to commonly used operations. These are:<br>
230+
There is a toolbar of buttons that provide quick access to commonly used operations. These are:<br>
231231
<ul>
232232
<li><i>Save</i> - Same as "Save" in the <a href="#filemenu">File menu</a>.</li>
233233
<li><i>Add</i> - Same as "Add" in the <a href="#rowmenu">Row menu</a>.</li>

help/ja/html/portabase.html

+94-58
Large diffs are not rendered by default.

help/tw/html/portabase.html

+67-39
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)