summaryrefslogtreecommitdiff
path: root/ui/qt/Makefile.am
AgeCommit message (Expand)AuthorFilesLines
2013-02-14main_window_slots.cpp includes ui_main_window.h, so make sure we buildGuy Harris1-1/+1
2013-02-09Put NODIST_ at the beginning of macro names, as was done for the pluginsGuy Harris1-5/+5
2013-02-08Add module_preferences_scroll_area.*.Gerald Combs1-0/+2
2013-02-06Remove some unnecessary definitions.Gerald Combs1-3/+0
2013-02-06Add filter expressions frame entries.Gerald Combs1-0/+2
2013-02-05Prettify Qt build output.Gerald Combs1-3/+18
2013-02-03Sigh. At least on my Fedora 16 with KDE, the Qt 4 versions of uic andGuy Harris1-3/+3
2013-02-01Add interface prefs. Adjust some spacing and resize behavior.Gerald Combs1-0/+2
2013-01-24Add font and color preferences. Unfortunately Qt doesn't have a colorGerald Combs1-0/+2
2013-01-23Add column preferences.Gerald Combs1-0/+2
2013-01-21Add UI_FILES list (more easy to use when add a new ui files...)Alexis La Goutte1-16/+1
2013-01-21Add layout_preferences_frame.ui.Gerald Combs1-0/+1
2013-01-21Add an initial layout preference pane. Set SVN properties.Gerald Combs1-0/+2
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