void AboutDialog::fillAbout() { textAbout->append(tr("Generally, SVG files produced by vector editors contain a lot of unused " "elements and attributes that just blow up their size without providing " "better visible quality.") + "<br />"); textAbout->append(tr("SVG Cleaner could help you to clean up your SVG files from unnecessary data. " "It has a lot of options for cleanup and optimization, works in batch mode, " "provides threaded processing on the multicore processors and basically does " "two things:<br />" "- removing elements and attributes that don't contribute to " "the final rendering;<br />" "- making those elements and attributes in use more compact.") + "<br />"); textAbout->append(tr("Images cleaned by SVG Cleaner are typically 40-60 percent smaller " "than the original ones.") + "<br />"); textAbout->append(tr("Important! The internal image viewer in SVG Cleaner uses the QtSvg module " "for rendering SVG images. Qt supports only the static features of " "SVG 1.2 Tiny, and that imposes a number of restrictions on rendering of " "advanced features. For instance, elements such as clipPath, mask, " "filters etc. will not be rendered at all.") + "<br />"); textAbout->append(tr("Please send bug reports to ") + genLink("*****@*****.**") + "."); }
void AboutDialog::fillAuthors() { textAuthors->append(tr("Developers:")); textAuthors->append("Evgeniy Reizner " + genLink("*****@*****.**")); textAuthors->append(""); textAuthors->append(tr("Previous developers:")); textAuthors->append("Andrey Bayrak " + genLink("*****@*****.**")); textAuthors->append(""); textAuthors->append(tr("Special thanks:")); textAuthors->append("Alexandre Prokoudine " + genLink("*****@*****.**")); textAuthors->append(""); textAuthors->append(tr("Logo design:")); textAuthors->append("Ivan Kacenkov " + genLink("*****@*****.**")); textAuthors->append(""); textAuthors->append(tr("Translators:")); textAuthors->append("Czech - Pavel Fric " + genLink("*****@*****.**")); textAuthors->append("German - Seb Adler " + genLink("*****@*****.**")); textAuthors->append("Italian - Daniele Pantaleo " + genLink("*****@*****.**")); textAuthors->append("French - Sêyivê F. PADONOU " + genLink("*****@*****.**")); textAuthors->append("Romanian - Oprea Nicolae " + genLink("*****@*****.**")); textAuthors->append("Greek " + genLink("*****@*****.**")); }
int main() { /* len=snprintf(in,1024,"%s","LLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLLOL"); printf("!%s!\n",aes64encrypt(in)); printf("!%s!\n",aes64decrypt(base64)); printf("2print:%s\n",aesdecrypt(aesencrypt("LLLLAAALALALALALALALALALALALALALALALALALLAALLALAALLALLALLALALA"))); */ printf("len=%d\r\n",strlen(genLink("*****@*****.**","looooooooooooongnicki"))+strlen(getHash())); printf("http://site.ru/?Link=%d\n",checkLink(getLink(),getHash())); printf("http://site.ru/?Link=%s\n",getMail()); printf("http://site.ru/?Link=%s\n",getLogin()); /* len=sprintf(in,"%s","loolag"); bin2hex(in,out,len); printf("out:%s\n",out); hex2bin(out,in,strlen(out)); printf("in:%s\n",in); */ return 0; }