mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-07-15 06:45:48 +00:00
* remove panel hidding functions (comment in)
* remove ps calls from DE. Now processes are reading from /proc * remove qdbus calls from DE. Now mpris information is reading using native DBus functions * update graphicalitem in KDE4 TODO: * widgets resizing * tests and optimizations * update DE configuration for KDE4 package
This commit is contained in:
@ -77,11 +77,7 @@ QString GraphicalItem::image(const float value)
|
||||
view->resize(m_width + 5.0, m_height + 5.0);
|
||||
|
||||
// paint
|
||||
<<<<<<< HEAD
|
||||
switch(m_type) {
|
||||
=======
|
||||
switch (_type) {
|
||||
>>>>>>> 685c0390b48c75d113024c3b5e19450ec251a0a4
|
||||
case Vertical:
|
||||
pen.setWidth(m_width);
|
||||
// inactive
|
||||
@ -208,11 +204,7 @@ QString GraphicalItem::strType()
|
||||
if (debug) qDebug() << PDEBUG;
|
||||
|
||||
QString value;
|
||||
<<<<<<< HEAD
|
||||
switch(m_type) {
|
||||
=======
|
||||
switch (_type) {
|
||||
>>>>>>> 685c0390b48c75d113024c3b5e19450ec251a0a4
|
||||
case Vertical:
|
||||
value = QString("Vertical");
|
||||
break;
|
||||
|
Reference in New Issue
Block a user