| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat: implement org-tempus-unload-functionmain | Raul Benencia | 4 days | 1 | -63/+75 |
| | | | | | | | | | | Move code for enabling and disabling org-tempus to dedicated function. Then, implement org-tempus-unload-function by calling org-tempus--disable. Thanks Chris Rayner (riscy) for the review. https://github.com/melpa/melpa/pull/9854 | ||||
| * | fix: use a one word lighter | Raul Benencia | 4 days | 1 | -1/+1 |
| | | | | | Thanks to Chris Rayner (riscy) for the suggestion. | ||||
| * | Add license gpl3 | Raul Benencia | 5 days | 2 | -0/+675 |
| | | |||||
| * | inherit mode-line faces | Raúl Benencia | 2026-02-10 | 1 | -21/+5 |
| | | |||||
| * | Complete README | Raúl Benencia | 2026-01-19 | 1 | -13/+86 |
| | | |||||
| * | doc: Add README.md | Raúl Benencia | 2026-01-19 | 1 | -0/+67 |
| | | |||||
| * | fix: unmatched parenthesis | Raúl Benencia | 2026-01-15 | 1 | -2/+2 |
| | | |||||
| * | Combine idle-check-interval with idle-active-threshold-seconds | Raúl Benencia | 2026-01-15 | 1 | -11/+15 |
| | | | | | Simplify UI surface, as it’s getting bloated. | ||||
| * | reduce default auto clock out time to 4 minutes | Raúl Benencia | 2026-01-15 | 1 | -1/+1 |
| | | |||||
| * | fix: idle-check-interval nil | Raúl Benencia | 2026-01-14 | 1 | -2/+8 |
| | | |||||
| * | fix: idle-check-interval nil | Raúl Benencia | 2026-01-14 | 1 | -2/+2 |
| | | |||||
| * | fix: validate break-seconds | Raúl Benencia | 2026-01-14 | 1 | -1/+1 |
| | | |||||
| * | feat: inform break time when auto clock in | Raúl Benencia | 2026-01-13 | 1 | -2/+13 |
| | | |||||
| * | fix: use standard keyword used by finder | Raúl Benencia | 2026-01-09 | 1 | -1/+1 |
| | | |||||
| * | fix: reorganize code to avoid free variables | Raúl Benencia | 2026-01-09 | 1 | -16/+16 |
| | | |||||
| * | Set force-mode-line-update | Raúl Benencia | 2026-01-09 | 1 | -1/+1 |
| | | | | | | | | | | | Changed org-tempus--update-mode-line to call force-mode-line-update with t so all buffers refresh. This should make the modeline update reliably after org-clock-out, even when the command is invoked from a different buffer. This is useful when clocking out from a different buffer. If it becomes too expensive, I'll look for other solutions. | ||||
| * | feat: Add Debug logs | Raúl Benencia | 2026-01-09 | 1 | -11/+61 |
| | | |||||
| * | Avoid sending notifications if theres a suspend gap | Raúl Benencia | 2026-01-07 | 1 | -1/+16 |
| | | |||||
| * | Immediately auto clock-in if activity is detected | Raúl Benencia | 2026-01-07 | 1 | -35/+41 |
| | | |||||
| * | Reset idle streak if a gap is detected (suspend likely) | Raúl Benencia | 2026-01-07 | 1 | -2/+5 |
| | | |||||
| * | Session now starts on activity by default | Raúl Benencia | 2026-01-07 | 1 | -7/+21 |
| | | |||||
| * | Add package commentary | Raúl Benencia | 2026-01-06 | 1 | -3/+13 |
| | | |||||
| * | Address free variables and small warnings | Raúl Benencia | 2026-01-06 | 1 | -13/+25 |
| | | |||||
| * | Reset active streak after suspend | Raúl Benencia | 2026-01-06 | 1 | -0/+3 |
| | | | | | This avoids starting a session at 2 minutes. | ||||
| * | Pull up common code | Raúl Benencia | 2026-01-05 | 1 | -14/+26 |
| | | |||||
| * | Update mode-line when auto-clocking in | Raúl Benencia | 2026-01-05 | 1 | -0/+2 |
| | | |||||
| * | Backtrack auto clock-in time to when activity was detected | Raúl Benencia | 2026-01-05 | 1 | -10/+21 |
| | | |||||
| * | Auto clock out after suspend | Raúl Benencia | 2026-01-05 | 1 | -1/+25 |
| | | |||||
| * | normalize auto-clock variable and function names | Raúl Benencia | 2026-01-04 | 1 | -13/+13 |
| | | |||||
| * | Allow setting a default task to auto-clock in | Raúl Benencia | 2026-01-04 | 1 | -10/+35 |
| | | |||||
| * | feat: commands to toggle notifications, auto-clock, and legend | Raúl Benencia | 2026-01-04 | 1 | -4/+41 |
| | | |||||
| * | minutes instead of seconds for thresholds; red face for efforts | Raúl Benencia | 2026-01-03 | 1 | -17/+70 |
| | | |||||
| * | feat: replace notifications instead of stacking them | Raúl Benencia | 2026-01-03 | 1 | -1/+21 |
| | | |||||
| * | feat: auto clock-in if we were auto clocked-out | Raúl Benencia | 2026-01-03 | 1 | -5/+39 |
| | | |||||
| * | feat: optionally post org-tempus string to dconf | Raúl Benencia | 2026-01-02 | 1 | -0/+37 |
| | | |||||
| * | Group idle-active vars | Raúl Benencia | 2026-01-02 | 1 | -5/+5 |
| | | |||||
| * | feat: reorganize timers; reset streak after 1h | Raúl Benencia | 2025-12-31 | 1 | -26/+50 |
| | | |||||
| * | fix: reset notification streak when resetting session | Raúl Benencia | 2025-12-31 | 1 | -3/+5 |
| | | |||||
| * | Cap notifications | Raúl Benencia | 2025-12-29 | 1 | -24/+51 |
| | | |||||
| * | Show task effort | Raúl Benencia | 2025-12-28 | 1 | -0/+16 |
| | | |||||
| * | Auto clock-out after a configurable time of inactivity | Raúl Benencia | 2025-12-28 | 1 | -4/+29 |
| | | |||||
| * | allow to manually reset sessions | Raúl Benencia | 2025-12-28 | 1 | -0/+10 |
| | | |||||
| * | Notify about unclocked state if user is not idle | Raúl Benencia | 2025-12-27 | 1 | -0/+124 |
| | | |||||
| * | update description | Raúl Benencia | 2025-12-24 | 1 | -1/+1 |
| | | |||||
| * | Fix checkdoc warning | Raúl Benencia | 2025-12-24 | 1 | -1/+1 |
| | | |||||
| * | force modeline update when switching show-legend. | Raúl Benencia | 2025-12-24 | 1 | -0/+4 |
| | | |||||
| * | Optionally hide timers legend | Raúl Benencia | 2025-12-24 | 1 | -5/+32 |
| | | |||||
| * | Restore stock org mode-line when disabling org-tempus | Raúl Benencia | 2025-12-23 | 1 | -9/+25 |
| | | |||||
| * | show break time when nothing is clocked in | Raúl Benencia | 2025-12-23 | 1 | -1/+21 |
| | | |||||
| * | optionally hide original org-clock mode-line | Raúl Benencia | 2025-12-23 | 1 | -14/+23 |
| | | |||||
