Commit graph

34 commits

Author SHA1 Message Date
Sagi Dayan 0c0fb2fd95 compilation error - escape char in exporter 2014-10-14 12:41:09 +03:00
Sagi Dayan dd5f4fa9e9 Changed the type of exams in exporter 2014-10-13 21:13:17 +03:00
Sagi Dayan d6c1e7e5d6 Added exams to the export - if user chooses to
Tested on linux - works well! 😉
2014-10-13 18:22:31 +03:00
liranbg 6cafe6dc70 added exam revert 2014-10-13 06:17:57 +03:00
liranbg a33939c93b add .csv to exportation, fix progressbar 2014-10-13 01:59:57 +03:00
liranbg 96751b6945 documentation 2014-10-10 21:47:30 +03:00
liranbg 054237a667 using refs, change exam qdate format 2014-10-10 20:36:00 +03:00
Sagi Dayan 2a4b245234 Added some more documentation
DocBlocks to all major functions.
hope it helps...
2014-09-26 23:00:40 +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
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
liranbg ce4947fe5a Merge branch 'master' of https://github.com/liranbg/JceManager 2014-09-21 13:31:44 +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 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
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 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
Liran BN e67505b9ee some pointers checking, still bugged 2014-09-11 23:08:37 +03:00
Liran BN 375b72feac add icon the date dialog. dates changed by default. translate update. still bugged 2014-09-11 22:58:08 +03:00
Sagi Dayan 5c92a3f112 Export to CSV with Semester begin & end
all bugs that i found fixed.
now when user selects "export to csv" he will be prompt
to input the begining and the end of the semester.

the csv file will populate the whole semester!
just one click and you are done.

@liranbg (Liran) please check on Windows and OSX.
linux is rocking!

let me know if you need anything else.
sagi
2014-09-09 23:31:48 +03:00
Sagi Dayan df791d62b4 Need testing on mac and Windows 2014-09-08 20:59:02 +03:00
Sagi Dayan 431b71bebc Fixed the CSV bug 2014-09-08 20:52:38 +03:00
Sagi Dayan d73dc6bb9e Local changes according to users settings + CSV extention file is fixed 2014-09-08 20:07:42 +03:00
Liran Ben gida 235354210b Added CSV on linux, mac, windows 2014-09-08 18:54:52 +03:00
Liran BN 4fa27283d9 Revert "CVS OPTION ADDED, minor improvments"
This reverts commit cd43b26d50.
2014-09-08 17:30:18 +03:00
Liran BN cd43b26d50 CVS OPTION ADDED, minor improvments 2014-09-08 17:29:49 +03:00
Sagi Dayan 11b4101c58 Added Featcher: Export calendar to CSV format for
GoogleCalendar/iCal/Outlook

at the gui - calendar tab - there is now an export to csv button.
clicking it will prompt thr user to save the file on his system hard
drive. the app will add the .csv extention.

the csv file, will export only one week, starting from the begining of
the first semester of 2015 (the one that is coming).

in the future i will add a Held doc for exporting and importimg to the
users calendar.

cheers!
2014-09-07 22:57:01 +03:00