//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by NppPerforcePlugin.rc
//
#define IDD_LOGIN 101
#define IDC_EDIT1 1001
#define IDC_PASSWORD 1001
#define IDC_BUTTON1 1002
// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 101
#define _APS_NEXT_COMMAND_VALUE 40001
#define _APS_NEXT_CONTROL_VALUE 1004
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif
| # | Change | User | Description | Committed | |
|---|---|---|---|---|---|
| #6 | 11396 | Sven Erik Knop |
Fixed login issue from file command (endless loop). Bumped version to 1.0.7 Final version in this iteration (I hope). |
||
| #5 | 11391 | Sven Erik Knop | Added login status to connection info output. | ||
| #4 | 11384 | Sven Erik Knop | Added logout menu item (more for testing than practical use) | ||
| #3 | 11381 | Sven Erik Knop |
Added login dialog (after many years of waiting) Currently needs to log on in a separate step, next change should prompt for password if ticket expired in any case. Also fixed a bug with showing file information for freshly added files. |
||
| #2 | 11341 | Sven Erik Knop | Updated the version string in the resource | ||
| #1 | 7822 | Sven Erik Knop |
Preparations for log-in dialog. The dialog is written, but not hooked up yet, but all the parts compile and link. Error dialog now displays a different error text if the ticket has expired, in preparation for the next step. |