aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt
AgeCommit message (Expand)AuthorFilesLines
2015-03-19Fix another call to capture_dev_user_snaplen_find().Guy Harris1-2/+3
2015-03-19Patch some memory leaks.Guy Harris2-1/+2
2015-03-19Unused parameters are done differently in C++.Guy Harris1-1/+1
2015-03-19Add a comment.Gerald Combs1-0/+3
2015-03-18Fix parsing of interface properties strings.Guy Harris1-3/+1
2015-03-18Qt: Fix recent files threadsMichal Labedzki3-40/+24
2015-03-17Qt: Start address resolver timerMichal Labedzki1-1/+1
2015-03-17Fix "Save All" for Export Objects.Guy Harris1-16/+29
2015-03-15Qt: Fix overloaded CPUMichal Labedzki1-2/+4
2015-03-15Qt: Sort names in DecodeAs dialogMichal Labedzki1-0/+1
2015-03-14TX: Update translations (Manual sync 2015-03-14)Alexis La Goutte11-1034/+1265
2015-03-14Qt: Fix DecodeAsMichal Labedzki2-9/+109
2015-03-12CMake: Add a top-level nsis_package target.Gerald Combs1-2/+2
2015-03-12One check mark for ACKs, two check marks for dup ACKs.Gerald Combs2-10/+48
2015-03-12Qt: enable autoscroll on initial capture startPeter Wu2-1/+8
2015-03-12Qt: Allow multiple lines in the packet list.Gerald Combs5-22/+65
2015-03-10Change a lot of http:// URLs to https://.Gerald Combs1-4/+4
2015-03-10ui uitls (Qt): fix parameter 'val' not found in the function declaration [-Wd...Alexis La Goutte1-2/+2
2015-03-09ProtoTree: Fix crashes.Gerald Combs1-2/+3
2015-03-08Qt: fix heap use-after-free wrt. data sourcesPeter Wu1-0/+2
2015-03-08Qt: fix use of uninitialized variablePeter Wu1-1/+2
2015-03-08Add the @2x expert indicators.Gerald Combs1-0/+2
2015-03-08Update the expert indicators.Gerald Combs1-36/+1
2015-03-08Qt: Paint elided LableStack text by hand.Gerald Combs1-7/+12
2015-03-08Revert "[Qt translations] create the .qm files during the build"Martin Kaiser1-16/+0
2015-03-07[Qt translations] create the .qm files during the buildMartin Kaiser1-0/+16
2015-03-07Qt: fix CPU hogging due to status barPeter Wu1-2/+0
2015-03-07Get rid of an unused structure member.Guy Harris1-1/+0
2015-03-06Qt: Automatic scrolling shouldn't select the last packet.Gerald Combs1-2/+3
2015-03-06Qt: Fix a couple of resource leaks found by Coverity.Gerald Combs3-2/+8
2015-03-05Qt: Constify a bunch of strings.Gerald Combs14-37/+37
2015-03-05Qt: Display only filename on status bar and display full path and size on too...Alexis La Goutte3-5/+11
2015-03-05Qt: Add extra related packet indicator types.Gerald Combs9-59/+162
2015-03-05TX: Update translations (Manual sync 2015-03-05)Alexis La Goutte13-11493/+10735
2015-03-05Qt: Redraw the packet list when a column is resized.Gerald Combs1-0/+1
2015-03-05Qt: Show the full file path in the status bar.Gerald Combs9-17/+75
2015-03-03build the list of .qm files from the list of .ts filesMartin Kaiser1-9/+2
2015-03-03Qt: Do not close file while trying to open new oneMichael Oed1-2/+4
2015-03-02Main window (Qt): Fix Dead Store (Dead assignement/Dead increment) warning fo...Alexis La Goutte1-1/+0
2015-03-02Byte view text (Qt): Fix Dead Store (Dead assignement/Dead increment) warning...Alexis La Goutte1-1/+0
2015-03-02Don't create a packet dialog if we don't have a packet.Guy Harris3-17/+24
2015-03-01Qt: Don't autoscroll if we're not capturing.Gerald Combs1-1/+1
2015-03-01Revert "build the list of .qm files from the list of .ts files"Martin Kaiser1-2/+9
2015-03-01build the list of .qm files from the list of .ts filesMartin Kaiser1-9/+2
2015-02-27Qt: Automatically scroll the packet list.Michal Labedzki7-18/+110
2015-02-26Remove a dead assignment found by Clang.Gerald Combs1-1/+0
2015-02-26Qt: Fix packet detail and byte view scrollingGerald Combs1-0/+2
2015-02-26Translations : fix trailing whitespace when generate translations fileAlexis La Goutte1-1/+1
2015-02-26Qt: Update translationAlexis La Goutte13-6433/+24333
2015-02-24Qt: Escape ampersands in checkboxes and radio buttons.Gerald Combs2-5/+13