aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/lte_mac_statistics_dialog.cpp
AgeCommit message (Collapse)AuthorFilesLines
2016-02-28Qt: Add dialog geometry restoreStig Bjørlykke1-4/+1
Add GeometryStateDialog class to handle load and save dialog geometry. The QDialog class name will be used as window name. For shared classes the UAT name or the statistics title or abbr will be used. Change-Id: I5a019598307fb3861518f41e733de834788184d8 Reviewed-on: https://code.wireshark.org/review/14139 Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org>
2015-10-27Qt: Protect against unintentional "no capture file" window statusMichal Labedzki1-0/+2
If capture file was closed and we have some WiresharkDialogs opened, then we still need to know filename of capture file related to specific dialog. Change-Id: I15f0e5176b87713bf747eead64021619d0bdf039 Reviewed-on: https://code.wireshark.org/review/11025 Petri-Dish: Michal Labedzki <michal.labedzki@tieto.com> Reviewed-by: Gerald Combs <gerald@wireshark.org> Tested-by: Gerald Combs <gerald@wireshark.org>
2015-10-20LTE dialogs: tidy up some loose endsMartin Mathieson1-8/+6
Change-Id: I18f099311f7660c91cffdf21bbacdb88b7c0fd7e Reviewed-on: https://code.wireshark.org/review/11182 Reviewed-by: Martin Mathieson <martin.r.mathieson@googlemail.com>
2015-10-13Various improvements to new LTE MAC statistics dialogMartin Mathieson1-60/+126
Change-Id: Id7cec6063ca4ec6f6f371daabaee87b1b7a39769 Reviewed-on: https://code.wireshark.org/review/10977 Petri-Dish: Martin Mathieson <martin.r.mathieson@googlemail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Martin Mathieson <martin.r.mathieson@googlemail.com>
2015-10-05Remove tr() for setObjectNameYFdyh0001-1/+1
Change-Id: I4561ded123df3c2152da543e8a6786cb8b386dd5 Reviewed-on: https://code.wireshark.org/review/10790 Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com> Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michael Mann <mmann78@netscape.net>
2015-09-28Qt: fix OVERRUN error reported by Coverity in LTE MAC statistics window (CID ↵Pascal Quantin1-3/+3
1325078) Change-Id: I281b344ea76418399e2a8038f1220310f6a50bc2 Reviewed-on: https://code.wireshark.org/review/10679 Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com> Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com> Reviewed-by: Martin Mathieson <martin.r.mathieson@googlemail.com>
2015-09-28Qt: mlt_info parameter is unusedPascal Quantin1-1/+1
Change-Id: Ie5744d076ae4997bd2252dd66bbc92780ffe73e0 Reviewed-on: https://code.wireshark.org/review/10670 Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
2015-09-23LTE MAC Statistics DialogMartin Mathieson1-0/+812
Change-Id: I2463fdc0ac209e92d2f2c1abf9da22866d6e22e8 Reviewed-on: https://code.wireshark.org/review/10578 Petri-Dish: Martin Mathieson <martin.r.mathieson@googlemail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Martin Mathieson <martin.r.mathieson@googlemail.com>