Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 668276 Details for
Bug 297197
myrulib - Create your own collection of e-books
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
1 patch
myrulib-0.29.16-stretch.patch (text/plain), 3.85 KB, created by
Atlant
on 2020-10-24 12:12:12 UTC
(
hide
)
Description:
1 patch
Filename:
MIME Type:
Creator:
Atlant
Created:
2020-10-24 12:12:12 UTC
Size:
3.85 KB
patch
obsolete
>diff -crB myrulib-0.29.16/sources/MyRuLib/controls/FbNotebook.cpp myrulib-patched-0.29.16/sources/MyRuLib/controls/FbNotebook.cpp >*** myrulib-0.29.16/sources/MyRuLib/controls/FbNotebook.cpp 2017-05-01 16:37:34.665248914 +0300 >--- myrulib-patched-0.29.16/sources/MyRuLib/controls/FbNotebook.cpp 2017-05-01 17:28:59.804199167 +0300 >*************** >*** 938,943 **** >--- 938,960 ---- > m_activeColour = colour; > } > >+ void WxAuiDefaultTabArt::DrawBorder(wxDC& dc, >+ wxWindow* wnd, >+ const wxRect& rect) >+ { >+ return; >+ } >+ >+ int WxAuiDefaultTabArt::GetBorderWidth(wxWindow* wnd) >+ { >+ return 2; >+ } >+ >+ int WxAuiDefaultTabArt::GetAdditionalBorderSpace(wxWindow* wnd) >+ { >+ return 2; >+ } >+ > // -- WxAuiSimpleTabArt class implementation -- > > WxAuiSimpleTabArt::WxAuiSimpleTabArt() >*************** >*** 1380,1385 **** >--- 1397,1419 ---- > m_measuringFont = font; > } > >+ void WxAuiSimpleTabArt::DrawBorder(wxDC& dc, >+ wxWindow* wnd, >+ const wxRect& rect) >+ { >+ return; >+ } >+ >+ int WxAuiSimpleTabArt::GetBorderWidth(wxWindow* wnd) >+ { >+ return 2; >+ } >+ >+ int WxAuiSimpleTabArt::GetAdditionalBorderSpace(wxWindow* wnd) >+ { >+ return 2; >+ } >+ > //----------------------------------------------------------------------------- > // FbBaseTabArt > //----------------------------------------------------------------------------- >diff -crB myrulib-0.29.16/sources/MyRuLib/controls/FbNotebook.h myrulib-patched-0.29.16/sources/MyRuLib/controls/FbNotebook.h >*** myrulib-0.29.16/sources/MyRuLib/controls/FbNotebook.h 2017-05-01 16:37:34.665248914 +0300 >--- myrulib-patched-0.29.16/sources/MyRuLib/controls/FbNotebook.h 2017-05-01 17:31:50.030588240 +0300 >*************** >*** 74,79 **** >--- 74,86 ---- > const wxAuiNotebookPageArray& pages, > const wxSize& requiredBmpSize); > >+ void DrawBorder(wxDC& dc, >+ wxWindow* wnd, >+ const wxRect& rect); >+ >+ int GetBorderWidth(wxWindow* wnd); >+ int GetAdditionalBorderSpace(wxWindow* wnd); >+ > protected: > > wxFont m_normalFont; >*************** >*** 162,167 **** >--- 169,181 ---- > const wxAuiNotebookPageArray& pages, > const wxSize& requiredBmpSize); > >+ void DrawBorder(wxDC& dc, >+ wxWindow* wnd, >+ const wxRect& rect); >+ >+ int GetBorderWidth(wxWindow* wnd); >+ int GetAdditionalBorderSpace(wxWindow* wnd); >+ > protected: > > wxFont m_normalFont; >diff -crB myrulib-0.29.16/sources/MyRuLib/controls/FbSearchCtrl.cpp myrulib-patched-0.29.16/sources/MyRuLib/controls/FbSearchCtrl.cpp >*** myrulib-0.29.16/sources/MyRuLib/controls/FbSearchCtrl.cpp 2017-05-01 16:37:34.665248914 +0300 >--- myrulib-patched-0.29.16/sources/MyRuLib/controls/FbSearchCtrl.cpp 2017-05-01 17:33:15.222418874 +0300 >*************** >*** 1194,1197 **** >--- 1194,1207 ---- > LayoutControls(0, 0, width, height); > } > >+ GtkEditable *FbSearchCtrl::GetEditable() const >+ { >+ return NULL; >+ } >+ >+ GtkEntry *FbSearchCtrl::GetEntry() const >+ { >+ return NULL; >+ } >+ > #endif // FB_SEARCH_COMBO_CTRL >diff -crB myrulib-0.29.16/sources/MyRuLib/controls/FbSearchCtrl.h myrulib-patched-0.29.16/sources/MyRuLib/controls/FbSearchCtrl.h >*** myrulib-0.29.16/sources/MyRuLib/controls/FbSearchCtrl.h 2017-05-01 16:37:34.665248914 +0300 >--- myrulib-patched-0.29.16/sources/MyRuLib/controls/FbSearchCtrl.h 2017-05-01 17:34:35.393161442 +0300 >*************** >*** 298,303 **** >--- 298,306 ---- > wxBitmap m_cancelBitmap; > > private: >+ GtkEditable *GetEditable() const; >+ GtkEntry *GetEntry() const; >+ > DECLARE_DYNAMIC_CLASS(FbSearchCtrl) > > DECLARE_EVENT_TABLE()
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 297197
:
213219
|
214195
|
219205
|
223433
|
227351
|
235957
|
248452
|
248553
|
248593
|
248594
|
257498
|
257499
|
263963
|
363426
|
363464
|
363466
| 668276 |
668279
|
668282
|
668285
|
668288
|
892692
|
902300
|
902301