YuSanka
ccda2ef716
TopBarMenus: Remove "Remember me" item
2024-06-20 16:05:21 +02:00
YuSanka
7ec2f3439a
TopBar: Show/Hide "Log in" button in respect to the Preferences settings
...
(SPE-2352)
2024-06-20 16:05:21 +02:00
Lukas Matena
5998e2f78d
Fixes in phrases
2024-06-18 14:48:05 +02:00
YuSanka
f0531c6fc2
TopBar and TopBarMenus: Code refactoring to use callbacks instead of direct use of UserAccount and Mainframe.
2024-06-12 14:39:12 +02:00
YuSanka
fa61ea4e9e
TopBarMenus: Added sys_color_changed() to correct process a changing of the application color mode
...
SPE-2320
2024-06-12 14:39:12 +02:00
YuSanka
986b0e1cdb
Fix for for SPE-2338 - [LINUX] "Menu" / "Log in" has wrong label layout (is bottom placed)
...
(set icon size for 20px instead of 24)
+ Sidebar: nonMSW specific : Added right margin for bottom buttons
+ Gizmos toolbar: Code cleaning
2024-06-12 14:39:11 +02:00
YuSanka
8590e34aaf
UI improvements:
...
- Increase margin around the toolbar icons
- Fixed layout for search button in search control
- Fixed background for Scene / Preview buttons
- Fix for #12576 - Show "collapse sidebar" button, even if "Show sidebar expand/collapse button" wasn't enabled but sidebar is collapsed
- Account button: "Anonymous" default name is changed to "Log in"
2024-06-12 14:39:11 +02:00
YuSanka
dc78fc5a77
TopBarMenus: Deleted account menu item and set tooltip with user name on Account button
...
+ Make circle icon for logo
2024-05-14 08:06:16 +02:00
YuSanka
26d52595a8
WIP of Fixing of the re-scaling
...
+ TopBar: Deleted unused code
2024-05-14 08:06:16 +02:00
YuSanka
c3e0312b12
Fixed min size of application
2024-04-25 10:28:03 +02:00
YuSanka
2b93bd97c6
Topbar: do not redraw the buttons all the time
2024-04-25 10:28:03 +02:00
YuSanka
a62a90decf
TopBar: Collapse/Expand "Workspace mode" and "Account" buttons in respect to the window size
2024-04-24 10:49:22 +02:00
YuSanka
0848fecb02
TopBar: Search improvements to respect to the ESettingsLayout::Dlg
2024-04-24 10:49:22 +02:00
YuSanka
9beef5e847
TopBar: Added "Show settings" button
2024-04-24 10:49:22 +02:00
YuSanka
cd5d30d3b1
Menus related to the TopBar's buttons are extracted to the separate class.
...
+ Updated top bar layout in respect to the mode
+ Linux specific: Don`t show down arrow for buttons with PopupMenu
+ MainFrame: Use TopBar instead wxBookCtrlBase
2024-04-24 10:49:22 +02:00
YuSanka
b4c6ec1068
SPE-2199 - Add .jpg in ScalableBitmap
...
+ TopBar: Set correct size for "user" icon
2024-04-17 12:33:24 +02:00
YuSanka
3d4f2a7bba
Fix for SPE-2227 : Prusa Account - long Nicknames overflow
2024-04-17 12:33:23 +02:00
YuSanka
44c8770df5
TopBar: Improvements and bug fixes
...
* Don't set a bold font on hovered items
* Don't hover selected item
* Fixed position of popup menu
+ Fix for SPE-2235 : Hard to see the numbers of printers after a change of application color mode
+ Fixed build warning with AddPage()
2024-04-11 15:55:10 +02:00
YuSanka
b8620d1164
TopBar: Use RemoveChild() instead of Reparent() during of remove of buttons from TopBar.
...
Note: Under OSX Reparent() causes a crash. [SPE-2210]
2024-04-08 12:28:21 +02:00
YuSanka
a087c42c40
Fixed a crash on "File->Exit".
...
To popup main menu use native wxPanel::PopupMenu() function
Don't use wrap function Plater::PopupMenu(), because it's no need in this case
2024-04-05 14:15:24 +02:00
Lukas Matena
137340f70f
Fixed couple of compiler warnings
2024-03-28 12:04:51 +01:00
YuSanka
9f76f9051e
TopBar buttons: Implemented render() function.
...
Note: on Linux wxButton doesn't receive wxEVT_PAINT event, so we cant redraw it with rounded corners.
So, we just set related colors of back/foreground for the TopBar buttons.
2024-03-25 12:05:55 +01:00
David Kocik
b232894451
Changes in PrusaConnect interface
...
Prepared handling methods. Inside is WIP.
Handling UPDATE_SELECTED_PRINTER Connect request
ConnectRequestHandler class
Error screen as default
2024-03-25 12:05:55 +01:00
David Kocik
af97422ea9
Store avatar png in temp folder
2024-03-25 12:05:55 +01:00
David Kocik
f3dd5fa17d
Rename Auth to UserAccount
2024-03-25 12:05:55 +01:00
David Kocik
2031fb5133
Set downloaded avatar to scalable button
2024-03-25 12:05:55 +01:00
YuSanka
5804d5aa71
TopBar: Fixed Rescale() function
2024-03-25 12:05:55 +01:00
David Kocik
f716497318
Remember session refactoring. Browser login redirect dialog only until first confirmation
2024-03-25 12:05:55 +01:00
David Kocik
1be8144b1c
Prusa Auth renamed to Account in UI
2024-03-25 12:05:55 +01:00
YuSanka
946c0caf78
TopBar: Added user name to "Login" button
...
+ Deleted unused names for mode button
2024-03-25 12:05:55 +01:00
YuSanka
a336a2c379
TopBar: Fixed strange small rectangle in TopLeft corner
...
OSX specific issues:
* Fixed Layout
* Fixed a crash on start
* Buttons: Fixed colors on selecting and hovering
MSW specific:
*Fixed update color mode
2024-03-25 12:05:55 +01:00
YuSanka
bf8c3e7653
Fixed OSX build and some of warnings
2024-03-25 12:05:55 +01:00
YuSanka
1c4b9d43d1
Search improvements:
...
* Set max size.
* Close search dialog, when both of search dialog and search input lose a focus
* Update dialog position in respect to the position and size of search input
2024-03-25 12:05:55 +01:00
YuSanka
7b8238a905
TopBar : Follow-up 217c41ee - Fixed User and Workspace menus
2024-03-25 12:05:55 +01:00
David Kocik
167d92872f
Automatic reset on failed login and other communication fixes
2024-03-25 12:05:55 +01:00
YuSanka
e065f0c83b
TopBar: Added "Search" control
...
+ Deleted old search controls from tab and canvas3D
2024-03-25 12:05:55 +01:00
YuSanka
4263ca6283
TopBar: Fixed a hovering for the bar items
2024-03-25 12:05:55 +01:00
YuSanka
55ba9f2351
Topbar: Implement Auth menu
2024-03-25 12:05:55 +01:00
YuSanka
cecfe485ab
WIP: New simple top bar : Improve/delete redundant mode sizers
...
+ UI-fixes for OSX
2024-03-25 12:05:55 +01:00
YuSanka
ada1fc37ff
WIP: Experiments with New simple top bar
2024-03-25 12:05:55 +01:00