Commit Graph

  • bd896e98cd SVN_SILENT made messages (.desktop file) Script Kiddy 2010-04-01 06:38:15 +0000
  • 60fd180a41 updated Volker Lanz 2010-03-28 11:31:12 +0000
  • f322030288 typo fix Yuri Chornoivan 2010-03-28 07:58:08 +0000
  • d33325f853 SVN_SILENT made messages (.desktop file) Script Kiddy 2010-03-28 07:16:27 +0000
  • 5c9b7dc134 end header with a newline Volker Lanz 2010-03-27 21:18:41 +0000
  • fed39b453a make krazy2 happy Volker Lanz 2010-03-27 21:18:05 +0000
  • 180fa4643d extend smart stuff, add its own dialog, add action to trigger it etc. Volker Lanz 2010-03-27 13:47:32 +0000
  • 597a574df5 don't allow hiding the first column, qt gets very confused if you do Volker Lanz 2010-03-27 13:21:20 +0000
  • 6c417d16fd updated Volker Lanz 2010-03-27 13:22:20 +0000
  • 77e9c942fc SVN_SILENT made messages (.desktop file) Script Kiddy 2010-03-27 06:56:40 +0000
  • c29ce45cc8 add an icon if the smart status is bad Volker Lanz 2010-03-26 16:02:55 +0000
  • 28efbee2ec add smart status information Volker Lanz 2010-03-26 15:06:33 +0000
  • 39e366c69f update Volker Lanz 2010-03-26 15:04:46 +0000
  • 10efee63d1 don't add, subtract from the new first sector to make minimum size work Volker Lanz 2010-03-25 19:58:35 +0000
  • c5d4f57c83 Remove a partition from its parent in its dtor. This should fix bug 232092 but seems too risky to backport for now. Volker Lanz 2010-03-25 10:21:55 +0000
  • 68436ab3b9 SVN_SILENT made messages (.desktop file) Script Kiddy 2010-03-25 07:14:06 +0000
  • 6b4aa38bcd replace numPendingOperations() with operationStack().size() Volker Lanz 2010-03-24 23:32:20 +0000
  • 74db24753b warn if user changes backend and operations are pending Volker Lanz 2010-03-24 23:30:20 +0000
  • ea4611c236 don't cast, think. then look. then, don't cast ;-) Volker Lanz 2010-03-24 23:03:38 +0000
  • ab945358cf rename copysourcerandom to copysourceshred because that is what it's used for Volker Lanz 2010-03-24 10:42:30 +0000
  • 27fe63b20d SVN_SILENT made messages (.desktop file) Script Kiddy 2010-03-24 06:59:39 +0000
  • 972a8e4fd0 emit operationsChanged signal each time an operation is pushed even if it's merged with an existing operation: the merge may have caused an existing operation to change in a way that needs reflecting in the GUI (e.g. a NewOperation now has a different FileSystem) Volker Lanz 2010-03-24 00:30:48 +0000
  • b28a66bc3f don't assume idx 0 is the default file system Volker Lanz 2010-03-24 00:20:35 +0000
  • a07e0ee103 don't omit the X-KDE-Library line or things will break Volker Lanz 2010-03-24 00:20:13 +0000
  • c1c466d97c make building the dummy backend optional Volker Lanz 2010-03-24 00:06:35 +0000
  • 3a5604c619 SVN_SILENT made messages (.desktop file) Script Kiddy 2010-03-23 06:54:29 +0000
  • 8e5a3ad1e9 SVN_SILENT made messages (.desktop file) Script Kiddy 2010-03-22 07:02:57 +0000
  • 8074a1e702 remove the kpart. it's totally broken now and would require a lot of work. Volker Lanz 2010-03-21 11:59:58 +0000
  • dc3c0a98cd move config dialog pages to files of their own Volker Lanz 2010-03-21 11:52:07 +0000
  • 40ae70af25 move config stuff to its own src subdir Volker Lanz 2010-03-21 11:32:31 +0000
  • 5ca58c6c1c introduce a CoreBackendManager class. Volker Lanz 2010-03-21 10:50:44 +0000
  • 389fc52e0e actually delete the d pointer in the dtor ;-) Volker Lanz 2010-03-20 11:10:40 +0000
  • 5c94a3f569 remove outdated and misleading comment Volker Lanz 2010-03-20 11:09:01 +0000
  • 11853a9d68 add a d pointer to the core backend base class and move its ctor and dtor to the implementation files to make this a little more future proof. Volker Lanz 2010-03-20 11:07:52 +0000
  • fa0293aad7 another todo Volker Lanz 2010-03-20 11:07:00 +0000
  • e3932ebf3f use "Advanced" as button text for the details button Volker Lanz 2010-03-20 10:10:11 +0000
  • 36dccf2c55 new text for "align partition" checkbox Volker Lanz 2010-03-20 08:56:01 +0000
  • 791377f176 only return true from PartResizerWidget::movePartition() if the partition was actually moved. Volker Lanz 2010-03-19 14:13:04 +0000
  • 6eab5deb08 don't output a warning if the partition is smaller than expected due to aligning: we cannot know here if the warning is justified at all. Volker Lanz 2010-03-19 14:07:57 +0000
  • edca30b707 add a details widget for the size dialog base and use it for first and last sector Volker Lanz 2010-03-18 11:04:13 +0000
  • a892c765cb use a qdoublespinbox instead of a qspinbox for sectors so values higher than 2^31 fit Volker Lanz 2010-03-17 10:48:24 +0000
  • c384fdaf21 refactor the part resizer and the size dialog base so they're less ugly, less confusing and don't use free sectors before and after the partition but just plain start and end. Volker Lanz 2010-03-16 11:40:54 +0000
  • a873af141c backport: Update the partition's file system if the role changes and then update the constraints. This fixes a bug where the user was not able to grow an extended partition if he'd previously selected a file system that cannot grow beyond a certain size. Volker Lanz 2010-03-16 11:23:00 +0000
  • f3c74efa53 make the dummy device smaller so resizing isn't as difficult Volker Lanz 2010-03-16 10:51:08 +0000
  • 957a084149 make sectorAlignment a static method of PartitionTable; we're going to need it in the part resizer widget Volker Lanz 2010-03-15 18:31:54 +0000
  • 0b456bcfcc Fix ui files Laurent Montel 2010-03-15 08:28:53 +0000
  • 5d2c3f172e print the values we actually meant to print in kWarning() Volker Lanz 2010-03-12 13:24:20 +0000
  • a373fc44a3 update Volker Lanz 2010-03-12 13:08:05 +0000
  • 5ad584990b add preferred capacity to config Volker Lanz 2010-03-12 09:31:17 +0000
  • 537108c78f simplify dialog Volker Lanz 2010-03-11 23:51:10 +0000
  • 3ab91021c1 make sure to show the right fs color even for extended partitions in the new-partition-dialog Volker Lanz 2010-03-11 23:33:41 +0000
  • 68e10edfac set max numbers of primaries in dummy backend Volker Lanz 2010-03-11 23:16:21 +0000
  • dac0a9a7a8 add an icon to the dummy plugin Volker Lanz 2010-03-11 23:13:35 +0000
  • e5ac6e16b0 update todo Volker Lanz 2010-03-11 22:56:42 +0000
  • 280a936ac9 make sure to emit progress even in the dummy backend Volker Lanz 2010-03-11 22:50:22 +0000
  • 9091e883e6 handle default button for custom widgets in configure dialog Volker Lanz 2010-03-11 19:40:42 +0000
  • d013c6d386 add default value and single step of 512 to sector alignment Volker Lanz 2010-03-11 18:45:21 +0000
  • 7ebfbdb597 remove amps from kguiitems in message boxes, let KDE handle shortcuts Volker Lanz 2010-03-11 16:55:27 +0000
  • 54def83c4e wording fix Volker Lanz 2010-03-11 16:45:59 +0000
  • f2f55e00fa improve wording Volker Lanz 2010-03-11 16:43:00 +0000
  • 34278260f3 some wording and i18n fixes. Volker Lanz 2010-03-11 16:34:48 +0000
  • ebf1612dc8 add setting of default FS to config dialog Volker Lanz 2010-03-11 14:17:21 +0000
  • a4488119d5 don't use i18n() for the plugin version at all Volker Lanz 2010-03-09 23:06:50 +0000
  • 0187332c91 don't use i18nc() but ki18nc() instead Volker Lanz 2010-03-09 22:50:26 +0000
  • 867ca54aca use configure icon, not app icon, for general settings page Volker Lanz 2010-03-09 22:39:03 +0000
  • 669a6f2a62 use KAboutData for plugin name and version information Volker Lanz 2010-03-09 22:37:23 +0000
  • 10f548e910 use schema instead of DTD Volker Lanz 2010-03-09 19:01:17 +0000
  • 2e7510e816 add visibility to the config class Volker Lanz 2010-03-09 17:13:22 +0000
  • 156dcf9e33 add some i18n comments to make clearer what the header text is supposed to mean Volker Lanz 2010-03-08 10:28:00 +0000
  • e55a076615 fix typo Volker Lanz 2010-03-08 10:27:05 +0000
  • fe9ad46a98 add option to specify the minimum log level Volker Lanz 2010-03-07 21:20:33 +0000
  • 4d6b168474 add a context menu to the log output to allow saving and clearing the log Volker Lanz 2010-03-07 19:02:02 +0000
  • 8d71ec34b4 removed no longer used method declartion showPartitionContextMenu Volker Lanz 2010-03-07 16:54:12 +0000
  • be3614ef89 some more TODO ideas Volker Lanz 2010-03-07 15:45:00 +0000
  • 3b8225a8d5 SVN_SILENT made messages (.desktop file) Script Kiddy 2010-03-07 06:56:44 +0000
  • 5aceae05fc negate the THREADED define so threaded device scanning is on by default Volker Lanz 2010-03-04 11:52:37 +0000
  • 07392da9c2 oops, forgot to add this Volker Lanz 2010-03-04 10:29:36 +0000
  • 1ad2964e43 sort of solved. for one, we have a define now to turn off threaded scanning. also, the problems KFileDialog has as root don't seem to stem from solid. Volker Lanz 2010-03-04 00:08:28 +0000
  • 899d27fb34 introduce a define to disable threaded device scanning in case we don't find a workaround for the solid problem. Volker Lanz 2010-03-03 18:58:14 +0000
  • 532d84f6e5 move stuff from advanced page to general page Volker Lanz 2010-03-03 13:32:35 +0000
  • 10054c2577 not used anymore Volker Lanz 2010-03-03 13:22:34 +0000
  • 42359826d2 use List face type for config dialog and some icons Volker Lanz 2010-03-03 10:46:23 +0000
  • 55a9af5a8d don't call updatePartitions() any more after pushing operations on the stack, the push method itself emits a signal that will lead to updateOperations() being called now. Volker Lanz 2010-03-03 10:09:51 +0000
  • dd9d20345d scan for devices in the backend, not the device scanner thread Volker Lanz 2010-03-03 09:51:53 +0000
  • 23d78e20b4 just show a "scanning..." msg if there is no device node set Volker Lanz 2010-03-03 09:49:44 +0000
  • 1bc2951102 the progress dialog is set to autoclose so it's not necessary to hide it in the main window Volker Lanz 2010-03-03 09:48:59 +0000
  • 4427937088 rename all progressChanged signals to progress for consistency Volker Lanz 2010-03-03 09:18:59 +0000
  • 754457ef51 turns out this is actually a feature... Volker Lanz 2010-03-03 09:11:55 +0000
  • 7f33130265 Add a ctor to CreatePartitionTableOperation that takes a PartitionTable pointer, not a PartitionTable::Type. This is required for the import. Volker Lanz 2010-03-03 00:15:26 +0000
  • 845f44ccef make sure we still have a selected partition when trying to use it (now that the signal handler for operationsChanged in MainWindow calls updatePartitions, this is required) Volker Lanz 2010-03-02 23:56:21 +0000
  • 3392940beb add basic export-partitiontable-feature Volker Lanz 2010-03-02 13:35:57 +0000
  • 142d49800a fix license: use BSD for cmake modules Volker Lanz 2010-03-02 00:12:14 +0000
  • 8bd6442fa8 fix speling Volker Lanz 2010-03-02 00:04:02 +0000
  • 8b114958f7 fix include orders Volker Lanz 2010-03-02 00:02:43 +0000
  • 3a8794caa0 use const ref in foreach Volker Lanz 2010-03-01 23:58:43 +0000
  • ddb1790dd4 move the backend plugins to a src subdir of their own Volker Lanz 2010-03-01 23:08:53 +0000
  • a383d17f75 don't read the new partition table's type name from the device's partition table: it might not yet have been set to the new partition table and thus this will either be wrong or even crash if the device doesn't have a partition table at all Volker Lanz 2010-03-01 22:48:23 +0000
  • 1e2a852df9 remove all traces of libparted from the main binary and lib Volker Lanz 2010-03-01 22:42:52 +0000
  • 2f2a8589f2 add a very very primitive dummy backend plugin for testing Volker Lanz 2010-03-01 21:32:19 +0000
  • 714ded6172 don't include stuff from jobs Volker Lanz 2010-03-01 21:31:52 +0000