aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/profile_dialog.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-07-26Qt: Move utils to separate utils directoryRoland Knall1-3/+3
2017-04-05A bunch of "{Mac} OS X" -> "macOS" changes.Guy Harris1-1/+1
2017-02-19Clean up some memory leaks in wsutil/filesystem.cMichael Mann1-1/+6
2017-02-15Qt: Indicate profile created from system providedStig Bjørlykke1-0/+3
2017-02-14Qt: Reset Default profile supportStig Bjørlykke1-16/+48
2017-02-08Qt: Add check for valid profile nameStig Bjørlykke1-0/+10
2017-01-12Qt: Remove unneccessary Q_DECLARE_METATYPERoland Knall1-11/+11
2016-02-28Qt: Add dialog geometry restoreStig Bjørlykke1-1/+2
2015-12-06Qt: No path for created and renamed profilesStig Bjørlykke1-10/+41
2015-11-23Qt: Improved profiles popup menuStig Bjørlykke1-4/+4
2015-11-14Qt: Fixed use-of-deallocated-memory when removing a profile.Stig Bjørlykke1-1/+2
2015-11-13Qt: fix creation of a new profile broken by g328fbc0Pascal Quantin1-1/+3
2015-11-11Qt: fix profile renamePascal Quantin1-0/+1
2015-07-07Starting to get rid of Q_UNUSED declarations for unused function parameters.Joerg Mayer1-3/+1
2015-06-25Qt: use <> for including the generated ui_*.h filesMartin Kaiser1-1/+1
2015-06-09Qt: fix a V595 warning reported by PVS-StudioPascal Quantin1-2/+3
2015-02-10Qt/C++: Change a bunch of includes to forward declarations.Gerald Combs1-0/+2
2015-01-10Finish off emem_strbuf_t usage.Michael Mann1-0/+1
2014-12-30Qt: Continue using the new window title format.Gerald Combs1-0/+1
2014-12-01qt: use qstring_strdupPeter Wu1-1/+3
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-11-17Move the epan/filesystem.c routines to wsutil; they're not specific toGuy Harris1-1/+1
2013-07-25Add a UAT dialog. Make UAT preferences uat_t * instead of void *.Gerald Combs1-9/+10
2013-07-17Initially select the default item. Don't try to delete the default itemGerald Combs1-5/+9
2013-07-17Use the valid/invalid/deprecated backround color preferences.Gerald Combs1-4/+2
2013-04-24The porting guide for Qt5 requires that Q_OS_ be used insteadJörg Mayer1-1/+1
2013-01-05Break out preference type names, type descriptions, stringGerald Combs1-1/+0
2012-12-30Move profile deletion code from profile_dlg.c to profile.c. Add leftGerald Combs1-0/+32
2012-12-29Profile switching works when we have a capture file open so go ahead andGerald Combs1-12/+12
2012-12-29Remove some duplicate code from ui/profile.c and move in more code fromGerald Combs1-0/+287