Commit Graph

  • 9f6f9f53db Correct the syntax style liulios 2016-11-26 23:04:17 +0800
  • b44a829c30 Allow a non elevated process to connect to a local server created by an elevated process run by the same user liulex 2016-11-25 13:44:19 +0800
  • 30dd521768 Allow to exclude some data from hashing the server name liulex 2016-11-25 13:22:31 +0800
  • 26943b1e69 Fixed typo in README.md Itay Grudev 2016-11-04 08:49:48 +0000
  • 006170d054
    Merge pull request #14 from uralbash/master Itay Grudev 2016-08-24 12:12:22 +0100
  • 06f5e17544 fix Windows warning about unused parameter #14 Svintsov Dmitry 2016-08-24 16:04:49 +0500
  • e14352e845
    Merge pull request #13 from uralbash/master Itay Grudev 2016-08-22 11:33:43 +0100
  • ebcfabc3ae Added missing "QMutex" dependencies #13 Svintsov Dmitry 2016-08-22 13:36:22 +0500
  • 5d867d77a5
    Fix bug (and compiler error) on Windows - wchar username support Itay Grudev 2016-08-18 18:28:57 +0100
  • 5f0c8a3316
    Improved documentation styling. Added HRs between API members. Itay Grudev 2016-08-15 23:08:05 +0100
  • 9185336561
    Improved instanceStarted() note in README.md. Itay Grudev 2016-08-15 23:02:40 +0100
  • 919f966689
    Disambiguation in CHANGELOG.md Itay Grudev 2016-08-15 22:55:04 +0100
  • 02db489e0f
    Fixed typo in CHANGELOG.md Itay Grudev 2016-08-15 12:42:16 +0100
  • b1d0a6e96b
    Improved documentation for v3.0a v3.0a Itay Grudev 2016-08-10 03:24:46 +0100
  • 699a1cb978
    Added an example of an application raising the primary instance window Itay Grudev 2016-08-10 02:50:22 +0100
  • 596cf23bae
    Added an example of an application sending it's arguments to the primary instance Itay Grudev 2016-08-10 02:43:52 +0100
  • 6f585973dc
    Added a basic usage example Itay Grudev 2016-08-10 02:43:30 +0100
  • 4e5c1647cc
    SingleApplication v3.0a Itay Grudev 2016-08-10 02:42:46 +0100
  • b459c9247b Fixed signal formatting Itay Grudev 2016-07-10 01:11:55 +0100
  • 5d8892193b Merge 4eaa865098 into 760bf81d25 #8 Evgeny 2016-07-04 22:35:01 +0000
  • 760bf81d25 Added CHANGELOG and version description Itay Grudev 2016-07-04 23:17:23 +0100
  • 1db662d0e6 Updated license dates. Explicit license statement in the header and source files Itay Grudev 2016-07-04 18:19:48 +0100
  • 4eaa865098 add ability send command to primary application instance #8 Dealer_WeARE 2016-07-03 14:34:34 +0300
  • a900a713a5 update readme Dealer_WeARE 2016-07-02 15:00:24 +0300
  • 88363276d7 add allowSecondary static property to SingleApplication class Dealer_WeARE 2016-07-02 14:57:00 +0300
  • e29b660add Distributed a .pri file with the library Itay Grudev 2016-05-27 02:36:12 +0100
  • fe84b5663e SIGBUSS should be signal 10. Fixed comment Itay Grudev 2016-05-14 20:38:15 +0100
  • 8caea926aa README: Better highlighing of exit code formula. Itay Grudev 2016-05-11 18:53:27 +0100
  • 4c3fbae92f Docmented changes and example usage with a .pri file Itay Grudev 2016-05-09 17:05:58 +0100
  • 6b78aefd28 QAPPLICATION_CLASS now defaults to QCoreApplication Itay Grudev 2016-05-09 17:05:38 +0100
  • 5e67bf9751 Code style improvements v2.4 Itay Grudev 2016-05-04 21:05:59 +0100
  • fd8004c706 Merge pull request #6 from itay-grudev/secondary Itay Grudev 2016-05-04 20:52:25 +0100
  • 6fe4403941 Bugfix no showUp notification. Some minor improvements #6 Itay Grudev 2016-05-04 20:51:06 +0100
  • 8bccf446e1 Improved restoring QSharedMemory after crash Itay Grudev 2016-05-04 20:41:23 +0100
  • 8c9327036e Updated documentation Itay Grudev 2016-05-04 20:40:03 +0100
  • 84d86455e7 Secondary instance implementation Itay Grudev 2016-05-04 19:59:07 +0100
  • fc5ce4c335 Bug fix possible situation in which memory is detached Itay Grudev 2016-05-04 17:36:32 +0100
  • c5ea3f6d30 Now handling all relevant signals Itay Grudev 2016-05-04 14:36:51 +0100
  • 34b17f3c8f Merge pull request #5 from i7achi/modern_cpp v2.3 Itay Grudev 2016-04-05 18:48:11 +0100
  • 8eb993a7f8 Ensure backward compatibility and some cosmetic changes. #5 Vlad Pyatnichenko 2016-04-05 20:31:05 +0300
  • 7a3858a214 HOTFIX: use Q_Q instead of q_ptr directly. Vlad Pyatnichenko 2016-03-22 01:32:20 +0200
  • 27df0ec8d0 HOTFIX: added Qt's modules prefixes to #include statements. Vlad Pyatnichenko 2016-03-06 01:09:04 +0200
  • 35ee984d72 Adaptation to Qt's pimpl idiom design. Improved inheritance safety. Vlad Pyatnichenko 2016-03-04 20:15:13 +0200
  • 47b12bd9d9 Docs now imply Linux as well Itay Grudev 2016-01-04 12:52:02 +0000
  • 5b24e3d4c3 Updated documentation v2.2 v2.1 Itay Grudev 2015-11-04 16:30:30 +0000
  • bf00721b9c Improved QAPPLICATION_CLASS macro Itay Grudev 2015-11-04 16:30:14 +0000
  • e97a1e6b10 Updated implementation description Itay Grudev 2015-06-09 17:37:39 +0300
  • 219383657a QApplication inherit macro Itay Grudev 2015-06-09 17:29:20 +0300
  • 2dd9a4e553 Fixed race condition #3! Library version 2.1; Explained implementation in README Itay Grudev 2015-06-06 00:26:41 +0300
  • 8a62700bb0 Added known bug remark Itay Grudev 2015-05-07 16:26:06 +0100
  • bae14d8d45 Client disconnect is not required Itay Grudev 2015-05-07 15:53:48 +0100
  • 41eb2c3499 Fixed memory leak Itay Grudev 2015-05-07 15:29:06 +0100
  • d33b4c1c61 Bugfix: SingleApplication passing a copy of argc instead of reference v2.0 Itay Grudev 2015-04-07 22:17:57 +0100
  • f170f1c73a Update README.md Itay Grudev 2015-02-26 19:37:43 +0000
  • a0f7dbc7d7 Added quick description Itay Grudev 2015-02-26 19:37:30 +0000
  • c65fcd3b60 Update README.md Itay Grudev 2015-02-26 19:29:46 +0000
  • 322cda9bec Source Example C++ Highlighting Itay Grudev 2015-02-26 19:24:54 +0000
  • ff14d2b59d Fixed new line issue Itay Grudev 2015-02-26 19:19:38 +0000
  • 5e5d92e058 Added documentation Itay Grudev 2015-02-26 19:15:26 +0000
  • 31b57ab07a License Itay Grudev 2015-02-26 19:11:05 +0000
  • e16742fe4e Using Regex to remove invalid Filename Charecters Itay Grudev 2015-02-26 19:09:45 +0000
  • aa95fdb742 Deleted unnecesarry files Itay Grudev 2015-02-26 19:01:31 +0000
  • 5c89ab17cf Completly rewritten and simplified source Itay Grudev 2015-02-26 19:00:11 +0000
  • 31eadace45 Update README.md Itay Grudev 2015-01-11 17:07:05 +0200
  • 230b4ebe94 Add base files Itay Grudev 2012-12-23 00:12:38 +0200