| Summary: | Edit Index Entry dialog: Ask for Save on "Close". Remove "Apply" button. Add "Reset" button. | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | sdc.blanco |
| Component: | Writer | Assignee: | Adlair Cerecedo-Mendez <adlair> |
| Status: | NEW --- | ||
| Severity: | enhancement | CC: | adlair, dgp-mail, heiko.tietze, mentoring |
| Priority: | medium | Keywords: | difficultyBeginner, easyHack, skillCpp, topicCleanup |
| Version: | 24.2.0.0 alpha0+ | ||
| Hardware: | All | ||
| OS: | All | ||
| See Also: |
https://bugs.documentfoundation.org/show_bug.cgi?id=154186 https://bugs.documentfoundation.org/show_bug.cgi?id=155471 https://bugs.documentfoundation.org/show_bug.cgi?id=154575 |
||
| Whiteboard: | |||
| Crash report or crash signature: | Regression By: | ||
| Bug Depends on: | |||
| Bug Blocks: | 122497 | ||
|
Description
sdc.blanco
2023-06-26 00:32:40 UTC
This is what the design meeting concluded on bug 155471. (In reply to Heiko Tietze from comment #1) > This is what the design meeting concluded Maybe one or more of the three proposed changes in this enhancement are an EasyHack? #1 is a piece of cake for people who can read C++ #2 almost doesn't need coding expertise (besides removing the button we should also clean up the code) #3 might be a bit more challenging Dialog is started via case FN_EDIT_IDX_ENTRY_DLG... in sw/source/uibase/shells/textidx.cxx calling sw/source/ui/index/swuiidxmrk.cxx and the ui file is sw/uiconfig/swriter/ui/indexentry.ui. |