aboutsummaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Expand)AuthorAgeFilesLines
* Remove commented out rulesJörg Mayer2012-08-232-23/+0
* Fixes for warnings: unused-but-set-variableJörg Mayer2012-08-234-10/+20
* Rationalise the way lists/elements are allocated.Martin Mathieson2012-08-231-4/+6
* Catch key events where needed and direct them to the display filterGerald Combs2012-08-236-96/+112
* Handle return/enter/escape in the Go to Packet QLineEdit.Gerald Combs2012-08-221-1/+12
* Fix compilation.Gerald Combs2012-08-211-3/+3
* Restore the previous focus when we're done going to a packet.Gerald Combs2012-08-202-3/+17
* Stylize the "go to packet" bar.Gerald Combs2012-08-203-3/+29
* Basic "Go to Packet" implementation.Gerald Combs2012-08-205-5/+98
* Handle double-clicks in the tree.Gerald Combs2012-08-194-23/+58
* Be more specific.Gerald Combs2012-08-191-27/+27
* Try colors from the Tango palette.Gerald Combs2012-08-192-33/+97
* Split test_file_close out of do_file_close and use it in file_open_cmd_cb.Evan Huus2012-08-191-10/+24
* Add automatic tree expansion. Get rid of some unnecessary void * casts.Gerald Combs2012-08-196-19/+88
* Both lists of elements are always allocated together, so save a scanMartin Mathieson2012-08-191-5/+4
* Speed up drawing of axes by taking cairo_stroke() andMartin Mathieson2012-08-191-12/+4
* ui_main_welcome.h is another file generated by uic, so list it inGuy Harris2012-08-181-0/+1
* Make qtshark build again with autotools - possibly. Completely untested.Jörg Mayer2012-08-181-0/+6
* Make cmake build qtshark againJörg Mayer2012-08-181-0/+1
* Fix a focus artifact on Windows and adjust colors for not-so-stellarGerald Combs2012-08-172-3/+7
* More welcome screen layout updates. Instantiate the welcome screenGerald Combs2012-08-178-85/+96
* ep_strdup_printf() not needed.Jakub Zawadzki2012-08-171-4/+4
* Auto-expand the welcome screen layout. Get rid of or comment outGerald Combs2012-08-173-151/+119
* Lay out the welcome screen using Qt Designer.Gerald Combs2012-08-177-172/+332
* Copy over the C runtime DLLs if MSVCR_DLL is defined.Gerald Combs2012-08-161-0/+4
* The Id and license header was missing: add it.Jörg Mayer2012-08-151-0/+24
* Only apply the QWindowsVistaStyle hack when it's the current style.Gerald Combs2012-08-141-7/+6
* Copy the QtCore and QtGui DLLs to the Qt staging directory.Gerald Combs2012-08-141-0/+10
* Fix compilation with gcc. Remove an unused variable.Gerald Combs2012-08-141-10/+3
* Use frame_data_compare() to compare frame numbers.Jakub Zawadzki2012-08-141-5/+5
* Properly enable and disable "View/Expand Subtrees". Get ridGerald Combs2012-08-145-11/+38
* Fix compilation warnings.Gerald Combs2012-08-145-16/+27
* Add a "View" menu along with actions+slots for expanding and collapsingGerald Combs2012-08-147-32/+104
* Don't copy over the entire contents of the GnuTLS bin directory. MoveGerald Combs2012-08-141-2/+2
* Minor cleanup: Get rid of unnecessary signal+slot customization and markGerald Combs2012-08-144-108/+82
* Comment out -DGDK_DISABLE_DEPRECATED to match configure.in.Gerald Combs2012-08-141-1/+1
* Use the right color on Windows when selected.Gerald Combs2012-08-131-6/+19
* Display compile results output of single interface in scrollable window inste...Irene Rüngeler2012-08-131-10/+59
* Set the focus to the filter text field and activate START afterwards.Irene Rüngeler2012-08-131-0/+4
* Only activate the 'Compile selected BPFs' button, if interfaces are selected.Irene Rüngeler2012-08-131-3/+42
* Include console.lua with the build.Gerald Combs2012-08-131-2/+6
* Add keyboard shortcuts for the packet list.Gerald Combs2012-08-135-49/+122
* Allow Page Up and Page Down to be used when zoomed in.Martin Mathieson2012-08-111-1/+11
* Also place a limit on how far we can zoom in horizonally (no point inMartin Mathieson2012-08-111-3/+4
* When a graph is launched based upon an AM status PDU, make it for theMartin Mathieson2012-08-111-1/+8
* Get the windows buildbots happy.Michael Tüxen2012-08-101-5/+5
* Change window size and wrapping behavior.Irene Rüngeler2012-08-101-11/+24
* Change the font in the compile results window to monospace.Irene Rüngeler2012-08-091-0/+3
* Add green bullet to indicate success. Irene Rüngeler2012-08-093-6/+72
* RLC: when zooming, use shift and control keys to lock vertical orMartin Mathieson2012-08-092-17/+76