close Warning: Can't synchronize with repository "(default)" (Unsupported version control system "hg": No module named repo). Look in the Trac log for more information.

Opened 4 years ago

Closed 4 years ago

#83 closed defect (fixed)

ugly look under KDE4

Reported by: michst Owned by: vadim
Priority: major Milestone: QuteCom 2.2-RC4
Component: 3rd party libs Version: 2.2-RC3
Keywords: Cc:

Description

Installed under Kubuntu 9.04 on two totally different systems.
see attachments

Attachments (3)

qutecom-config-kde4.png (54.6 KB) - added by michst 4 years ago.
qutecom-login-kde4.png (50.2 KB) - added by michst 4 years ago.
qutecom- main-kde4.png (29.0 KB) - added by michst 4 years ago.

Download all attachments as: .zip

Change History (16)

Changed 4 years ago by michst

Changed 4 years ago by michst

Changed 4 years ago by michst

comment:1 follow-up: Changed 4 years ago by cavedon

Are you running 32-bit or 64-bit?
Running compiz? (i.e. 3d desktop effects) Does it improve if you turn it off?
What is theout put of: dpkg -l | egrep 'libqt|kdelib'
Thanks

comment:2 Changed 4 years ago by laurent

can you try to remove qutecom.css ?

comment:3 in reply to: ↑ 1 Changed 4 years ago by michst

Replying to cavedon:

Are you running 32-bit or 64-bit?
Running compiz? (i.e. 3d desktop effects) Does it improve if you turn it off?
What is theout put of: dpkg -l | egrep 'libqt|kdelib'
Thanks

  1. both (on the notebook 32bit, on the workstation 64bit)
  2. I'm running the KDE4 internal 3D extentsion and shutting it off helps nothing
  3. The Output of dpkg:

ii kdelibs-bin 4:4.2.2-0ubuntu5
ii kdelibs-data 4:3.5.10.dfsg.1-1ubuntu8
ii kdelibs4c2a 4:3.5.10.dfsg.1-1ubuntu8
ii kdelibs5 4:4.2.2-0ubuntu5
ii kdelibs5-data 4:4.2.2-0ubuntu5
ii libqt3-mt 3:3.3.8-b-5ubuntu1
ii libqt4-assistant 4.5.0-0ubuntu4
ii libqt4-core 4.5.0-0ubuntu4
ii libqt4-dbus 4.5.0-0ubuntu4
ii libqt4-designer 4.5.0-0ubuntu4
ii libqt4-help 4.5.0-0ubuntu4
ii libqt4-network 4.5.0-0ubuntu4
ii libqt4-opengl 4.5.0-0ubuntu4
ii libqt4-qt3support 4.5.0-0ubuntu4
ii libqt4-script 4.5.0-0ubuntu4
ii libqt4-sql 4.5.0-0ubuntu4
ii libqt4-sql-mysql 4.5.0-0ubuntu4
ii libqt4-sql-sqlite 4.5.0-0ubuntu4
ii libqt4-svg 4.5.0-0ubuntu4
ii libqt4-test 4.5.0-0ubuntu4
ii libqt4-webkit 4.5.0-0ubuntu4
ii libqt4-xml 4.5.0-0ubuntu4
ii libqt4-xmlpatterns 4.5.0-0ubuntu4
ii libqtcore4 4.5.0-0ubuntu4
ii libqtgui4 4.5.0-0ubuntu4

btw: Start from the commandline shows:
(info) 08:06:02 [Common] void QtLanguage::loadLanguageFromConfig(): no Qt translation available for locale 'en_US'

@laurent:
After removing qutecom.css: now it looks great!!!

comment:4 follow-up: Changed 4 years ago by laurent

Does your qutecom.css integrate http://trac.qutecom.org/changeset/336%3Ac18ced36a673 ?

comment:5 in reply to: ↑ 4 Changed 4 years ago by michst

Replying to laurent:

Does your qutecom.css integrate http://trac.qutecom.org/changeset/336%3Ac18ced36a673 ?

Yes.

comment:6 follow-up: Changed 4 years ago by laurent

Can you make an empty qutecom.css and see if you got the same result ?

comment:7 in reply to: ↑ 6 Changed 4 years ago by michst

Replying to laurent:

Can you make an empty qutecom.css and see if you got the same result ?

you mean: touch qutecom.css ?

OK, looks like a normal KDE4 app, pretty good.

Michael

comment:8 follow-up: Changed 4 years ago by vadim

Is it possible to create empty quetcom.css file when installing on KDE4 based system?

comment:9 in reply to: ↑ 8 ; follow-up: Changed 4 years ago by cavedon

Replying to vadim:

Is it possible to create empty quetcom.css file when installing on KDE4 based system?

The problem is that you do not know whether the user is going to use KDE or not when you install qutecom.
E.g. What if I install qutecom and than switch to KDE?

comment:10 in reply to: ↑ 9 Changed 4 years ago by michst

  • Resolution set to worksforme
  • Status changed from new to closed

Replying to cavedon:

Replying to vadim:

Is it possible to create empty quetcom.css file when installing on KDE4 based system?

The problem is that you do not know whether the user is going to use KDE or not when you install qutecom.
E.g. What if I install qutecom and than switch to KDE?

Hi all

I played a little bit with the qutecom.css:
at the end I commented the first backround-color statemnet

It looks fine on KDE4 and Gnome 2.26...

Michael

Here it is:
/* Turn the border of all lists to red, and it's background to light gray: */

/*

QMainWindow,QDialog,QWidget#centralWidget

{

background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,

stop: 0 #E0E0E0, stop: 1 #FFFFFF);

/* border: 0.3px solid gray;

/*border-radius: 1px;

margin-top: 3ex; /* leave space at the top for the title

}

/*QLabel

{

background-color:solid gray


}*/

/*QTreeView#treeView

{

background-image: url(:/pics/arcor.png);

background-repeat: no-repeat;

background-position:bottom right;

}


QTreeWidget#treeWidget

{

background-image: url(:/pics/arcor.png);

background-repeat: no-repeat;

background-position:bottom right;

}*/


QLineEdit

{

border: 1px solid grey;

border-radius: 5px;

/* padding: 10px;*/

}

QComboBox

{

border: 1px solid grey;

border-radius: 5px;

padding-left: 1px;

padding-top: 1px;

padding-bottom: 1px;

/* padding-right:15px;*/

}


QComboBox::down-arrow

{

image: url(:/pics/history/filter.png);

background-color:White;

}

QComboBox QAbstractItemView

{

border: 1px solid grey;

}

QComboBox::drop-down

{

subcontrol-origin: padding;

subcontrol-position: top right;

width: 20px;

border-left-width: 1px;

border-left-color: darkgray;

border-left-style: solid;

border-top-right-radius: 5px;

border-bottom-right-radius: 5px;

}


QDateTimeEdit

{

border: 1px solid grey;

border-bottom-left-radius: 5px;

border-top-left-radius: 5px;

padding-left: 1px;

padding-top: 1px;

padding-bottom: 1px;

/* padding-right:15px;*/

}


/*QGroupBox {

background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,

stop: 0 #E0E0E0, stop: 1 #FFFFFF);

border: 2px solid gray;

border-radius: 5px;

margin-top: 1ex; /* leave space at the top for the title

}*/


QHeaderView::section {

background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1,

stop:0 #616161, stop: 0.5 #505050,

stop: 0.6 #434343, stop:1 #656565);

color: white;

padding-left: 4px;

border: 1px solid #6c6c6c;

}

/*

QLineEdit {

border: 2px solid gray;

border-radius: 10px;

padding: 0 8px;

background: white;

selection-background-color: darkgray;

}


QLineEdit[echoMode="2"] {

lineedit-password-character: 9679;

}


QLineEdit:read-only {

background: lightblue;

}


/*QMenu {

background-color: lightblue; /* sets background of the menu */

/*border: 1px solid black;

}

QMenu::item {

/* sets background of menu item. set this to something non-transparent

if you want menu color and menu item color to be different

background-color: transparent;

}

QMenu::item:selected { /* when user selects item using mouse or keyboard

background-color: white;

}*/


QLabel#loginLabel

{

background-image: url(:/pics/headers/login.png);

}


comment:11 follow-up: Changed 4 years ago by laurent

  • Resolution worksforme deleted
  • Status changed from closed to reopened

I don't understand, do you mean http://trac.qutecom.org/changeset/336%3Ac18ced36a673 ?

comment:12 in reply to: ↑ 11 Changed 4 years ago by michst

Replying to laurent:

I don't understand, do you mean http://trac.qutecom.org/changeset/336%3Ac18ced36a673 ?

Yes

comment:13 Changed 4 years ago by laurent

  • Resolution set to fixed
  • Status changed from reopened to closed
Note: See TracTickets for help on using tickets.