![]() |
2016-12-08
, 23:07
|
Posts: 2,154 |
Thanked: 8,464 times |
Joined on May 2010
|
#91
|
The Following User Says Thank You to pali For This Useful Post: | ||
![]() |
2016-12-08
, 23:45
|
Posts: 3,074 |
Thanked: 12,964 times |
Joined on Mar 2010
@ Sofia,Bulgaria
|
#92
|
![]() |
2016-12-09
, 14:16
|
Posts: 1,203 |
Thanked: 3,027 times |
Joined on Dec 2010
|
#93
|
The Following 3 Users Say Thank You to Android_808 For This Useful Post: | ||
![]() |
2016-12-11
, 19:26
|
Posts: 3,074 |
Thanked: 12,964 times |
Joined on Mar 2010
@ Sofia,Bulgaria
|
#94
|
Been a bit slow this week, ie one file, due to work and other commitments. The next file is going to be similar to the last so should be a bit easier. I need to take some more time off work next week and the week after so should be able to get through a bit more.
The Following 6 Users Say Thank You to freemangordon For This Useful Post: | ||
![]() |
2016-12-11
, 20:14
|
Posts: 1,203 |
Thanked: 3,027 times |
Joined on Dec 2010
|
#95
|
The Following 7 Users Say Thank You to Android_808 For This Useful Post: | ||
![]() |
2016-12-14
, 12:01
|
Posts: 1,203 |
Thanked: 3,027 times |
Joined on Dec 2010
|
#96
|
The Following 3 Users Say Thank You to Android_808 For This Useful Post: | ||
![]() |
2016-12-14
, 20:12
|
Posts: 1,203 |
Thanked: 3,027 times |
Joined on Dec 2010
|
#97
|
hildon_gtk_entry_set_input_mode(entry, mode) { Do checks for invalid modes (ie multiline in singleline entry) eg. mode &= ~HILDON_GTK_INPUT_MODE_MULTILINE; gtk_entry_set_input_purpose(entry , hildon_gtk_get_input_purpose(mode)); gtk_entry_set_input_hints(entry , hildon_gtk_get_input_hints(mode)); } hildon_gtk_get_input_purpose(mode) { if mode is HILDON_GTK_INPUT_MODE_NUMERIC return HILDON_GTK_INPUT_MODE_DIGITS etc. } hildon_gtk_get_input_hints(mode) { if mode contains HILDON_GTK_INPUT_MODE_AUTOCAP then add GTK_INPUT_HINT_UPPERCASE_SENTENCES to return if mode contains HILDON_GTK_INPUT_MODE_DICTIONARY then add GTK_INPUT_HINT_WORD_COMPLETION to return etc }
The Following 10 Users Say Thank You to Android_808 For This Useful Post: | ||
![]() |
2016-12-18
, 09:35
|
Posts: 3,074 |
Thanked: 12,964 times |
Joined on Mar 2010
@ Sofia,Bulgaria
|
#98
|
![]() |
2016-12-18
, 12:24
|
Posts: 1,163 |
Thanked: 1,873 times |
Joined on Feb 2011
@ The Netherlands
|
#99
|
I've started on hildon-time-editor but hit a small snag with the hildon tap-and-hold feature. My initial guess was it needs to be replaced with a GtkGestureLongPress but there is little to no docs on it. It would appear though that the flags don't actually do anything.
The flags feature was marked as deprecated and is only used in one place, which seems to read if (flags ..) do this else do exactly the same!
https://github.com/community-ssu/gtk...tainer.c#L2832
The Following 5 Users Say Thank You to mr_pingu For This Useful Post: | ||
![]() |
2016-12-18
, 13:43
|
Posts: 1,203 |
Thanked: 3,027 times |
Joined on Dec 2010
|
#100
|
The Following 5 Users Say Thank You to Android_808 For This Useful Post: | ||