summaryrefslogtreecommitdiff
path: root/ui
AgeCommit message (Expand)AuthorFilesLines
2014-11-10Improved deregistering fields.Stig Bjørlykke9-3/+77
2014-11-08Fix error: parameter 'XX' not found in the function declaration (-Wdocumentat...Alexis La Goutte5-8/+5
2014-11-08fix a crash in the endpoint dialogueMartin Kaiser1-1/+1
2014-11-07Call the default language preference setting "Use system setting".Guy Harris10-14/+14
2014-11-05Allow the environment variable RCC to set before running configure toStephen Fisher1-1/+1
2014-11-05Qt: Simplify disabling entries in ContextMenuMichal Labedzki2-52/+18
2014-11-04Qt: Dynamic languagesMichal Labedzki30-130/+516
2014-11-03Qt: fix what seems to be a copy/paste error in MainWindow::loadWindowGeometry...Pascal Quantin1-1/+1
2014-11-03Qt: fix a potential memory leak FollowStreamDialog::follow() found by Coverit...Pascal Quantin1-1/+4
2014-11-01Qt: Limit the amount of Follow Stream text.Gerald Combs2-35/+56
2014-11-01Translations: Update Polish translationMichal Labedzki2-1064/+1472
2014-11-01Qt: Fix build with Qt < 4.8Michal Labedzki1-0/+4
2014-10-31Qt: Better Follow Stream hints.Gerald Combs1-2/+6
2014-10-31Qt: Disable our widgets while tapping.Gerald Combs2-4/+28
2014-10-31Remove unused RA_PYTHON_REGISTER and RA_PYTHON_HANDOFF.Stig Bjørlykke2-12/+0
2014-10-30Replace one more isprint() with g_ascii_isprint().Jeff Morriss1-1/+1
2014-10-29Qt: Better protocol highlight colors.Gerald Combs2-3/+4
2014-10-28Qt: Add a set of 2x 24-pixel toolbar icons.Gerald Combs1-0/+4
2014-10-27Qt: Add bits display support to the byte view.Gerald Combs2-5/+52
2014-10-27Qt: ByteViewText hover information.Gerald Combs9-50/+130
2014-10-26Use better theme-derived colors. Switch back to AlternateBase forGerald Combs3-12/+6
2014-10-25More offset color adjustments.Gerald Combs1-4/+5
2014-10-25Qt: ByteViewText fixups.Gerald Combs4-28/+70
2014-10-25Italian translation fixesDario Lombardo2-385/+648
2014-10-24Qt: Refactor ByteViewText.Gerald Combs4-295/+321
2014-10-23Don't free global_capture_opts.ifaces_err_info.Guy Harris1-1/+1
2014-10-22Qt: Show / hide main widgets.Gerald Combs4-75/+171
2014-10-22Refactor pinfo->circuit_id behavior for ISUP dissectorMichael Mann1-4/+4
2014-10-21Qt: Fill in time display menu items. Other fixes and updates.Gerald Combs11-70/+452
2014-10-21With CMake, define WANT_PACKET_EDITOR in config.h.Guy Harris1-6/+0
2014-10-20Fix support for writing out edited records.Guy Harris1-24/+4
2014-10-17isdigit -> g_ascii_isdigit to make the build work.AndersBroman1-1/+1
2014-10-17Remove unnecessary includes of <ctype.h>.Guy Harris14-18/+0
2014-10-17Use g_ascii_isspace() instead of isascii() && isspace().Guy Harris1-2/+1
2014-10-17Don't use <ctype.h> macros, and eliminate an include of <ctype.h>.Guy Harris4-9/+5
2014-10-16Added italian translation to qt.Dario Lombardo8-0/+9363
2014-10-15Typos in source code and in README.qtDario Lombardo3-4/+4
2014-10-14Always put editor-modelines at the end of the file ...Bill Meier14-32/+32
2014-10-13Add Kerberos 3.2.2 package for Win64Pascal Quantin1-1/+1
2014-10-13Upgrade Win64 GTK2 package to 2.24.23-3.39Pascal Quantin1-1/+1
2014-10-13extcap: Remove single-space argument for boolflagsRoland Knall1-3/+3
2014-10-13Add editor modelines and/or adjust whilespace.Bill Meier39-2303/+2743
2014-10-13extcap (GTK): Fix Dead Store (Dead assignement/Dead increment) warning found ...Alexis La Goutte1-1/+0
2014-10-13Follow-up of ged0b19b (Make boolean bitmask type 64-bit wide)Pascal Quantin1-2/+2
2014-10-12Fix handling of extcap boolflags which defaults to true.Tomasz Moń1-3/+8
2014-10-12Add editor modelines; Adjust whitespace as needed.Bill Meier22-574/+856
2014-10-12Make boolean bitmask type 64-bit wideDaniel Mack4-13/+18
2014-10-08Be less lazy about disabling a Visual C++ warning.Gerald Combs1-0/+4
2014-10-08Qt capture interfaces dialogue string tweaksEvan Huus1-2/+2
2014-10-08Fix extcap boolean flag handling.Tomasz Moń1-3/+17