Bug 325081 - Add a « Yesterday » choice in the date picker
Summary: Add a « Yesterday » choice in the date picker
Status: RESOLVED FIXED
Alias: None
Product: skrooge
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR wishlist
Target Milestone: ---
Assignee: Guillaume DE BURE
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-19 09:30 UTC by contact
Modified: 2013-09-19 10:43 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description contact 2013-09-19 09:30:38 UTC
Hi,

When using skrooge, I have found something that would improve my experience :
I often add operations that happened the day before, and I have to open the date picker, find the current date and select the previous day.
It would be cool to have a « Yesterday » choice, like « Today » and « Tomorrow » :)

Thanks !
palkeo.

Reproducible: Always
Comment 1 Stephane MANKOWSKI 2013-09-19 10:34:32 UTC
Git commit 2e52e0c17ec1c0167e540ccfb8b2ea56870852fb by Stephane Mankowski.
Committed on 19/09/2013 at 10:34.
Pushed by smankowski into branch 'master'.
Add a « Yesterday » choice in the date picker

M  +1    -0    CHANGELOG
M  +0    -1    skgbasegui/CMakeLists.txt
M  +6    -0    skgbasegui/kdatepickerpopup.cpp
M  +1    -0    skgbasegui/kdatepickerpopup.h
M  +1    -1    skgbasegui/skgdateedit.cpp
D  +0    -160  skgbasegui/skgdatepickerpopup.cpp
D  +0    -112  skgbasegui/skgdatepickerpopup.h

http://commits.kde.org/skrooge/2e52e0c17ec1c0167e540ccfb8b2ea56870852fb
Comment 2 contact 2013-09-19 10:43:46 UTC
Wow, you were so fast :)
Thanks !