aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/lte_rlc_statistics_dialog.cpp
AgeCommit message (Collapse)AuthorFilesLines
2017-07-26Qt: Move utils to separate utils directoryRoland Knall1-1/+1
Following the move for widgets directory, moving utils to the utils directory. Guidelines for this directory are: - Generic use but not a widget - Utility functionality used by many classes Note: additionally all includes affected by this move have been changed to absolute path includes, instead of relative ones. Change-Id: I019ae4b6e6f6d06a5745a63ed195edbd36fb936b Reviewed-on: https://code.wireshark.org/review/22602 Petri-Dish: Roland Knall <rknall@gmail.com> Reviewed-by: Roland Knall <rknall@gmail.com>
2016-02-28Qt: Add dialog geometry restoreStig Bjørlykke1-3/+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-21LTE RLC graph: Only enable graph buttons for directions with dataMartin Mathieson1-4/+18
Change-Id: I80248aa6cf26a68c0d3aeff01c6c0e97951d1eed Reviewed-on: https://code.wireshark.org/review/11189 Reviewed-by: Martin Mathieson <martin.r.mathieson@googlemail.com>
2015-10-20LTE dialogs: tidy up some loose endsMartin Mathieson1-18/+34
Change-Id: I18f099311f7660c91cffdf21bbacdb88b7c0fd7e Reviewed-on: https://code.wireshark.org/review/11182 Reviewed-by: Martin Mathieson <martin.r.mathieson@googlemail.com>
2015-10-19Eliminate unused method arguments and class members.Guy Harris1-12/+6
(Yes, clang "Apple LLVM version 7.0.0 (clang-700.0.72)" complains about it.) Change-Id: I5b9ddff26664e20c1129e0b2494bd96c1903c6d9 Reviewed-on: https://code.wireshark.org/review/11141 Petri-Dish: Guy Harris <guy@alum.mit.edu> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Guy Harris <guy@alum.mit.edu>
2015-10-17LTE RLC Graph: add support for going to packet clickedMartin Mathieson1-9/+19
Change-Id: I7e1ada7508c33f7ccea5703a9ea9e2a76ecdb706 Reviewed-on: https://code.wireshark.org/review/11118 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-16Improvements to LTE RLC stats: controls for filtering, and control source of ↵Martin Mathieson1-12/+96
frames to use Change-Id: I8af7e168fca2ed1eb5b7ee13e54b3eb4142c1208 Reviewed-on: https://code.wireshark.org/review/11090 Petri-Dish: Martin Mathieson <martin.r.mathieson@googlemail.com> Reviewed-by: Martin Mathieson <martin.r.mathieson@googlemail.com>
2015-10-16RLC statistics window can now launch UL or DL graphsMartin Mathieson1-9/+82
Change-Id: I9eb1ceacaee6aab510c5a005d40334867cafc8a4 Reviewed-on: https://code.wireshark.org/review/11059 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-09-29lte_rlc_statistics: fix cosmetic issues with data in columnsMartin Mathieson1-7/+14
Change-Id: I2bec8de3d5fe84f0a2287c750c9c9151906fe71e Reviewed-on: https://code.wireshark.org/review/10688 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-09-28LTE RLC Statistics DialogMartin Mathieson1-0/+774
Change-Id: Id0af0227a398fd06ba37c23097fa6809db432d0f Reviewed-on: https://code.wireshark.org/review/10669 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>