Kill CameraButtonRow and use the QtQuick Row component
[harmattan/cameraplus] / src / main.cpp
2013-09-08 Mohammed SameerDon't disable GPS when we are obscured by location...
2013-08-19 Mohammed SameerMake sure we don't play camera sounds in silent profile
2013-08-18 Mohammed SameerFixes for qml/js debugging
2013-08-06 Mohammed SameerSet applicationName to cameraplus.
2013-07-31 Mohammed Sameerview->showFullScreen moved by mistake to QT5 specific...
2013-07-31 Mohammed SameerQt5: If QQuickView cannot load QML then print them...
2013-07-31 Mohammed SameerRename Campass and Orientation to CameraCompass and...
2013-07-28 Mohammed SameerAlways register DeviceInfo and GeoCode.
2013-07-27 Mohammed SameerDeviceInfo and GeoCode are now harmattan specific
2013-07-27 Mohammed SameerBooster is enabled for all builds
2013-07-27 Mohammed SameerInitial Qt5 port
2013-07-26 Mohammed SameerImplement a dummy SoundVolumeControl for nemo
2013-07-25 Mohammed SameerRemove harmattan specific bits from Sounds
2013-07-25 Mohammed SameerMove quillitem.* to src/harmattan and register it only...
2013-07-22 Mohammed SameerFirst attempt at removing QtQuick 1.1 hardcoding from...
2013-06-24 Mohammed SameerReplace maemo-meegotouch interfaces with DBus calls.
2013-06-23 Mohammed SameerPlatformSettings now gets instantiated from QML and...
2013-03-02 Mohammed SameerGenerate proper thumbnails for portrait images.
2013-02-26 Mohammed SameerDon't set minimum preview size for quill.
2013-02-24 Mohammed SameerUpdated copyright year
2013-02-23 Mohammed SameerAdded cameraplus.ini to store application specific...
2013-02-11 Mohammed SameerDon't paint system background
2013-02-04 Mohammed SameerTurn stuff under declarative into a real QML extension
2013-01-02 Mohammed SameerRenamed imports to declarative and libimports to libdec...
2013-01-02 Mohammed SameerVolume up and down keys should now work and change...
2013-01-01 Mohammed SameerAdding qmljsdebug to config will enable QML/JS debugger
2013-01-01 Mohammed SameerImplemented own DeviceInfo
2013-01-01 Mohammed SameerAdded grid lines
2012-12-31 Mohammed SameerReplaced QtMobility BatteryInfo
2012-12-31 Mohammed SameerUse Qt resource system for QML and JS files
2012-12-29 Mohammed SameerImplemented PostCaptureModel using QtSparql:
2012-12-28 Mohammed SameerAdded gallery integration
2012-12-28 Mohammed SameerImplemented file deletion
2012-12-28 Mohammed SameerInvoke share UI when share button gets tapped
2012-12-14 Mohammed SameerAdded a focus reticle. It indicates CAF status only...
2012-12-12 Mohammed SameerAdded TrackerStore to be used for creating a virtual...
2012-10-08 Mohammed SameerMove Quill initialization to main()
2012-10-07 Mohammed SameerAdded mount protector component.
2012-09-20 Mohammed SameerAdded copyright headers and COPYING file.
2012-09-16 Mohammed SameerAdded Geocode class for reverse geocoding
2012-09-16 Mohammed SameerAdded declarative components for compass and orientation.
2012-09-13 Mohammed SameerAdded resource policy support (Still needs more testing...
2012-09-11 Mohammed SameerAdded a monitor for MyDocs availability
2012-09-11 Mohammed SameerInhibit display dimming while video recording
2012-09-11 Mohammed SameerQt can call XInitThreads() if we set the AA_X11InitThre...
2012-09-11 Mohammed SameerPass the mime type to QuillItem and request images...
2012-09-10 Mohammed SameerVery basic, rough and extremely limited post capture...
2012-09-09 Mohammed SameerAdded a class to generate filenames for images and...
2012-09-06 Mohammed SameerCall XInitThreads() on startup
2012-09-06 Mohammed SameerAdding the C++ application and the Settings class