aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt
AgeCommit message (Expand)AuthorFilesLines
2012-08-23Fill in some missing functionality. Rename some variables and rearrangegerald4-184/+165
2012-08-23The proper way to set compiler flags in cmake is not by usingjmayer1-7/+0
2012-08-23Remove commented out rulesjmayer1-17/+0
2012-08-23Fixes for warnings: unused-but-set-variablejmayer4-10/+20
2012-08-23Catch key events where needed and direct them to the display filtergerald6-96/+112
2012-08-22Handle return/enter/escape in the Go to Packet QLineEdit.gerald1-1/+12
2012-08-21Fix compilation.gerald1-3/+3
2012-08-20Restore the previous focus when we're done going to a packet.gerald2-3/+17
2012-08-20Stylize the "go to packet" bar.gerald3-3/+29
2012-08-20Basic "Go to Packet" implementation.gerald5-5/+98
2012-08-19Handle double-clicks in the tree.gerald4-23/+58
2012-08-19Be more specific.gerald1-27/+27
2012-08-19Try colors from the Tango palette.gerald2-33/+97
2012-08-19Add automatic tree expansion. Get rid of some unnecessary void * casts.gerald6-19/+88
2012-08-18ui_main_welcome.h is another file generated by uic, so list it inguy1-0/+1
2012-08-18Make qtshark build again with autotools - possibly. Completely untested.jmayer1-0/+6
2012-08-18Make cmake build qtshark againjmayer1-0/+1
2012-08-17Fix a focus artifact on Windows and adjust colors for not-so-stellargerald2-3/+7
2012-08-17More welcome screen layout updates. Instantiate the welcome screengerald8-85/+96
2012-08-17Auto-expand the welcome screen layout. Get rid of or comment outgerald3-151/+119
2012-08-17Lay out the welcome screen using Qt Designer.gerald7-172/+332
2012-08-16Copy over the C runtime DLLs if MSVCR_DLL is defined.gerald1-0/+4
2012-08-14Only apply the QWindowsVistaStyle hack when it's the current style.gerald1-7/+6
2012-08-14Copy the QtCore and QtGui DLLs to the Qt staging directory.gerald1-0/+10
2012-08-14Fix compilation with gcc. Remove an unused variable.gerald1-10/+3
2012-08-14Properly enable and disable "View/Expand Subtrees". Get ridgerald5-11/+38
2012-08-14Fix compilation warnings.gerald4-15/+26
2012-08-14Add a "View" menu along with actions+slots for expanding and collapsinggerald7-32/+104
2012-08-14Don't copy over the entire contents of the GnuTLS bin directory. Movegerald1-2/+2
2012-08-14Minor cleanup: Get rid of unnecessary signal+slot customization and markgerald4-108/+82
2012-08-13Use the right color on Windows when selected.gerald1-6/+19
2012-08-13Include console.lua with the build.gerald1-2/+6
2012-08-13Add keyboard shortcuts for the packet list.gerald5-49/+122
2012-08-08Remove an empty linejmayer1-1/+0
2012-08-07lupdate QtShark.proalagoutte2-152/+164
2012-08-07Apply the change of revision 44103 to QtSharkalagoutte1-25/+3
2012-08-06Set svn propertiesjmayer4-4/+4
2012-08-06Add Id header (and the standard copyright headers) to some files.jmayer7-0/+155
2012-08-06Apparently QPointFs draw on center. Offset them in order to avoidgerald1-2/+2
2012-08-06Fix Unknown test function: packagesExist when launch qmake QtShark.proalagoutte1-0/+19
2012-08-06Don't call "Q_OBJECT" if there are no signals or slots defined.jmayer1-3/+2
2012-08-04Take out a debugging statement.gerald1-1/+0
2012-08-04Draw selected items properly.gerald1-2/+9
2012-08-04Fix sparlines on Windows. Unfortunately this means listing device IDsgerald2-4/+5
2012-08-04Try to copy over the changes to QtShark.pro to automake and cmake.jmayer2-0/+3
2012-08-04Qt Creator put sparkline_delegate.{cpp,h} in their own special sections.gerald1-10/+6
2012-08-04Make sure global_capture_opts is properly declared.gerald1-0/+1
2012-08-03Move capture_globals.h from ui/gtk/ to ui/. Show interface activitygerald6-15/+362
2012-08-02Pick up PortAudio dynamically.gerald1-1/+5
2012-08-01Move utf8_entities.h to the "ui" directory. Separate packet informationgerald2-5/+7