kdelibs/plasma/widgets
Ivailo Monev 961d56277c plasma: paint Plasma::ComboBox, Plasma::LineEdit, Plasma::PushButton, Plasma::Slider and Plasma::SpinBox as native widgets
goal is to paint as little as possible with svg images, the fact that there
are 3 kinds of widgets (native, plasma and qml) makes things look
different and as if made of bits and pieces instead of having a uniform
look. with my reimplementation of several widgets and applets it is less
so tho

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2023-09-20 10:26:36 +03:00
..
busywidget.cpp generic: various cleanups 2019-05-04 22:26:53 +00:00
busywidget.h generic: namespaced Qt4/Katie build fixes 2017-08-04 09:24:39 +00:00
calendarwidget.cpp plasma: focus hack for Plasma::CalendarWidget 2023-07-24 20:51:50 +03:00
calendarwidget.h plasma: focus hack for Plasma::CalendarWidget 2023-07-24 20:51:50 +03:00
checkbox.cpp generic: use CMake moc instead of automoc4 by default 2015-02-27 07:40:26 +00:00
checkbox.h generic: namespaced Qt4/Katie build fixes 2017-08-04 09:24:39 +00:00
combobox.cpp plasma: paint Plasma::ComboBox, Plasma::LineEdit, Plasma::PushButton, Plasma::Slider and Plasma::SpinBox as native widgets 2023-09-20 10:26:36 +03:00
combobox.h plasma: paint Plasma::ComboBox, Plasma::LineEdit, Plasma::PushButton, Plasma::Slider and Plasma::SpinBox as native widgets 2023-09-20 10:26:36 +03:00
declarativewidget.cpp generic: require Katie v4.14.0+ 2023-08-28 20:35:10 +03:00
declarativewidget.h generic: namespaced Qt4/Katie build fixes 2017-08-04 09:24:39 +00:00
flashinglabel.cpp plasma: revert animations support removal 2015-10-28 08:55:23 +02:00
flashinglabel.h initial import 2014-11-13 01:04:59 +02:00
frame.cpp plasma: format and indent 2021-07-29 17:16:43 +03:00
frame.h generic: namespaced Qt4/Katie build fixes 2017-08-04 09:24:39 +00:00
groupbox.cpp generic: use CMake moc instead of automoc4 by default 2015-02-27 07:40:26 +00:00
groupbox.h plasma: remove redundant signals declaration 2023-09-10 06:59:27 +03:00
iconwidget.cpp plasma: mark Plasma::IconWidget::numDisplayLines() as const 2023-08-30 23:14:37 +03:00
iconwidget.h plasma: mark Plasma::IconWidget::numDisplayLines() as const 2023-08-30 23:14:37 +03:00
iconwidget_p.h generic: adjust to Katie changes 2019-05-17 16:14:26 +00:00
itembackground.cpp plasma: initialize Plasma::ItemBackgroundPrivate members from its constructor 2023-08-30 23:20:29 +03:00
itembackground.h plasma: remove default reimplementations 2021-08-02 02:32:39 +03:00
label.cpp generic: make changes required for building against katie 2015-08-11 05:56:07 +03:00
label.h generic: namespaced Qt4/Katie build fixes 2017-08-04 09:24:39 +00:00
lineedit.cpp plasma: paint Plasma::ComboBox, Plasma::LineEdit, Plasma::PushButton, Plasma::Slider and Plasma::SpinBox as native widgets 2023-09-20 10:26:36 +03:00
lineedit.h plasma: paint Plasma::ComboBox, Plasma::LineEdit, Plasma::PushButton, Plasma::Slider and Plasma::SpinBox as native widgets 2023-09-20 10:26:36 +03:00
make_widget.sh plasma: minor frame optimizations 2015-09-28 10:10:47 +00:00
meter.cpp plasma: remove default reimplementations 2021-08-02 02:32:39 +03:00
meter.h plasma: remove default reimplementations 2021-08-02 02:32:39 +03:00
pushbutton.cpp plasma: paint Plasma::ComboBox, Plasma::LineEdit, Plasma::PushButton, Plasma::Slider and Plasma::SpinBox as native widgets 2023-09-20 10:26:36 +03:00
pushbutton.h plasma: paint Plasma::ComboBox, Plasma::LineEdit, Plasma::PushButton, Plasma::Slider and Plasma::SpinBox as native widgets 2023-09-20 10:26:36 +03:00
radiobutton.cpp generic: use CMake moc instead of automoc4 by default 2015-02-27 07:40:26 +00:00
radiobutton.h generic: namespaced Qt4/Katie build fixes 2017-08-04 09:24:39 +00:00
scrollbar.cpp generic: make changes required for building against katie 2015-08-11 05:56:07 +03:00
scrollbar.h initial import 2014-11-13 01:04:59 +02:00
scrollwidget.cpp plasma: do not adjust Plasma::ScrollWidget on timer 2023-09-14 15:04:06 +03:00
scrollwidget.h plasma: do not adjust Plasma::ScrollWidget on timer 2023-09-14 15:04:06 +03:00
separator.cpp generic: make changes required for building against katie 2015-08-11 05:56:07 +03:00
separator.h initial import 2014-11-13 01:04:59 +02:00
signalplotter.cpp generic: get QImage and QPixmap objects width and height via the specialized methods 2023-08-30 03:45:25 +03:00
signalplotter.h initial import 2014-11-13 01:04:59 +02:00
slider.cpp plasma: paint Plasma::ComboBox, Plasma::LineEdit, Plasma::PushButton, Plasma::Slider and Plasma::SpinBox as native widgets 2023-09-20 10:26:36 +03:00
slider.h plasma: paint Plasma::ComboBox, Plasma::LineEdit, Plasma::PushButton, Plasma::Slider and Plasma::SpinBox as native widgets 2023-09-20 10:26:36 +03:00
spinbox.cpp plasma: paint Plasma::ComboBox, Plasma::LineEdit, Plasma::PushButton, Plasma::Slider and Plasma::SpinBox as native widgets 2023-09-20 10:26:36 +03:00
spinbox.h plasma: paint Plasma::ComboBox, Plasma::LineEdit, Plasma::PushButton, Plasma::Slider and Plasma::SpinBox as native widgets 2023-09-20 10:26:36 +03:00
svgwidget.cpp generic: make changes required for building against katie 2015-08-11 05:56:07 +03:00
svgwidget.h initial import 2014-11-13 01:04:59 +02:00
tabbar.cpp plasma: do not add stretches around the Plasma::TabBar proxy 2023-09-18 20:09:13 +03:00
tabbar.h generic: namespaced Qt4/Katie build fixes 2017-08-04 09:24:39 +00:00
textbrowser.cpp generic: get rid of KTextBrowser 2016-08-20 16:42:02 +00:00
textbrowser.h generic: get rid of KTextBrowser 2016-08-20 16:42:02 +00:00
textedit.cpp plasma: remove default reimplementations 2021-08-02 02:32:39 +03:00
textedit.h plasma: remove default reimplementations 2021-08-02 02:32:39 +03:00
toolbutton.cpp plasma: clear the internal Plasma::ToolButton image member from Plasma::ToollButton::setImage() 2023-09-16 11:10:36 +03:00
toolbutton.h plasma: remove default reimplementations 2021-08-02 02:32:39 +03:00
treeview.cpp generic: use CMake moc instead of automoc4 by default 2015-02-27 07:40:26 +00:00
treeview.h generic: namespaced Qt4/Katie build fixes 2017-08-04 09:24:39 +00:00
widget.cpp.template generic: mostly win cruft removal 2015-08-28 04:47:19 +03:00
widget.h.template initial import 2014-11-13 01:04:59 +02:00