aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/layout_preferences_frame.h
AgeCommit message (Collapse)AuthorFilesLines
2015-07-20Qt: Add option to back white line separator for packet list itemsMichal Labedzki1-0/+2
This uses one line (on bottom) of items and makes it white. Seen in Wireshark on some configurations of GTK 2 on Linux, so backports it to Qt for people who like it. In my opinion it helps if you use packet list background colors for frames and you have a lot of following frames with the same background color. Bug: 10954 Change-Id: Id8f58520d7224db4eb8181bcc04febd7416a8578 Reviewed-on: https://code.wireshark.org/review/7293 Petri-Dish: Michal Labedzki <michal.labedzki@tieto.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michal Labedzki <michal.labedzki@tieto.com>
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
(Using sed : sed -i '/^ \* \$Id\$/,+1 d') Fix manually some typo (in export_object_dicom.c and crc16-plain.c) Change-Id: I4c1ae68d1c4afeace8cb195b53c715cf9e1227a8 Reviewed-on: https://code.wireshark.org/review/497 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2013-09-02Respect the layout preference (just the horizontal/vertical splitting of theEvan Huus1-2/+2
panes, not yet which data goes in which pane). You currently have to restart for the change to take effect. I also had to move the preferences-reading (and thus the epan_init) call to before the main window instantiation so that the preference was actually available for use. This means that the progress-bar doesn't show up for very long any more, since most of the work is already done by the time it appears. I'm sure there is a way to delay just the layout setup until later, but I kept getting slot errors I couldn't figure out... svn path=/trunk/; revision=51647
2013-01-21Add an initial layout preference pane. Set SVN properties.Gerald Combs1-0/+80
svn path=/trunk/; revision=47190