Commit Graph

1034 Commits

Author SHA1 Message Date
Aurélien Gâteau a9cd6ae885 Draw the border around the handles
Otherwise they are difficult to see when the partition takes all the space
2014-08-08 20:28:49 +03:00
Aurélien Gâteau 40f579a811 PartResizerWidget: Render the background using a QLineEdit
This is more readable when style is not Oxygen
2014-08-08 20:28:49 +03:00
l10n daemon script 46b4f27e2e SVN_SILENT made messages (after extraction) 2014-08-08 01:47:01 +00:00
l10n daemon script 895a4fbdf6 SVN_SILENT made messages (after extraction) 2014-08-04 01:48:51 +00:00
l10n daemon script 3cdce14eed SVN_SILENT made messages (after extraction) 2014-08-03 01:46:44 +00:00
l10n daemon script 08d6b8c2de SVN_SILENT made messages (.desktop file) 2014-07-25 05:32:12 +00:00
l10n daemon script 01415d08a9 SVN_SILENT made messages (after extraction) 2014-07-25 01:58:46 +00:00
Aurélien Gâteau 1ec5f5559b Add a way to include parted exception message to reports 2014-07-24 09:06:17 +01:00
Aurélien Gâteau b629eebe0f Improve error reports in setPartitionSystemType 2014-07-24 09:05:56 +01:00
Andrius Štikonas edcd154b80 Merge branch 'frameworks' 2014-07-24 09:01:09 +01:00
Andrius Štikonas 1ee1e2f780 Merge branch 'master' into frameworks
Conflicts:
	CMakeLists.txt
	src/util/helpers.cpp
2014-07-24 08:56:54 +01:00
l10n daemon script aed98447e0 SVN_SILENT made messages (.desktop file) 2014-07-24 04:45:05 +00:00
l10n daemon script 96e2acb2d7 SVN_SILENT made messages (after extraction) 2014-07-24 01:42:37 +00:00
l10n daemon script 10d4591cec SVN_SILENT made messages (after extraction) 2014-07-20 01:48:04 +00:00
l10n daemon script 2a70efcaa2 SVN_SILENT made messages (after extraction) 2014-07-16 02:00:36 +00:00
l10n daemon script 1bab2bfab6 SVN_SILENT made messages (.desktop file) 2014-07-07 04:34:17 +00:00
l10n daemon script 0137c85bf9 SVN_SILENT made messages (after extraction) 2014-07-07 01:48:02 +00:00
Andrius Štikonas 5447297f06 Bump version number to 1.1.0 2014-07-06 14:18:44 +01:00
l10n daemon script 0769c0b6b9 SVN_SILENT made messages (after extraction) 2014-07-06 01:41:42 +00:00
l10n daemon script ee272cb912 SVN_SILENT made messages (after extraction) 2014-07-05 01:44:47 +00:00
l10n daemon script 4cfd6af804 SVN_SILENT made messages (after extraction) 2014-07-03 01:37:45 +00:00
Andrius Štikonas 9026bebc2d Fix build with udisks1. 2014-07-02 14:29:50 +01:00
Andrius Štikonas e469561b6f Merge branch 'master' into frameworks
Conflicts:
	src/fs/btrfs.cpp
	src/plugins/dummy/dummybackend.cpp
	src/plugins/libparted/libpartedbackend.cpp
	src/util/helpers.cpp
2014-07-02 14:27:04 +01:00
Andrius Štikonas 1579790072 Remove contact email of Volker Lanz. 2014-07-02 14:18:13 +01:00
l10n daemon script eb1dace873 SVN_SILENT made messages (after extraction) 2014-07-01 01:51:13 +00:00
l10n daemon script 4cc069b156 SVN_SILENT made messages (after extraction) 2014-06-30 01:51:10 +00:00
l10n daemon script 3937a372e1 SVN_SILENT made messages (after extraction) 2014-06-29 01:44:02 +00:00
l10n daemon script 62b8e241bd SVN_SILENT made messages (after extraction) 2014-06-28 01:40:52 +00:00
Yuri Chornoivan efca1594cd Fix XML 2014-06-26 08:49:59 +03:00
Andrius Štikonas cee38cde9b Add AppStream metadata. 2014-06-25 23:26:12 +01:00
Andrius Štikonas 40f4b0700b Force the creation of btrfs filesystem in case the partition already contains filesystem. 2014-06-05 02:08:02 +01:00
Andrius Štikonas d56ee33cf1 KAboutData::setApplicationData already passes the required information to QApplication. 2014-06-01 15:56:43 +01:00
Andrius Štikonas debfbade66 Display KDE Frameworks (KXmlGui) version. 2014-05-29 12:52:33 +01:00
Andrius Štikonas 2129ee24ab Avoid using implicit cast to QString. 2014-05-29 02:46:58 +01:00
Andrius Štikonas f78c34778e Make shredSource radio button work again. 2014-05-29 02:45:36 +01:00
Andrius Štikonas b75a01e348 Update version number. 2014-05-28 01:24:22 +01:00
Andrius Štikonas 7db7c3f77e Remove redundant QString(). 2014-05-28 00:15:40 +01:00
Andrius Štikonas 4959d78710 Update credits. 2014-05-20 22:42:22 +01:00
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 5eb2a06da4 Use QLocale().toString instead of KGlobal::locale() 2014-05-18 16:55:29 +01:00
Andrius Štikonas 3f301f99aa Partially port away from KUrl. 2014-05-17 03:34:51 +01:00
Andrius Štikonas d1ae9dc4a7 Port away from KMenu. 2014-05-17 03:20:43 +01:00
Andrius Štikonas 81ce940171 Port away from KAction. 2014-05-17 03:12:10 +01:00
Andrius Štikonas dcdffadc3e Port away from KDialog. 2014-05-17 03:06:58 +01:00
Andrius Štikonas 066cd120e7 Partially port away from KIcon. 2014-05-17 02:27:42 +01:00
Andrius Štikonas a490106e75 Port away from KTextEdit. 2014-05-17 02:14:18 +01:00
Andrius Štikonas 14e9ecb779 Port away from KLineEdit, KPushButton and KComboBox. 2014-05-14 01:01:34 +01:00
Andrius Štikonas f2f5295f1b Port away from toAscii which is not available in Qt5. 2014-05-14 00:05:15 +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