summaryrefslogtreecommitdiff
path: root/src/bin/e_about.c
Commit message (Collapse)AuthorAgeFilesLines
* formatting: all at onceMike Blumenkrantz2013-01-111-26/+26
| | | | SVN revision: 82625
* e: Unicode makes you look better, gives you luck, brings back lost love,Chidambar Zinnoury2012-12-151-1/+1
| | | | SVN revision: 81031
* e: keep code in same scopeSebastian Dransfeld2012-11-261-49/+46
| | | | SVN revision: 79677
* split about text -> the translatable bit and the license bit (alwaysCarsten Haitzler2012-11-221-7/+5
| | | | | | | | english). SVN revision: 79539
* about legal stuff + contact info.Carsten Haitzler2012-11-201-0/+3
| | | | SVN revision: 79476
* ensure the about dialog has a copy of the license to make sure legallyCarsten Haitzler2012-11-201-8/+28
| | | | | | | | we've given the info needed in an accessible place to the user. SVN revision: 79475
* use strbuf for authors list in about dialogMike Blumenkrantz2012-07-251-8/+8
| | | | SVN revision: 74394
* formattingMike Blumenkrantz2012-07-251-66/+67
| | | | SVN revision: 74392
* updated remaining copyright year from sources tooSamuel F. Baggen2012-04-141-4/+4
| | | | SVN revision: 70184
* e: title the copyright notice.Chidambar Zinnoury2011-09-251-1/+2
| | | | SVN revision: 63605
* dont check immortal stuff on restartCarsten Haitzler2011-08-211-3/+3
| | | | SVN revision: 62646
* E: Update Copyright year ... it's 2011 now ;)Christopher Michael2011-04-261-1/+1
| | | | SVN revision: 58938
* Fix common misspellingsLucas De Marchi2010-09-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some misspellings were manually reverted since in E there are tons of .po with phrases in other languages. Other than that all the changes in the following files were reverted: * src/modules/illume/dicts/English_(US).dic * src/modules/illume-keyboard/dicts/English_(US).dic Following misspellings were fixed: acquited->acquitted adres->address adress->address alreayd->already aquire->acquire arbitarily->arbitrarily cant->can't Capetown->Cape carefull->careful causalities->casualties Celcius->Celsius certian->certain commandoes->commandos considerd->considered conveyer->conveyor dependant->dependent didnt->didn't discontentment->discontent doesnt->doesn't everytime->every exemple->example existance->existence existant->existent existince->existence Farenheit->Fahrenheit forbad->forbade funguses->fungi guage->gauge guerilla->guerrilla guerillas->guerrillas happend->happened hasnt->hasn't heros->heroes inbetween->between independant->independent inital->initial intrusted->entrusted irregardless->regardless isnt->isn't knifes->knives layed->laid loosing->losing marrage->marriage midwifes->midwives miniscule->minuscule monickers->monikers mroe->more noone->no one occured->occurred omre->more paralell->parallel payed->paid planed->planned quitted->quit quizes->quizzes seperated->separated seperate->separate shoudl->should similiar->similar simplier->simpler specifiying->specifying teh->the toke->took torpedos->torpedoes Tuscon->Tucson unecessary->unnecessary useage->usage usefull->useful useing->using waht->what wanna->want whith->with wich->which withing->within SVN revision: 52006
* Update about seeing as how it is 2010.titan2010-09-071-1/+1
| | | | SVN revision: 51961
* FORMATTINGLucas De Marchi2010-08-041-3/+0
| | | | | | | | | | | | | | | | * Remove vim modelines: find . -name '*.[chx]' -exec sed -i '/\/\*$/ {N;N;/ \* vim:ts/d}' \{\} \; find . -name '*.[chx]' -exec sed -i '/\/[\*\/] *vim:/d' \{\} \; * Remove leading blank lines: find . -name '*.[cxh]' -exec sed -i '/./,$!d' If you use vim, use this in your .vimrc: set ts=8 sw=3 sts=8 expandtab cino=>5n-3f0^-2{2(0W1st0 SVN revision: 50816
* and now follow the same setup as efl libs too.Carsten Haitzler2010-05-291-2/+1
| | | | SVN revision: 49286
* add svn revision tracking into src. about dialog shows it now.Carsten Haitzler2010-05-211-1/+2
| | | | SVN revision: 49086
* Bump copyright year as it's now 2009 :)Christopher Michael2009-08-061-1/+1
| | | | SVN revision: 41627
* major cleanup of path creation to $DATADIR and $HOME/.e/eGustavo Sverzut Barbieri2009-04-131-1/+1
| | | | | | | | | | | | | | | | This cleanup replaces snprintf() usage with specific calls, they have the benefit of being cleaner (so easier to grep), typing less and also marginal speed up compared to the other (specially concat_static), although those are rarely used in critical paths. I'm testing it for some time and seems to not break anything, but let me know of any problem. If you can review the patch and try to spot incorrect names, please do. SVN revision: 40014
* Make a new function:Davide Andreoli2009-03-041-1/+1
| | | | | | | | | e_util_icon_theme_set(Evas_Object *obj, const char *icon) to use in place of e_util_edje_icon_set. The new function (as it works for menu) search the icon in E theme and FDO themes according to the config option. SVN revision: 39371
* desklock silliness with login box geometry fixed.Carsten Haitzler2008-10-201-127/+16
| | | | | | | | | | make about ands theme about use object dialog windows. save code and centralise. make object windows be able to accept shaped and borderless hints. SVN revision: 36836
* oh yeah. handle sizing right.Carsten Haitzler2008-10-191-2/+2
| | | | SVN revision: 36818
* Formatting/Whitespace Fixes.Christopher Michael2008-07-111-19/+18
| | | | | | | Update Copyright year. SVN revision: 35060
* handle forced resized in about dialogsCarsten Haitzler2008-07-081-0/+11
| | | | SVN revision: 35037
* and defer the del in other places too. anywhere where a canvas free mightCarsten Haitzler2007-05-041-1/+1
| | | | | | | | delete widgets that end up calling hooks that delete other objetcs that may already be freed - this is an issue. use it. SVN revision: 29848
* Fix E About window so it only shows one instance. Handled like Config PanelChristopher Michael2007-03-151-3/+30
| | | | | | | so it will move to current zone/desk if it's open & on a different one. SVN revision: 28753
* Update copyright year to 2007. (lame commit, I know)Christopher Michael2007-01-281-1/+1
| | | | SVN revision: 28151
* textblocks should be e.textblock.*rephorm2006-08-281-2/+2
| | | | SVN revision: 25168
* another chunkrephorm2006-08-231-1/+1
| | | | | | | | | | all group names prefaced by e/ its entirely possible i missed a few small places in this, so there may be some growing pains in the next day or two also, spectrum content -> e.swallow.content SVN revision: 25057
* ****** MAJOR THEME REWORKING -- BREAKAGE *********rephorm2006-08-221-5/+5
| | | | | | | | | | | Almost every signal and required part name has changed. This means that ALL themes other than the default one are now broken. Sorry, but this had to happen. I have a list of mappings from old to new at http://rephorm.com/files/dump/e_theme_map.txt There will probably be a little more cleanup on this in the coming days. Then I'll write it all up in a nice theme spec. SVN revision: 25033
* year++Christopher Michael2006-03-281-1/+1
| | | | SVN revision: 21545
* Fix EAPI warnings.sebastid2006-01-071-2/+2
| | | | SVN revision: 19597
* fix several bugs (cursors for example)... found some more... :)Carsten Haitzler2006-01-061-0/+1
| | | | SVN revision: 19555
* about fix - massimo :)Carsten Haitzler2005-09-241-1/+1
| | | | SVN revision: 16908
* theme about box! all themes can add their own now! :)Carsten Haitzler2005-09-221-3/+3
| | | | SVN revision: 16839
* add hilights (looks nicer with the sun)Carsten Haitzler2005-09-201-3/+3
| | | | SVN revision: 16793
* More about fixeshandyande2005-09-201-1/+1
| | | | SVN revision: 16792
* typoCarsten Haitzler2005-09-201-1/+1
| | | | SVN revision: 16791
* oops- max size set tooCarsten Haitzler2005-09-201-1/+1
| | | | SVN revision: 16789
* cleanupsCarsten Haitzler2005-09-201-2/+2
| | | | SVN revision: 16788
* oops - typoCarsten Haitzler2005-09-201-1/+1
| | | | SVN revision: 16787
* move logo somewhere nicer - centered, more symmetry. more text in about. noCarsten Haitzler2005-09-201-3/+11
| | | | | | | mroe aardvaarks :( SVN revision: 16786
* nice new about box... fully themable. :)Carsten Haitzler2005-09-201-0/+167
SVN revision: 16782