Commit Graph

1610 Commits

Author SHA1 Message Date
Abdurrahman AVCI
1095a685ff If a file exists in $HOME/.face.icon use that as avatar. 2013-02-13 00:38:47 +00:00
Abdurrahman AVCI
9f46451a6f Add install prefix argument in the build instructions. 2013-02-12 22:39:17 +00:00
Abdurrahman AVCI
bd3dbc3f51 Elide text to hangle stupidly long default host names mint creates. 2013-02-12 22:34:44 +00:00
Abdurrahman AVCI
5d5fa59f63 Add a session model. 2013-02-12 00:27:50 +00:00
Abdurrahman AVCI
7d48aeb640 Fix header guard name. 2013-02-12 00:00:36 +00:00
Abdurrahman AVCI
040dfd09e9 Sort users by user name. 2013-02-11 19:49:27 +00:00
Abdurrahman AVCI
bf5d554f83 We probably dont need to call begin/endInsertRows in the constructor. 2013-02-11 19:46:48 +00:00
Abdurrahman AVCI
fc474e94ee Use a cleaner filesystem hierarchy, clean up install script. 2013-02-11 19:40:03 +00:00
Abdurrahman AVCI
53e57c7968 Add install instructions. 2013-02-11 18:32:10 +00:00
Abdurrahman AVCI
6c00a37508 Add faces to the users. 2013-02-11 17:58:29 +00:00
Abdurrahman AVCI
d0d6758582 Add ability to set a cursor theme on startup. 2013-02-11 06:41:58 +00:00
Abdurrahman AVCI
a00f1704b3 Replace caret icons with chevron icons.
Chevron icons look better esp. within the combobox.
2013-02-11 01:20:03 +00:00
Abdurrahman AVCI
ad2ecbcf1d Fix typo in the copyright headers. 2013-02-11 00:07:05 +00:00
Abdurrahman AVCI
4410a93d3c Provide a user model to the themes. 2013-02-10 23:59:09 +00:00
Abdurrahman AVCI
0ea7025f62 Fix another typo. 2013-02-10 15:13:52 +00:00
Abdurrahman AVCI
d99295832e Fix typo in copyright headers, add missing copyright info where missing. 2013-02-10 15:08:52 +00:00
Abdurrahman AVCI
d877c1a266 ComboBox: Select correct item on startup. 2013-02-10 15:04:12 +00:00
Abdurrahman AVCI
04f26e8f14 Close user interface after login process started. 2013-02-10 14:35:12 +00:00
Abdurrahman AVCI
f25ccb1408 Fix memory leak.
Found by cppcheck.
2013-02-10 13:57:48 +00:00
Abdurrahman AVCI
88a90ece09 Update TODO. 2013-02-10 13:20:04 +00:00
Abdurrahman AVCI
a74a5c7a8f Merge pull request #13 from rshah/master
implemented combobox widget. Fixes #5.
2013-02-10 02:43:53 -08:00
Reza Fatahilah Shah
7d8ed90ca3 implemented ComboBox widget 2013-02-10 19:32:50 +00:00
Abdurrahman AVCI
e54df2f54c Move clock properties into its own file. 2013-02-10 12:42:31 +00:00
Abdurrahman AVCI
4026a64929 Reload configuration on every loop.
This is specificially needed for the Qt5 mode, because we start the GUI
in a seperate process which updates only its own Configuration instance
and main instance remains unmodified. When GUI is in the same process,
as in Qt4 mode, this problem doesn't exist.
2013-02-10 10:40:37 +00:00
Abdurrahman AVCI
db0ccc2528 Start a seperate process for the gui only in Qt5. 2013-02-10 10:37:40 +00:00
Abdurrahman AVCI
bb4e8e4df2 Remove dependency on QtWidgets when compiled with Qt5. 2013-02-10 10:18:20 +00:00
Abdurrahman AVCI
991996c4ed Convert clock into a seperate component. 2013-02-10 03:00:01 +00:00
Abdurrahman AVCI
32ef803e0b Select correct theme on installation. 2013-02-09 21:42:21 +00:00
Abdurrahman AVCI
3f0a9fb181 Install a sample config file, besides the normal one. 2013-02-09 15:19:39 +00:00
Abdurrahman AVCI
6371c431f4 Use make install in the PKGBUILD. 2013-02-07 00:58:19 +00:00
Abdurrahman AVCI
4ddbaaf0ec Install session script with correct permissions. 2013-02-07 00:45:31 +00:00
Abdurrahman AVCI
5a76a8d597 Add install commands to cmake. Fixes #8. 2013-02-06 18:24:42 +00:00
Abdurrahman AVCI
6d21dd5878 Merge pull request #12 from kuzmas/theme-improvement
Text improved a little in themes
2013-02-05 21:27:04 -08:00
Abdurrahman AVCI
f84b17c6d3 Merge pull request #11 from kuzmas/warning-fix
Unused result warning suppressed
2013-02-05 21:23:33 -08:00
Abdurrahman AVCI
c8a6e328ea Merge pull request #9 from kuzmas/cmake-improvement
Separate release and debug builds supported
2013-02-05 21:17:21 -08:00
Kuzma Shapran
bbe9b8b33b Text improved a little in themes 2013-02-06 10:57:23 +13:00
Kuzma Shapran
075d153d80 Unused result warning suppressed 2013-02-06 10:56:14 +13:00
Kuzma Shapran
dec435d291 Separate release and debug builds supported 2013-02-06 10:43:46 +13:00
Abdurrahman AVCI
4b3c839983 Merge improvements made in QtQuick2.0 version of the components. 2013-02-05 09:36:34 +00:00
Abdurrahman AVCI
5f19fc7aad Fix comment. 2013-02-05 00:51:14 +00:00
Abdurrahman AVCI
1fbd865585 Add hover to the spinbox. 2013-02-04 13:20:19 +00:00
Abdurrahman AVCI
a93af91cef Animate border color changes. 2013-02-04 13:15:12 +00:00
Abdurrahman AVCI
ea0b93dcc5 Fix hover behaviour. 2013-02-04 13:11:35 +00:00
Abdurrahman AVCI
9e25e16b83 Merge textbox hover color work Reza's done. 2013-02-04 11:35:30 +00:00
Abdurrahman AVCI
123261325c Respect MainScript property of the theme. 2013-02-04 11:23:48 +00:00
Abdurrahman AVCI
8735d68566 Use new theme screenshot in the README. 2013-02-03 23:41:28 +00:00
Abdurrahman AVCI
8ba860a448 Update default theme, rename as maldives. 2013-02-03 23:10:18 +00:00
Abdurrahman AVCI
0dcd854a05 Change default theme name. 2013-02-03 23:10:03 +00:00
Abdurrahman AVCI
2f436fa9df Rename Legacy -> Circles. 2013-02-03 23:09:06 +00:00
Abdurrahman AVCI
f26aa80a17 Add metadata and screenshot to the themes. 2013-02-03 16:18:37 +00:00