I never use the stuff in the sidebar on the right... yet, everytime I start impress, it will be shown. Instead, it should remember if I left it hidden last time.
I'll add that this is one of the mosty annoying issues I have with Impress' user interface, and that it probably is trivial to fix, so adding the EasyHack title. While we're at it, the state of the left sidebar (the one containing the slides) could be remembered too.
I'm going to try to fix it
When you comment out lines 152 till 156 of file sd/source/ui/framework/module/ToolPanelModule.cxx then the sidebar on the right won't show after startup. The following text is on those lines. pResourceManager->AddActiveMainView(FrameworkHelper::msImpressViewURL); pResourceManager->AddActiveMainView(FrameworkHelper::msNotesViewURL); pResourceManager->AddActiveMainView(FrameworkHelper::msHandoutViewURL); pResourceManager->AddActiveMainView(FrameworkHelper::msSlideSorterURL); When you comment out lines 67 till 72 of file sd/source/ui/framework/module/SlideSorterModule.cxx then the sidebar on the left won't show after startup. The following text is on those lines. AddActiveMainView(FrameworkHelper::msImpressViewURL); AddActiveMainView(FrameworkHelper::msOutlineViewURL); AddActiveMainView(FrameworkHelper::msNotesViewURL); AddActiveMainView(FrameworkHelper::msDrawViewURL); I'll work on to try to make a configurable item from it so it remembers the last state.
Any progress on this?
I'm trying to solve this but I didn't work on it for a while. I've added the config-values to my code-base, and try to use the configmgr/configitem. But I can't get it to work correctly yet. I'm sorry for the delays with this bug.
Created attachment 62077 [details] Patch to solve the problem for the slidesorter-toolbar Send this to the developers-list. When this is accepted then I'll create the patch for the toolpanel-toolbar.
Created attachment 62103 [details] Remembers the stat of the slidesorter sidebar new version of the patch
(In reply to comment #7) > Created attachment 62103 [details] [review] > Remembers the stat of the slidesorter sidebar > > new version of the patch > Running a test build with it -
(In reply to comment #8) > Running a test build with it - > And works nicely. Pushed to master. Rob, anything left doing here?
Comment on attachment 62103 [details] Remembers the stat of the slidesorter sidebar Marked patch obsolete, as this is pushed. Bug will then not show up in open patch queries.
If this is accepted I need to do the same with the task-pane.
Deteted "Easyhack" from summary
committed a patch to gerrit to remember the state of the toolpanel. https://gerrit.libreoffice.org/#/c/526/
Rob Snelders committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=fb42827f323cec964cbbed3a86f9514ea62b1060 - fdo#35973 - Remember the state of the sidebar pane in Impress (ToolPanel) The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
*** Bug 48488 has been marked as a duplicate of this bug. ***
*** Bug 43043 has been marked as a duplicate of this bug. ***
Migrating Whiteboard tags to Keywords: (EasyHack) [NinjaEdit]