Age | Commit message (Collapse) | Author |
|
doesn't affect that they are run async
Change-Id: I7336e64258f5042ee80acb7295b1ed7370be54b8
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/154992
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
|
|
This patch places the Help button of the 2 dialogs on the left
Change-Id: I11bc0c220fa15fd78dbd789d71f5f0268f08d089
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/154942
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
|
|
The double click in THemeDialog exits the dialog automatically,
but this causes a crash in online, so disable it there.
No need to set the theme dialog size to a certain fixed value so
we don't add white space.
Change-Id: I555a631b7d0c515ec326c3654138982c59d3f021
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151106
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
|
|
In addition to editing of theme colors, this also changes the
way how theme colors are represented in the theme dialog and the
behaviour when changing applying a theme color change.
Previously a theme colors were applied with double-click, now a
double-click still applies, but automatically exits the dialog.
The selected theme is applied also when OK button is pressed.
Change-Id: Ic0f8399ede180d6ab0001a7f8b5dda0e7c49fa3c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/150975
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
|
|
Remove the tab pages for now, as they crash the dialog in online,
and the tab pages aren't used currently anyway.
Change-Id: I35a2875510fd74b6a3060edf83c7190ba80a4eef
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/146060
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
|
|
ThemeDialog is a common dialog that can be used to select the
theme used by the document. Currently it only implements colors
but in the future also the fonts and formats (for shapes) will
be adde.
The IThemeColorChanger interface is used by the dialog to change
the actual color values inside the document. For the writer the
existing ThemeColorChanger is now implementing the interface.
The dialog is accessible in Writer at Format -> Theme... in the
main menu.
Change-Id: I23c7dc9668cdc5427f36d604a76c433d6dbef497
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/145264
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
|