Jonathan White
|
ccec84aef2
|
Rename application to KeePassXC and change icon (#70)
|
2016-11-03 00:05:30 -04:00 |
|
Jack Thomasson
|
7000e80465
|
add command line option --pw-stdin to accept password from stdin
|
2016-10-24 12:22:02 -06:00 |
|
Felix Geyer
|
fff9e7ac46
|
Convert Q_FOREACH loops to C++11 for loops.
Q_FOREACH will de deprecated soon.
|
2016-10-02 21:45:55 -04:00 |
|
Jonathan White
|
aba4fa94be
|
Merge remote-tracking branch 'keepassx/master'
# Conflicts:
# README.md
# share/translations/keepassx_de.ts
# src/CMakeLists.txt
# src/gui/MainWindow.h
|
2016-02-27 19:11:09 -05:00 |
|
Felix Geyer
|
ecfbf72a57
|
Merge branch '2.0'
|
2015-12-15 21:05:00 +01:00 |
|
Felix Geyer
|
17ab438c5a
|
Make sure Windows doesn't load DLLs from the current working directory.
|
2015-12-06 14:32:06 +01:00 |
|
Felix Geyer
|
dc7b6623a9
|
Merge branch '2.0'
|
2015-10-11 10:44:30 +02:00 |
|
Felix Geyer
|
58ed99d562
|
OS X: Restore main window when clicking on the docker icon.
Apparently this worked previously. Maybe a regression in Qt?
Refs #326
|
2015-10-10 17:10:27 +02:00 |
|
Felix Geyer
|
3dd98deecc
|
Use QStandardPaths::DataLocation instead of AppDataLocation.
AppDataLocation is only available in Qt >= 5.4.
|
2015-09-12 18:41:48 +02:00 |
|
Felix Geyer
|
7fa0eddc5f
|
Make C++11 mandatory.
|
2015-09-12 13:55:50 +02:00 |
|
Felix Geyer
|
5ad9edc3fd
|
QDesktopServices::storageLocation() calls to QStandardPaths.
|
2015-09-12 13:51:49 +02:00 |
|
Felix Geyer
|
5a745da07b
|
Remove QCOmmandLineParser.
It is part of Qt >= 5.2.
|
2015-09-12 13:51:49 +02:00 |
|
Felix Geyer
|
65e8732eeb
|
Remove --password command line option.
Passing passwords on the command line is unsafe.
|
2015-07-17 21:31:36 +02:00 |
|
denk-mal
|
0390c67c4d
|
allow multiple databeses on command line
|
2015-06-23 11:40:54 +02:00 |
|
denk-mal
|
1f6161132e
|
makr filename parameter as optinal
|
2015-06-23 11:22:15 +02:00 |
|
Felix Geyer
|
4cdb9a645d
|
Add an option to display a tray icon.
Also implement "Minimize to tray" functionality.
|
2014-11-02 11:44:03 +01:00 |
|
Felix Geyer
|
0d6117bf4c
|
Do some basic self-checks when initializing the crypto backend.
|
2014-06-15 11:17:40 +02:00 |
|
Felix Geyer
|
28694ae687
|
Add initial support for translations.
|
2014-05-18 01:33:22 +02:00 |
|
Felix Geyer
|
678c4a8ece
|
Set the application name and version in QApplication.
|
2014-01-18 15:31:24 +01:00 |
|
Felix Geyer
|
bc14898b13
|
Replace ArgumentParser with a backport of QCommandLineParser from Qt 5.2.
|
2014-01-18 15:23:55 +01:00 |
|
Felix Geyer
|
6504b6f2bd
|
Drop Qt module name from include statements.
This is a preparation to be able to build KeePassX against Qt 5.
|
2013-10-03 15:18:16 +02:00 |
|
Florian Geyer
|
94ac9c9ea1
|
Rename config key for last opened databases.
|
2013-04-27 11:22:38 +02:00 |
|
Florian Geyer
|
bbf183bef7
|
Add settings option to control if previous databases are opened on startup.
Closes #36
|
2013-04-18 22:42:22 +02:00 |
|
Florian Geyer
|
6f92188323
|
Open last used databases on startup.
Refs #36
|
2013-04-18 22:37:04 +02:00 |
|
Tobias Tangemann
|
ef46b3e8ad
|
Disable menu icons for osx.
https://gitorious.org/keepassx/keepassx/merge_requests/23
|
2013-04-06 18:02:43 +02:00 |
|
Florian Geyer
|
2558e6db79
|
First draft of an argument parser.
Possibility to set custom config path.
|
2013-04-06 11:00:45 +02:00 |
|
Felix Geyer
|
c1a45d6258
|
Fix typo.
|
2012-10-27 00:26:43 +02:00 |
|
Felix Geyer
|
169e6327ea
|
Disable core dumps and tracing on *nix.
But only when built in release mode.
Closes #4
|
2012-10-21 12:33:00 +02:00 |
|
Felix Geyer
|
fb4367f9ef
|
Remove some unneeded includes.
|
2012-07-08 10:27:31 +02:00 |
|
Felix Geyer
|
76eb935024
|
Small fixes in Application.
|
2012-05-21 22:11:26 +02:00 |
|
Florian Geyer
|
b5249d196d
|
Rename KeePassApp to Application and move it to gui directory.
|
2012-05-21 22:04:40 +02:00 |
|
Florian Geyer
|
d445bf1ecd
|
Use a signal to connect to a slot in main window.
Coding style fixes.
http://gitorious.org/keepassx/keepassx/merge_requests/10
|
2012-05-21 22:04:40 +02:00 |
|
Tobias Tangemann
|
679398be00
|
Handle OSX Finder events
|
2012-05-21 22:04:40 +02:00 |
|
Felix Geyer
|
739f4d97a6
|
Coding style fixes.
|
2012-05-02 17:04:03 +02:00 |
|
Florian Geyer
|
64170a16ab
|
Fix command line argument parsing.
|
2012-04-28 21:43:23 +02:00 |
|
Felix Geyer
|
974d4f5807
|
Allow passing a filename and password on the command line.
Passing passwords on the command line is not exactly best practice but will
greatly improve development productivity.
|
2012-04-24 11:47:16 +02:00 |
|
Felix Geyer
|
2e011d5362
|
Improve code style.
|
2012-04-18 22:08:22 +02:00 |
|
Felix Geyer
|
35066bca8b
|
Implement global config class.
|
2011-12-25 19:17:40 +01:00 |
|
Felix Geyer
|
c7ed5f8421
|
Implement opening/closing databases.
|
2011-11-13 14:55:20 +01:00 |
|
Felix Geyer
|
1ee0c804be
|
Add MainWindow.
|
2010-09-19 16:59:32 +02:00 |
|
Felix Geyer
|
d508c2dd68
|
Open a kdbx file in main() and add more SymmetricCipher tests.
|
2010-09-13 23:25:48 +02:00 |
|
Felix Geyer
|
1cfc34361a
|
Add interface for database reader/writer.
|
2010-08-31 16:18:45 +02:00 |
|
Felix Geyer
|
ee4c2c3dd4
|
Move core/Parser to format/KeePass2XmlReader and core/Writer to format/KeePass2XmlWriter.
|
2010-08-31 14:39:35 +02:00 |
|
Felix Geyer
|
621b367f45
|
Add EntryView and DatabaseWidget.
|
2010-08-24 22:26:52 +02:00 |
|
Felix Geyer
|
e28ed4891b
|
Add signal for changes in Group.
|
2010-08-15 15:03:47 +02:00 |
|
Felix Geyer
|
072a8ccf1b
|
Add GroupModel and corresponding unit test.
|
2010-08-15 12:31:48 +02:00 |
|
Felix Geyer
|
3e3c23e4ad
|
Initial import.
|
2010-08-07 15:10:44 +02:00 |
|