Commit Graph

69 Commits

Author SHA1 Message Date
Andrius Štikonas 7fbae9ee29 Port to new Qt5 macro QStringLiteral and use stricter compile flags
Now compile with:
  -DQT_USE_QSTRINGBUILDER
  -DQT_NO_CAST_TO_ASCII
  -DQT_NO_CAST_FROM_ASCII
  -DQT_STRICT_ITERATORS
  -DQT_NO_URL_CAST_FROM_STRING
  -DQT_NO_CAST_FROM_BYTEARRAY
  -DQT_NO_SIGNALS_SLOTS_KEYWORDS
  -DQT_USE_FAST_OPERATOR_PLUS
2014-05-20 22:33:02 +01:00
Andrius Štikonas f3dd3157a6 Initial port to KDE Frameworks 5.
The port is mostly complete:
    * A few unported items are marked with FIXME: port KF5.
    * KCFG configuration for QGroupBox is not working yet.
2014-05-18 21:41:48 +01:00
Andrius Štikonas 3f301f99aa Partially port away from KUrl. 2014-05-17 03:34:51 +01:00
Andrius Štikonas ed431cfcd5 Partially port away from KLocale.
KLocale was replaced with KLocalizedString and QLocale.
Only changes that do not break compilation with KDELibs4 are made.
2014-05-13 23:53:37 +01:00
Volker Lanz b4d02bda27 show an error message box if no accessible devices are found on program launch
svn path=/trunk/extragear/sysadmin/partitionmanager/; revision=1250081
2011-08-29 10:51:42 +00:00
Volker Lanz 355f10f41e update year in copyright header
svn path=/trunk/extragear/sysadmin/partitionmanager/; revision=1249930
2011-08-28 18:35:03 +00:00
Volker Lanz 05bfd84627 remove three-year-old workaround for some kubuntu kdesudo bug
svn path=/trunk/extragear/sysadmin/partitionmanager/; revision=1249929
2011-08-28 18:31:44 +00:00
Volker Lanz a2b78f0dde add command line option to activated advanced config page; it's hidden by
default now.

svn path=/trunk/extragear/sysadmin/partitionmanager/; revision=1133916
2010-06-02 20:39:25 +00:00
Volker Lanz aa065376b3 allow passing device node via command line
svn path=/trunk/extragear/sysadmin/partitionmanager/; revision=1129237
2010-05-21 18:09:55 +00:00
Volker Lanz 5ca58c6c1c introduce a CoreBackendManager class.
convert the plugins into true KDE plugins with desktop file and all.

let the user pick a backend in the config dialog and load backends on the fly.

svn path=/trunk/extragear/sysadmin/partitionmanager/; revision=1105758
2010-03-21 10:50:44 +00:00
Volker Lanz 2e7510e816 add visibility to the config class
create an instance of the config in main() instead of the main window.

configure the backend plugin to load via the config file

svn path=/trunk/extragear/sysadmin/partitionmanager/; revision=1101230
2010-03-09 17:13:22 +00:00
Volker Lanz 4d6b168474 add a context menu to the log output to allow saving and clearing the log
refactor some code for context menu stuff.

svn path=/trunk/extragear/sysadmin/partitionmanager/; revision=1100535
2010-03-07 19:02:02 +00:00
Volker Lanz c7bc3368e4 turn the libparted backend into a plugin
svn path=/trunk/extragear/sysadmin/partitionmanager/; revision=1097425
2010-03-01 11:02:38 +00:00
Volker Lanz d994440466 If we're not running as root try to gain super user privileges by calling
kdesu/kdesudo/gksu/gksudo with ourselves as arg. This should stop the
complaints from poor gnome users not being able to do anything in the
app because their DE doesn't know anything about X-KDE-SubstituteUID.

svn path=/trunk/extragear/sysadmin/partitionmanager/; revision=1053264
2009-11-23 18:27:21 +00:00
Volker Lanz 80bee5cfc4 Merge the kpart stuff from branches/work/partitionmanager/kpartstuff and
disable it in the build by default.

svn path=/trunk/extragear/sysadmin/partitionmanager/; revision=902274
2008-12-27 22:12:42 +00:00
Volker Lanz a7a090381f Fix text capitalization according to
http://techbase.kde.org/Projects/Usability/HIG/Capitalization

svn path=/trunk/extragear/sysadmin/partitionmanager/; revision=902032
2008-12-27 12:01:29 +00:00
Volker Lanz 6dd8aa8b29 Add KUIT markers.
svn path=/trunk/playground/sysadmin/partitionmanager/; revision=869687
2008-10-09 19:21:56 +00:00
Volker Lanz 9745b83cbe Remove sf.net bug url from aboutdata.
svn path=/trunk/playground/sysadmin/partitionmanager/; revision=864969
2008-09-26 09:09:53 +00:00
Volker Lanz d6dc26bd90 import of KDE Partition Manager
svn path=/trunk/playground/sysadmin/partitionmanager/; revision=864431
2008-09-24 19:32:01 +00:00