[yast-commit] [libyui/libyui] 4893e1: Move methods to YSelectionWidget
Branch: refs/heads/master Home: https://github.com/libyui/libyui Commit: 4893e1c1599b6cd71fc5c77c0f8188da138facc5 https://github.com/libyui/libyui/commit/4893e1c1599b6cd71fc5c77c0f8188da138f... Author: José Iván López González <jlopez@suse.com> Date: 2020-09-02 (Wed, 02 Sep 2020) Changed paths: M src/YDumbTab.h M src/YSelectionWidget.cc M src/YSelectionWidget.h Log Message: ----------- Move methods to YSelectionWidget Commit: d308b43b259a1b2494113ceda4acf6a745318943 https://github.com/libyui/libyui/commit/d308b43b259a1b2494113ceda4acf6a74531... Author: José Iván López González <jlopez@suse.com> Date: 2020-09-02 (Wed, 02 Sep 2020) Changed paths: M src/YShortcutManager.cc Log Message: ----------- Fix YItemSelector and YMenuBar shortcuts conflicts Commit: 779722725492337aaf619cade5df980ed0cc7214 https://github.com/libyui/libyui/commit/779722725492337aaf619cade5df980ed0cc... Author: José Iván López González <jlopez@suse.com> Date: 2020-09-02 (Wed, 02 Sep 2020) Changed paths: M examples/MenuBar1.cc Log Message: ----------- Extend MenuBar example Commit: dbfbfc139bdfd8bf73de1f40a709f991aa1fc244 https://github.com/libyui/libyui/commit/dbfbfc139bdfd8bf73de1f40a709f991aa1f... Author: Martin Vidner <mvidner@suse.com> Date: 2020-09-07 (Mon, 07 Sep 2020) Changed paths: M src/YShortcut.h M src/YShortcutManager.h Log Message: ----------- Document YShortcut Commit: 9c617c0f87eb4041024e47b0f5ae9ceff7022c5b https://github.com/libyui/libyui/commit/9c617c0f87eb4041024e47b0f5ae9ceff702... Author: José Iván López <jlopez@suse.com> Date: 2020-09-09 (Wed, 09 Sep 2020) Changed paths: M examples/MenuBar1.cc M src/YDumbTab.h M src/YSelectionWidget.cc M src/YSelectionWidget.h M src/YShortcut.h M src/YShortcutManager.cc M src/YShortcutManager.h Log Message: ----------- Merge pull request #170 from joseivanlopez/multiple_shortcuts Manage multiple shortcuts Commit: f556e7b425a25c9ca255d57516e64d2ff51ae2e4 https://github.com/libyui/libyui/commit/f556e7b425a25c9ca255d57516e64d2ff51a... Author: José Iván López González <jlopez@suse.com> Date: 2020-09-30 (Wed, 30 Sep 2020) Changed paths: M src/YMenuItem.h M src/YMenuWidget.cc M src/YMenuWidget.h Log Message: ----------- Allow to show or hide a menu item Commit: df4fc7490be2c545626d8202190d4cd4ccd037a4 https://github.com/libyui/libyui/commit/df4fc7490be2c545626d8202190d4cd4ccd0... Author: José Iván López González <jlopez@suse.com> Date: 2020-09-30 (Wed, 30 Sep 2020) Changed paths: M examples/MenuBar1.cc Log Message: ----------- Update example Commit: 5395a615e6478fe0b9faf6dd31aa1aa5d8609452 https://github.com/libyui/libyui/commit/5395a615e6478fe0b9faf6dd31aa1aa5d860... Author: José Iván López <jlopez@suse.com> Date: 2020-10-02 (Fri, 02 Oct 2020) Changed paths: M examples/MenuBar1.cc M src/YMenuItem.h M src/YMenuWidget.cc M src/YMenuWidget.h Log Message: ----------- Merge pull request #172 from joseivanlopez/visible_menu_item Allow to show or hide menu items Commit: f98bd60e46d10be8c85dc150c9070c9293fb7ee6 https://github.com/libyui/libyui/commit/f98bd60e46d10be8c85dc150c9070c9293fb... Author: Stefan Hundhammer <shundhammer@suse.de> Date: 2020-10-08 (Thu, 08 Oct 2020) Changed paths: M src/YApplication.h M src/YBarGraph.cc M src/YBarGraph.h M src/YBuiltinCaller.h M src/YBusyIndicator.h M src/YCheckBox.h M src/YCheckBoxFrame.h M src/YComboBox.h M src/YContextMenu.h M src/YDownloadProgress.h M src/YDumbTab.h M src/YEvent.h M src/YExternalWidgets.h M src/YFrame.h M src/YGraph.h M src/YGraphPlugin.h M src/YIconLoader.cc M src/YIconLoader.h M src/YInputField.h M src/YIntField.h M src/YItem.h M src/YItemSelector.h M src/YLabel.h M src/YLogView.h M src/YMenuWidget.cc M src/YMultiLineEdit.h M src/YMultiProgressMeter.h M src/YMultiSelectionBox.h M src/YOptionalWidgetFactory.h M src/YPartitionSplitter.h M src/YPath.cc M src/YPath.h M src/YProgressBar.h M src/YPropertyEditor.h M src/YPushButton.h M src/YRadioButton.h M src/YRadioButtonGroup.h M src/YRichText.h M src/YSelectionBox.h M src/YSelectionWidget.h M src/YSettings.cc M src/YSettings.h M src/YSimpleInputField.h M src/YTable.h M src/YTimeField.h M src/YTimezoneSelector.h M src/YTree.cc M src/YTree.h M src/YUILoader.cc M src/YUILoader.h M src/YWidget.h M src/YWidget_OptimizeChanges.h Log Message: ----------- Use our mandatory C++ coding style Commit: c75dae551ba6bdbb5a70450d480483309669dfed https://github.com/libyui/libyui/commit/c75dae551ba6bdbb5a70450d480483309669... Author: Stefan Hundhammer <shundhammer@suse.de> Date: 2020-10-08 (Thu, 08 Oct 2020) Changed paths: M src/YTableItem.cc M src/YTableItem.h Log Message: ----------- Derive YTableItem from YTreeItem, not YItem Commit: 1de460853183ae154f5180e5cfdd2ec52f186a99 https://github.com/libyui/libyui/commit/1de460853183ae154f5180e5cfdd2ec52f18... Author: Stefan Hundhammer <shundhammer@suse.de> Date: 2020-10-08 (Thu, 08 Oct 2020) Changed paths: M SOURCECONF.cmake A examples/Table-nested-items.cc M src/YTable.h M src/YTableItem.cc M src/YTableItem.h M src/YWidgetFactory.h Log Message: ----------- First nested table items Commit: 306fef059802391246a761d97addd496a442a931 https://github.com/libyui/libyui/commit/306fef059802391246a761d97addd496a442... Author: Stefan Hundhammer <shundhammer@suse.de> Date: 2020-10-08 (Thu, 08 Oct 2020) Changed paths: M src/YPath.cc M src/YSettings.cc M src/YTableItem.cc Log Message: ----------- Reduced excesssive logging Commit: 7b49b96947cf50ee26d206ccf1829a3850cdb0e1 https://github.com/libyui/libyui/commit/7b49b96947cf50ee26d206ccf1829a3850cd... Author: Stefan Hundhammer <shundhammer@suse.de> Date: 2020-10-08 (Thu, 08 Oct 2020) Changed paths: M examples/Table-many-items.cc Log Message: ----------- Added some margin so it's not dead ugly Commit: 1d2407b654d4a91dc784509767eb092cf39ec5f3 https://github.com/libyui/libyui/commit/1d2407b654d4a91dc784509767eb092cf39e... Author: Stefan Hundhammer <shundhammer@suse.de> Date: 2020-10-08 (Thu, 08 Oct 2020) Changed paths: M examples/Table-nested-items.cc M src/YTableItem.cc M src/YTableItem.h M src/YTreeItem.h Log Message: ----------- Consistent handling of open/closed items Commit: b3da16d5ee740551a209b02d853754a324b7667b https://github.com/libyui/libyui/commit/b3da16d5ee740551a209b02d853754a324b7... Author: Stefan Hundhammer <shundhammer@suse.de> Date: 2020-10-08 (Thu, 08 Oct 2020) Changed paths: M src/YTable.cc Log Message: ----------- Typo Commit: 777914f04aaa6ae49b9b7050ba70837844cbb140 https://github.com/libyui/libyui/commit/777914f04aaa6ae49b9b7050ba70837844cb... Author: Stefan Hundhammer <shundhammer@suse.de> Date: 2020-10-08 (Thu, 08 Oct 2020) Changed paths: M src/YUISymbols.h Log Message: ----------- New symbols :open and :closed Commit: 83865f818d2e3b16ccb9d880284fa73f55f7b236 https://github.com/libyui/libyui/commit/83865f818d2e3b16ccb9d880284fa73f55f7... Author: Stefan Hundhammer <shundhammer@suse.de> Date: 2020-10-08 (Thu, 08 Oct 2020) Changed paths: M src/YSelectionWidget.h Log Message: ----------- Wrap method documentation inside 80 columns Commit: de7ab637842b8576cee839c4243d35b11a8d63d5 https://github.com/libyui/libyui/commit/de7ab637842b8576cee839c4243d35b11a8d... Author: Stefan Hundhammer <shundhammer@suse.de> Date: 2020-10-08 (Thu, 08 Oct 2020) Changed paths: M src/YIconLoader.cc M src/YMenuWidget.cc Log Message: ----------- Don't flood the y2log with meaningless messages Commit: 75e9ece037523195e4b0ed4b0425bf3a89e2c7ee https://github.com/libyui/libyui/commit/75e9ece037523195e4b0ed4b0425bf3a89e2... Author: Stefan Hundhammer <shundhammer@suse.de> Date: 2020-10-08 (Thu, 08 Oct 2020) Changed paths: M src/YTree.cc M src/YTree.h Log Message: ----------- Code readability and docs Commit: 93a6ff567d5a13ad3085aa8a8730892e8ad07aeb https://github.com/libyui/libyui/commit/93a6ff567d5a13ad3085aa8a8730892e8ad0... Author: Stefan Hundhammer <shundhammer@suse.de> Date: 2020-10-08 (Thu, 08 Oct 2020) Changed paths: M src/YTableItem.cc M src/YTableItem.h Log Message: ----------- Coding style Commit: 3fd425fc4a6c2e02bd745723146e8ab4803ba069 https://github.com/libyui/libyui/commit/3fd425fc4a6c2e02bd745723146e8ab4803b... Author: Stefan Hundhammer <shundhammer@suse.de> Date: 2020-10-08 (Thu, 08 Oct 2020) Changed paths: M src/YSelectionWidget.h Log Message: ----------- Added suggested doc clarification Commit: e754826bdfd49f7eae523609cf32700569934580 https://github.com/libyui/libyui/commit/e754826bdfd49f7eae523609cf3270056993... Author: Stefan Hundhammer <shundhammer@suse.de> Date: 2020-10-08 (Thu, 08 Oct 2020) Changed paths: M src/YTree.cc M src/YTree.h Log Message: ----------- Use const ref and const iterators Commit: e48fdbfc5cd587de8780fbee48431a2d8a6e50f2 https://github.com/libyui/libyui/commit/e48fdbfc5cd587de8780fbee48431a2d8a6e... Author: Stefan Hundhammer <shundhammer@suse.de> Date: 2020-10-08 (Thu, 08 Oct 2020) Changed paths: M src/YItem.h M src/YSelectionWidget.h M src/YTable.h M src/YTree.h Log Message: ----------- Refer to new external document Commit: 13adc6720cb93c445cae19f47f592c08ef0e316e https://github.com/libyui/libyui/commit/13adc6720cb93c445cae19f47f592c08ef0e... Author: Stefan Hundhammer <shundhammer@suse.de> Date: 2020-10-08 (Thu, 08 Oct 2020) Changed paths: M src/YItem.cc M src/YItem.h M src/YTableItem.cc M src/YTableItem.h M src/YTreeItem.h Log Message: ----------- Added support for dumping YItems to log stream Commit: e4a0cff9e1c822d10566180e54697fa3df178d8c https://github.com/libyui/libyui/commit/e4a0cff9e1c822d10566180e54697fa3df17... Author: Stefan Hundhammer <shundhammer@suse.de> Date: 2020-10-08 (Thu, 08 Oct 2020) Changed paths: M src/YTableItem.cc Log Message: ----------- Add more table cells to debug label for typical cases like NCPkgTable Commit: fa4951b7d3bb1be35c4f1dbc9f5f94240dee7dda https://github.com/libyui/libyui/commit/fa4951b7d3bb1be35c4f1dbc9f5f94240dee... Author: José Iván López González <jlopez@suse.com> Date: 2020-10-08 (Thu, 08 Oct 2020) Changed paths: M VERSION.cmake M package/libyui-doc.spec M package/libyui.changes M package/libyui.spec Log Message: ----------- Update version and changelog Commit: 2dba60bbceeffff6b3546091b968672adba19a3b https://github.com/libyui/libyui/commit/2dba60bbceeffff6b3546091b968672adba1... Author: José Iván López <jlopez@suse.com> Date: 2020-10-09 (Fri, 09 Oct 2020) Changed paths: M SOURCECONF.cmake M VERSION.cmake M examples/Table-many-items.cc A examples/Table-nested-items.cc M package/libyui-doc.spec M package/libyui.changes M package/libyui.spec M src/YApplication.h M src/YBarGraph.cc M src/YBarGraph.h M src/YBuiltinCaller.h M src/YBusyIndicator.h M src/YCheckBox.h M src/YCheckBoxFrame.h M src/YComboBox.h M src/YContextMenu.h M src/YDownloadProgress.h M src/YDumbTab.h M src/YEvent.h M src/YExternalWidgets.h M src/YFrame.h M src/YGraph.h M src/YGraphPlugin.h M src/YIconLoader.cc M src/YIconLoader.h M src/YInputField.h M src/YIntField.h M src/YItem.cc M src/YItem.h M src/YItemSelector.h M src/YLabel.h M src/YLogView.h M src/YMenuWidget.cc M src/YMultiLineEdit.h M src/YMultiProgressMeter.h M src/YMultiSelectionBox.h M src/YOptionalWidgetFactory.h M src/YPartitionSplitter.h M src/YPath.cc M src/YPath.h M src/YProgressBar.h M src/YPropertyEditor.h M src/YPushButton.h M src/YRadioButton.h M src/YRadioButtonGroup.h M src/YRichText.h M src/YSelectionBox.h M src/YSelectionWidget.h M src/YSettings.cc M src/YSettings.h M src/YSimpleInputField.h M src/YTable.cc M src/YTable.h M src/YTableItem.cc M src/YTableItem.h M src/YTimeField.h M src/YTimezoneSelector.h M src/YTree.cc M src/YTree.h M src/YTreeItem.h M src/YUILoader.cc M src/YUILoader.h M src/YUISymbols.h M src/YWidget.h M src/YWidgetFactory.h M src/YWidget_OptimizeChanges.h Log Message: ----------- Merge pull request #171 from shundhammer/huha-tree-table-01 Nested Items in Table Widgets Commit: f019684f93d312f64096e4237520463e44f20e35 https://github.com/libyui/libyui/commit/f019684f93d312f64096e4237520463e44f2... Author: José Iván López <jlopez@suse.com> Date: 2020-10-09 (Fri, 09 Oct 2020) Changed paths: M SOURCECONF.cmake M VERSION.cmake M examples/MenuBar1.cc M examples/Table-many-items.cc A examples/Table-nested-items.cc M package/libyui-doc.spec M package/libyui.changes M package/libyui.spec M src/YApplication.h M src/YBarGraph.cc M src/YBarGraph.h M src/YBuiltinCaller.h M src/YBusyIndicator.h M src/YCheckBox.h M src/YCheckBoxFrame.h M src/YComboBox.h M src/YContextMenu.h M src/YDownloadProgress.h M src/YDumbTab.h M src/YEvent.h M src/YExternalWidgets.h M src/YFrame.h M src/YGraph.h M src/YGraphPlugin.h M src/YIconLoader.cc M src/YIconLoader.h M src/YInputField.h M src/YIntField.h M src/YItem.cc M src/YItem.h M src/YItemSelector.h M src/YLabel.h M src/YLogView.h M src/YMenuItem.h M src/YMenuWidget.cc M src/YMenuWidget.h M src/YMultiLineEdit.h M src/YMultiProgressMeter.h M src/YMultiSelectionBox.h M src/YOptionalWidgetFactory.h M src/YPartitionSplitter.h M src/YPath.cc M src/YPath.h M src/YProgressBar.h M src/YPropertyEditor.h M src/YPushButton.h M src/YRadioButton.h M src/YRadioButtonGroup.h M src/YRichText.h M src/YSelectionBox.h M src/YSelectionWidget.cc M src/YSelectionWidget.h M src/YSettings.cc M src/YSettings.h M src/YShortcut.h M src/YShortcutManager.cc M src/YShortcutManager.h M src/YSimpleInputField.h M src/YTable.cc M src/YTable.h M src/YTableItem.cc M src/YTableItem.h M src/YTimeField.h M src/YTimezoneSelector.h M src/YTree.cc M src/YTree.h M src/YTreeItem.h M src/YUILoader.cc M src/YUILoader.h M src/YUISymbols.h M src/YWidget.h M src/YWidgetFactory.h M src/YWidget_OptimizeChanges.h Log Message: ----------- Merge pull request #173 from libyui/sprint-108 Menu Bar improvements and Nested Tables Compare: https://github.com/libyui/libyui/compare/e687140a672e...f019684f93d3
participants (1)
-
José Iván López