aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/gsm_map_summary.c
AgeCommit message (Collapse)AuthorFilesLines
2004-05-23use new functions in window API (ui_util.h),Ulf Lamping1-8/+5
use window_new instead of dlg_window_new for the statistics windows (as these are no dialog windows) do some code cleanup svn path=/trunk/; revision=10979
2004-05-22going to have a standard behaviour of the dialogsUlf Lamping1-3/+2
(including remebering of the dialog size in recent file). for a first step, I replaced all window_new() calls from dialogs into dlg_window_new() ones, and removed all gtk_window_set_position calls, this should be done in a more generalized way svn path=/trunk/; revision=10964
2004-04-21From Michael Lum:Guy Harris1-0/+270
ANSI and GSM MAP stats enhancements and cleanups; enhanced parameter dissection related to SS for GSM A-interface and MAP; minor GSM SMS fix; GSM SS enhancements for parameter dissection; MTP3 statistics tap. svn path=/trunk/; revision=10657