[systemsettings] [Bug 340982] I cannot set my short date to YYYY-MM-DD, nor my time to HH:MM

2016-10-15 Thread Maxim Egorushkin via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=340982

--- Comment #115 from Maxim Egorushkin  ---
Same issue in Fedora 24 KDE spin.

-- 
You are receiving this mail because:
You are watching all bug changes.


[systemsettings] [Bug 340982] I cannot set my short date to YYYY-MM-DD, nor my time to HH:MM

2016-10-15 Thread Maxim Egorushkin via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=340982

Maxim Egorushkin  changed:

   What|Removed |Added

 CC||maxim.yegorush...@gmail.com

-- 
You are receiving this mail because:
You are watching all bug changes.


[systemsettings] [Bug 364985] Font Management window gets corrupted on minimize/maximize

2016-07-06 Thread Maxim Egorushkin via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364985

--- Comment #3 from Maxim Egorushkin  ---
This issue also reproduces on a different workstation with Fedora 22 and
plasma-desktop-5.5.5-5.fc22.x86_64.

-- 
You are receiving this mail because:
You are watching all bug changes.


[systemsettings] [Bug 364985] Font Management window gets corrupted on minimize/maximize

2016-07-06 Thread Maxim Egorushkin via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364985

--- Comment #2 from Maxim Egorushkin  ---
Created attachment 99880
  --> https://bugs.kde.org/attachment.cgi?id=99880=edit
Font manager after having been minimized/unminized a few times.

-- 
You are receiving this mail because:
You are watching all bug changes.


[systemsettings] [Bug 364985] Font Management window gets corrupted on minimize/maximize

2016-07-06 Thread Maxim Egorushkin via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364985

--- Comment #1 from Maxim Egorushkin  ---
Created attachment 99879
  --> https://bugs.kde.org/attachment.cgi?id=99879=edit
Font manager just started, correct graphics.

-- 
You are receiving this mail because:
You are watching all bug changes.


[systemsettings] [Bug 364985] New: Font Management window gets corrupted on minimize/maximize

2016-07-01 Thread Maxim Egorushkin via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364985

Bug ID: 364985
   Summary: Font Management window gets corrupted on
minimize/maximize
   Product: systemsettings
   Version: 5.6.5
  Platform: Fedora RPMs
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: kcm_fontinst
  Assignee: unassigned-b...@kde.org
  Reporter: maxim.yegorush...@gmail.com

Font Management application window contents get corrupted after
minimize/unminimize through the task manager panel widget. 

Reproducible: Always

Steps to Reproduce:
1. Start the Font Management application.
2. Change its window size, make it occupy a half of the screen by snapping to
the left or right.
3. Using the task manager click on the application title to minimize/unminimize
1-2 times.

Actual Results:  
Font Management application window contents get corrupted. 

Expected Results:  
Font Management application window contents display normally.

Other applications like Google Chrome, Konsole, Emacs do not exhibit the same
issue.

-- 
You are receiving this mail because:
You are watching all bug changes.


[kdiff3] [Bug 123481] kdiff3 crashes on comparing two large files

2016-04-28 Thread Maxim Egorushkin via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=123481

--- Comment #11 from Maxim Egorushkin  ---
Just looking more at this stack trace, particularly at QString::realloc(int).
On one of the reallocations for my large files that int is going to overflow
and become negative, which then gets converted to size_t, which becomes a huge
positive number that gets passed to operator new, which throws std::bad_alloc.

-- 
You are receiving this mail because:
You are watching all bug changes.