summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Collapse)Author
2014-04-18reverted r8991, because those strings are translatedTobias Weimer
git-svn-id: http://svn.miranda-ng.org/main/trunk@8998 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-04-18translation fixKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@8997 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-04-18translation fixKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@8996 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-04-18Translation fixKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@8991 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-04-18translation fixKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@8990 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-04-18rename options menu itemKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@8989 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-04-18Translation fixKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@8988 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-04-16Unicode in tooltipsGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@8986 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-04-14NameDay: Update with my old changes (still not adopted)Robert Pösel
- Ignore diacritict when checking names - Check also own defined name through UserInfoEx - Another small fixes / updates - Add TODO list git-svn-id: http://svn.miranda-ng.org/main/trunk@8970 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-04-14Add original sources for Name Day plugin from Tibor Szabo (not adopted)Robert Pösel
git-svn-id: http://svn.miranda-ng.org/main/trunk@8969 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-04-11SendSSRené Schümann
! fixed memory leak (CSendHost_uploadpie, CSendImageShack) - removed debug output (CSendHost_uploadpie) git-svn-id: http://svn.miranda-ng.org/main/trunk@8962 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-04-11SendSS:René Schümann
+ new host "Upload Pie" with support to expiring uploads: 30 minutes, 1 day or 1 week might not be perfect because this was a quick edit... * updated CSend's HTTP post stuff to support integer values (CSend,CSendImageShack) git-svn-id: http://svn.miranda-ng.org/main/trunk@8959 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-04-11SendSS:René Schümann
+ CSend now handles image upload via HTTP, at least provides helper functions for POST requests (CSend) - CSendImageShack simplified and removed custom HTTP form stuff as it's now integrated and easier to use in CSend (CSendImageShack) * version bump and User-Agent fix (version.h) git-svn-id: http://svn.miranda-ng.org/main/trunk@8958 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-04-11SendSS:René Schümann
*+ improved "Result"-Dialog (resource.rc/h, CSend, mir_icolib) added thumbnail link added copy buttons w/ images (copy raw, BBCode image, BBCode image with link) also improved handling. Now plays sound before dialog opens (was on close before) * CSend got new member variables. m_URL and m_URLthumb to hold image URLs (used by FTP,HTTP and ImageShack as of now) - removed m_URL and similar from CSendFTPFile and CSendHTTPServer git-svn-id: http://svn.miranda-ng.org/main/trunk@8957 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-04-11TabSRMM resource cosmetics; langpacks updatedRMN
git-svn-id: http://svn.miranda-ng.org/main/trunk@8956 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-04-11Not needed strings removedKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@8953 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-04-11Not needed string removedKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@8952 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-04-11SendSS typo fix && compilation fixVadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@8947 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-04-11options tree item renameKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@8946 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-04-11SendSS:René Schümann
! translation fixes (CSendFTPFile,CSendHTTPServer) ! fixed some error handling (CSendHTTPServer,CSendImageShack) * allow silent sending with all CSend's (CSend, CSendDropbox, CSendFTPFile, CSendImageShack) we also use this for Dropbox since we don't know the upload progress * CSend's addition to r8939 (mir_freeAndNil() removed with mir_free() in some places) git-svn-id: http://svn.miranda-ng.org/main/trunk@8942 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-04-11SendSS:René Schümann
* backported ctrl_button (UInfoButton) from UserInfoEx trunk git-svn-id: http://svn.miranda-ng.org/main/trunk@8941 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-04-11SendSS:René Schümann
* removed some unused stuff, icons, code etc. (resource.rc/h, Main, mir_icolib) * improved define names IDI_ICON2 and IDI_ICON3 (resource.rc/h) * unified ssCamera_1.ico and ssCamera_2.ico to ssCamera.ico (resource.rc/h) ! fixed ssMonitor.ico blurriness. git-svn-id: http://svn.miranda-ng.org/main/trunk@8940 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-04-10SendSS:René Schümann
* improved GetFileName() to also handle Unix paths (Utils) !* improved and fixed dialog, caused graphical issues before, also improved tab order (UMainForm, resource) * improved resource.rc a bit. Now use defines for UInfoButtonClass styles * replaced some mir_freeAndNil() calls with mir_free() where appreciated (UMainForm, UAboutForm) * minor update to Dropbox support. no real change git-svn-id: http://svn.miranda-ng.org/main/trunk@8939 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-04-10Not needed text removedKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@8933 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-04-10Not needed text removedKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@8932 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-04-10not needed groupbox removedKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@8930 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-04-10Better error message textKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@8921 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-04-10Remove not needed debug serviceKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@8917 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-04-09test2Kirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@8900 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-04-09testKirill Volinsky
git-svn-id: http://svn.miranda-ng.org/main/trunk@8899 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-04-09 set offline status for all feeds when disable autoupdate (by Mataes)Vadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@8896 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-04-08fix for disabled metas & tabSRMM container creationGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@8894 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-04-08bunch of mc related fixesGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@8892 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-04-08- fixes #596 (Clist nicer skin doesn't show buttons)George Hazan
- code formatting fixes git-svn-id: http://svn.miranda-ng.org/main/trunk@8891 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-04-08fix fox saving horizontal splitter position in tabSRMMGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@8889 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-04-08tracking protocol change in tabSRMMGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@8888 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-04-07-fixes #644 (Possible typo in TabSRMM)Dart Raiden
git-svn-id: http://svn.miranda-ng.org/main/trunk@8882 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-04-07moved options to EventsVadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@8878 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-04-07res updateVadim Dashevskiy
git-svn-id: http://svn.miranda-ng.org/main/trunk@8877 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-04-07fix for processing "Auto create tabs" in tabSRMMGeorge Hazan
git-svn-id: http://svn.miranda-ng.org/main/trunk@8876 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-04-07Db3x_mmap:Sergey Tatarinov
- Icon in the password request window fixed. git-svn-id: http://svn.miranda-ng.org/main/trunk@8875 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-04-07mRadio: Menu icons addedAlexey Kulakov
git-svn-id: http://svn.miranda-ng.org/main/trunk@8874 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-04-06- fixes #643 (BuddyExpectator: The options page is not focusable by keyboard)Tobias Weimer
git-svn-id: http://svn.miranda-ng.org/main/trunk@8869 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-04-05oops!Alexey Kulakov
git-svn-id: http://svn.miranda-ng.org/main/trunk@8866 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-04-05mRadio resource rebuiltAlexey Kulakov
git-svn-id: http://svn.miranda-ng.org/main/trunk@8864 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-04-05mRadio "Quick Open" addedAlexey Kulakov
git-svn-id: http://svn.miranda-ng.org/main/trunk@8863 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-04-04Dropbox: hides "Send to Dropbox" item when protocol is offlineAlexander Lantsev
git-svn-id: http://svn.miranda-ng.org/main/trunk@8857 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-04-04Partial adopttion of VypressChat and WinPopup pluginsRobert Pösel
git-svn-id: http://svn.miranda-ng.org/main/trunk@8849 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-04-03PluginUpdater: Show Languages in an own groupTobias Weimer
git-svn-id: http://svn.miranda-ng.org/main/trunk@8845 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
2014-04-03minor cosmeticsTobias Weimer
git-svn-id: http://svn.miranda-ng.org/main/trunk@8844 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c