Bug 325081

Summary: Add a « Yesterday » choice in the date picker
Product: [Applications] skrooge Reporter: contact
Component: generalAssignee: Guillaume DE BURE <guillaume.debure>
Status: RESOLVED FIXED    
Severity: wishlist CC: stephane
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:

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 !