From 617437a6807adfb5f9b9719ea1cfd99afb591b75 Mon Sep 17 00:00:00 2001 From: Tomasz Ostrowski Date: Tue, 8 Mar 2022 23:11:33 +0100 Subject: [PATCH] Update changelog, bump version number --- tSIP/FormSettings.dfm | 128 ++++++++++++++++++++++++++++++++++++++---- tSIP/_doc/changelog.h | 10 ++++ tSIP/tSIP.bdsproj | 14 ++--- tSIP/tSIP.res | Bin 23456 -> 23456 bytes 4 files changed, 133 insertions(+), 19 deletions(-) diff --git a/tSIP/FormSettings.dfm b/tSIP/FormSettings.dfm index f00f9add..0f4018e7 100644 --- a/tSIP/FormSettings.dfm +++ b/tSIP/FormSettings.dfm @@ -59,6 +59,10 @@ object frmSettings: TfrmSettings TabStop = False object tsGeneral: TTabSheet Caption = 'General' + ExplicitLeft = 0 + ExplicitTop = 0 + ExplicitWidth = 0 + ExplicitHeight = 0 object lblGuiScaling: TLabel Left = 3 Top = 191 @@ -190,7 +194,7 @@ object frmSettings: TfrmSettings Width = 230 Height = 21 Style = csDropDownList - ItemHeight = 13 + ItemHeight = 0 TabOrder = 11 end object chbTranslationLogMissingKeys: TCheckBox @@ -205,6 +209,10 @@ object frmSettings: TfrmSettings object tsNetwork: TTabSheet Caption = 'Network' ImageIndex = 14 + ExplicitLeft = 0 + ExplicitTop = 0 + ExplicitWidth = 0 + ExplicitHeight = 0 object lblLocalAddress: TLabel Left = 3 Top = 3 @@ -351,7 +359,7 @@ object frmSettings: TfrmSettings Width = 433 Height = 21 Style = csDropDownList - ItemHeight = 13 + ItemHeight = 0 TabOrder = 7 OnChange = cbNetworkInterfacesChange end @@ -359,6 +367,10 @@ object frmSettings: TfrmSettings object tsAccount: TTabSheet Caption = 'SIP account' ImageIndex = 2 + ExplicitLeft = 0 + ExplicitTop = 0 + ExplicitWidth = 0 + ExplicitHeight = 0 object pnlAccountsBottom: TPanel Left = 0 Top = 417 @@ -398,6 +410,10 @@ object frmSettings: TfrmSettings object tsTls: TTabSheet Caption = 'TLS' ImageIndex = 25 + ExplicitLeft = 0 + ExplicitTop = 0 + ExplicitWidth = 0 + ExplicitHeight = 0 object lblTlsClientCertificate: TLabel Left = 5 Top = 3 @@ -464,6 +480,10 @@ object frmSettings: TfrmSettings object tsMainWindow: TTabSheet Caption = 'Main window' ImageIndex = 23 + ExplicitLeft = 0 + ExplicitTop = 0 + ExplicitWidth = 0 + ExplicitHeight = 0 object lblMainWindowCollapsedSize: TLabel Left = 3 Top = 3 @@ -789,6 +809,10 @@ object frmSettings: TfrmSettings object tsSpeedDial: TTabSheet Caption = 'Speed Dial' ImageIndex = 12 + ExplicitLeft = 0 + ExplicitTop = 0 + ExplicitWidth = 0 + ExplicitHeight = 0 object lblSpeedDialBlfSettings: TLabel Left = 2 Top = 56 @@ -899,6 +923,10 @@ object frmSettings: TfrmSettings object tsCalls: TTabSheet Caption = 'Calls' ImageIndex = 4 + ExplicitLeft = 0 + ExplicitTop = 0 + ExplicitWidth = 0 + ExplicitHeight = 0 object lblSipAutoAnswerCode: TLabel Left = 22 Top = 29 @@ -1045,6 +1073,10 @@ object frmSettings: TfrmSettings object tsMessages: TTabSheet Caption = 'Messages' ImageIndex = 22 + ExplicitLeft = 0 + ExplicitTop = 0 + ExplicitWidth = 0 + ExplicitHeight = 0 object lblMessagesRing: TLabel Left = 5 Top = 3 @@ -1110,6 +1142,10 @@ object frmSettings: TfrmSettings object tsDisplay: TTabSheet Caption = 'Display' ImageIndex = 15 + ExplicitLeft = 0 + ExplicitTop = 0 + ExplicitWidth = 0 + ExplicitHeight = 0 object chbUserOnlyClip: TCheckBox Left = 3 Top = 3 @@ -1138,6 +1174,10 @@ object frmSettings: TfrmSettings object tsLocking: TTabSheet Caption = 'Locking' ImageIndex = 19 + ExplicitLeft = 0 + ExplicitTop = 0 + ExplicitWidth = 0 + ExplicitHeight = 0 object chbHideSettings: TCheckBox Left = 3 Top = 3 @@ -1224,6 +1264,10 @@ object frmSettings: TfrmSettings object tsBranding: TTabSheet Caption = 'Branding, bitmaps' ImageIndex = 20 + ExplicitLeft = 0 + ExplicitTop = 0 + ExplicitWidth = 0 + ExplicitHeight = 0 object lblMainIconFile: TLabel Left = 3 Top = 6 @@ -1448,6 +1492,10 @@ object frmSettings: TfrmSettings object tsRing: TTabSheet Caption = 'Ring' ImageIndex = 8 + ExplicitLeft = 0 + ExplicitTop = 0 + ExplicitWidth = 0 + ExplicitHeight = 0 object lblRingDefault: TLabel Left = 5 Top = 3 @@ -1667,6 +1715,10 @@ object frmSettings: TfrmSettings object tsAudioIO: TTabSheet Caption = 'Audio I/O' ImageIndex = 5 + ExplicitLeft = 0 + ExplicitTop = 0 + ExplicitWidth = 0 + ExplicitHeight = 0 object lblSoundInputModule: TLabel Left = 30 Top = 20 @@ -1799,7 +1851,7 @@ object frmSettings: TfrmSettings Width = 240 Height = 21 Style = csDropDownList - ItemHeight = 13 + ItemHeight = 0 TabOrder = 0 OnChange = cbSoundInputModChange end @@ -1809,7 +1861,7 @@ object frmSettings: TfrmSettings Width = 240 Height = 21 Style = csDropDownList - ItemHeight = 13 + ItemHeight = 0 TabOrder = 1 end object cbSoundOutputMod: TComboBox @@ -1818,7 +1870,7 @@ object frmSettings: TfrmSettings Width = 240 Height = 21 Style = csDropDownList - ItemHeight = 13 + ItemHeight = 0 TabOrder = 2 OnChange = cbSoundOutputModChange end @@ -1828,7 +1880,7 @@ object frmSettings: TfrmSettings Width = 240 Height = 21 Style = csDropDownList - ItemHeight = 13 + ItemHeight = 0 TabOrder = 3 end object cbSoundAlertOutputMod: TComboBox @@ -1837,7 +1889,7 @@ object frmSettings: TfrmSettings Width = 240 Height = 21 Style = csDropDownList - ItemHeight = 13 + ItemHeight = 0 TabOrder = 4 OnChange = cbSoundAlertOutputModChange end @@ -1847,7 +1899,7 @@ object frmSettings: TfrmSettings Width = 240 Height = 21 Style = csDropDownList - ItemHeight = 13 + ItemHeight = 0 TabOrder = 5 end object cbSoundOutputIntercomMod: TComboBox @@ -1856,7 +1908,7 @@ object frmSettings: TfrmSettings Width = 240 Height = 21 Style = csDropDownList - ItemHeight = 13 + ItemHeight = 0 TabOrder = 6 OnChange = cbSoundOutputIntercomModChange end @@ -1866,7 +1918,7 @@ object frmSettings: TfrmSettings Width = 240 Height = 21 Style = csDropDownList - ItemHeight = 13 + ItemHeight = 0 TabOrder = 7 end object btnSelectWaveFile: TButton @@ -1891,7 +1943,7 @@ object frmSettings: TfrmSettings Width = 240 Height = 21 Style = csDropDownList - ItemHeight = 13 + ItemHeight = 0 TabOrder = 10 end object cbSoundRingOutputMod: TComboBox @@ -1900,7 +1952,7 @@ object frmSettings: TfrmSettings Width = 240 Height = 21 Style = csDropDownList - ItemHeight = 13 + ItemHeight = 0 TabOrder = 11 OnChange = cbSoundRingOutputModChange end @@ -1932,6 +1984,10 @@ object frmSettings: TfrmSettings object tsAudioProcessing: TTabSheet Caption = 'Audio Processing' ImageIndex = 6 + ExplicitLeft = 0 + ExplicitTop = 0 + ExplicitWidth = 0 + ExplicitHeight = 0 object lblAec: TLabel Left = 3 Top = 7 @@ -2114,6 +2170,10 @@ object frmSettings: TfrmSettings object tsRecording: TTabSheet Caption = 'Recording' ImageIndex = 11 + ExplicitLeft = 0 + ExplicitTop = 0 + ExplicitWidth = 0 + ExplicitHeight = 0 object lblRecDirType: TLabel Left = 3 Top = 37 @@ -2257,6 +2317,10 @@ object frmSettings: TfrmSettings object tsCodecs: TTabSheet Caption = 'Codecs' ImageIndex = 3 + ExplicitLeft = 0 + ExplicitTop = 0 + ExplicitWidth = 0 + ExplicitHeight = 0 object lblAudioCodecsAvailable: TLabel Left = 15 Top = 5 @@ -2333,6 +2397,10 @@ object frmSettings: TfrmSettings object tsIntegration: TTabSheet Caption = 'Integration' ImageIndex = 7 + ExplicitLeft = 0 + ExplicitTop = 0 + ExplicitWidth = 0 + ExplicitHeight = 0 object lblProtocolName: TLabel Left = 26 Top = 22 @@ -2455,10 +2523,18 @@ object frmSettings: TfrmSettings object tsHotkeys: TTabSheet Caption = 'Hotkeys' ImageIndex = 9 + ExplicitLeft = 0 + ExplicitTop = 0 + ExplicitWidth = 0 + ExplicitHeight = 0 end object tsContacts: TTabSheet Caption = 'Contacts' ImageIndex = 9 + ExplicitLeft = 0 + ExplicitTop = 0 + ExplicitWidth = 0 + ExplicitHeight = 0 object lblContactPopup: TLabel Left = 2 Top = 87 @@ -2612,6 +2688,10 @@ object frmSettings: TfrmSettings object tsHistory: TTabSheet Caption = 'History' ImageIndex = 16 + ExplicitLeft = 0 + ExplicitTop = 0 + ExplicitWidth = 0 + ExplicitHeight = 0 object chbHistoryNoStoreToFile: TCheckBox Left = 3 Top = 3 @@ -2684,10 +2764,18 @@ object frmSettings: TfrmSettings object tsPhones: TTabSheet Caption = 'Phones' ImageIndex = 13 + ExplicitLeft = 0 + ExplicitTop = 0 + ExplicitWidth = 0 + ExplicitHeight = 0 end object tsTrayNotifier: TTabSheet Caption = 'Tray Notifier' ImageIndex = 16 + ExplicitLeft = 0 + ExplicitTop = 0 + ExplicitWidth = 0 + ExplicitHeight = 0 object lblTrayNotifierBackgroundImage: TLabel Left = 3 Top = 72 @@ -2786,6 +2874,10 @@ object frmSettings: TfrmSettings object tsScripts: TTabSheet Caption = 'Scripts' ImageIndex = 18 + ExplicitLeft = 0 + ExplicitTop = 0 + ExplicitWidth = 0 + ExplicitHeight = 0 object lblScriptOnCallStateFile: TLabel Left = 5 Top = 59 @@ -3767,6 +3859,10 @@ object frmSettings: TfrmSettings object tsLogging: TTabSheet Caption = 'Logging' ImageIndex = 1 + ExplicitLeft = 0 + ExplicitTop = 0 + ExplicitWidth = 0 + ExplicitHeight = 0 object lblUiCapacity: TLabel Left = 5 Top = 172 @@ -3907,6 +4003,10 @@ object frmSettings: TfrmSettings object tsUaConfOpus: TTabSheet Caption = 'Opus' ImageIndex = 21 + ExplicitLeft = 0 + ExplicitTop = 0 + ExplicitWidth = 0 + ExplicitHeight = 0 end object tsDialpad: TTabSheet Margins.Left = 0 @@ -3915,6 +4015,10 @@ object frmSettings: TfrmSettings Margins.Bottom = 0 Caption = 'Dialpad' ImageIndex = 24 + ExplicitLeft = 0 + ExplicitTop = 0 + ExplicitWidth = 0 + ExplicitHeight = 0 end end object tvSelector: TTreeView diff --git a/tSIP/_doc/changelog.h b/tSIP/_doc/changelog.h index b657b87e..fb18129a 100644 --- a/tSIP/_doc/changelog.h +++ b/tSIP/_doc/changelog.h @@ -951,5 +951,15 @@ Version 0.2.06 - showing button ID + description on button editor frame - exiting button editing (resizing/moving) with Esc - added window with short (very short at the moment) description for each custom Lua function, accessible from Script window / Help + +Version 0.2.07 + - FIXED: audio devices configuration was reset after config merge + - few minor updates to Lua help window + - log window: added buttons copying all and last 400 lines + - replying with 200 instead of 415 for NOTIFY with terminated/noresource (less mess in logs when working with FreeSWITCH) + - FIXED few bugs related to global hotkeys + - added new main window settings: offset allowing to change window position when switching between "normal" and "expanded" state, e.g. for anchoring window to right side of the desktop + - FIXED exception when in codec selection list codec was moved below last item list + - added option to start audio source early (actually opening it twice) - intended to fight with initial audio delay on Mairdi Bluetooth headset when switching profiles */ diff --git a/tSIP/tSIP.bdsproj b/tSIP/tSIP.bdsproj index c77ba17a..8b1e8555 100644 --- a/tSIP/tSIP.bdsproj +++ b/tSIP/tSIP.bdsproj @@ -509,8 +509,8 @@ False 0 2 - 6 - 2 + 7 + 0 False False False @@ -522,7 +522,7 @@ Tomasz Ostrowski SIP softphone - 0.2.6.2 + 0.2.7.0 @@ -572,10 +572,10 @@ - - REM build-tools\touch.exe "$(PROJECTDIR)\FormAbout.cpp" + + REM build-tools\touch.exe "$(PROJECTDIR)\FormAbout.cpp" - - + + diff --git a/tSIP/tSIP.res b/tSIP/tSIP.res index 4df53bc15a8bdc1d7075269f2cea1b8a66553d2f..bb1fb86f75330f5959dad0c3e64c436365f85797 100644 GIT binary patch delta 37 qcmZ3mopHf-#tjCM+zbrt3``6lz`of!l9Q3uoI#JlV6$gbI3ob0`3If= delta 37 rcmZ3mopHf-#tjCM+)NB?3``6RK+Lw;I+Bx-)r>)p!DzE*R5&95r7Z`c