Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
T
TimeManager
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
CI / CD
CI / CD
Pipelines
Schedules
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
linux-tools
TimeManager
Commits
9f5cc878
Commit
9f5cc878
authored
Jun 12, 2019
by
Carit Zhu
🎱
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add setting date/time/timezone functions
parent
fb1c7f83
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
140 additions
and
60 deletions
+140
-60
.gitignore
.gitignore
+5
-0
main.c
main.c
+132
-60
timemanager
timemanager
+0
-0
timemanager.ui
timemanager.ui
+3
-0
No files found.
.gitignore
View file @
9f5cc878
### Temp files ###
*.*~
### VS Code ###
/.vscode/
main.c
View file @
9f5cc878
This diff is collapsed.
Click to expand it.
timemanager
View file @
9f5cc878
No preview for this file type
timemanager.ui
View file @
9f5cc878
...
@@ -134,6 +134,7 @@
...
@@ -134,6 +134,7 @@
<object
class=
"GtkComboBoxText"
id=
"comboboxtext-hour"
>
<object
class=
"GtkComboBoxText"
id=
"comboboxtext-hour"
>
<property
name=
"visible"
>
True
</property>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
False
</property>
<property
name=
"can_focus"
>
False
</property>
<property
name=
"active"
>
0
</property>
<property
name=
"button_sensitivity"
>
on
</property>
<property
name=
"button_sensitivity"
>
on
</property>
<property
name=
"has_entry"
>
True
</property>
<property
name=
"has_entry"
>
True
</property>
<child
internal-child=
"entry"
>
<child
internal-child=
"entry"
>
...
@@ -153,6 +154,7 @@
...
@@ -153,6 +154,7 @@
<object
class=
"GtkComboBoxText"
id=
"comboboxtext-minute"
>
<object
class=
"GtkComboBoxText"
id=
"comboboxtext-minute"
>
<property
name=
"visible"
>
True
</property>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
False
</property>
<property
name=
"can_focus"
>
False
</property>
<property
name=
"active"
>
0
</property>
<property
name=
"button_sensitivity"
>
on
</property>
<property
name=
"button_sensitivity"
>
on
</property>
<property
name=
"has_entry"
>
True
</property>
<property
name=
"has_entry"
>
True
</property>
<child
internal-child=
"entry"
>
<child
internal-child=
"entry"
>
...
@@ -172,6 +174,7 @@
...
@@ -172,6 +174,7 @@
<object
class=
"GtkComboBoxText"
id=
"comboboxtext-second"
>
<object
class=
"GtkComboBoxText"
id=
"comboboxtext-second"
>
<property
name=
"visible"
>
True
</property>
<property
name=
"visible"
>
True
</property>
<property
name=
"can_focus"
>
False
</property>
<property
name=
"can_focus"
>
False
</property>
<property
name=
"active"
>
0
</property>
<property
name=
"button_sensitivity"
>
on
</property>
<property
name=
"button_sensitivity"
>
on
</property>
<property
name=
"has_entry"
>
True
</property>
<property
name=
"has_entry"
>
True
</property>
<child
internal-child=
"entry"
>
<child
internal-child=
"entry"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment