aboutsummaryrefslogtreecommitdiffstats
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
2012-08-23Fix compilation on Windows.gerald1-0/+1
2012-08-23Move the pipe input routines to the common UI directory.gerald5-150/+228
2012-08-23Allow focus in the task list, which in turn allows keyboard navigation.gerald2-4/+0
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 rulesjmayer2-23/+0
2012-08-23Fixes for warnings: unused-but-set-variablejmayer4-10/+20
2012-08-23Rationalise the way lists/elements are allocated.martinm1-4/+6
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-19Split test_file_close out of do_file_close and use it in file_open_cmd_cb.eapache1-10/+24
2012-08-19Add automatic tree expansion. Get rid of some unnecessary void * casts.gerald6-19/+88
2012-08-19Both lists of elements are always allocated together, so save a scanmartinm1-5/+4
2012-08-19Speed up drawing of axes by taking cairo_stroke() andmartinm1-12/+4
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-17ep_strdup_printf() not needed.darkjames1-4/+4
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-15The Id and license header was missing: add it.jmayer1-0/+24
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-14Use frame_data_compare() to compare frame numbers.darkjames1-5/+5
2012-08-14Properly enable and disable "View/Expand Subtrees". Get ridgerald5-11/+38
2012-08-14Fix compilation warnings.gerald5-16/+27
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-14Comment out -DGDK_DISABLE_DEPRECATED to match configure.in.gerald1-1/+1
2012-08-13Use the right color on Windows when selected.gerald1-6/+19
2012-08-13Display compile results output of single interface in scrollable window inste...ruengeler1-10/+59
2012-08-13Set the focus to the filter text field and activate START afterwards.ruengeler1-0/+4
2012-08-13Only activate the 'Compile selected BPFs' button, if interfaces are selected.ruengeler1-3/+42
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-11Allow Page Up and Page Down to be used when zoomed in.martinm1-1/+11
2012-08-11Also place a limit on how far we can zoom in horizonally (no point inmartinm1-3/+4
2012-08-11When a graph is launched based upon an AM status PDU, make it for themartinm1-1/+8