Activity for CVAssistant

  • Aario Shahbany committed [7fd97f]

    Added .gitignore

  • Aario Shahbany committed [619b59]

    Fixed issue with latest quazip library in debian

  • Aario Shahbany committed [58cf14]

    Made code compatible with quazip5

  • zenny zenny posted a comment on discussion General Discussion

    Bump!

  • zenny zenny modified a comment on discussion General Discussion

    https://sourceforge.net/p/cvassistant/discussion/general/thread/b9d39ae5/

  • zenny zenny modified a comment on discussion General Discussion

    Hi, 1 I tried to run the binary x64 cvassistant in ubuntu 14.04, but got despite all xcb packages are satisfied by running 'ldd libqxcb.so' inside the plaform directory: This application failed to start because it could not find or load the Qt platform plugin "xcb". Available platform plugins are: eglfs, kms, linuxfb, minimal, minimalegl, offscreen, xcb. Reinstalling the application may fix this problem. ./run: line 3: 31072 Aborted (core dumped) QT_PLUGIN_PATH="$dir/lib/qt/plugins/" $dir/lib/ld-2.19.so...

  • zenny zenny modified a comment on discussion General Discussion

    Bump!

  • zenny zenny modified a comment on discussion General Discussion

    Hi, 1 I tried to run the binary x64 cvassistant in ubuntu 14.04, but got despite all xcb packages are satisfied by running 'ldd libqxcb.so' inside the plaform directory: This application failed to start because it could not find or load the Qt platform plugin "xcb". Available platform plugins are: eglfs, kms, linuxfb, minimal, minimalegl, offscreen, xcb. Reinstalling the application may fix this problem. ./run: line 3: 31072 Aborted (core dumped) QT_PLUGIN_PATH="$dir/lib/qt/plugins/" $dir/lib/ld-2.19.so...

  • zenny zenny modified a comment on discussion General Discussion

  • zenny zenny modified a comment on discussion General Discussion

    Hi, 1 I tried to run the binary x64 cvassistant in ubuntu 14.04, but got despite all xcb packages are satisfied by running 'ldd libqxcb.so' inside the plaform directory: This application failed to start because it could not find or load the Qt platform plugin "xcb". Available platform plugins are: eglfs, kms, linuxfb, minimal, minimalegl, offscreen, xcb. Reinstalling the application may fix this problem. ./run: line 3: 31072 Aborted (core dumped) QT_PLUGIN_PATH="$dir/lib/qt/plugins/" $dir/lib/ld-2.19.so...

  • zenny zenny posted a comment on discussion General Discussion

    Hi, I tried to run the binary x64 cvassistant, but got despite all xcb packages are satisfied by running 'ldd libqxcb.so' inside the plaform directory: This application failed to start because it could not find or load the Qt platform plugin "xcb". Available platform plugins are: eglfs, kms, linuxfb, minimal, minimalegl, offscreen, xcb. Reinstalling the application may fix this problem. ./run: line 3: 31072 Aborted (core dumped) QT_PLUGIN_PATH="$dir/lib/qt/plugins/" $dir/lib/ld-2.19.so --library-path...

  • zenny zenny posted a comment on discussion General Discussion

    BTW, the above is on ubuntu 14.04, fyi.

  • zenny zenny posted a comment on discussion General Discussion

    Hi, I tried to run the binary x64 cvassistant, but got despite all xcb packages are satisfied by running 'ldd libqxcb.so' inside the plaform directory: This application failed to start because it could not find or load the Qt platform plugin "xcb". Available platform plugins are: eglfs, kms, linuxfb, minimal, minimalegl, offscreen, xcb. Reinstalling the application may fix this problem. ./run: line 3: 31072 Aborted (core dumped) QT_PLUGIN_PATH="$dir/lib/qt/plugins/" $dir/lib/ld-2.19.so --library-path...

  • Aario Shahbany Aario Shahbany posted a comment on discussion General Discussion

    Thanks for the solution. As debian needs LIBS += -lquazip-qt5 and your system might be Ubuntu, I will think of a hybrid .pro file which supports both systems or a kind of shell script to compile on a variety of systems.

  • Benjamin Blumer Benjamin Blumer modified a comment on discussion General Discussion

    After installing qt5, this problem seems to be resolved. I think the install file should be changed to say outright that QT4 does not work, or an adjustment should be made to the code that allows it to build. BTW, thanks for the cool app. I'll be working on an extension the next few days and I'll post a link :) P.S. Also worth noting, to build on my system, I need to change LIBS += -lquazip-qt5 to LIBS += -lquazip5 in CVAssistant.pro. And, to actually get that library from the repository sudo apt-get...

  • Benjamin Blumer Benjamin Blumer modified a comment on discussion General Discussion

    After installing qt5, this problem seems to be resolved. I think the install file should be changed to say outright that QT4 does not work, or an adjustment should be made to the code that allows it to build. BTW, thanks for the cool app. I'll be working on an extension the next few days and I'll post a link :) P.S. Also worth noting, to build on my system, I need to change LIBS += -lquazip-qt5 to LIBS += -lquazip5

  • Benjamin Blumer Benjamin Blumer posted a comment on discussion General Discussion

    After installing qt5, this problem seems to be resolved. I think the install file should be changed to say outright that QT4 does not work, or an adjustment should be made to the code that allows it to build. BTW, thanks for the cool app. I'll be working on an extension the next few days and I'll post a link :)

  • Benjamin Blumer Benjamin Blumer modified a comment on discussion General Discussion

    Building on Ubuntu 16.04 with qt4: ~/cvassistant-code$ qmake-qt4 ~/cvassistant-code$ make g++ -c -m64 -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++-64 -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4 -I. -I. -I. -o main.o main.cpp In file included from controllers/mainwindow.h:22:0, from main.cpp:20: ./ui_mainwindow.h: In member function ‘void Ui_MainWindow::setupUi(QMainWindow*)’:...

  • Benjamin Blumer Benjamin Blumer modified a comment on discussion General Discussion

    Building on Ubuntu 16.04 with qt4: ~/cvassistant-code$ qmake-qt4 ~/cvassistant-code$ make g++ -c -m64 -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++-64 -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4 -I. -I. -I. -o main.o main.cpp In file included from controllers/mainwindow.h:22:0, from main.cpp:20: ./ui_mainwindow.h: In member function ‘void Ui_MainWindow::setupUi(QMainWindow*)’:...

  • Benjamin Blumer Benjamin Blumer posted a comment on discussion General Discussion

    Building on Ubuntu 16.04 with qt4: ~/cvassistant-code$ qmake-qt4 ~/cvassistant-code$ make g++ -c -m64 -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++-64 -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4 -I. -I. -I. -o main.o main.cpp In file included from controllers/mainwindow.h:22:0, from main.cpp:20: ./ui_mainwindow.h: In member function ‘void Ui_MainWindow::setupUi(QMainWindow*)’:...

  • Aario Shahbany Aario Shahbany posted a comment on discussion General Discussion

    Thanks for advice Simon. Recent version got 64bit binary with all the required libraries...

  • CVAssistant CVAssistant released /CVAssistant_3.1.0_windows_x86.zip

  • CVAssistant CVAssistant released /cvassistant-3.1.0-linux-amd64.tar.bz2

  • CVAssistant CVAssistant released /cvassistant-3.1.0-linux-amd64.tar.bz2

  • CVAssistant CVAssistant released /cvassistant-3.1.0-src.tar.bz2

  • Aario Shahbany Aario Shahbany modified ticket #4

    build issue in Ubuntu 15.04

  • Aario Shahbany Aario Shahbany modified ticket #4

    build issue in Ubuntu 15.04

  • Aario Shahbany Aario Shahbany modified ticket #3

    Simplify .desktop install

  • Aario Shahbany Aario Shahbany modified ticket #3

    Simplify .desktop install

  • Aario Shahbany Aario Shahbany posted a comment on ticket #3

    Done. Thanks.

  • Aario Shahbany committed [e5cde1]

    Fixed desktop file install bug - ticket #3

  • Aario Shahbany committed [26d1e5]

    Fixed bug with svg icon resource path

  • Aario Shahbany committed [26ca2d]

    Improved INSTALL file

  • Aario Shahbany committed [f4efb3]

    Added jump to top button

  • Aario Shahbany committed [cffb18]

    Removed selectall and selectnone buttons and ad...

  • Aario Shahbany committed [fca09d]

    Chose a better icon for unfold all menu item

  • Aario Shahbany committed [0931e4]

    Removed unnecessary show functiona call

  • Aario Shahbany committed [1d2454]

    Created Gui helper and centered all dialogs

  • Aario Shahbany committed [f82de8]

    Set progress dialog to center of parent window

  • Aario Shahbany committed [d90576]

    Fixed bug autoreplace not working

  • Aario Shahbany committed [cfe29b]

    Improved UI

  • Aario Shahbany committed [25b75e]

    Added icon source svg files to git

  • Aario Shahbany committed [0bdfdf]

    Removed unused tempPath variable

  • Aario Shahbany committed [c87cc7]

    Added fromTo support for certificates

  • Aario Shahbany committed [b720d0]

    Fixed bug export fails due to moved template re...

  • Aario Shahbany committed [b9db3d]

    Set icon size for subjects field add button

  • Aario Shahbany committed [86ae5d]

    Added toolbar buttons; Increased version to 3.1.0

  • Aario Shahbany committed [459fb4]

    Added titles for toolbar and resume analyser

  • Aario Shahbany committed [c4f332]

    Improved analyzer matching algorithm

  • Aario Shahbany committed [0b3826]

    Improved rand

  • Aario Shahbany committed [cffa1e]

    Made autoreplacement case insensitive

  • Aario Shahbany committed [b33d28]

    Added icons

  • Aario Shahbany committed [cf6e49]

    Added qsrand

  • Aario Shahbany committed [687956]

    Added donation dialog to close event

  • Aario Shahbany committed [c05404]

    Added modified events to ScrollArea

  • Aario Shahbany committed [ee5e72]

    Added donation dialog

  • Aario Shahbany committed [dc9598]

    Improved source organization

  • Aario Shahbany committed [de4d29]

    Improved source organization

  • Aario Shahbany committed [6ff8a9]

    Organized source files

  • Aario Shahbany committed [7a38ed]

    Added field location in jobApplication to expor...

  • Aario Shahbany committed [c1771d]

    Added location field to jobApplication

  • Aario Shahbany committed [ba2b11]

    Fixed by crash on folding jobApplication since ...

  • Aario Shahbany committed [57e3a5]

    Application now opens file after exporting aban...

  • Aario Shahbany committed [8f1419]

    Fixed bug crash when folding fieldsgroups in an...

  • Aario Shahbany committed [a017e0]

    Moving, adding or deleting boxes now emits modi...

  • Aario Shahbany committed [4dfaf6]

    Fixed build problems and icon issues on windows

  • Aario Shahbany committed [61a752]

    Fixed problem with saving .rels file in zip wit...

  • Aario Shahbany committed [772edf]

    Fixed all problems with QuaZip

  • Aario Shahbany committed [695056]

    Added Application Tracker tab page

  • Aario Shahbany committed [af6e9b]

    Merge branch 'application_tracker' of ssh://git...

  • Aario Shahbany committed [9f2bba]

    Tried to add quazip but it doesn't support hidd...

  • Aario Shahbany committed [8a059c]

    Fixed bug exporting coverletter

  • Aario Shahbany committed [db37a8]

    Added copyright notice to all sources

  • Aario Shahbany committed [f4ede8]

    Added text to GroupBox checkboxes

  • Aario Shahbany committed [e40a49]

    Merge branch 'rearchitecture' into v3

  • Aario Shahbany committed [245648]

    All visible bugs fixed

  • Aario Shahbany committed [40881a]

    Fixed lots of more bugs; Save and Analyzer now ...

  • Aario Shahbany committed [1b59b0]

    Several more bug fixes

  • Aario Shahbany committed [df4d3e]

    Introduced fieldsgroupsLayout; Several more bug...

  • Aario Shahbany committed [92681e]

    Several more bug fixes; Open now works

  • Aario Shahbany committed [984d68]

    Several hundereds of bugs fixed

  • Aario Shahbany committed [ff2cd6]

    Rearchitectured mainwindow

  • Aario Shahbany committed [f4e31e]

    Fixed some more bugs

  • Aario Shahbany committed [a59dae]

    Added all groups

  • Aario Shahbany committed [9eddd3]

    More progress toward rearchitecture

  • Aario Shahbany committed [95e1ae]

    Initial Commit

  • Aario Shahbany committed [94bf56]

    Fixed bug inappropriate file extention in fileD...

  • Aario Shahbany committed [67c1a4]

    Added feature archive abandoned job applications

  • Aario Shahbany committed [f8ac90]

    Improved GUI

  • Aario Shahbany committed [927958]

    Set combobox in multidatedcombo fields as Minim...

  • Aario Shahbany committed [35171b]

    Added feature field item without checkbox

  • Aario Shahbany committed [8ca3c5]

    Added feature MultiDatedCombo field

  • Aario Shahbany committed [c9a84a]

    Replaced lots of for loops with foreach ones

  • Aario Shahbany committed [092ede]

    Fixed bug ProgressDialog closed before being co...

  • Aario Shahbany committed [30c909]

    Correct wrong signals and slots connections

  • Aario Shahbany committed [14c991]

    Added feature progressbar on open

  • Aario Shahbany committed [ab28b3]

    Window title now only shows filename instead of...

  • Aario Shahbany committed [e31282]

    Fixed bug move and delete of items and subgroup...

  • Aario Shahbany committed [1f9d66]

    Better visuals for date field and folded title

  • Aario Shahbany committed [6bbae8]

    Fixed bug crash on save

1 >
MongoDB Logo MongoDB