aboutsummaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Expand)AuthorAgeFilesLines
* From Mike Garratt:Anders Broman2012-11-195-89/+184
* Was not allocating a large enough element array for tput graphs.Martin Mathieson2012-11-181-4/+5
* Enhance error output.Anders Broman2012-11-181-1/+1
* - Make perform_zoom() quickly return if graph already fully zoomed outMartin Mathieson2012-11-181-205/+212
* After launching 'Follow stream' or one of the graphs, restore theMartin Mathieson2012-11-142-0/+24
* Try to cast away windows buildbot errors.Martin Mathieson2012-11-131-5/+5
* Zoom in on a rectangle chosen by clicking and dragging the left mouseMartin Mathieson2012-11-131-68/+244
* Initialise a variable and try to make the OSX-10.6-x64 buildbot happy.Martin Mathieson2012-11-121-1/+1
* Show SACK information in TCP graphs. Also add a generated field for theMartin Mathieson2012-11-121-4/+69
* Fix compilation error (set but unused variable) and allow TCP graphs to beEvan Huus2012-11-111-9/+44
* Allow TCP graphs to be launched from the conversation table window.Martin Mathieson2012-11-116-45/+191
* Remove one more instance of destroy/create cr.Anders Broman2012-11-081-8/+0
* Create cr once per axis when drawing x,y axels.Anders Broman2012-11-081-37/+4
* gdk_cairo_set_source_color() needs to be set inside the loop.Anders Broman2012-11-081-1/+4
* Create cr once when drawing the graphsAnders Broman2012-11-081-31/+10
* Reindent section.Anders Broman2012-11-081-552/+552
* Make the button box the last row in gtk3 too.Anders Broman2012-11-081-1/+1
* Get rid of an GTK warning about illegal cast.Anders Broman2012-11-071-4/+2
* Add a comment about improving performance.Gerald Combs2012-11-061-0/+3
* Connect a signal+slot only once.Gerald Combs2012-11-061-6/+3
* Fix our offset calculation.Gerald Combs2012-11-061-1/+4
* Show the byte view when we select a packet. Update some method andGerald Combs2012-11-066-35/+50
* Try to make the decode as window look a bit nicer.Anders Broman2012-11-061-22/+22
* Set our font each time we fill in the tree instead of just once atGerald Combs2012-11-061-2/+1
* Check for a remote connection and change our update frequency accordingly,Gerald Combs2012-11-051-1/+6
* Remove set-but-not-used variable. Clean up white space (mostly 4-space tabs).Jeff Morriss2012-11-051-97/+95
* Fix a variable name.Gerald Combs2012-11-052-8/+8
* Retain readability.Gerald Combs2012-11-051-0/+1
* Hide all of the messages until startup.Gerald Combs2012-11-051-2/+2
* Don't say we're ready until we're ready. Update some variable names.Gerald Combs2012-11-052-46/+49
* Enable the splash screen blur on OSes other than OS X.Gerald Combs2012-11-053-118/+129
* Have InterfaceTree wait until the application is initialized to startGerald Combs2012-11-054-57/+86
* Comment out an include.Gerald Combs2012-11-051-1/+1
* From Michal Labedzki:Anders Broman2012-11-051-1/+1
* Try to fix prefs_dlg.c:1814: warning: 'abbrev' may be used uninitialized in t...Anders Broman2012-11-051-5/+2
* Initialize variables.Anders Broman2012-11-051-5/+5
* From Michal Labedzki:Anders Broman2012-11-052-23/+124
* From Michal Labedzki:Anders Broman2012-11-051-5/+186
* Move the MWOverlay code into its own class, SplashOverlay. Use it toGerald Combs2012-11-0511-57/+430
* Use GtkGrid if GTK version is >= 3.2Anders Broman2012-11-041-25/+63
* Fix a typoAnders Broman2012-11-041-1/+1
* Use GtkGrid if GTK version is >= 3.2Anders Broman2012-11-041-2/+37
* Add the row with the tags firstAnders Broman2012-11-041-25/+25
* Update *.qm (translations file) lrelease QtShark.pro Updating 'ui/qt/qtshark_...Alexis La Goutte2012-11-042-0/+0
* Update French TranslationsAlexis La Goutte2012-11-041-92/+92
* lupdate QtShark.pro (update translation file) Updating 'qtshark_de.ts'... Fou...Alexis La Goutte2012-11-042-212/+851
* Make new text translatable for Qtshark (print_dialog)Alexis La Goutte2012-11-041-1/+1
* Add Modelines infos to new Qtshark file (print_dialog.*)Alexis La Goutte2012-11-042-0/+26
* Move the main window creation to the top of main() in anticipation of aGerald Combs2012-11-035-11/+59
* Allow a display filter to be specified in openCaptureFile().Gerald Combs2012-11-032-3/+2