Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-12-04 | SidebarWidget: Confirmation dialogs vs. which sidebar | Jaakko Keränen | |
Identify the owner of the dialog using the normal widget "ptr:" argument. | |||
2020-12-04 | SidebarWidget: Minimum and maximum widths considering both sidebars | Jaakko Keränen | |
2020-12-04 | SidebarWidget: Interaction with the right sidebar | Jaakko Keränen | |
2020-12-04 | Added a second sidebar; removed hover outline | Jaakko Keränen | |
A sidebar on the right is a better solution than a kludgy non-interactive special-purpose outline that appears when hoving the mouse on the document scrollbar. | |||
2020-12-01 | Subscribing to new headings on a page | Jaakko Keränen | |
When "subscribed" and "headings" tags are used, the subscribed page is tracked for newly added headings (of any kind). This works for the weiph/pikkulogs out there. | |||
2020-12-01 | SidebarWidget: Show up to 100 feed entries | Jaakko Keränen | |
2020-11-27 | SidebarWidget: "Refresh Feeds" button in empty Feeds tab | Jaakko Keränen | |
2020-11-27 | Feeds: Separate timestamps for posting and discovery | Jaakko Keränen | |
The discovery time is needed for knowing how long the entry can be retained in the history. | |||
2020-11-27 | Feeds: Marking all as read; time check improvements | Jaakko Keränen | |
For some unknown reason, the parsing of the entry dates is sometimes (randomly?) off by 3600 seconds (one hour). This need a closer investigation; maybe a DST thing? For now check the date instead. | |||
2020-11-27 | Subscribing via menu; cleanup after unsubscribe | Jaakko Keränen | |
2020-11-27 | SidebarWidget: Adding bookmarks, edit feeds | Jaakko Keränen | |
2020-11-27 | SidebarWidget: Unsubscribe from feed; toggling read status | Jaakko Keränen | |
2020-11-26 | SidebarWidget: Open entries, feed index pages | Jaakko Keränen | |
2020-11-26 | Feeds: Manual refresh | Jaakko Keränen | |
2020-11-26 | Color for passively selected sidebar item | Jaakko Keränen | |
2020-11-26 | SidebarWidget: Fixed "about:" URLs in history | Jaakko Keränen | |
2020-11-26 | Feeds: Working on menu items | Jaakko Keränen | |
2020-11-26 | SidebarWidget: Update bookmark tag menu items | Jaakko Keränen | |
2020-11-26 | SidebarWidget: Added menus; adjusted separators | Jaakko Keränen | |
Added context menus for Feeds. | |||
2020-11-25 | SidebarWidget: Feed items show bookmark icon | Jaakko Keränen | |
2020-11-25 | SidebarWidget: Tagging bookmarks via menu | Jaakko Keränen | |
2020-11-25 | SidebarWidget: Bookmark tag icons; Feeds presentation | Jaakko Keränen | |
Special tags of bookmarks are now visualized with icons. Feed items show an indicator if the currently open document matches the entry URL. | |||
2020-11-25 | Sidebar: Changed tab order, Bookmarks is first tab | Jaakko Keränen | |
2020-11-24 | SidebarWidget: Tweaked date formatting | Jaakko Keränen | |
2020-11-23 | SidebarWidget: Improved feed entry appearance | Jaakko Keränen | |
2020-11-23 | SidebarWidget: Date separators in Feeds | Jaakko Keränen | |
2020-11-23 | Sidebar: Populate with feed entries | Jaakko Keränen | |
2020-11-16 | Closing the sidebar with Escape | Jaakko Keränen | |
2020-11-04 | SidebarWidget: Document size while resizing | Jaakko Keränen | |
Ensure that the document size gets updated at least when the sidebar resize finishes. During the resize the updates are limited because document layout is done in the UI thread presently; it would get choppy with long documents. | |||
2020-10-31 | Preferences: Basic key bindings UI | Jaakko Keränen | |
One can now bind keys in Preferences. The configured keys aren't yet saved, though. | |||
2020-10-30 | Updating LabelWidget command key | Jaakko Keränen | |
If the key bindings have a key for a command, LabelWidget will use it. | |||
2020-10-30 | SidebarWidget: Adjusted layout | Jaakko Keränen | |
2020-10-29 | Cleanup | Jaakko Keränen | |
2020-10-29 | SidebarWidget: Improving blank Identities tab | Jaakko Keränen | |
If there are no identities, the Identities tab now shows a button for creating one, and a link to the Help documentation. | |||
2020-10-27 | Update history after response received | Jaakko Keränen | |
IssueID #13 | |||
2020-10-18 | Added the "Colorful Light" document theme | Jaakko Keränen | |
2020-10-12 | SidebarWidget: Improved list scroll bar | Jaakko Keränen | |
Sometimes the sidebar's scroll bar would not get updated correctly. There still remains an issue where the scroll maximum is incorrect if the sidebar is hidden at launch. | |||
2020-09-28 | SidebarWidget: Max limit for sidebar width | Jaakko Keränen | |
Must leave some space for the document. | |||
2020-09-25 | Document side elements; hover outline | Jaakko Keränen | |
2020-09-14 | Default sidebar mode | Jaakko Keränen | |
Logically the default should be the first sidebar tab. | |||
2020-09-10 | SidebarWidget: Show menu only for items | Jaakko Keränen | |
2020-09-06 | LookupWidget: Keyboard focus and cursor | Jaakko Keränen | |
2020-09-06 | Added a LookupWidget with background thread | Jaakko Keränen | |
2020-09-06 | Cleanup | Jaakko Keränen | |
2020-09-06 | Toggling sidebar visibility with mode keys | Jaakko Keränen | |
2020-09-05 | List scrolling using visbuffer; draw press states | Jaakko Keränen | |
2020-09-05 | SidebarWidget: List item for the context menu | Jaakko Keränen | |
2020-09-05 | Cleanup | Jaakko Keränen | |
2020-09-05 | Fixed issues with the refactored sidebar | Jaakko Keränen | |
2020-09-05 | Refactor: ListWidget for a general purpose list | Jaakko Keränen | |
The sidebar uses a ListWidget now, but the layout needs fixing. |