Show
Ignore:
Timestamp:
04/18/08 09:40:19 (8 months ago)
Author:
eugene
Message:
  • Somewhat remade the chat settings page layout to make it look good in non-KDE mode;
  • fixed some typos;
  • simplified URL viewer invocation (no more signals);
  • made KDE mode be fully dependent on desktop setting of browser/mailer, while non-KDE mode can still fallback to daemon's settings in case Qt autodetection failes (current Qt rules could be found here: http://psi-im.org/wiki/Browser_X11).
Location:
trunk/qt4-gui/src/dialogs
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/qt4-gui/src/dialogs/historydlg.cpp

    r5999 r6160  
    139139  // Widget to show history entries 
    140140  myHistoryView = new HistoryView(true, myId, myPpid); 
    141   connect(myHistoryView, SIGNAL(viewurl(QWidget*, QString)), LicqGui::instance(), SLOT(viewUrl(QWidget*, QString))); 
    142141  mainLayout->addWidget(myHistoryView, 1); 
    143142 
  • trunk/qt4-gui/src/dialogs/userinfodlg.cpp

    r6093 r6160  
    11801180  mlvAbout = new MLView();//EditWrap(true, p); 
    11811181  mlvAbout->setReadOnly(!m_bOwner); 
    1182   connect(mlvAbout, SIGNAL(viewurl(QWidget*, QString)), LicqGui::instance(), SLOT(viewUrl(QWidget*, QString))); 
    11831182  lay->addWidget(mlvAbout); 
    11841183}