Ticket #173 (closed Enhancement: wontfix)

Opened 1 year ago

Last modified 10 months ago

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

Reported by: Simek Assigned to: 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

05/06/07 18:54:03 changed by Nicolas

  • keywords set to advanced_preferences wxWidgets.

11/17/07 04:52:58 changed by Didactylos

  • keywords changed from advanced_preferences wxWidgets to advanced-preferences wxWidgets.
  • status changed from new to closed.
  • resolution set to wontfix.

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".


If this page is incomplete or incorrect, please edit it or add it to the wiki to-do list. To do this, you must be logged in; click Login or Register above.