aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/main_welcome.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-12-31Move the version_info.c stuff to wsutil/ws_version_info.c.Guy Harris1-1/+1
2014-12-21Qt: Fix accordion frame height calculation.Gerald Combs1-1/+6
2014-12-20Qt: Use an accordion frame in the welcome screen.Gerald Combs1-2/+1
2014-12-20Qt: Revert back to an all-in-one main window.Gerald Combs1-45/+14
2014-11-04Qt: Dynamic languagesMichal Labedzki1-0/+16
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-11-25From Thomas ERSFELD (GSoC13) : Add Capture interface dialog windowAlexis La Goutte1-0/+5
2013-10-15Fill in the help links. Make sure they do something when they're clicked.Gerald Combs1-0/+2
2013-10-05Make the task list colors more consistent.Gerald Combs1-2/+2
2013-08-31Set our connection capture filter in main() similar to the GTK+ version.Gerald Combs1-4/+0
2013-08-31Try to set a sensible capture filter at startup.Gerald Combs1-0/+4
2013-08-08Add initial capture filter support.Gerald Combs1-0/+10
2013-06-19Try to make it more obvious that you can select unselected task listGerald Combs1-14/+17
2013-04-25Update QtShark.pro for Qt5, hopefully without breaking Qt4. Enable theGerald Combs1-3/+3
2013-04-24The porting guide for Qt5 requires that Q_OS_ be used insteadJörg Mayer1-4/+4
2012-12-04Use more restrictive selectors, otherwise we end up styling things weGerald Combs1-1/+1
2012-12-03Update the interface list to reflect the recent interface name changes.Gerald Combs1-7/+15
2012-11-05Retain readability.Gerald Combs1-0/+1
2012-11-05Enable the splash screen blur on OSes other than OS X.Gerald Combs1-0/+12
2012-11-05Move the MWOverlay code into its own class, SplashOverlay. Use it toGerald Combs1-36/+19
2012-11-03Move the main window creation to the top of main() in anticipation of aGerald Combs1-1/+1
2012-10-08Add a PacketRangeGroupBox widget. Use it to implement "Export SelectedGerald Combs1-1/+1
2012-09-04Add modelines for Qtshark fileAlexis La Goutte1-0/+13
2012-08-23Allow focus in the task list, which in turn allows keyboard navigation.Gerald Combs1-1/+0
2012-08-23Fixes for warnings: unused-but-set-variableJörg Mayer1-0/+4
2012-08-19Try colors from the Tango palette.Gerald Combs1-33/+39
2012-08-17Fix a focus artifact on Windows and adjust colors for not-so-stellarGerald Combs1-3/+4
2012-08-17More welcome screen layout updates. Instantiate the welcome screenGerald Combs1-1/+23
2012-08-17Auto-expand the welcome screen layout. Get rid of or comment outGerald Combs1-8/+8
2012-08-17Lay out the welcome screen using Qt Designer.Gerald Combs1-79/+53
2012-08-14Fix compilation warnings.Gerald Combs1-1/+1
2012-07-30Get rid of a couple of focus halos.Gerald Combs1-0/+3
2012-07-30Rename "Files" to "Recent Files". Add space between each recent item.Gerald Combs1-5/+22
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-03-07Add i18n to QtSharkAlexis La Goutte1-6/+6
2012-01-04Add initial support for Qt along with a "ui" subdirectory.Gerald Combs1-0/+201