-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mac dark mode bug fix and change background functionality #83
Open
sillypenguin77
wants to merge
168
commits into
rockCityMath:main
Choose a base branch
from
Jonathon-Doran:origin/brit-dev-branch
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Mac dark mode bug fix and change background functionality #83
sillypenguin77
wants to merge
168
commits into
rockCityMath:main
from
Jonathon-Doran:origin/brit-dev-branch
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
This reverts commit 9e8ec6f.
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()
- Date & Time is a menu which makes a draggable container of the current date or time - strikethrough removed from right-click menu (not an intended button) - order menu removed as it is not fleshed out or working atm (commented out the addition of it to the rc menu)
- Titlebar UI reworked again (I know...) - Added build_menubutton and build_titlebutton for quick and easy assignments for both (still need text to show up on the right of menubutton icon)
- allows menubuttons be styled when build_menubutton is called (also fixed numbering and Date & Time sizing!)
- Really clean titlebar with search bar that is more or less centered ;-; - qss restyling - all buttons that benefit from icons should have them now
- When dragging the titlebar in order to reposition the window, the program makes sure to set the window to Qt.WindowNoState before dragging to prevent errors
- multiselect will now select all text - toolbar functions now moved to textbox directly rather than calling draggable container
- Most functions from draggable container that signals toolbar for toolbar moved to textbox - changed names of functions and added comments for clarity - changed highlighting text color to gray - changed qtextbrowser to qtextedit since textedit is more appropriate
- 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
Refactor branch
Added comments to various pages to better understand the code.
Updated documentation
Update BuildUI.py
- File and Plugin have are now toolbars instead of menus - all toolbars have moved to being inside a tabbar as per request of sponsor
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.