Skip to content

Conversation

@benjamintran1
Copy link

No description provided.

benjamintran1 and others added 30 commits October 11, 2023 20:20
Moving mouse away from draggable container no longer exits typing
When resizing an image, the resize will be limited to being at least 1/8th of the original size. This is to prevent resizes where the images are too small to be interactable or viewable.
This should allow for one to automatically get scrollbars when content exceeds the visible area. Adjustments to the size hint functions because I thought the size was really small.
Included hyperlink, table, undo, and redo buttons
"Section" and "page" are reversed on Opennote compared to Onenote, so for the sake of clarity i swapped the text visually. This is a bandage for the issue.
Pages used to be able to be nested under other pages.
Not sure if working but it should grab the sections of two pages and merge them into 1 page.
Create add notebook function which asks user to enter note name and create new notebook
Create add notebook function which asks user to enter note name and create new notebook
Now you can create a table with a custom size.
No error handling done yet
italics currently selects all containers and italicize
Added functionality to:
-bold
-underline
-italics
toolbar bullet points icon and italics functionality
Added and included functionality to these things from toolbar:
- background color
- textbox color
- font size
- font family

refactored right click context menu to use Change___Event functions.
- Bullet list now uses signals
- fixed background color connecting to all draggable containers
- made draggable containers only pass to child if it is in focus
- added comments in draggablecontainer.py with explanations on how to connect signals.
- includes descriptions on toolbar functions in textbox
- clicking on textbox will immediately focus on textbox and put text cursor at mouse location
- selecting from one textbox and selecting from a different textbox will now deselect from the previous textbox
Can now change the page's text color through the right click context menu
Prompt user to enter notebook name and set notebook name on side bar
Signals made from editor to notify when the editor clicks anywhere that's not the currently in focus textbox.

-new bug, font family and font size do not work
Just a change from "Page" to "Notebook"
- Removed clearSelectionSlot because it works the same as deselectText()
benjamintran1 and others added 30 commits April 1, 2024 18:30
- When a textbox widget goes beyond it's current size, it will expand by one row.
- textbox widget default size now is closer to the size oneNote uses
- fixed typo
- removed experimental changes with focusOutEvent
- fixing changes from refactoring
Added comments to various pages to better understand the code.
- File and Plugin have are now toolbars instead of menus
- all toolbars have moved to being inside a tabbar as per request of sponsor
Bullet points apply individually. Does not work with multiselect but will not apply to every textbox
- upon generating images, textboxes, and tables the widget will be placed where the mouse last clicked. If there is no last click, then default to center of screen.
bug: table if attempting to go to center of screen will fail to be created
- bugfix: link works again and now checks if https is at the front.
- link, date, time resized upon creation
- selection background color and selection color is set to be transparent
- temp solution: align text, background colors, and bullet points were applying to every textbox so the older code that worked was brought back.
- bugfix: link pop up window and table pop up window no longer close upon clicking on something thats not a text field or button
- bugfix: width of textbox will no longer go back to 150 if the size was adjusted
- bugfix: pressing tab on an empty widget will properly tab
issue: if tabbing at the end of a line it will tab out of view rather moving to the next line
- pushed the uncommented self.setWindowFlags(Qt.WindowType.FramelessWindowHint)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants