2
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Bring up the settings dialog on first run or when we can't find the collection from the id stored in the settings.
Kevin Ottens (ervin)
as Kevin Ottens
More... over 15 years ago
Display a label to document the settings dialog a bit.
Kevin Ottens (ervin)
as Kevin Ottens
More... over 15 years ago
Deal properly with hierarchies of collections.
Kevin Ottens (ervin)
as Kevin Ottens
More... over 15 years ago
One more badly sized toolbar.
Kevin Ottens (ervin)
as Kevin Ottens
More... over 15 years ago
Introducing a rename action in the sidebar as there was no way to rename items there since I changed the focus policy (sidebar never gets the focus). Since I was at it, I added a context menu for the sidebar, the rename action is available only there as it's a less common action I think.
Kevin Ottens (ervin)
as Kevin Ottens
More... over 15 years ago
For some reason the default size of those actions changed so force the corresponding toolbars to 16x16.
Kevin Ottens (ervin)
as Kevin Ottens
More... over 15 years ago
Following good advice from Inge, renames "modes" to "views" in the UI.
Kevin Ottens (ervin)
as Kevin Ottens
More... over 15 years ago
Use the newly introduced QuickSelectDialog.
Kevin Ottens (ervin)
as Kevin Ottens
More... over 15 years ago
Add a quick selection dialog for keyboard driven moves in contexts or projects.
Kevin Ottens (ervin)
as Kevin Ottens
More... over 15 years ago
Allow to access the current mode from the outside.
Kevin Ottens (ervin)
as Kevin Ottens
More... over 15 years ago
Make sure we show only "project" and "context" in the UI.
Kevin Ottens (ervin)
as Kevin Ottens
More... over 15 years ago
Make sure the line is high enough for the icon.
Kevin Ottens (ervin)
as Kevin Ottens
More... over 15 years ago
Prep work for a "Move..." action. Does nothing yet.
Kevin Ottens (ervin)
as Kevin Ottens
More... over 15 years ago
If there was no date, propose today by default.
Kevin Ottens (ervin)
as Kevin Ottens
More... over 15 years ago
Up/Down to change days, PageUp/PageDown to change months.
Kevin Ottens (ervin)
as Kevin Ottens
More... over 15 years ago
Cleanup TODO.
Kevin Ottens (ervin)
as Kevin Ottens
More... over 15 years ago
Make all the items enabled and selectable, improves the keyboard navigation.
Kevin Ottens (ervin)
as Kevin Ottens
More... over 15 years ago
In case we have no current index, make sure we end up on the first selectable item when the cursor is moved.
Kevin Ottens (ervin)
as Kevin Ottens
More... over 15 years ago
Get rid of the Next/Previous actions as we're just using the treeview internal navigation now. Move the project/context mode actions to the "Go" menu.
Kevin Ottens (ervin)
as Kevin Ottens
More... over 15 years ago
Allows to visualize the cursor and control it using the arrows.
Kevin Ottens (ervin)
as Kevin Ottens
More... over 15 years ago
Select all when the edit starts.
Kevin Ottens (ervin)
as Kevin Ottens
More... over 15 years ago
Limit the context of previous/next shortcuts (by default they use up/down which is likely to conflict with widgets like KDateEdit).
Kevin Ottens (ervin)
as Kevin Ottens
More... over 15 years ago
* Don't adjust to content, treat that like any line edit. * Allows to input "next week" and "next month", in which case it does the right thing.
Kevin Ottens (ervin)
as Kevin Ottens
More... over 15 years ago
Backport KDateEdit fix from revision 994339.
Kevin Ottens (ervin)
as Kevin Ottens
More... over 15 years ago
Remove the extra margins for item lines. Also use alternate colors for the standard todo items.
Kevin Ottens (ervin)
as Kevin Ottens
More... over 15 years ago
Forbid dropping a standard item on another standard item.
Kevin Ottens (ervin)
as Kevin Ottens
More... over 15 years ago
Fix the keyboard navigation. Previous/Next now can cross the borders of not in focus items or folders.
Kevin Ottens (ervin)
as Kevin Ottens
More... over 15 years ago
Fix the sorting in the ActionListModel. We want projects to have priority over folders in the central view.
Kevin Ottens (ervin)
as Kevin Ottens
More... over 15 years ago
Bloody me, don't force an initial sort on the first column while we're not proxying any model.
Kevin Ottens (ervin)
as Kevin Ottens
More... over 15 years ago
Introduce the folders and non focused item back for some better sectioning of our lists. Make them toned down a lot though.
Kevin Ottens (ervin)
as Kevin Ottens
More... over 15 years ago