Juergen Spitzmueller
cb84f752f2
Add tabular-features set-inner-lines and fix set-all-lines behavior
...
Patch by Daniel Ramöller (racoon)
Fixes : #11382
2018-12-28 10:11:42 +01:00
Juergen Spitzmueller
2f9876a410
LFUN_TEXTSTYLE_UPDATE: Do not force any unspecified settings.
...
Fixes : #11111 (yay!)
2018-12-27 15:30:57 +01:00
Juergen Spitzmueller
e704cc6e82
Add "Reset to Default" item to textstyle-apply button menu
...
Fixes : #5922 .
2018-12-27 14:16:38 +01:00
Juergen Spitzmueller
2d876f8d9d
Disable LFUN_FONT_DEFAULT if there's noting to reset.
2018-12-27 14:16:00 +01:00
Juergen Spitzmueller
c57d04908f
No need for an extra icon
2018-12-27 11:18:13 +01:00
Juergen Spitzmueller
eb1b88aba7
Use more convenient MenuButtonPopup
2018-12-27 11:09:52 +01:00
Juergen Spitzmueller
01872b4dd5
Remove unused variable
2018-12-27 08:51:17 +01:00
Kornel Benko
9ee515c984
Amend 154b4fde
2018-12-26 17:45:34 +01:00
Juergen Spitzmueller
9495ff665d
Make "paste recent" accessible from toolbar
...
via button menu
2018-12-26 17:11:24 +01:00
Juergen Spitzmueller
154b4fdece
Give textstyle-apply a history
...
The last 20 applications are saved now and accessible both via the lfun
(textstyle-apply n) and the toolbar (via button menu)
Fixes : #7133
This also changes the default icon and toolbar position of the action,
as requested in #11427
2018-12-26 15:46:14 +01:00
Juergen Spitzmueller
057d83d8ae
Handle null pointer
2018-12-26 14:38:02 +01:00
Juergen Spitzmueller
0492239be0
Fix qt4 build
2018-12-25 18:35:52 +01:00
Juergen Spitzmueller
7610179bc7
More alignment fixes
2018-12-25 18:20:02 +01:00
Juergen Spitzmueller
47ecd75d7f
Unify group box style across dialogs.
2018-12-25 17:02:18 +01:00
Juergen Spitzmueller
7674a83ce9
Prefs dialog: some layout fixes.
2018-12-24 18:38:23 +01:00
Juergen Spitzmueller
e52bd7bb00
Advanced F&R layout fixed
...
Patch by Daniel Ramöller (racoon)
2018-12-24 17:02:11 +01:00
Juergen Spitzmueller
5258cee93e
Fix height of paragraph dialog
...
Patch by Daniel Ramöller (racoon)
2018-12-24 16:48:22 +01:00
Juergen Spitzmueller
fa5703196f
Fix Text Properties dialog height
...
Patch by Daniel Ramöller (racoon)
2018-12-24 16:18:54 +01:00
Juergen Spitzmueller
9ee4a914da
Tabular Create layout fixes
...
Patch by Daniel Ramöller (racoon)
2018-12-24 16:13:29 +01:00
Juergen Spitzmueller
499871d141
Messages panes layout fixes
...
Patch by Daniel Ramöller (racoon)
2018-12-24 16:08:39 +01:00
Juergen Spitzmueller
30d527895e
Layout fixes for compare dialog
...
Based on a patch by racoon.
2018-12-24 16:00:43 +01:00
Juergen Spitzmueller
4c7b3fc109
Theasurus dialog layout fixes
...
Patch by Daniel Ramöller (racoon)
2018-12-24 15:24:03 +01:00
Juergen Spitzmueller
5936edfe24
Spellchecker dialog alignment fixes
...
Patch by Daniel Ramöller (racoon)
2018-12-24 15:16:28 +01:00
Juergen Spitzmueller
d2527038a3
Polishment of the simple Search dialog
...
Based on a patch by racoon.
2018-12-24 14:47:48 +01:00
Juergen Spitzmueller
4d51206585
When cancelling saving of a children, cancel the whole process.
...
Fixes remainder of #11405
2018-12-24 13:02:41 +01:00
Juergen Spitzmueller
4f67cf2344
Fix prefs color layout
...
the list widget is too narrow with some localizations.
2018-12-23 12:08:54 +01:00
Juergen Spitzmueller
81e4f8dfb6
Allow to restore default UI colors in prefs
...
Patch by Daniel Ramöller (racoon), with slight modifications of mine.
Fixes : #10062
2018-12-22 18:44:58 +01:00
Jean-Marc Lasgouttes
dff0c5729e
Make DEPM respect current cursor position.
...
Spaces are now conserved when they surround current cursor. Examples:
abc | def
becomes
abc | def
after DEPM and
abc |
is kept as it is.
Fixes ticket #11412 .
2018-12-21 15:40:03 +01:00
Juergen Spitzmueller
7c31bfa423
Compile fix for Qt < 5.7
...
Only after that version, the QAction argument is optional.
2018-12-21 13:37:07 +01:00
Juergen Spitzmueller
4ea64ca89a
GuiThesaurus: maintain default state of Replace button
...
Rest of #11417
2018-12-21 12:56:02 +01:00
Juergen Spitzmueller
ac8aac5b36
GuiCharacter: Add menu to Restore button
...
and allow for resetting all widgets to "No Change" besides "Default"
2018-12-21 12:31:25 +01:00
Juergen Spitzmueller
e6b562d027
Rename ambiguous enum
2018-12-21 12:14:11 +01:00
Juergen Spitzmueller
7fae26c9a7
Handle GuiParagraph for OK default button issue as well
2018-12-20 15:12:53 +01:00
Juergen Spitzmueller
44a0748ba3
Add forgotten initialization
2018-12-20 13:46:41 +01:00
Juergen Spitzmueller
e087722900
Maintain default status for all dialogs using ButtonController
...
Should fix rest of #11417
2018-12-20 12:56:30 +01:00
Juergen Spitzmueller
33344c6015
Also check for dirty children on QUIT
...
Fixes rest of #11405
2018-12-20 11:37:19 +01:00
Pavel Sanda
99bfe20120
Properly clean cache which binds inset and dialog.
...
We fill up edited insets into cache when editing inset is triggered, but
this cache is never cleared up for dialogs unassociated with some inset
- thus when e.g. graphics dialog is open for completely new image the
old cache is (wrongly) used.
https://www.mail-archive.com/lyx-devel@lists.lyx.org/msg207192.html
2018-12-19 21:31:26 +01:00
Juergen Spitzmueller
af5909beac
Maintain default status for InsetParams dialogs
...
Part of #11417
2018-12-19 11:39:04 +01:00
Juergen Spitzmueller
6dce63496d
Maintain default status for ref dialog
...
Part of #11417
2018-12-19 11:09:32 +01:00
Enrico Forestieri
2dcb730026
Fix bug 11346
...
Enclose in braces an optional argument of a math macro when it
starts with an incomplete script inset or ends with a delimiter
size-modifier macro.
2018-12-18 11:39:21 +01:00
Kornel Benko
187b518648
FindAdv: to please cppcheck ...
...
Initialize class elements
Removed unused method
Added 'explicit' keyword
Optimize handling for sizes ( \tiny, \small, etc)
2018-12-18 06:53:58 +01:00
Jean-Marc Lasgouttes
058c6750ac
Fix embarrassing typo
...
Not clear whether this caused any bug.
2018-12-17 15:33:47 +01:00
Juergen Spitzmueller
6d4a63d86b
Add Qt-internal GUI string
2018-12-17 13:39:45 +01:00
Juergen Spitzmueller
5f03889609
GuiCharacter: Add "Reset" and "Restore Defaults" buttons
...
Addresses #11415
2018-12-17 12:59:40 +01:00
Juergen Spitzmueller
1b6ce0e827
GuiCharacter: INHERIT is OFF for the tristate buttons.
2018-12-17 10:38:05 +01:00
Kornel Benko
a1a7c21871
FindAdv: Amend 4276e1b0
2018-12-17 10:33:23 +01:00
Juergen Spitzmueller
bf2bf2eaed
GuiCharacter: Consider default settings for underline, strikeout and language
2018-12-17 10:12:02 +01:00
Juergen Spitzmueller
f87218bbb5
Check for hidden dirty child on close
...
Fixes : #11405
2018-12-17 09:11:34 +01:00
Juergen Spitzmueller
ab5c08b3f0
Amend 9705b88251
2018-12-17 09:03:46 +01:00
Kornel Benko
4276e1b01e
FindAdv: Handle also sizes of characters
2018-12-16 14:50:38 +01:00