Source i (link to git-repo or to original if based on someone elses unmodified work):

Add the source-code for this project on opencode.net

6
Become a Fan
6.4

Description:
Simple program which makes everything well. Paradoxically it works only in Russia.

Installation:
qmake
make
./good

Usage:
1. Run program
2. Click button
3. Close program and continue work. All will be good.
Last changelog:

1.1 Some bugfixes
1.0 First release


Ratings & Comments

20 Comments

AlexTorrin

Заебись.

rokemoon

Make it work :-) good.h: @ #ifndef GOOD_H #define GOOD_H #include <QtGui/QPushButton> class good : public QPushButton{ Q_OBJECT public: good(QWidget *parent = 0); private slots: void allGood(); }; #endif // GOOD_H @ good.cpp @ #include "good.h" good::good(QWidget *parent) : QPushButton(parent){ setText(QString::fromUtf8("Сделай мне заебись!")); setWindowTitle(QString::fromUtf8("Заебись")); connect(this, SIGNAL(clicked()), this, SLOT(allGood())); } void good::allGood() { setText(QString::fromUtf8("Все заебись!")); } @

lor-anonymous

The program had a bug, it worked only in Russia. This patch addresses the problem, and now the program works anywhere for russian-speaking users. Please aplly.(Sorry, dunnow hpw to attach) diff -Naru zaebis.old/done.cpp zaebis/done.cpp --- zaebis.old/done.cpp 1970-01-01 03:00:00.000000000 +0300 +++ zaebis/done.cpp 2010-08-13 19:33:57.000000000 +0300 @@ -0,0 +1,7 @@ +#include "done.h" + +done::done(QWidget *parent) : QMessageBox(parent){ + setText(QString::fromUtf8("Теперь все заебись!")); + setWindowTitle(QString::fromUtf8("Заебись")); + setStandardButtons(QMessageBox::Yes); +} diff -Naru zaebis.old/done.h zaebis/done.h --- zaebis.old/done.h 1970-01-01 03:00:00.000000000 +0300 +++ zaebis/done.h 2010-08-13 16:56:01.000000000 +0300 @@ -0,0 +1,13 @@ +#ifndef DONE_H +#define DONE_H + +#include <QtGui/QMessageBox> + +class done : public QMessageBox{ + Q_OBJECT + +public: + done(QWidget *parent = 0); +}; + +#endif // DONE_H diff -Naru zaebis.old/good.cpp zaebis/good.cpp --- zaebis.old/good.cpp 2009-04-07 20:52:02.000000000 +0300 +++ zaebis/good.cpp 2010-08-13 23:22:08.000000000 +0300 @@ -1,6 +1,14 @@ #include "good.h" +#include "done.h" + +#include <QMessageBox> good::good(QWidget *parent) : QPushButton(parent){ setText(QString::fromUtf8("Сделать заебись!")); setWindowTitle(QString::fromUtf8("Заебись")); } + +void good::closeEvent(QCloseEvent *e){ + done d; + d.exec(); +} diff -Naru zaebis.old/good.h zaebis/good.h --- zaebis.old/good.h 2009-04-07 20:51:00.000000000 +0300 +++ zaebis/good.h 2010-08-13 13:59:26.000000000 +0300 @@ -2,11 +2,16 @@ #define GOOD_H #include <QtGui/QPushButton> +#include <QCloseEvent> class good : public QPushButton{ Q_OBJECT +protected: + void closeEvent( QCloseEvent *e ); + public: + bool zaebis; good(QWidget *parent = 0); }; diff -Naru zaebis.old/good.pro zaebis/good.pro --- zaebis.old/good.pro 2009-04-07 22:50:47.000000000 +0300 +++ zaebis/good.pro 2010-08-13 23:24:49.000000000 +0300 @@ -3,6 +3,6 @@ QT += core gui -HEADERS += good.h -SOURCES += main.cpp \ +HEADERS += good.h done.h +SOURCES += main.cpp done.cpp \ good.cpp diff -Naru zaebis.old/main.cpp zaebis/main.cpp --- zaebis.old/main.cpp 2009-04-07 20:46:24.000000000 +0300 +++ zaebis/main.cpp 2010-08-13 23:23:24.000000000 +0300 @@ -1,4 +1,5 @@ #include "good.h" +#include "done.h" #include <QtGui> #include <QApplication> @@ -7,6 +8,8 @@ { QApplication a(argc, argv); good w; + done don; + QObject::connect(&w, SIGNAL(clicked()), &a, SLOT(closeAllWindows())); w.show(); return a.exec(); }

heavyrail

Bloody request Windows static linked binary!

zcrendel

I must admit that program has great perfomance and stability. No cpu usage at all, but all works as planned. Simply fantastic!

veenee

Great app! Fast, stable and very compact. I feel the great experience of it's developer. Thank you! Now searching for something like this for my mobile phone to be more successful.

scriper

Awesome tool! Really made me Zaebis. Zaebis is zaebis.

Lockywolf

Wow! Cool app. Really makes you zaebis. I request a kde version and also a gnome version with their own method.

truefusion

What theme is that?

pasaranax

bespin

QPaul

It's really amazing software.

molchanoviv

Мечта для сисадмина.

AlexeyK

Thank you! It's really what i needed last years! И чего только русский человек ни придумает, чтоб всё стало... хорошо

Stiletto

It really makes everything zaebis!

RedDragon

.ui хде?

met3x

Закоменть эту строку - она не юзается...

pasaranax

fixed

xep

only that

Hump

Сабж

pasaranax

bespin

Pling
0 Affiliates
Details
license
version 1.1
updated
added
downloads 24h 0
mediaviews 24h 0
pageviews 24h 2

Other Qt Tools:

Autorun on CD/DVD for Windows
nanvel
last update date: 13 years ago

Score 5.0

Safebox
dmendizabal
last update date: 13 years ago

Score 5.0

QShutDown
D0IT
last update date: 12 years ago

Score 5.0

OpenNumismat
JanisV
last update date: 12 years ago

Score 5.0

OpenNumismat
JanisV
last update date: 12 years ago

Score 4.7

numpad emulator
abtimal
last update date: 12 years ago

Score 5.0