Commit graph

123 commits

Author SHA1 Message Date
Sagi Dayan b25eaf91f1 Update README.md 2014-09-23 12:26:37 +03:00
liranbg 0f6ffb1223 fix #19
finally i found it! now the status bar size changes automatically
2014-09-23 07:12:45 +03:00
Liran BG f31e6937b0 Update README.md 2014-09-23 06:05:33 +03:00
Liran BG 0cc08190af Update README.md 2014-09-23 06:05:08 +03:00
liranbg 659db87884 changed translations
added more detailes, help, translations and label with link in mainscreen ui
2014-09-23 05:57:35 +03:00
liranbg e6e7557a31 fix #17
default room\lecturer strings
also fixed an huge bug i found! (couldnt export calendar if there were courses over 17 pm!)
i also used trimming function to avoid empty spaces in data
2014-09-23 04:15:38 +03:00
liranbg 845bfbdafb include bug in prev commit 2014-09-23 01:26:37 +03:00
liranbg da009ed027 fix #16
more debugging detailes from mainscreen.cpp
add version variable to .pro
changed location of jcelogger
~still need to add translations
2014-09-23 01:17:05 +03:00
Liran BG fc39787eb4 Merge pull request #18 from liranbg/sagi_dev
Sagi dev -> Master
2014-09-22 22:07:42 +03:00
Sagi Dayan 623baafce3 Added a new algorithm to fix #15
Added a few if statmenst to fix that issue.

in addition , added a privat function to convert the returnd dayOfWeek
(QDate returns sunday=7 monday=2...) to JCE Manager format (AKA:
sunday=1, monday=2 ....).

checked on linux. working great!

Issue #15.
2014-09-22 21:54:38 +03:00
Sagi Dayan 2c4ae54ffc Changed File Name For The Saved Data 2014-09-22 21:54:16 +03:00
Sagi Dayan 835ab042ea Fixing Compiler errors from lirans merge 2014-09-22 18:39:16 +03:00
Sagi Dayan b7a91fdbe8 Merge branch 'master' into sagi_dev 2014-09-22 18:38:25 +03:00
liranbg 256b9085a9 added relogin, reconnection, changed pointer allocation 2014-09-22 05:04:38 +03:00
liranbg 68bd693dd8 reconnecting fix 2014-09-22 00:53:28 +03:00
liranbg b4559f5182 compiling error fix 2014-09-21 14:08:22 +03:00
liranbg cd9eee8e73 Merge branch 'sagi_dev' of https://github.com/liranbg/JceManager into sagi_dev 2014-09-21 13:33:09 +03:00
liranbg ce4947fe5a Merge branch 'master' of https://github.com/liranbg/JceManager 2014-09-21 13:31:44 +03:00
liranbg 32e4272f83 server disconnection bug 1 2014-09-21 13:31:26 +03:00
Sagi Dayan bf0c2574de Cleaning after merge 2014-09-18 15:27:48 +03:00
Sagi Dayan 06ebed20d3 Merge branch 'master' of https://github.com/liranbg/JceManager 2014-09-18 15:25:56 +03:00
Sagi Dayan 4af9675bad Merge branch 'sagi_dev' fix #14 2014-09-18 15:24:27 +03:00
Sagi Dayan 8fa723a162 Added UTF-8 codec to csv file. fix #14 2014-09-18 15:24:05 +03:00
liranbg ac0973cf11 reconnected is working! just need to add the validations steps and we are good to go 2014-09-18 06:18:49 +03:00
liranbg 9be57bfecf attemp to fix the reconnecting issue. 2014-09-18 05:18:33 +03:00
liranbg e029f9c615 add network checking. now we can handle network link errors 2014-09-18 03:34:49 +03:00
liranbg 090dc28137 icon fix 2014-09-18 01:59:42 +03:00
Liran BN b092ca5ec2 fixed qstring casting 2014-09-17 20:06:36 +03:00
Sagi Dayan 6979de6576 Merge conflict - fixed 2014-09-17 19:56:26 +03:00
Sagi Dayan d2b7cf40c8 Documentation 2014-09-17 19:52:21 +03:00
Sagi Dayan db8d399235 If running in Debug mode - messages to terminal, else to Log file 2014-09-17 16:14:05 +03:00
Liran BN 91baf6f1c2 fix 2014-09-17 15:37:18 +03:00
liranbg f7a468fb31 csv exporting messages fix. 2014-09-17 05:55:28 +03:00
liranbg c3345399f4 fixed the null pointer error on csv exportion 2014-09-17 05:47:12 +03:00
liranbg 13eef8a2ed fix dates validation. remove debugging in page 2014-09-17 04:57:44 +03:00
liranbg 03a75ab737 QString instead of std::string. added socket error handle, still not completed the handling 2014-09-17 04:08:38 +03:00
Sagi Dayan a6a923e31b Added a Log Parser & Atempt to fix #12
Added a class that pars all qDebug Messages to a log file.
Atempt to fix #12, on linux it works.
2014-09-17 00:08:29 +03:00
Sagi Dayan 582a959fb3 Testing the Bug #10 2014-09-14 15:01:27 +03:00
Sagi Dayan 3ba347bcf8 Conflict gitignore 2014-09-14 14:47:31 +03:00
liranbg c6c618e87e Merge branch 'sagi_dev' 2014-09-14 10:52:53 +03:00
liranbg 5a0685a815 git ignore update 2014-09-14 10:52:40 +03:00
Liran BN ddb49be4c6 Merge branch 'master' of https://github.com/liranbg/JceManager 2014-09-13 12:35:47 +03:00
Liran BN 65bee505d0 .pro fix 2014-09-13 12:31:23 +03:00
Sagi Dayan 502f06e3c0 Ignore the website files 2014-09-12 23:00:39 +03:00
Sagi Dayan 99aa0ed909 Fix #10
Added a bool flag to main.
calendarLoaded.

@liranbg - you method did not work (at least on linux)...

now user will be prompted with an error message dialog. No Crash.

Closing bug #10
2014-09-12 12:11:28 +03:00
Sagi Dayan 3287bfe31b .pro 2014-09-12 11:59:00 +03:00
Sagi Dayan fe5a144bd3 Merge branch 'master' of https://github.com/liranbg/JceManager 2014-09-12 11:54:09 +03:00
Sagi Dayan b3c9251eef gitignore 2014-09-12 11:54:00 +03:00
liranbg 00477ab26d nothing special 2014-09-12 11:50:21 +03:00
liranbg 8a5f99279c fix null ptr on exportCalendarCSV 2014-09-12 11:43:55 +03:00