diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-07-17 08:44:50 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-07-17 08:44:50 +0000 |
commit | e736ab21213b66669dde5d9a9003596706eee8bd (patch) | |
tree | b891b19763dd047c3b34c9df8c3b32b941ce4983 /plugins/CSList/docs | |
parent | ee2e419778605a5445474a33a29f2cfbb7eed245 (diff) |
CSList, CyrTranslit: changed folder structure
git-svn-id: http://svn.miranda-ng.org/main/trunk@1002 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/CSList/docs')
-rw-r--r-- | plugins/CSList/docs/changelog.txt | 144 | ||||
-rw-r--r-- | plugins/CSList/docs/cslist-translation.txt | 175 |
2 files changed, 319 insertions, 0 deletions
diff --git a/plugins/CSList/docs/changelog.txt b/plugins/CSList/docs/changelog.txt new file mode 100644 index 0000000000..a40a767491 --- /dev/null +++ b/plugins/CSList/docs/changelog.txt @@ -0,0 +1,144 @@ +
+ TODO
+ ----
+ - all TODOs listed in this source x)
+ - feature requests maybe :)
+ ! settings changes
+ - mid-range rewrite
+ - force-replacing of Custom Status UI
+
+ MAYBE-TODO
+ ----------
+
+ NOT-TODO
+ --------
+ - setting Away/NA/DND/Occ - there are already many status managers :)
+ - watching statuses set by x-status menu
+
+ 0.1.0.4 - Twix Fix
+ -------
+ - Fixed showing menu items when not applicable
+ - Fixed toggling of controls when list item is removed
+ - Returned "Undo" function
+ - Returned "Import" function
+ - Returned multi-account functionality
+ - Added item focus selection & focus when added, modified or favourite-toggled
+ - "Inactive" focus fix
+ - Fixed occasional crash when trying to open multiple dialogs
+ - Fixed showing "Empty list" message when list is empty and undoing something from DB, not showing when undoing something with nothing in DB or showing message after importing into an empty list
+
+ 0.1.0.3 - What's your favourite?
+ -------
+ - Bugfixes
+
+ 0.1.0.1 - After storm
+ -------
+ - Favourites
+ - Virtualized structure
+ - Code refactorization
+ - Duplicities detection (partial)
+ - Saving window position
+
+ 0.0.0.20 - calm before the storm Ox)
+ --------
+ - some corrections of working with strings (ANSI/Unicode <-> TCHAR)
+ - simplified loading of list items :)
+ - the Options button replaced by the Undo button
+
+ 0.0.0.19 - enjoy multi'ing, baby :)
+ --------
+ - status is changing on all ICQ based accounts/protos
+ - when dialog is opened, and user tryes to open another one, forgotten dialog is brought to front instead
+ - menu placement optimalization
+ - removed old nasty GOTO because of double-clicking the list x)
+ - active checking of input data length during editing custom status
+ - optimalizations in translations
+ - support for Variables plugin
+ - other enhancements related to the possibility of using multiple ICQ accounts
+
+ 0.0.0.18 - fixing trip :)
+ --------
+ - icon selector shows only icons, that are supported by installed ICQ plugin
+ - fixed memory leak and possible crash when modifying status and then importing 0 DB entries (helpItem not nulled)
+ - merged Add/Modify processes together :)
+ - Unicode build, finally :)
+
+ 0.0.0.17 - I become to be useful :)
+ --------
+ - CSList menu item can be placed elsewhere, also instead of Xstatus menu (currently ICQ eternity/PlusPlus++ mod only)
+ - importing statuses from database (ICQ key)
+ - list sorting (Procedure + calls)
+ - dialog openable only once :)
+ - new icons by inducti0n :)
+ - no more infinite width when adding x-message
+ - new Options dialog
+
+ 0.0.0.16 - rework
+ --------
+ - code redesigned
+ - fix for Windows Vista crash (free) and ANSI Windows crash (init extended controls)
+ - preimplementation for new features that will come (favourites, ...)
+
+ 0.0.0.15 - make me nice
+ --------
+ - stage 1 of code revision
+ - Options dialog (in development) :)
+ - IcoLib group renamed to CSLIST_MODULE_LONG_NAME
+ - status titles in Add/Modify ComboBox were strangely corrected x)
+ - possibility to turn off "Release Notes" dialog
+
+ 0.0.0.14 - will you use me? :)
+ --------
+ - new lines in message input creatable via Enter
+ - NULLED XSTATUS now available :)
+
+ 0.0.0.13 - oooops x))
+ --------
+ - hotfix for Miranda cores < 0.7
+ - CSList appears in Main Menu
+ - fixed icons not loaded when IcoLib is missing
+
+ 0.0.0.12 - goin' my way now x)
+ --------
+ - DB saving method/format slightly modified
+ [+] multi-line messages now working
+ [-] LOST compatibility with HANAX's plugin (but is auto-imported if exists)
+ NOTE: I think "importing-only" of older releases will stay,
+ I have many Feature Requests that would need changing
+ DB format anyway, so this problem looks solved x)
+ - "Release notes" dialog on first run
+ - Updater support
+
+ 0.0.0.11 - will this work? x)
+ --------
+ - some similar procedures merged together :P
+ - another procedures more generalized 8)
+ - separated Add/Modify dialog finally in use :)
+ [+] solves some bahaviour problems x)
+
+ 0.0.0.10 - ohhh, basics ]:)
+ --------
+ - icons support - complete xstatus service :)
+ [+] no more static angry ;) :D
+ - iconized buttons - supporting IcoLib :)
+ - better method for DB entry format - old was little.."dizzy" x) :D
+ - TEMPORARILY DISABLED modifying of items - needs some fixes x))
+
+ 0.0.0.9 - working a little? O:)
+ -------
+ - enhanced List Control behaviour (selecting, deselecting, editation, adding)
+ - LOADING from + SAVING to DB!
+ [+] my parser is also compatible with HANAX plugin's DB entries ;)
+
+ 0.0.0.8 - behaviour testing :o)
+ -------
+ - setting status by double-clicking list item
+ - much better procedures, debugging, better exceptions, dialog behaviour
+
+ 0.0.0.7 - crash testing :o)
+ -------
+ - basic functions coding
+
+ 0.0.0.6 - resource testing
+ -------
+ - basic resources modeling
diff --git a/plugins/CSList/docs/cslist-translation.txt b/plugins/CSList/docs/cslist-translation.txt new file mode 100644 index 0000000000..bbd57fded5 --- /dev/null +++ b/plugins/CSList/docs/cslist-translation.txt @@ -0,0 +1,175 @@ +; Common strings that belong to many files
+;[Add]
+;[Add new item]
+;[Custom Status List]
+;[Modify]
+
+; ../../plugins/CSList/cslist.cpp
+;[Do you really want to delete selected item?]
+;[Do you want old database entries to be deleted after Import?]
+;[Favourites]
+;[Message]
+;[Modify item]
+;[Regular statuses]
+;[Status]
+;[This field doesn't accept string longer than %d characters. The string will be truncated.]
+;[Title]
+;[Warning]
+
+; ../../plugins/CSList/cslist.h
+;[Afraid]
+;[Amazed]
+;[Amorous]
+;[Angry]
+;[Annoyed]
+;[Anxious]
+;[Aroused]
+;[Ashamed]
+;[Bored]
+;[Brave]
+;[Browsing]
+;[Business]
+;[Calm]
+;[Cautious]
+;[Clear]
+;[Clear custom status (reset to None) and close]
+;[Close without changing custom status]
+;[Coffee]
+;[Cold]
+;[Confident]
+;[Confused]
+;[Contemplative]
+;[Contented]
+;[Cranky]
+;[Crazy]
+;[Creative]
+;[Curious]
+;[Dejected]
+;[Delete selected item]
+;[Depressed]
+;[Disappointed]
+;[Disgusted]
+;[Dismayed]
+;[Distracted]
+;[Drinking beer]
+;[Eating]
+;[Embarrassed]
+;[Envious]
+;[Excited]
+;[Favourite]
+;[Feeling sick]
+;[Filter]
+;[Filter list]
+;[Flirtatious]
+;[Frustrated]
+;[Gaming]
+;[Grateful]
+;[Grieving]
+;[Grumpy]
+;[Guilty]
+;[Happy]
+;[Having fun]
+;[Hopeful]
+;[Hot]
+;[Humbled]
+;[Humiliated]
+;[Hungry]
+;[Hurt]
+;[I'm high]
+;[Import]
+;[Import statuses from database]
+;[Impressed]
+;[In awe]
+;[In love]
+;[Indignant]
+;[Interested]
+;[Intoxicated]
+;[Invincible]
+;[Jealous]
+;[Journal]
+;[Listening to music]
+;[Lonely]
+;[Lost]
+;[Love]
+;[Lucky]
+;[Main Icon]
+;[Main Menu]
+;[Mean]
+;[Meeting]
+;[Modify selected item]
+;[Moody]
+;[Nervous]
+;[Neutral]
+;[No change]
+;[Offended]
+;[On WC]
+;[On the phone]
+;[Outraged]
+;[PDA]
+;[Party]
+;[Picnic]
+;[Playful]
+;[Proud]
+;[Relaxed]
+;[Relieved]
+;[Remorseful]
+;[Remove]
+;[Restless]
+;[Sad]
+;[Sarcastic]
+;[Satisfied]
+;[Searching]
+;[Serious]
+;[Set]
+;[Set custom status to selected one and close]
+;[Set/unset current item as favorite]
+;[Sex]
+;[Shocked]
+;[Shooting]
+;[Shopping]
+;[Shy]
+;[Sick]
+;[Sleeping]
+;[Sleepy]
+;[Smoking]
+;[Spontaneous]
+;[Stressed]
+;[Strong]
+;[Studying]
+;[Surfing]
+;[Surprised]
+;[Taking a bath]
+;[Thankful]
+;[Thinking]
+;[Thirsty]
+;[Tired]
+;[To be or not to be]
+;[Typing]
+;[Undefined]
+;[Undo changes]
+;[Watching TV]
+;[Watching pro7 on TV]
+;[Weak]
+;[Working]
+;[Worried]
+
+; ../../plugins/CSList/cslist.rc
+;[A]
+;[Add/Modify]
+;[Add/Modify Custom Status]
+;[Allow extra ICQ Custom status items (ICQ Plus only)]
+;[C]
+;[Cancel]
+;[Confirm deletion of items]
+;[D]
+;[Delete entries in ICQ Custom status menu after Import]
+;[F]
+;[I]
+;[List settings]
+;[M]
+;[N]
+;[No items available in the database.\nClick the Add button to define some.]
+;[Note: Menu items are only visible when at least one ICQ account is properly set. Check if you have at least one account with UIN filled in.]
+;[O]
+;[Remember last window position]
+;[U]
|