2008-04-07 13:41:18 -06:00
|
|
|
This file is part of GParted
|
2009-11-05 11:08:32 -07:00
|
|
|
Copyright (C) 2004, 2005, 2006
|
2008-04-07 13:41:18 -06:00
|
|
|
Bart Hakvoort
|
2013-01-02 11:49:34 -07:00
|
|
|
Portions Copyright (C) 2008, 2009, 2010, 2011, 2012, 2013
|
2008-04-07 13:41:18 -06:00
|
|
|
Curtis Gedak
|
|
|
|
|
|
|
|
This file may be modified and/or distributed without restriction. This is
|
2011-01-29 15:44:23 -07:00
|
|
|
not an invitation to misrepresent who contributed to GParted.
|
2008-04-07 13:41:18 -06:00
|
|
|
|
2012-06-30 11:15:44 -06:00
|
|
|
NOTE: Remember to list significant contributors in the Help --> About
|
|
|
|
credits. A significant contribution is defined as:
|
|
|
|
|
|
|
|
1) Major patch or new functionality added which exceeds 15 lines of
|
|
|
|
non-trivial code.
|
|
|
|
|
|
|
|
2) Three or more minor patches, where a minor patch is defined as
|
|
|
|
less than 15 lines of code.
|
2008-04-07 13:41:18 -06:00
|
|
|
-------------------------------------------------------------------------------
|
|
|
|
|
|
|
|
We need to keep track of copyright (see the Maintainer HOWTO on www.gnu.org).
|
|
|
|
|
2012-06-30 11:15:44 -06:00
|
|
|
Names are listed in alphabetical order by first name.
|
|
|
|
|
|
|
|
Bart Harkvoort <gparted@users.sourceforge.net>
|
|
|
|
* Original author of GParted.
|
|
|
|
* Created and maintained up to official 0.3.3 release and
|
|
|
|
the unofficial 0.3.4 release.
|
|
|
|
|
2012-07-12 15:12:59 -06:00
|
|
|
Colin Watson <cjwatson@debian.org>
|
|
|
|
* Wrote find /dev/mapper devices when not using libparted discovery patch
|
|
|
|
|
2008-04-07 13:41:18 -06:00
|
|
|
Curtis Gedak <gedakc@users.sourceforge.net>
|
2009-11-04 09:53:48 -07:00
|
|
|
* Created SWRaid.h, SWRaid.cc to support Linux software RAID devices.
|
2009-03-20 19:56:58 -06:00
|
|
|
* Created DMRaid.h, DMRaid.cc to support /dev/mapper dmraid devices.
|
2008-12-18 15:07:06 -07:00
|
|
|
* Created ext4.h, ext4.cc to support ext4 file systems
|
2008-11-11 10:19:46 -07:00
|
|
|
* Created FS_Info.h, FS_Info.cc
|
2008-11-08 16:55:17 -07:00
|
|
|
* Rewrote read_label functionality for hfs
|
|
|
|
* Wrote create, read_label, and check_repair functionality for hfs+
|
2012-06-30 11:15:44 -06:00
|
|
|
* Wrote read_label functionality for fat16 and fat32 file systems
|
2008-11-11 10:19:46 -07:00
|
|
|
* Wrote following Utils:: methods:
|
|
|
|
regexp_label(), fat_compliant_label(),
|
|
|
|
create_mtoolsrc_file(), delete_mtoolsrc_file,
|
|
|
|
trim(), cleanup_cursor(), get_lang()
|
|
|
|
* Wrote partition write_label functionality
|
2008-04-07 13:41:18 -06:00
|
|
|
* Created Dialog_Partion_Label.h, Dialog_Partition_Label.cc
|
2008-07-23 10:17:40 -06:00
|
|
|
* Created OperationLabelPartition.h, OperationLabelPartition.cc
|
2012-06-30 11:15:44 -06:00
|
|
|
* Maintained from official 0.3.5 release onward
|
2008-04-07 13:41:18 -06:00
|
|
|
|
2012-07-12 15:12:59 -06:00
|
|
|
Denis Sirotkin <fechiny@gmail.com>
|
|
|
|
* Wrote small patch to avoid crash when rescanning devices
|
|
|
|
|
|
|
|
Dmitriy Motitskiy <dmotitskiy@gmail.com>
|
|
|
|
* Wrote small patch to fix crash on startup with Russian language
|
|
|
|
|
2011-10-05 15:14:34 -06:00
|
|
|
Jérôme Dumesnil <jerome.dumesnil@gmail.com>
|
|
|
|
* Wrote patch to merge actions -- method Win_GParted::Merge_Operations().
|
|
|
|
|
2011-01-29 15:44:23 -07:00
|
|
|
Joan Lledó <joanlluislledo@gmail.com>
|
|
|
|
* Created Dialog_Rescue_Data.h, Dialog_Rescue_Data.cc to attempt data rescue.
|
|
|
|
* Wrote patch to add attempt data rescue for lost partitions.
|
|
|
|
|
2009-02-23 13:22:30 -07:00
|
|
|
Luca Bruno <lucab@debian.org>
|
2011-12-16 12:00:36 -07:00
|
|
|
* Created btrfs.h, btrfs.cc to support btrfs file system.
|
2009-02-23 13:22:30 -07:00
|
|
|
* Wrote patch for initial btrfs support.
|
|
|
|
|
2011-07-14 10:38:59 -06:00
|
|
|
Markus Elfring <elfring@users.sourceforge.net>
|
|
|
|
* Wrote patch to change some local Dialog attributes to variables
|
|
|
|
* Wrote small patch to delete unnecessary null pointer checks
|
|
|
|
* Wrote small patch to add complete quoting for macro parameters
|
|
|
|
|
2012-07-12 15:12:59 -06:00
|
|
|
Martin Pitt <martin.pitt@ubuntu.com>
|
|
|
|
* Wrote patch to install signal handler to clean up automount disabling FDI
|
|
|
|
|
2012-11-30 13:26:28 -07:00
|
|
|
Matthias Gehre <m.gehre@gmx.de>
|
|
|
|
* Wrote patch to cleanup GParted_Core global variables
|
|
|
|
|
2008-09-22 16:41:49 -06:00
|
|
|
Michael Monreal <michael.monreal@gmx.net>
|
|
|
|
* Wrote small patch to implement themed app icon in hicolor
|
|
|
|
|
2011-11-13 09:42:01 -07:00
|
|
|
Mike Fleetwood <mike.fleetwood@googlemail.com>
|
2013-01-02 11:49:34 -07:00
|
|
|
* Wrote small patches to improve reiser4 label support
|
|
|
|
* Wrote patch to remove redundant code for trimming labels
|
2012-09-01 11:22:55 -06:00
|
|
|
* Wrote patch set to add LVM PV read-write support
|
|
|
|
* Wrote patch to prevent crash if ESC pressed in dialogs with number entry
|
2012-06-18 13:11:25 -06:00
|
|
|
* Wrote patch set to show when partition size differs from file system size
|
2011-11-13 10:02:42 -07:00
|
|
|
* Wrote small patch for writing linux-swap labels
|
2011-11-13 09:42:01 -07:00
|
|
|
* Wrote small patches for reading and writing btrfs volume labels
|
|
|
|
* Wrote patch to use new btrfs multi-tool command first
|
2012-02-03 11:58:04 -07:00
|
|
|
* wrote patches for initial LVM PV support.
|
2011-12-16 12:00:36 -07:00
|
|
|
* Created nilfs2.h, nilfs2.cc to support nilfs2 file system.
|
2012-02-03 11:58:04 -07:00
|
|
|
* Created lvm2_pv.h, lvm2_pv.cc to support Logical Volume Management.
|
|
|
|
* Created LVM2_PV_Info.h, LVM2_PV_Info.h for LMV data cache.
|
2011-11-13 09:42:01 -07:00
|
|
|
|
2012-01-08 14:14:13 -07:00
|
|
|
Phillip Susi <psusi@cfl.rr.com>
|
|
|
|
* Wrote patch to display dialog pop-up for libparted exceptions
|
|
|
|
|
2012-01-22 14:33:29 -07:00
|
|
|
Rogier Goossens <goossens.rogier@gmail.com>
|
|
|
|
* Wrote patch to support changing file system UUIDs.
|
|
|
|
* Created OperationChangeUUID.h, OperationChangeUUID.cc to support changing UUIDs.
|
2012-07-12 15:12:59 -06:00
|
|
|
* Wrote small patch to fix detection of multiple SW RAID (md) devices
|
2012-01-22 14:33:29 -07:00
|
|
|
|
2008-09-22 16:54:50 -06:00
|
|
|
Sebastian Kraft <kraft.sebastian@gmail.com>
|
2008-09-22 16:41:49 -06:00
|
|
|
* Designed Tango theme icons
|
|
|
|
|
2012-06-30 11:02:59 -06:00
|
|
|
Seth Heeren <sgheeren@gmail.com>
|
2010-10-05 13:27:20 -06:00
|
|
|
* Wrote small patch to improve GParted_Core::get_filesystems and prevent crashes
|
|
|
|
* Wrote several small patches to fix memory leaks and valgrind errors
|
2011-03-27 10:48:21 -06:00
|
|
|
* Wrote method replacement patch to simplify Utils::cleanup_cursor
|
2010-10-05 13:27:20 -06:00
|
|
|
|
2012-07-12 15:12:59 -06:00
|
|
|
Seth Hunter <hunter@ll.mit.edu>
|
|
|
|
* Wrote small patch to fix create partition off by one sector
|
|
|
|
|
2013-01-02 11:49:34 -07:00
|
|
|
Sinlu Bes <e80f00@gmail.com>
|
|
|
|
* Wrote patch to restrict label length based on file system
|
|
|
|
|
2011-11-13 09:54:46 -07:00
|
|
|
Stephen Kirkby <mail@stephenkirkby.co.uk>
|
|
|
|
* Wrote small patch to reverse umount order in xfs::copy
|
2012-07-12 15:12:59 -06:00
|
|
|
|
|
|
|
Vincent Untz <vuntz@gnome.org>
|
|
|
|
* Wrote small patch to correctly link to gthread
|