summaryrefslogtreecommitdiff
path: root/ui/qt/main_welcome.cpp
AgeCommit message (Collapse)AuthorFilesLines
2012-10-08Add a PacketRangeGroupBox widget. Use it to implement "Export SelectedGerald Combs1-1/+1
Packets". Not yet tested on Windows. "Ignore Packet" hasn't been implemented so we can't test that either. Create a SyntaxLineEdit widget from the QLineEdit code in DisplayFilterEdit. Use it in the file import and export dialogs and the PacketRangeGroupBox widget. This lets us provide instant feedback instead of popping up an error dialog. Expand the Tango color list based on http://emilis.info/other/extended_tango . Rearrange QtShark.pro to (hopefully) work better with Qt Creator. svn path=/trunk/; revision=45405
2012-09-04Add modelines for Qtshark fileAlexis La Goutte1-0/+13
svn path=/trunk/; revision=44766
2012-08-23Allow focus in the task list, which in turn allows keyboard navigation.Gerald Combs1-1/+0
svn path=/trunk/; revision=44643
2012-08-23Fixes for warnings: unused-but-set-variableJörg Mayer1-0/+4
svn path=/trunk/; revision=44628
2012-08-19Try colors from the Tango palette.Gerald Combs1-33/+39
svn path=/trunk/; revision=44590
2012-08-17Fix a focus artifact on Windows and adjust colors for not-so-stellarGerald Combs1-3/+4
monitors. svn path=/trunk/; revision=44556
2012-08-17More welcome screen layout updates. Instantiate the welcome screenGerald Combs1-1/+23
automatically. Try to make the sparklines resolution independent. svn path=/trunk/; revision=44555
2012-08-17Auto-expand the welcome screen layout. Get rid of or comment outGerald Combs1-8/+8
debugging items. svn path=/trunk/; revision=44549
2012-08-17Lay out the welcome screen using Qt Designer.Gerald Combs1-79/+53
svn path=/trunk/; revision=44547
2012-08-14Fix compilation warnings.Gerald Combs1-1/+1
svn path=/trunk/; revision=44489
2012-07-30Get rid of a couple of focus halos.Gerald Combs1-0/+3
svn path=/trunk/; revision=44145
2012-07-30Rename "Files" to "Recent Files". Add space between each recent item.Gerald Combs1-5/+22
Elide text instead of scrolling horizontally. Add a hover indication. svn path=/trunk/; revision=44143
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
(COPYING will be updated in next commit) svn path=/trunk/; revision=43536
2012-03-07Add i18n to QtSharkAlexis La Goutte1-6/+6
The goal is only to translate the Gui (Not dissector) Actually, there is only a french translation. To try, (if you are not French) launch qtshark with LANG=fr ./qtshark (in ui/qt folder) Missing some feature : * Add preference to select (force) your language * Some Gui Text, it no available for translation * Documentation about how to translate (Coming soon...) * Your translation ! svn path=/trunk/; revision=41389
2012-01-04Add initial support for Qt along with a "ui" subdirectory.Gerald Combs1-0/+201
svn path=/trunk/; revision=40378