summaryrefslogtreecommitdiff
path: root/ui/qt/Makefile.am
AgeCommit message (Expand)AuthorFilesLines
2013-01-19Add an "Appearance" (aka "User Interface") preference pane. Having anGerald Combs1-0/+3
2013-01-05Break out preference type names, type descriptions, stringGerald Combs1-35/+2
2012-12-31Make sure moc can find config.h.Gerald Combs1-1/+1
2012-12-31It might help for the Qt version of Wireshark to link against the QtGerald Combs1-27/+31
2012-12-31Update Makefile to add packet_comment_dialog filesAlexis La Goutte1-0/+1
2012-12-31Add a .cpp target for each ui_*.h prerequisite.Gerald Combs1-13/+13
2012-12-29Fix distcheck.Gerald Combs1-0/+1
2012-12-29Add profile_dialog.Gerald Combs1-0/+5
2012-12-23Qt: Implement packet comments. Fix packet detail updates.Gerald Combs1-0/+5
2012-12-23Add the time shift dialog.Gerald Combs1-0/+6
2012-12-15Rename the search type menu items to more accurately reflect what we'reGerald Combs1-0/+6
2012-12-03Add some more uic lines.Guy Harris1-0/+35
2012-11-27From report of Joerg Wunsch via https://bugs.wireshark.org/bugzilla/show_bug....Alexis La Goutte1-0/+2
2012-11-27From report of Joerg Wunsch via https://bugs.wireshark.org/bugzilla/show_bug....Alexis La Goutte1-0/+9
2012-08-18Make qtshark build again with autotools - possibly. Completely untested.Jörg Mayer1-0/+6
2012-07-31(Attempt to) reflect the file moves from r44165.Jeff Morriss1-1/+0
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-15Don't install the Qt resource images. They get converted to C arrays inGerald Combs1-1/+4
2012-04-04Add a "-build" argument to checkAPIs.pl. Use that argument when buildingJeff Morriss1-2/+2
2012-03-19We don't use a GENERATED_H_FILES macro anywhere else, we useGuy Harris1-3/+3
2012-03-19Remove the generated-but-not-distributed source files on "makeGuy Harris1-0/+3
2012-03-19Add main.cpp as an EXTRA_DIST file; for now, we don't build it as partGuy Harris1-0/+1
2012-03-19Don't distribute the output of various Qt preprocessing tools. We don'tGuy Harris1-1/+8
2012-03-19Get rid of blank line at the end.Guy Harris1-1/+0
2012-03-19Call the UI library in the Qt directory libqtui, not libui, to match theGuy Harris1-9/+11
2012-03-19Until someone creates a .vcproj file for QT, don't try to distribute it.Jeff Morriss1-2/+3
2012-03-18Add automake support for Qt - use --with-qt as a configure scriptGuy Harris1-0/+121