Opened 17 years ago

Closed 16 years ago

#173 closed Enhancement (wontfix)

I suggest: some minor improvements/changes in Advanced Preferences Dialog.

Reported by: Simek Owned by: romw
Priority: Minor Milestone: Undetermined
Component: Manager Version:
Keywords: advanced-preferences wxWidgets Cc:

Description

I just start reading about wxWidgets, and I'm not sure of this improvements, but I think that might be correct.

Some changes/improvements in file: (only this file)

boinc/clientgui/DlgAdvPreferencesBase.cpp

Add string:

m_panelNetSpecialTimes->SetHorizontalSpacing(3);

on line 350.

Add string:

m_txtProcEveryDayStart->SetHorizontalSpacing(3);

on line 112.

It adds horizontal margin in panel.


Repalce line: (no. 350)

m_panelNetSpecialTimes->SetToolTip( wxT("use network on thursday") );

with line:

m_panelNetSpecialTimes->SetToolTip( wxT("use network on selected day or days") );

or delete'''

Why thursday?


Add string on line 331:

m_txtNetEveryDayStart->SetMaxLength(5);  // set "5" as maximum number of characters

Add string on line 339:

m_txtNetEveryDayStop->SetMaxLength(5);

Add string on line 112:

m_txtProcEveryDayStart->SetMaxLength(5);

Add string on line 120:

m_txtProcEveryDayStop->SetMaxLength(5);

Set "5" as maximum number of characters in "TextCrtl?" (for example 00:00). No way to use more than 5 characters!


Add string on line 229:

m_txtProcUseCPUTime->SetMaxLength(6);  // set "6" as maximum number of characters

Add string on line 463:

m_txtDiskMaxOfTotal->SetMaxLength(6);

Add string on line 483:

m_txtDiskMaxSwap->SetMaxLength(6);

Add string on line 505:

m_txtMemoryMaxInUse->SetMaxLength(6);

Add string on line 514:

m_txtMemoryMaxOnIdle->SetMaxLength(6);

Set "6" as maximum number of characters in TextCrtl? (for example 100,00 or 65,21). There are "%" value fields. No way to use more than 6 characters!

Change History (2)

comment:1 Changed 17 years ago by Nicolas

Keywords: advanced_preferences wxWidgets added

comment:2 Changed 16 years ago by Didactylos

Keywords: advanced-preferences added; advanced_preferences removed
Resolution: wontfix
Status: newclosed

Changes planned for milestone:6.0 make this moot. These changes aren't going to be applied to the 5.10 branch at this late stage, so I'm closing as wontfix, but essentially it's "will be fixed in 6.0".

Note: See TracTickets for help on using tickets.