------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=116346 Summary: Displaying problems with the left sidebar. Product: digikam Version: unspecified Platform: Compiled Sources OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: general AssignedTo: digikam-devel kde org ReportedBy: ntung free fr Version: 0.8.0-rc (using KDE KDE 3.4.2) Installed from: Compiled From Sources OS: Linux Situation 1: =========== - In DigiKam, select an album to display its contents. - Click on the button "Albums" of the left sidebar to hide the albums tree. - Quit DigiKam. - Restart DigiKam. - Re-click on the button "Albums" of the left sidebar to show the albums tree. => now, if you select another album, its contents is not displayed. No message in Konsole. Situation 2: =========== - In DigiKam, in the "Dates" view, select a month to display its contents. - Click on the button "Dates" of the left sidebar to hide the dates tree. - Quit DigiKam. - Restart DigiKam. => now, the contents of the current month is not displayed (blank area instead) and if you re-click on the button "Dates" of the left sidebar then it shows the "Albums" view ! I have the same situation for the "Tags" view and the "Searches" view. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=116346 ------- Additional Comments From caulier.gilles free fr 2005-11-14 15:02 ------- I can reproduce it here. I suspect a problem relevant of widget rules in sidebar implementation. Joern, your viewpoint ? Gilles _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
On Monday 14 November 2005 15:02, Gilles Caulier wrote:
> Joern, your viewpoint ? Cool feature.... ;-) I will check that. ... Jörn _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Tung NGUYEN
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=116346 ------- Additional Comments From joern.ahrens kdemail net 2005-11-19 10:01 ------- On Monday 14 November 2005 15:02, Gilles Caulier wrote: > Joern, your viewpoint ? Cool feature.... ;-) I will check that. ... J?rn _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Tung NGUYEN
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=116346 joern.ahrens kdemail net changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED ------- Additional Comments From joern.ahrens kdemail net 2005-11-19 11:21 ------- SVN commit 481497 by jahrens: The initial widget wasn't properly set if the sitebar was started minimized. BUG: 116346 M +7 -1 sidebar.cpp --- trunk/extragear/graphics/digikam/libs/widgets/sidebar.cpp #481496:481497 @ -75,7 +75,13 @ minimized = config->readNumEntry("Minimized", m_minimizedDefault); if(minimized) + { m_activeTab = tab; + setTab(m_activeTab, true); + m_stack->raiseWidget(m_activeTab); + + emit signalChangedTab(m_stack->visibleWidget()); + } else m_activeTab = -1; @ -135,7 +141,7 @ m_stack->raiseWidget(m_activeTab); if(m_minimized) - expand(); + expand(); emit signalChangedTab(m_stack->visibleWidget()); } _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Tung NGUYEN
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=116346 ------- Additional Comments From ntung free fr 2005-11-19 19:17 ------- Hi Joern! I have tested your SVN commit 481497, and now all the views of the left sidebar have a correct behaviour. Thank you very much for the fix. Have a good week-end. --- Tung. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
Free forum by Nabble | Edit this page |