Ivailo Monev
6cdb77afd3
generic: various cleanups
...
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2018-07-17 15:35:02 +00:00
Ivailo Monev
61333c4671
generic: namespaced Qt4/Katie build fixes
...
most of the changes were done trought Katie's namefsck script which
convertes forward class declarations to include directives, however
other fixes here and there were needed as well as some questionable
changes to Q_DECLARE_TYPEINFO() macro calls because they most likely
have to do the namespacing themselfs (QT_BEGIN/END_NAMESPACE, and
probably will be in Katie) meaning that some of the changes may be
temporary and reverted later.
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2017-08-04 09:24:39 +00:00
Ivailo Monev
c2df76dbbc
generic: misc cleanups
...
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2016-11-01 18:43:08 +00:00
Ivailo Monev
cfff1dd53a
generic: get rid of KTextBrowser
...
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2016-08-20 16:42:02 +00:00
Ivailo Monev
6eb81b8c93
kdeui: fix a compiler warning
...
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2016-05-26 14:57:49 +00:00
Ivailo Monev
957ec97281
kdeui: restore behaviour prior to cd1ca7c8
...
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2016-04-30 16:23:25 +00:00
Ivailo Monev
cd1ca7c87e
generic: replace KProcess with QProcess where feasable
...
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2016-04-30 06:09:02 +00:00
Ivailo Monev
76b834d054
generic: remove redundant KHBox and KVBox headers inclusions
...
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2016-04-18 18:42:39 +00:00
Ivailo Monev
e53de3cbb8
generic: misc cleanups
...
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2016-04-16 13:56:36 +00:00
Ivailo Monev
aceeceb7e4
generic: remove unused KBugReport
...
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2016-04-06 06:52:45 +00:00
Ivailo Monev
6e04123edb
kdeui: handle long text in KInputDialog better
...
the point is to reduce the horisontal lenght of the widget while simulating
a gap between the text (label) and the other widgets. also even when the
dialog is resised, the text should always stay on top of the widget not
moved to the center of the dialog
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2016-03-29 00:56:15 +00:00
Ivailo Monev
b9788987ab
generic: misc cleanups
...
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2016-03-28 16:28:57 +00:00
Ivailo Monev
05dd897b78
generic: misc cleanups
...
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2016-03-26 03:17:36 +00:00
Ivailo Monev
106a76e67f
generic: misc cleanups
...
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2016-02-17 20:49:17 +02:00
Ivailo Monev
2afcd384f3
generic: misc cleanups
...
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2015-11-20 00:01:16 +02:00
Ivailo Monev
2d49fadeb1
generic: misc cleanups
2015-10-12 23:58:56 +03:00
Ivailo Monev
f9b19f74c8
kdeui: fix placeholder in about dialog
2015-10-12 09:13:46 +03:00
Ivailo Monev
3d14a4b88b
generic: code shrinks
2015-09-30 10:37:53 +03:00
Ivailo Monev
f43cb534f3
kdeui: remove double 'about' in about dialog
2015-09-03 04:14:06 +00:00
Ivailo Monev
007a44cd2f
generic: major build system cleanup
...
the test are broken!
2015-09-01 01:05:33 +03:00
Ivailo Monev
21ad0df488
generic: make changes required for building against katie
2015-08-11 05:56:07 +03:00
Ivailo Monev
e21ad887c4
generic: optimize png images with optipng
2015-07-20 17:35:19 +03:00
Ivailo Monev
5df8745aa8
kdeui: fix a compiler warning
2015-07-10 07:08:55 +03:00
Ivailo Monev
5333e9917d
generic: remove deprecated API
2015-02-28 03:27:54 +00:00
Ivailo Monev
82fc15f54b
generic: use CMake moc instead of automoc4 by default
...
for compatibilty reasons automoc4 support is not removed but it
shall be in the future. automoc4 has not been maintained for a
while (last commit is from 2011) and the stable release is from
2009.
CMake version >= 2.8.6 provides the functionality for mocking so
I see no reason to not make use of it.
2015-02-27 07:40:26 +00:00
Ivailo Monev
0f76d5e3ea
fixup due to attica support drop
2015-01-11 22:56:07 +00:00
Ivailo Monev
be4d48be75
remove attica related cruft from kdeui
2015-01-11 18:17:12 +00:00
Ivailo Monev
f1b863a0e3
change moto
2015-01-08 23:41:03 +00:00
Ivailo Monev
378d9d312a
bring back kbugreport
...
it is required by homerun and possibly others, the fancy KBugReport
header was not remove but this is now irrelevant
2014-12-21 15:16:03 +00:00
Ivailo Monev
53ec145084
fix non-literal string related build failure(s) triggered during Debug build
2014-12-03 19:43:43 +00:00
Ivailo Monev
a499c2d11d
fix build of external software by not including config-misc header and place BUG_REPORT_URL and BUG_REPORT_EMAIL into kglobalsettings header
2014-11-29 23:03:51 +00:00
Ivailo Monev
6e700dc650
replace bugs.kde.org with BUG_REPORT_URL; replace submit@bugs.kde.org with BUG_REPORT_EMAIL (new); remove kdoctools (Doxygen is used for API docs, anything else needs it besides some handbook slaves?); moved kwebkitpart translations to kde-l10n
2014-11-29 21:30:53 +00:00
Ivailo Monev
3f0dd268de
remove win and mac cruft
2014-11-27 18:22:42 +00:00
Ivailo Monev
325dc03020
change URL in about dialog to new home
2014-11-27 03:21:44 +00:00
Ivailo Monev
808983c6bc
remove KDE specifiec bug reports dialog; minor cleanup (menuHelpContents enumerator)
2014-11-25 18:37:07 +00:00
Ivailo Monev
c5e95b5b90
rebranded platform string
2014-11-21 15:49:04 +00:00
Ivailo Monev
c3f3bcb965
windows code remove
2014-11-19 15:17:14 +00:00
Ivailo Monev
0889fd246b
replaced aboutkde pic with something temporary
2014-11-19 01:57:17 +00:00
Ivailo Monev
2e8eb12e94
rebranded help dialog and menu for a start
2014-11-19 00:22:39 +00:00
Ivailo Monev
814163a8dc
initial import
2014-11-13 01:04:59 +02:00