


Plasma 4 Extensions by panzi 842 comments
also you can start plasma-desktop from console and you'll see bunch of warnings from smoothtasks...
fix them all, pleeease
regards - Nov 26 2009

System Sounds by johnnyg 17 comments
you should work in microsoft - Nov 25 2009

Plasma 4 Extensions by panzi 842 comments
- ru translation update
- fix task title vertical aligning - Nov 14 2009

Karamba & Superkaramba by sarunpm 2 comments
again - Nov 06 2009

Plasma 4 Extensions by panzi 842 comments
it was not a way to reproduce )
it was a generic workaround for all issues related to qt-glib event loop.
for example Qt4.5.3 have a regression that can lead to hang or crash in rare cases... - Oct 30 2009

Plasma 4 Extensions by panzi 842 comments

K3b Themes by rickslopes 11 comments
?? ???-?? ???? - ???-????? ??? ???? ?????????? ?? ????... - Oct 23 2009

K3b Themes by rickslopes 11 comments
kde's default theme originally was called Oxygen... - Oct 23 2009

Wallpaper Other by vladstudio 3 comments
its fun) - Oct 23 2009

K3b Themes by rickslopes 11 comments

Various KDE 1.-4. Improvements by xadras 32 comments
plz take ru.po file from http://www.kde-look.org/content/show.php?content=113664
(patches are coming :P)
thanks for your work! - Oct 12 2009

Plasma 4 Extensions by panzi 842 comments
plz take ru.po from http://www.kde-look.org/content/show.php?content=113665
thanks for your work - Oct 12 2009

Various KDE 1.-4. Improvements by xadras 32 comments

Qt Components by xep 10 comments
anyway, SA isn't supported any longer since QtSingleApplication was re-licensed under lgpl.
probably i can release "last" version with several minor fixes some later...i'm not sure... - Aug 03 2009

Plasma 4 Extensions by Jinidog 87 comments
thnx for plasmaboard and keep up ur work - Apr 14 2009

Plasma 4 Extensions by Jinidog 87 comments
--- PanelIcon.h~ 2009-04-14 15:01:08.000000000 +0400
+++ PanelIcon.h 2009-04-14 14:56:41.000000000 +0400
@@ -24,7 +24,6 @@
#include <Plasma/PopupApplet>
#include <Plasma/Extender>
#include <Plasma/ExtenderItem>
-#include <QAction>
#include "widget.h"
--- PanelIcon.cpp~ 2009-04-14 15:01:15.000000000 +0400
+++ PanelIcon.cpp 2009-04-14 14:56:36.000000000 +0400
@@ -17,6 +17,7 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA . *
***************************************************************************/
+#include <QAction>
#include "PanelIcon.h"
- Apr 14 2009

Plasma 4 Extensions by Jinidog 87 comments
just...try to revise ur code - Apr 14 2009
+++ src/kcm/configdialog.cpp 2009-04-01 07:30:48.000000000 +0400
@@ -856,7 +856,7 @@
void ConfigDialog::buttonRemoveToolTipSelected()
{
// Support extended selection
- if ( mDlg->listBoxAvailable->count() == 0 )
+ if ( mDlg->listBoxDisplay->count() == 0 )
return;
QList<QListWidgetItem *> selectedItems = mDlg->listBoxDisplay->selectedItems(); - Mar 31 2009

Various KDE 1.-4. Improvements by key87 20 comments

Video Apps by ddeino 3 comments
may be kde-look.org will be what You need? - Jan 12 2009

Amarok 1.x Scripts by TweKane 10 comments

Amarok 1.x Scripts by TweKane 10 comments
сути не меняет. - Jan 12 2009

Amarok 1.x Scripts by TweKane 10 comments

Qt Components by xep 10 comments
regards - Nov 29 2008

Qt Components by xep 10 comments
/* f&ucking mac */
Discrepancy to posix standards makes me crazy.
I plan to bypass that problem some later.
thnx for comment - Nov 13 2008

Browser by GreenPeace 4 comments
too hard? - Oct 25 2008

QtCurve by chareos 6 comments
Nobody will port this s??king to Qt4, I believe.
Use QGtkStyle and be happy. - Oct 17 2008

Utilities by codeaddict 3 comments

Qt Widgets by kazak 1 comment
---
выкладываешь либу (хз с чем слинкованную) без почитайки, копинга, сорцев - и говоришь, что это жпл!
/* волгограду привет :) */ - Aug 18 2008
still wait for sources
several questions:
* what install-system you used to create doxygate installer?
* what style (or may be style-sheet?) currently has doxygate? it looks nice friendly. but I like not checkboxes - they are not actually checked - just colored. can you make them more contrast?
regards - Aug 08 2008
Yes, of course. I founded missing piece of code somewhere deep in :)
Quote:
QVBoxLayout* mainLayout = new QVBoxLayout();
mainLayout->setContentsMargins(0, 0, 0, 0);
mainLayout->setSpacing(0);
mainLayout->addLayout(layout);
setLayout(mainLayout);
Sorry for stupid question )
In other styles this dialog looked with spaces and I have thought that it is a bug.
Regards - Jul 20 2008
I habe a question again :)
try such code:
Quote:QLabel* label1 = new QLabel(tr("label1"), this);
QLabel* label2 = new QLabel(tr("label2"), this);
groupBox = new QGroupBox(tr("groupBox"), this);
groupBox->setCheckable(true);
QHBoxLayout* topLayout = new QHBoxLayout();
topLayout->addWidget(label1);
topLayout->addWidget(label2, 0, Qt::AlignRight);
QVBoxLayout* layout = new QVBoxLayout();
layout->addLayout(topLayout);
layout->addWidget(groupBox, 10);
You can see no spacing between labels and groupbox. default layout spacing is -1 for me (Qt 4.4.0, MinGW). common PM_DefaultLayoutSpacing is 6 for vary other styles.
in skulpture.cpp i founded following code:
Quote: case PM_LayoutHorizontalSpacing:
case PM_LayoutVerticalSpacing:
#if (QT_VERSION >= QT_VERSION_CHECK(4, 3, 0))
return -1;
#else
return fontSize(option, widget) / 3;
#endif
can You say something about? - Jul 20 2008
It seems to me strange that the QLineEdit shows rectangles instead of symbols if QLineEdit's echoMode is 'Password'. Is this feature or bug?
I think that will be more habitual if rectangles was replaced to stars.
Regards. - Jul 18 2008

Qt Components by mchara 5 comments
so I need to fix Makefile by hand :( - Jul 07 2008

Qt Components by mchara 5 comments
some people still not using dev-cpp (strange, isn't?)
I have no nor dev-cpp, nor Qt4.3.2 (in strnge fu???ng path) and I wantn't to rewrite Makefile by hands everytime.
How I can to build grEEn?! - Jul 07 2008

Chat & Messenging by EuroElessar 16 comments
i found two simple bugs:
- systray tooltip must be htmled...but i see only html tags )
- first clicking on any item in visibility list reorders list by name(?)
keep good work - Jun 15 2008
my work is only porting to qt4 with several improvements
now Andi Peredri has released original QNetWalk 1.3 wich can be downloaded from official site:
http://qt.osdn.org.ua/qnetwalk.html
I have some ideas as it would be possible to improve game process, but it is not enough of it.
If you have any ideas or suggestions, let know - I can realize them when at me will be more free time - May 16 2008

Webcam & Monitoring by bwadolowski1 70 comments
you must create some public place for this project where users/contributors can provide feedback and requests.
/* voted +1 */ - Mar 15 2008

Network by patrik08 6 comments
can you recompress and update link to sources? - Mar 06 2008
i mean window's size grips - a little styled triangles at bottom-right corner of windows
try this code:
Quote:QFrame* frame = new QFrame(parent);
frame->setWindowFlags(Qt::SplashScreen);
frame->setFrameShape(QFrame::StyledPanel);
frame->setFrameShadow(QFrame::Raised);
frame->setMinimumHeight(100);
QListWidget* list = new QListWidget(frame);
QSizeGrip* sizeGrip = new QSizeGrip(frame);
QVBoxLayout* layout = new QVBoxLayout(frame);
layout->setContentsMargins(0, 0, 0, 0);
layout->setSpacing(0);
layout->addWidget(list, 1);
layout->addWidget(sizeGrip, 0, Qt::AlignBottom | Qt::AlignRight);
in result you'll get flat rectangle without any guessed controls. but it must be clear to end-user...unfortunally
good luck and nice work anyway - Feb 28 2008