mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-18 21:45:24 +00:00
tab ordering fixes, printer param fix
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_3_X@6169 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
6cfc576e98
commit
f5b9d3936e
@ -1,3 +1,18 @@
|
||||
2003-02-15 John Levon <levon@movementarian.org>
|
||||
|
||||
* QPrefs.C: fix accidental confusion between spool command and file extension
|
||||
in printer params prefs
|
||||
|
||||
2003-02-15 John Levon <levon@movementarian.org>
|
||||
|
||||
* ui/BulletsModuleBase.ui:
|
||||
* ui/ClassModuleBase.ui:
|
||||
* ui/LanguageModuleBase.ui:
|
||||
* ui/MarginsModuleBase.ui:
|
||||
* ui/NumberingModuleBase.ui:
|
||||
* ui/QPrefScreenFontsModule.ui:
|
||||
* ui/QPrefsDialogBase.ui: tab ordering fixes
|
||||
|
||||
2003-02-09 Juergen Spitzmueller <j.spitzmueller@gmx.de>
|
||||
|
||||
* QBibtexDialog.C: Fix browsing mechanism of *.sty files (bug 773).
|
||||
|
@ -217,7 +217,7 @@ void QPrefs::apply()
|
||||
rc.print_reverse_flag = fromqstr(printmod->printerReverseED->text());
|
||||
rc.print_to_printer = fromqstr(printmod->printerToPrinterED->text());
|
||||
rc.print_file_extension = fromqstr(printmod->printerExtensionED->text());
|
||||
rc.print_file_extension = fromqstr(printmod->printerSpoolCommandED->text());
|
||||
rc.print_spool_command = fromqstr(printmod->printerSpoolCommandED->text());
|
||||
rc.print_paper_flag = fromqstr(printmod->printerPaperTypeED->text());
|
||||
rc.print_evenpage_flag = fromqstr(printmod->printerEvenED->text());
|
||||
rc.print_oddpage_flag = fromqstr(printmod->printerOddED->text());
|
||||
@ -464,7 +464,7 @@ void QPrefs::update_contents()
|
||||
printmod->printerReverseED->setText(toqstr(rc.print_reverse_flag));
|
||||
printmod->printerToPrinterED->setText(toqstr(rc.print_to_printer));
|
||||
printmod->printerExtensionED->setText(toqstr(rc.print_file_extension));
|
||||
printmod->printerSpoolCommandED->setText(toqstr(rc.print_file_extension));
|
||||
printmod->printerSpoolCommandED->setText(toqstr(rc.print_spool_command));
|
||||
printmod->printerPaperTypeED->setText(toqstr(rc.print_paper_flag));
|
||||
printmod->printerEvenED->setText(toqstr(rc.print_evenpage_flag));
|
||||
printmod->printerOddED->setText(toqstr(rc.print_oddpage_flag));
|
||||
|
@ -13,8 +13,8 @@
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>313</width>
|
||||
<height>287</height>
|
||||
<width>387</width>
|
||||
<height>396</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property stdset="1">
|
||||
@ -337,6 +337,8 @@
|
||||
<tabstop>pagestyleCO</tabstop>
|
||||
<tabstop>fontsCO</tabstop>
|
||||
<tabstop>fontsizeCO</tabstop>
|
||||
<tabstop>lspacingCO</tabstop>
|
||||
<tabstop>lspacingLE</tabstop>
|
||||
<tabstop>floatPlacementLE</tabstop>
|
||||
<tabstop>indentRB</tabstop>
|
||||
<tabstop>skipRB</tabstop>
|
||||
|
@ -13,8 +13,8 @@
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>282</width>
|
||||
<height>190</height>
|
||||
<width>321</width>
|
||||
<height>341</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property stdset="1">
|
||||
@ -191,4 +191,11 @@
|
||||
</widget>
|
||||
</grid>
|
||||
</widget>
|
||||
<tabstops>
|
||||
<tabstop>languageCO</tabstop>
|
||||
<tabstop>encodingCO</tabstop>
|
||||
<tabstop>singleQuoteRB</tabstop>
|
||||
<tabstop>doubleQuoteRB</tabstop>
|
||||
<tabstop>quoteStyleCO</tabstop>
|
||||
</tabstops>
|
||||
</UI>
|
||||
|
@ -13,8 +13,8 @@
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>183</width>
|
||||
<height>260</height>
|
||||
<width>301</width>
|
||||
<height>360</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property stdset="1">
|
||||
@ -410,4 +410,14 @@
|
||||
<data format="XPM.GZ" length="646">789c6dd2c10ac2300c00d07bbf2234b7229d1be245fc04c5a3201e4615f430059d0711ff5ddb2e6bb236ec90eed134cb5a19d8ef36602af5ecdbfeeac05dda0798d3abebde87e3faa374d3807fa0d633a52d38d8de6f679fe33fc776e196f53cd010188256a3600a292882096246517815ca99884606e18044a3a40d91824820924265a7923a2e8bcd05f33db1173e002913175f2a6be6d3294871a2d95fa00e8a94ee017b69d339d90df1e77c57ea072ede6758</data>
|
||||
</image>
|
||||
</images>
|
||||
<tabstops>
|
||||
<tabstop>marginCO</tabstop>
|
||||
<tabstop>topLE</tabstop>
|
||||
<tabstop>bottomLE</tabstop>
|
||||
<tabstop>innerLE</tabstop>
|
||||
<tabstop>outerLE</tabstop>
|
||||
<tabstop>headsepLE</tabstop>
|
||||
<tabstop>headheightLE</tabstop>
|
||||
<tabstop>footskipLE</tabstop>
|
||||
</tabstops>
|
||||
</UI>
|
||||
|
@ -14,7 +14,7 @@
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>234</width>
|
||||
<height>105</height>
|
||||
<height>176</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property stdset="1">
|
||||
@ -138,4 +138,8 @@
|
||||
</widget>
|
||||
</grid>
|
||||
</widget>
|
||||
<tabstops>
|
||||
<tabstop>sectionnrDepthSB</tabstop>
|
||||
<tabstop>tocDepthSB</tabstop>
|
||||
</tabstops>
|
||||
</UI>
|
||||
|
@ -13,7 +13,7 @@
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>346</width>
|
||||
<width>342</width>
|
||||
<height>441</height>
|
||||
</rect>
|
||||
</property>
|
||||
@ -599,6 +599,9 @@
|
||||
</image>
|
||||
</images>
|
||||
<tabstops>
|
||||
<tabstop>screenRomanCO</tabstop>
|
||||
<tabstop>screenSansCO</tabstop>
|
||||
<tabstop>screenTypewriterCO</tabstop>
|
||||
<tabstop>screenZoomSB</tabstop>
|
||||
<tabstop>screenDpiSB</tabstop>
|
||||
<tabstop>screenTinyED</tabstop>
|
||||
|
@ -255,4 +255,11 @@
|
||||
<slot access="protected">saveClicked()</slot>
|
||||
<slot access="public">setTitle(int)</slot>
|
||||
</connections>
|
||||
<tabstops>
|
||||
<tabstop>prefsLV</tabstop>
|
||||
<tabstop>restorePB</tabstop>
|
||||
<tabstop>savePB</tabstop>
|
||||
<tabstop>applyPB</tabstop>
|
||||
<tabstop>closePB</tabstop>
|
||||
</tabstops>
|
||||
</UI>
|
||||
|
Loading…
x
Reference in New Issue
Block a user