Added .gitignore
Fixed issue with latest quazip library in debian
Made code compatible with quazip5
Bump!
https://sourceforge.net/p/cvassistant/discussion/general/thread/b9d39ae5/
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...
Bump!
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...
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...
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...
BTW, the above is on ubuntu 14.04, fyi.
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...
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.
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...
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
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 :)
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*)’:...
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*)’:...
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*)’:...
Thanks for advice Simon. Recent version got 64bit binary with all the required libraries...
build issue in Ubuntu 15.04
build issue in Ubuntu 15.04
Simplify .desktop install
Simplify .desktop install
Done. Thanks.
Fixed desktop file install bug - ticket #3
Fixed bug with svg icon resource path
Improved INSTALL file
Added jump to top button
Removed selectall and selectnone buttons and ad...
Chose a better icon for unfold all menu item
Removed unnecessary show functiona call
Created Gui helper and centered all dialogs
Set progress dialog to center of parent window
Fixed bug autoreplace not working
Improved UI
Added icon source svg files to git
Removed unused tempPath variable
Added fromTo support for certificates
Fixed bug export fails due to moved template re...
Set icon size for subjects field add button
Added toolbar buttons; Increased version to 3.1.0
Added titles for toolbar and resume analyser
Improved analyzer matching algorithm
Improved rand
Made autoreplacement case insensitive
Added icons
Added qsrand
Added donation dialog to close event
Added modified events to ScrollArea
Added donation dialog
Improved source organization
Improved source organization
Organized source files
Added field location in jobApplication to expor...
Added location field to jobApplication
Fixed by crash on folding jobApplication since ...
Application now opens file after exporting aban...
Fixed bug crash when folding fieldsgroups in an...
Moving, adding or deleting boxes now emits modi...
Fixed build problems and icon issues on windows
Fixed problem with saving .rels file in zip wit...
Fixed all problems with QuaZip
Added Application Tracker tab page
Merge branch 'application_tracker' of ssh://git...
Tried to add quazip but it doesn't support hidd...
Fixed bug exporting coverletter
Added copyright notice to all sources
Added text to GroupBox checkboxes
Merge branch 'rearchitecture' into v3
All visible bugs fixed
Fixed lots of more bugs; Save and Analyzer now ...
Several more bug fixes
Introduced fieldsgroupsLayout; Several more bug...
Several more bug fixes; Open now works
Several hundereds of bugs fixed
Rearchitectured mainwindow
Fixed some more bugs
Added all groups
More progress toward rearchitecture
Initial Commit
Fixed bug inappropriate file extention in fileD...
Added feature archive abandoned job applications
Improved GUI
Set combobox in multidatedcombo fields as Minim...
Added feature field item without checkbox
Added feature MultiDatedCombo field
Replaced lots of for loops with foreach ones
Fixed bug ProgressDialog closed before being co...
Correct wrong signals and slots connections
Added feature progressbar on open
Window title now only shows filename instead of...
Fixed bug move and delete of items and subgroup...
Better visuals for date field and folded title
Fixed bug crash on save